:root {
  --ink: #17233d;
  --muted: #66748d;
  --line: rgba(22, 44, 86, .12);
  --blue: #264797;
  --blue-2: #3d63c6;
  --aqua: #1db891;
  --paper: #f5f7fb;
  --white: rgba(255,255,255,.84);
  --shadow: 0 22px 70px rgba(35, 60, 112, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; width: 0; z-index: 100; background: linear-gradient(90deg, var(--aqua), #71d6ff, var(--blue)); }

.site-header { position: sticky; top: 0; z-index: 50; padding: 17px 0; transition: padding .28s ease; }
.site-header::before { content: ""; position: absolute; inset: 0; background: rgba(245,247,251,.04); pointer-events: none; transition: background .28s ease; }
.site-header.is-scrolled { padding: 9px 0; }
.site-header.is-scrolled::before { background: rgba(245,247,251,.7); backdrop-filter: blur(20px) saturate(145%); }
.site-header nav { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 8px 10px 8px 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: rgba(255,255,255,.62); box-shadow: 0 15px 50px rgba(38,71,151,.12), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(22px) saturate(155%); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 850; letter-spacing: -.2px; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; object-fit: cover; box-shadow: 0 8px 20px rgba(38,71,151,.2); }
.nav-links { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 750; color: var(--muted); }
.nav-links a { padding: 11px 13px; border-radius: 14px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--blue); background: rgba(38,71,151,.08); transform: translateY(-1px); }
.nav-links .nav-cta { color: #fff; background: var(--blue); box-shadow: 0 9px 24px rgba(38,71,151,.23); }
.nav-links .nav-cta:hover { color: #fff; background: #1f3d89; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(400px, 1.06fr); align-items: center; gap: 64px; padding-top: 68px; padding-bottom: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 2px; border-radius: 2px; background: var(--aqua); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(46px, 6.2vw, 78px); line-height: .99; letter-spacing: -4px; }
h1 span { color: var(--blue); }
.hero-copy { max-width: 530px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 20px; border-radius: 16px; font-size: 14px; font-weight: 850; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 15px 28px rgba(38,71,151,.25); }
.button-disabled { opacity: .75; cursor: default; }
.button-secondary { color: var(--blue); background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.metric-row { display: flex; gap: 30px; margin-top: 48px; }
.metric-row div { display: grid; gap: 2px; }
.metric-row strong { font-size: 20px; letter-spacing: -.5px; }
.metric-row span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 999px; filter: blur(3px); opacity: .72; }
.glow-one { width: 390px; height: 390px; background: radial-gradient(circle, rgba(58,112,221,.28), rgba(58,112,221,0)); transform: translate(-40px, 10px); }
.glow-two { width: 270px; height: 270px; background: radial-gradient(circle, rgba(29,184,145,.23), rgba(29,184,145,0)); transform: translate(130px, 110px); }
.phone { position: relative; width: min(320px, 76%); padding: 11px; border: 1px solid rgba(255,255,255,.92); border-radius: 41px; background: linear-gradient(145deg,#ffffff,#dce3f2); box-shadow: 0 35px 75px rgba(21, 44, 91, .28), inset 0 1px 2px #fff; transform: rotate(2.5deg); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 39px; box-shadow: inset 0 0 0 1px rgba(22,44,86,.1); pointer-events: none; }
.phone-notch { position: absolute; z-index: 2; top: 18px; left: 50%; width: 98px; height: 23px; border-radius: 20px; background: #101a2a; transform: translateX(-50%); opacity: .9; }
.phone .screen-shot { width: 100%; border-radius: 31px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 176px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 16px 35px rgba(35,60,112,.18); backdrop-filter: blur(18px); animation: float 5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.floating-card-top { top: 130px; right: 0; }
.floating-card-bottom { bottom: 88px; left: 0; animation-delay: -2.4s; }
.status-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--aqua); box-shadow: 0 0 0 6px rgba(29,184,145,.12); }
.floating-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: var(--blue); background: rgba(38,71,151,.1); font-size: 21px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.section { padding: 112px 0; }
.section-soft { background: linear-gradient(180deg, rgba(231,238,252,.64), rgba(245,247,251,0)); }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading h2, .trust-panel h2 { margin: 10px 0 14px; font-size: clamp(31px, 4vw, 49px); line-height: 1.04; letter-spacing: -2px; }
.section-lede { max-width: 600px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; max-width: none; }
.split-heading .section-lede { max-width: 350px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.card { border: 1px solid rgba(255,255,255,.86); border-radius: var(--radius); background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.feature-card { position: relative; min-height: 290px; padding: 28px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(35,60,112,.2); }
.card-number { color: var(--blue-2); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.card-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 38px 0 24px; border-radius: 18px; color: var(--blue); background: linear-gradient(145deg,#e9efff,#dce9ff); font-size: 26px; }
.feature-card h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.6px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.screen-gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; align-items: end; }
.screen-tile { padding: 10px 10px 14px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(237,241,249,.7)); box-shadow: 0 19px 45px rgba(35,60,112,.12); transition: transform .3s ease; }
.screen-tile:nth-child(even) { transform: translateY(24px); }
.screen-tile:hover { transform: translateY(-8px); }
.screen-tile:nth-child(even):hover { transform: translateY(14px); }
.screen-tile .screen-shot { width: 100%; border-radius: 15px; }
.gallery-caption { margin: 12px 4px 0; color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; }

.section-dark { position: relative; overflow: hidden; color: #fff; background: #152c68; }
.section-dark::before { content: ""; position: absolute; width: 560px; height: 560px; right: -200px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(119,170,255,.28), rgba(119,170,255,0)); }
.section-heading-dark { position: relative; }
.section-heading-dark .eyebrow { color: #b8d4ff; }
.section-heading-dark .section-lede { color: #c8d5f3; }
.story-steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.story-steps::before { content: ""; position: absolute; top: 25px; left: 11%; right: 11%; height: 1px; background: rgba(255,255,255,.28); }
.step { position: relative; z-index: 1; }
.step-badge { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 24px; border: 7px solid #152c68; border-radius: 50%; color: #173b91; background: #c5fff0; font-size: 12px; font-weight: 900; }
.step h3 { margin-bottom: 10px; font-size: 20px; }
.step p { max-width: 285px; margin: 0; color: #c8d5f3; font-size: 14px; line-height: 1.7; }
.trust-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 55px; padding: 48px; border: 1px solid rgba(255,255,255,.78); border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.9),rgba(230,239,255,.58)); box-shadow: var(--shadow); }
.check-list { display: grid; align-content: center; gap: 15px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 11px; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #06745b; background: #caf9eb; font-weight: 900; }
.legal-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.legal-link-card { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 17px; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: rgba(255,255,255,.72); transition: transform .25s ease, background .25s ease; }
.legal-link-card:hover { transform: translateY(-4px); background: #fff; }
.legal-link-card strong, .legal-link-card small { display: block; }
.legal-link-card strong { font-size: 13px; }
.legal-link-card small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.legal-link-icon { display: grid; place-items: center; flex: 0 0 auto; width: 35px; height: 35px; border-radius: 12px; color: var(--blue); background: #e3eaff; font-size: 16px; }
.legal-link-card .arrow { margin-left: auto; color: var(--blue); font-size: 18px; }
footer { padding: 27px 0 38px; color: var(--muted); font-size: 11px; }
.footer-row { display: flex; justify-content: space-between; gap: 15px; }
footer a { color: var(--blue); font-weight: 800; }

.legal-page { padding: 74px 0 110px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 850; }
.legal-hero { max-width: 780px; margin: 42px 0 45px; }
.legal-hero h1 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 68px); letter-spacing: -3px; }
.legal-hero p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-meta { display: inline-flex; padding: 8px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.policy-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.policy-card { padding: 27px; border: 1px solid rgba(255,255,255,.88); border-radius: 25px; background: rgba(255,255,255,.73); box-shadow: 0 16px 50px rgba(35,60,112,.08); }
.policy-card h2 { margin-bottom: 11px; font-size: 19px; letter-spacing: -.5px; }
.policy-card p, .policy-card li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.policy-card p:last-child { margin-bottom: 0; }
.policy-card ul { margin: 0; padding-left: 20px; }
.policy-card.wide { grid-column: 1 / -1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay,0ms), transform .65s cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 15px; padding-top: 50px; } .hero-visual { min-height: 560px; } .screen-gallery { grid-template-columns: repeat(3,1fr); } .screen-tile:nth-child(even) { transform: none; } .story-steps { gap: 18px; } .trust-panel { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 680px) { .shell { width: min(100% - 28px, 560px); } .site-header { padding-top: 9px; } .site-header nav { min-height: 58px; border-radius: 19px; } .brand span { display: none; } .nav-links a { padding: 9px 7px; font-size: 11px; } .nav-links a:nth-child(2) { display: none; } .nav-links .nav-cta { padding-inline: 10px; } .hero { min-height: 0; padding-top: 44px; padding-bottom: 58px; } h1 { font-size: clamp(45px, 14vw, 64px); letter-spacing: -3px; } .hero-copy { font-size: 16px; } .metric-row { gap: 15px; margin-top: 36px; } .metric-row strong { font-size: 17px; } .hero-visual { min-height: 500px; } .phone { width: min(294px, 84%); } .floating-card-top { top: 70px; right: -3px; } .floating-card-bottom { bottom: 57px; left: -5px; } .section { padding: 75px 0; } .feature-grid, .story-steps, .legal-links, .policy-grid { grid-template-columns: 1fr; } .split-heading { display: block; } .split-heading .section-lede { margin-top: 15px; } .screen-gallery { grid-template-columns: repeat(2,1fr); } .screen-tile:last-child { grid-column: 1 / -1; max-width: 52%; margin: 0 auto; } .story-steps::before { top: 25px; bottom: 24px; left: 24px; width: 1px; height: auto; } .step { padding-left: 73px; } .step-badge { position: absolute; left: 0; top: 0; } .trust-panel { padding: 28px; border-radius: 26px; } .footer-row { display: grid; } .legal-page { padding-top: 45px; } .legal-hero h1 { font-size: 48px; } .policy-card.wide { grid-column: auto; } }
