:root {
  --ink: #08111f;
  --ink-soft: #223047;
  --muted: #617086;
  --line: #dfe6ed;
  --surface: #ffffff;
  --surface-soft: #f4f7f9;
  --blue: #3c87f7;
  --cyan: #64d9e5;
  --mint: #9ce7a4;
  --lime: #d6ee7d;
  --gradient: linear-gradient(120deg, #3b82f6 0%, #67d8df 48%, #d6ef79 100%);
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--ink); background: var(--mint); }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; background: #fff; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.88); border-color: rgba(223,230,237,.85); box-shadow: 0 8px 30px rgba(7,17,31,.05); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.16rem; font-weight: 850; letter-spacing: -.03em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 22px rgba(37,116,235,.16); }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .91rem; font-weight: 700; }
.primary-nav a { color: #344257; text-decoration: none; transition: color .2s; }
.primary-nav a:hover { color: var(--blue); }
.primary-nav .nav-cta { padding: 11px 18px; color: #fff; background: var(--ink); border-radius: 999px; }
.primary-nav .nav-cta:hover { color: #fff; background: #1b2a3e; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 12px; background: var(--surface-soft); }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); }

.hero { position: relative; min-height: 790px; padding: 142px 0 80px; overflow: hidden; background: linear-gradient(180deg, #f9fcfd 0%, #fff 87%); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; top: -320px; right: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(100,217,229,.18), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #3b6da9; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: var(--gradient); }
.eyebrow-light { color: #a6dfec; }
.hero h1 { max-width: 700px; margin: 22px 0 24px; font-size: clamp(3.7rem, 6.3vw, 6.2rem); line-height: .98; letter-spacing: -.07em; }
.hero h1::after { content: ""; display: inline-block; width: .16em; height: .16em; margin-left: .04em; border-radius: 50%; background: var(--gradient); }
.hero-lede { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 14px 30px rgba(7,17,31,.15); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(7,17,31,.22); }
.button-secondary { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.7); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,.16); }
.availability { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.platform-pill { display: flex; align-items: center; gap: 10px; min-width: 145px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.82); }
.platform-pill svg { width: 22px; height: 22px; fill: var(--ink); }
.platform-pill span { display: flex; flex-direction: column; font-size: .9rem; font-weight: 850; line-height: 1.1; }
.platform-pill small { margin-bottom: 3px; color: var(--muted); font-size: .64rem; font-weight: 650; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 410px; height: 410px; background: linear-gradient(145deg, rgba(60,135,247,.34), rgba(100,217,229,.22), rgba(214,238,125,.38)); }
.orb-two { width: 310px; height: 310px; top: 30px; right: -10px; border: 1px solid rgba(60,135,247,.18); }
.brand-card { position: relative; width: 335px; height: 468px; padding: 13px; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 37px; background: rgba(255,255,255,.38); box-shadow: 0 32px 80px rgba(7,17,31,.22); transform: rotate(2deg); backdrop-filter: blur(14px); }
.brand-card-glow { position: absolute; inset: 22%; background: #63c9dd; filter: blur(60px); opacity: .25; }
.brand-card img { position: relative; width: 100%; height: 100%; border-radius: 27px; object-fit: cover; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 210px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 18px 40px rgba(7,17,31,.14); backdrop-filter: blur(15px); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { margin-bottom: 4px; font-size: .82rem; }
.floating-note small { color: var(--muted); font-size: .67rem; }
.note-one { top: 90px; left: -32px; }
.note-two { right: -35px; bottom: 70px; }
.note-icon { position: relative; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 12px; background: var(--gradient); }
.pin-icon::before { content: ""; position: absolute; width: 10px; height: 10px; top: 9px; left: 14px; border: 2px solid #09203b; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.shield-icon::before { content: ""; position: absolute; inset: 8px 10px; border: 2px solid #09203b; border-radius: 10px 10px 13px 13px; }

.signal-strip { border-block: 1px solid var(--line); background: #fbfcfd; }
.signal-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid p { margin: 0; padding: 12px 24px; border-right: 1px solid var(--line); color: #35435a; font-size: .78rem; font-weight: 800; letter-spacing: .03em; text-align: center; }
.signal-grid p:first-child { border-left: 1px solid var(--line); }
.signal-grid span { margin-right: 8px; color: #8aa0b9; font-size: .64rem; }

.section { padding: 120px 0; }
.section-heading { max-width: 670px; }
.section-heading h2, .about-copy h2, .safety-copy h2 { margin: 18px 0 20px; font-size: clamp(2.5rem, 4.7vw, 4.7rem); line-height: 1.04; letter-spacing: -.06em; }
.section-heading p, .about-copy > p { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.product-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; margin-top: 64px; }
.feature-card { position: relative; min-height: 335px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfd; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #bad6eb; box-shadow: var(--shadow); }
.feature-card-wide { grid-column: span 2; }
.feature-index { position: absolute; top: 24px; right: 26px; color: #9cadbc; font-size: .68rem; font-weight: 850; }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 56px; border-radius: 16px; background: var(--gradient); box-shadow: 0 12px 25px rgba(60,135,247,.18); }
.feature-icon svg { width: 25px; height: 25px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 12px; font-size: 1.5rem; letter-spacing: -.035em; }
.feature-card p { max-width: 590px; margin: 0; color: var(--muted); line-height: 1.67; }
.map-lines { position: absolute; width: 270px; height: 210px; top: 66px; right: 38px; opacity: .45; transform: rotate(-9deg); }
.map-lines i { position: absolute; width: 250px; height: 45px; border: 2px solid #96b1c9; border-radius: 50%; }
.map-lines i:nth-child(1) { top: 0; left: 0; }
.map-lines i:nth-child(2) { top: 58px; left: 20px; }
.map-lines i:nth-child(3) { top: 116px; left: -15px; }
.map-lines b, .map-lines em { position: absolute; width: 20px; height: 20px; border: 5px solid #3c87f7; border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); }
.map-lines b { top: 38px; left: 100px; }
.map-lines em { top: 126px; left: 200px; border-color: #8ddbb4; }
.status-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.status-row span { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #dce6ea; border-radius: 999px; color: #536278; background: #fff; font-size: .68rem; font-weight: 750; }
.status-row i { width: 6px; height: 6px; border-radius: 50%; background: #6bd59d; box-shadow: 0 0 0 3px rgba(107,213,157,.16); }

.safety-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.safety-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -170px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(100,217,229,.24), transparent 68%); }
.safety-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.safety-copy p { color: #aebed0; font-size: 1.05rem; line-height: 1.8; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; color: #d5f48d; font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s; }
.safety-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.safety-list article:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.safety-list > article > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(156,231,164,.35); border-radius: 50%; color: #bde9c2; font-size: .65rem; font-weight: 850; }
.safety-list h3 { margin: 0 0 7px; font-size: 1.18rem; }
.safety-list p { margin: 0; color: #9bacc0; line-height: 1.6; }

.about-section { background: var(--surface-soft); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.about-mark { position: relative; min-height: 490px; display: grid; place-items: center; overflow: hidden; border-radius: 36px; background: linear-gradient(145deg, #07111f, #101e33); box-shadow: var(--shadow); }
.about-mark::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(112,220,210,.25); border-radius: 50%; }
.about-mark::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(60,135,247,.22), transparent 70%); }
.about-mark img { position: relative; z-index: 2; width: 60%; border-radius: 30px; box-shadow: 0 25px 50px rgba(0,0,0,.3); }
.about-mark span { position: absolute; z-index: 1; width: 220px; height: 220px; top: 14%; right: 0; border-radius: 50%; background: var(--gradient); filter: blur(38px); opacity: .35; }
.about-copy > p { margin: 0 0 16px; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; border-block: 1px solid #d8e1e7; }
.company-facts div { padding: 22px 18px 22px 0; }
.company-facts dt { margin-bottom: 8px; color: #8090a4; font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.company-facts dd { margin: 0; font-size: .84rem; font-weight: 800; }
.company-facts a { color: #2f71d2; }

.faq-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; color: var(--ink); background: transparent; font-size: 1rem; font-weight: 800; text-align: left; cursor: pointer; }
.accordion button i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.accordion button i::before, .accordion button i::after { content: ""; position: absolute; top: 10px; left: 4px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s; }
.accordion button i::after { transform: rotate(90deg); }
.accordion button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel p { margin: -5px 0 26px; padding-right: 42px; color: var(--muted); line-height: 1.72; }
.accordion-panel a { color: #2f71d2; }

.cta-section { padding: 20px 0 110px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 60px; overflow: hidden; border-radius: 34px; color: #fff; background: linear-gradient(125deg, #08111f 0%, #122640 72%, #12394c 100%); box-shadow: var(--shadow); }
.cta-panel h2 { margin: 12px 0 10px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.055em; }
.cta-panel p { margin: 0; color: #aebed0; }

.site-footer { padding: 70px 0 24px; color: #c0cbda; background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 54px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 350px; margin: 20px 0 0; color: #8292a7; line-height: 1.7; }
.footer-grid h2 { margin: 5px 0 19px; color: #fff; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin: 12px 0; color: #97a7ba; font-size: .88rem; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: #d5f48d; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #697a90; font-size: .75rem; }
.footer-bottom p { margin: 0; }

.policy-hero { padding: 160px 0 70px; background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 850px; margin: 18px 0 15px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.065em; }
.policy-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; color: #78889c; font-size: .75rem; font-weight: 750; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 90px; padding-block: 75px 110px; }
.policy-nav { position: sticky; top: 120px; align-self: start; }
.policy-nav p { margin: 0 0 16px; color: #91a0b2; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.policy-nav a { display: block; padding: 9px 0; color: #536278; font-size: .83rem; font-weight: 750; text-decoration: none; }
.policy-nav a:hover, .policy-nav a[aria-current="page"] { color: #2f71d2; }
.policy-content section { scroll-margin-top: 110px; padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid var(--line); }
.policy-content section:last-child { border-bottom: 0; }
.policy-content h2 { margin: 0 0 18px; font-size: 1.6rem; letter-spacing: -.035em; }
.policy-content h3 { margin: 25px 0 10px; font-size: 1rem; }
.policy-content p, .policy-content li { color: #4f5f73; font-size: .96rem; line-height: 1.78; }
.policy-content ul { padding-left: 22px; }
.policy-content a { color: #276bcd; }
.policy-callout { padding: 22px 24px; border-left: 4px solid #65d8dd; border-radius: 0 15px 15px 0; background: #edf8f9; }
.policy-callout p { margin: 0; color: #264151; }
.support-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 25px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.support-card h2 { margin-top: 0; }
.support-card-primary { color: #fff; background: var(--ink); border-color: var(--ink); }
.support-card-primary p { color: #b4c2d3; }
.support-email { display: inline-block; margin-top: 18px; color: #d5f48d !important; font-size: 1.1rem; font-weight: 850; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero-grid, .safety-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 20px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 560px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-wide { grid-column: span 1; }
  .map-lines { opacity: .22; }
  .safety-grid, .about-grid, .faq-grid { gap: 55px; }
  .about-mark { min-height: 420px; }
  .faq-heading { position: static; }
  .policy-layout { grid-template-columns: 190px 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 620px); }
  .nav-wrap { height: 72px; }
  .nav-toggle { display: block; cursor: pointer; }
  .primary-nav { position: absolute; top: 66px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 14px; }
  .primary-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding: 115px 0 55px; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 4.7rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-visual { min-height: 500px; transform: scale(.9); margin: -15px -10px; }
  .brand-card { width: 300px; height: 420px; }
  .floating-note { min-width: 192px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .signal-grid { grid-template-columns: 1fr 1fr; padding-block: 5px; }
  .signal-grid p, .signal-grid p:first-child { border: 0; padding: 12px 5px; }
  .section { padding: 85px 0; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .feature-card { min-height: 300px; }
  .feature-icon { margin-bottom: 42px; }
  .map-lines { right: -30px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { border-bottom: 1px solid #d8e1e7; }
  .company-facts div:last-child { border-bottom: 0; }
  .cta-panel { flex-direction: column; align-items: flex-start; padding: 40px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .policy-hero { padding: 125px 0 55px; }
  .policy-layout { grid-template-columns: 1fr; gap: 35px; padding-block: 55px 85px; }
  .policy-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .policy-nav p { width: 100%; }
  .policy-nav a { padding: 2px 0; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }
  .availability { display: grid; grid-template-columns: 1fr 1fr; }
  .platform-pill { min-width: 0; padding: 10px; }
  .hero-visual { min-height: 450px; transform: scale(.78); margin: -55px -55px -45px; }
  .section-heading h2, .about-copy h2, .safety-copy h2 { font-size: 2.55rem; }
  .feature-card { padding: 25px; }
}
