:root {
  --blue: #0867ef;
  --deep-blue: #034dc4;
  --sky: #eff8ff;
  --ink: #10284c;
  --muted: #62738d;
  --line: #d8e8f8;
  --mint: #e2fbf3;
  --lilac: #f0efff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.site-header { height: 76px; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 800; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; color: white; background: var(--blue); border-radius: 8px; font-size: 16px; box-shadow: 0 6px 14px #0867ef36; }
nav { display: flex; gap: 38px; margin-left: 110px; font-size: 14px; color: #51657f; }
nav a:hover, .text-link:hover, .icp:hover { color: var(--blue); }
.header-cta, .primary-button, .outline-button { border: 0; border-radius: 7px; font-weight: 700; }
.header-cta { padding: 10px 17px; color: white; background: var(--blue); font-size: 14px; }

.hero { min-height: 652px; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 48px 28px 70px; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; padding-left: 28px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; }
.eyebrow span { width: 22px; height: 3px; background: #59b9ff; border-radius: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; color: #10295a; font-size: 58px; line-height: 1.16; letter-spacing: 0; }
.hero-description { max-width: 430px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.primary-button { min-width: 150px; padding: 15px 20px; color: white; background: var(--blue); box-shadow: 0 12px 20px #0867ef2e; }
.primary-button b, .outline-button b { margin-left: 15px; font-size: 19px; line-height: 0; }
.text-link { color: #466180; font-size: 14px; font-weight: 700; }
.text-link b { margin-left: 8px; color: var(--blue); }
.hero-points { display: flex; gap: 15px; margin-top: 46px; color: #8392a8; font-size: 13px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #40caa5; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-circle { position: absolute; width: 465px; height: 465px; background: #e2f5ff; border-radius: 50%; }
.hero-grid { position: absolute; width: 390px; height: 390px; border: 1px solid #b6e4ff; border-radius: 50%; }
.hero-grid::before, .hero-grid::after { content: ""; position: absolute; background: #b6e4ff; }
.hero-grid::before { width: 1px; height: 100%; left: 50%; }.hero-grid::after { height: 1px; width: 100%; top: 50%; }
.hero-art img { position: relative; z-index: 1; width: min(425px, 94%); filter: drop-shadow(0 28px 20px #1674c526); }
.hero-art p { position: absolute; z-index: 2; bottom: 12px; padding: 9px 15px; border: 1px solid #c9e8ff; border-radius: 4px; color: #2072bb; background: #ffffffdb; font-size: 13px; font-weight: 700; }

.trust-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1124px; margin: 0 auto; padding: 25px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-band p { margin: 0; color: #7a8aa3; font-size: 13px; }.trust-band div { display: flex; align-items: center; gap: 22px; color: #365477; font-size: 15px; font-weight: 700; }.trust-band i { width: 4px; height: 4px; border-radius: 50%; background: #83cfff; }
.section { max-width: 1124px; margin: 0 auto; padding: 118px 30px; }.section-heading { max-width: 610px; }.section-heading h2, .showcase-copy h2, .experience h2 { margin-bottom: 18px; font-size: 40px; line-height: 1.22; letter-spacing: 0; }.section-heading > p:last-child, .showcase-copy > p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }.feature-card { min-height: 294px; padding: 28px; border-radius: 8px; }.feature-card-blue { background: var(--sky); }.feature-card-mint { background: var(--mint); }.feature-card-lilac { background: var(--lilac); }.feature-icon { width: 53px; height: 53px; position: relative; display: grid; align-content: center; gap: 5px; margin-bottom: 31px; border-radius: 8px; background: #fff; box-shadow: 0 8px 18px #153c6910; }.feature-card-blue .feature-icon { color: var(--blue); }.feature-card-mint .feature-icon { color: #09a979; }.feature-card-lilac .feature-icon { color: #7065de; }.icon-list i { display: block; width: 25px; height: 3px; margin-left: 14px; background: currentColor; border-radius: 4px; }.icon-list i:nth-child(2) { width: 18px; }.icon-document { align-content: center; gap: 5px; }.icon-document::before { content: ""; position: absolute; left: 16px; top: 12px; width: 19px; height: 27px; border: 2px solid currentColor; border-radius: 2px; }.icon-document i { width: 12px; height: 2px; margin-left: 20px; position: relative; z-index: 1; background: currentColor; }.icon-calendar::before { content: ""; position: absolute; left: 13px; top: 14px; width: 27px; height: 25px; border: 2px solid currentColor; border-radius: 3px; }.icon-calendar i { position: relative; z-index: 1; width: 4px; height: 4px; margin-left: 18px; background: currentColor; border-radius: 1px; }.icon-calendar i:nth-child(2) { margin-left: 30px; margin-top: -9px; }.icon-calendar i:nth-child(3) { margin-top: 5px; }.icon-calendar i:nth-child(4) { margin-left: 30px; margin-top: -9px; }
.feature-number { float: right; margin-top: -81px; color: #a1b4cb; font-size: 13px; font-weight: 800; }.feature-card h3 { margin-bottom: 13px; font-size: 20px; }.feature-card > p:last-child { margin-bottom: 0; color: #647c9b; font-size: 14px; line-height: 1.8; }

.product-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1.12fr); align-items: center; overflow: hidden; background: #f4faff; }.showcase-copy { padding-right: 45px; max-width: 590px; margin-right: 0; }.showcase-copy ul { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }.showcase-copy li { display: flex; align-items: center; gap: 15px; }.showcase-copy li b { display: inline-block; min-width: 86px; color: #173a65; font-size: 14px; }.showcase-copy li span { color: #71849b; font-size: 14px; }.showcase-copy li::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border: 3px solid #3dbaf7; border-radius: 50%; }.screens-wrap { align-self: stretch; min-height: 595px; display: flex; align-items: flex-end; padding: 60px 0 0; }.screens-wrap img { width: 100%; display: block; transform: translateY(53px); filter: drop-shadow(0 22px 18px #308cc922); }

.experience { min-height: 480px; display: flex; align-items: center; justify-content: space-between; gap: 80px; margin-top: 100px; margin-bottom: 100px; padding: 75px 90px; color: white; background: #075fcf; border-radius: 8px; }.eyebrow-light { color: #b9e8ff; }.eyebrow-light span { background: #fff; }.experience h2 { color: white; }.experience-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #cae8ff; font-size: 16px; }.outline-button { padding: 14px 18px; color: #0a60c9; background: #fff; }.qr-panel { flex: 0 0 195px; padding: 14px; color: #d8efff; background: #fff; border-radius: 6px; text-align: center; }.qr-panel img { display: block; width: 100%; }.qr-panel p { margin: 10px 0 0; color: #477090; font-size: 13px; font-weight: 700; }
footer { display: grid; justify-items: center; gap: 13px; padding: 48px 28px 35px; border-top: 1px solid #edf2f7; color: #8392a5; font-size: 13px; }.footer-brand { color: var(--ink); font-size: 18px; }.footer-brand + p { margin: 0; }.icp { color: #9aa8b9; }

.modal[hidden] { display: none; }.modal { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: #081e3e99; }.modal-content { position: relative; width: min(360px, 100%); padding: 33px; background: #fff; border-radius: 8px; text-align: center; box-shadow: 0 24px 70px #0619384d; }.modal-content .eyebrow { justify-content: center; }.modal-content h2 { margin-bottom: 18px; font-size: 25px; }.modal-content img { width: 210px; max-width: 100%; }.modal-content > p:last-child { margin: 14px 0 0; color: #6d8099; font-size: 14px; }.modal-close { position: absolute; top: 11px; right: 15px; padding: 0; border: 0; color: #8493a7; background: none; font-size: 28px; line-height: 1; }

@media (max-width: 800px) { .site-header { height: 64px; padding: 0 20px; }.site-header nav { display: none; }.header-cta { padding: 9px 13px; }.hero { min-height: auto; grid-template-columns: 1fr; padding: 62px 24px 34px; }.hero-copy { padding: 0; } h1 { font-size: 42px; }.hero-description { font-size: 16px; }.hero-art { min-height: 375px; margin-top: 18px; }.hero-circle { width: 355px; height: 355px; }.hero-grid { width: 300px; height: 300px; }.hero-art img { width: 340px; }.hero-art p { bottom: 2px; }.hero-points { margin-top: 34px; }.trust-band { flex-direction: column; align-items: flex-start; margin: 0 24px; padding: 20px 0; }.trust-band div { width: 100%; justify-content: space-between; gap: 7px; }.section { padding: 76px 24px; }.section-heading h2, .showcase-copy h2, .experience h2 { font-size: 32px; }.feature-grid { grid-template-columns: 1fr; margin-top: 32px; }.feature-card { min-height: 245px; }.product-showcase { grid-template-columns: 1fr; }.showcase-copy { padding: 75px 24px 35px; }.screens-wrap { min-height: auto; padding: 0; }.screens-wrap img { transform: translateY(24px); }.experience { min-height: 0; flex-direction: column; align-items: flex-start; gap: 35px; margin: 70px 24px; padding: 50px 31px; }.qr-panel { align-self: center; flex-basis: auto; width: 190px; } footer { padding-top: 35px; } }
@media (max-width: 390px) { h1 { font-size: 37px; }.trust-band div { font-size: 13px; }.hero-actions { gap: 17px; }.primary-button { min-width: 136px; }.hero-points { gap: 11px; font-size: 12px; } }
