:root {
  --navy: #061923;
  --navy-soft: #0b2734;
  --cyan: #35afe6;
  --blue: #087fb8;
  --ice: #eaf6fb;
  --paper: #f5f5f7;
  --white: #fff;
  --ink: #101820;
  --muted: #66727a;
  --radius: 34px;
  --content: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; display: grid; height: 58px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); align-items: center; color: rgba(255,255,255,.88); background: rgba(6,25,35,.72); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: saturate(180%) blur(22px); grid-template-columns: auto 1fr auto; transition: background .35s, color .35s; }
.site-header.on-light { color: rgba(16,24,32,.88); background: rgba(245,245,247,.78); border-color: rgba(16,24,32,.08); }
.brand { font-size: 23px; font-weight: 750; letter-spacing: -.06em; }
.desktop-nav { display: flex; justify-self: center; gap: 34px; font-size: 12px; }
.desktop-nav a, .header-cta { transition: opacity .2s; }
.desktop-nav a:hover, .header-cta:hover { opacity: .62; }
.header-cta { padding: 9px 15px; color: white; background: var(--blue); border-radius: 999px; font-size: 12px; }
.menu-toggle, .mobile-nav { display: none; }

.dark-section { color: white; background: var(--navy); }
.light-section { color: var(--ink); background: var(--paper); }
.eyebrow { margin: 0 0 20px; color: var(--cyan); font-size: 18px; font-weight: 650; }
.section-heading { width: var(--content); margin: 0 auto 72px; }
.section-heading h2, .statement h2, .mobile-copy h2, .contact h2 { margin: 0; font-size: clamp(52px, 6.1vw, 92px); line-height: .95; letter-spacing: -.065em; }
.section-heading h2 span, .statement h2 span, .mobile-copy h2 span, .contact h2 span { color: var(--cyan); }
.section-heading > p:last-child, .statement > p:last-child, .mobile-copy > p { max-width: 760px; margin: 38px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 25px); font-weight: 520; line-height: 1.42; letter-spacing: -.02em; }
.dark-section .section-heading > p:last-child { color: rgba(255,255,255,.58); }

.hero { position: relative; min-height: 1300px; padding: 58px 0 110px; overflow: clip; }
.hero-glow, .contact-glow { position: absolute; width: 900px; height: 650px; background: radial-gradient(ellipse, rgba(53,175,230,.33), rgba(6,25,35,0) 68%); filter: blur(8px); pointer-events: none; }
.hero-glow { top: -160px; left: 50%; transform: translateX(-50%); }
.hero-copy { position: relative; z-index: 2; width: var(--content); margin: 0 auto; padding: 112px 0 70px; text-align: center; }
.hero h1 { margin: 0; font-size: clamp(60px, 7.2vw, 112px); line-height: .91; letter-spacing: -.07em; }
.hero h1 span { color: var(--cyan); }
.hero-lead { max-width: 760px; margin: 34px auto 30px; color: rgba(255,255,255,.62); font-size: clamp(20px, 2vw, 27px); font-weight: 520; line-height: 1.36; letter-spacing: -.02em; }
.pill-button { display: inline-flex; padding: 13px 19px; align-items: center; gap: 16px; color: white; background: var(--blue); border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.pill-button:hover { background: var(--cyan); transform: scale(1.025); }
.hero-stage { position: relative; z-index: 2; width: min(1380px, 112vw); margin: 0 50%; transform: translateX(-50%); transform-origin: top center; }
.browser-frame { padding: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; box-shadow: 0 60px 120px rgba(0,0,0,.48); backdrop-filter: blur(18px); overflow: hidden; }
.browser-bar { display: flex; height: 38px; padding: 0 10px; align-items: center; gap: 7px; color: rgba(255,255,255,.45); font-size: 11px; }
.browser-bar i { width: 8px; height: 8px; background: rgba(255,255,255,.3); border-radius: 50%; }
.browser-bar span { margin-left: 10px; }
.browser-frame img { width: 100%; border-radius: 17px; }
.browser-frame > img { height: auto; aspect-ratio: 1853 / 849; object-fit: contain; }
.dashboard-modes { display: grid; width: min(1040px, calc(100vw - 48px)); margin: 26px auto 0; grid-template-columns: 1fr 1fr; gap: 14px; }
.dashboard-modes article { display: grid; min-height: 116px; padding: 24px 28px; align-content: center; gap: 9px; text-align: left; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 25px; backdrop-filter: blur(18px); }
.dashboard-modes span { color: var(--cyan); font-size: 13px; font-weight: 700; }
.dashboard-modes strong { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.35; }
.scroll-cue { display: none; }
.scroll-cue span { display: inline-block; margin-left: 8px; animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.intro { padding: 170px 0 150px; }
.statement { width: var(--content); margin: 0 auto 130px; text-align: center; }
.statement > p:last-child { margin-right: auto; margin-left: auto; }
.big-facts { display: grid; width: var(--content); margin: auto; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.big-facts article { min-height: 430px; padding: 34px; background: white; border-radius: var(--radius); }
.big-facts strong { color: var(--cyan); font-size: 16px; }
.big-facts h3 { margin: 120px 0 22px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.big-facts p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.45; }

.story { padding: 170px 0; color: var(--navy); background: var(--cyan); }
.story-inner { display: grid; width: var(--content); margin: auto; align-items: end; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.story .eyebrow { color: rgba(6,25,35,.62); }
.story h2 { margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .9; letter-spacing: -.068em; }
.story h2 span { color: white; }
.story-copy { display: grid; padding-bottom: 8px; gap: 26px; }
.story-copy p { margin: 0; font-size: clamp(22px, 2.35vw, 34px); font-weight: 650; line-height: 1.18; letter-spacing: -.035em; }
.story-copy p:last-child { color: rgba(6,25,35,.62); }

.data-trust { padding: 170px 0; }
.case-disclaimer { width: var(--content); margin: -38px auto 34px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.data-cases { display: grid; width: var(--content); margin: auto; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.data-case { display: flex; min-height: 490px; padding: 34px; flex-direction: column; background: white; border-radius: var(--radius); }
.data-case:not(.data-case-hero) { grid-column: span 2; }
.data-case > span { color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.case-statement { display: grid; margin: auto 0; gap: 10px; }
.case-statement strong { max-width: 520px; font-size: clamp(32px, 3vw, 48px); line-height: .96; letter-spacing: -.052em; }
.case-statement strong:last-child { color: var(--cyan); }
.case-statement i { color: var(--muted); font-size: 25px; font-style: normal; }
.data-case > p { max-width: 500px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.45; }
.data-case-hero { display: grid; min-height: 610px; color: white; background: var(--navy); grid-column: 1 / -1; grid-template-columns: .82fr 1.18fr; gap: 70px; }
.hero-case-copy { display: flex; flex-direction: column; }
.hero-case-copy > span { color: var(--cyan); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.hero-case-copy h3 { margin: auto 0 25px; font-size: clamp(45px, 5vw, 72px); line-height: .92; letter-spacing: -.06em; }
.hero-case-copy h3 strong { color: var(--cyan); font-weight: inherit; }
.hero-case-copy p { max-width: 480px; margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.45; }
.hero-case-copy small { max-width: 470px; padding-top: 19px; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; line-height: 1.45; }
.variance-visual { display: grid; min-width: 0; padding: 34px; align-content: end; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 27px; }
.variance-bars { display: grid; height: 360px; align-items: end; grid-template-columns: 1fr 1fr; gap: 28px; }
.variance-column { display: grid; height: 100%; align-items: end; grid-template-rows: auto 1fr auto; gap: 13px; }
.variance-column b { font-size: clamp(25px, 2.7vw, 39px); letter-spacing: -.04em; }
.variance-column span { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.bar { display: block; width: 100%; align-self: end; background: rgba(255,255,255,.28); border-radius: 18px 18px 4px 4px; }
.bar-437 { height: 77%; }
.bar-570 { height: 100%; background: var(--cyan); box-shadow: 0 0 50px rgba(53,175,230,.22); }
.variance-delta { margin-top: 30px; padding: 14px 18px; justify-self: start; color: var(--navy); background: var(--cyan); border-radius: 999px; font-size: 15px; }
.trust-promise { width: var(--content); margin: 80px auto 0; padding: 70px; color: white; background: var(--navy); border-radius: var(--radius); }
.trust-promise p, .trust-promise strong { display: block; max-width: 980px; margin: 0; font-size: clamp(39px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.trust-promise p { color: rgba(255,255,255,.42); }
.trust-promise strong { margin-top: 15px; color: var(--cyan); }

.notifications { position: relative; padding: 170px 0; overflow: hidden; }
.notifications::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(53,175,230,.13), transparent 35%); content: ""; }
.notifications .section-heading { position: relative; }
.notification-benefits { position: relative; display: grid; width: var(--content); margin: -12px auto 70px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.notification-benefits article { display: grid; min-height: 210px; padding: 28px; align-content: space-between; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 26px; }
.notification-benefits article > span { color: var(--cyan); font-size: 13px; font-weight: 700; }
.notification-benefits div { display: grid; gap: 10px; }
.notification-benefits strong { font-size: 25px; letter-spacing: -.035em; }
.notification-benefits p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.45; }
.notification-stack { position: relative; width: min(920px, calc(100vw - 48px)); margin: auto; perspective: 900px; }
.notice { display: grid; min-height: 116px; margin: 0 0 14px; padding: 22px 28px; align-items: center; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 25px 70px rgba(0,0,0,.22); backdrop-filter: blur(24px); grid-template-columns: 90px 1fr auto; gap: 18px; }
.notice time { color: var(--cyan); font-size: 14px; font-weight: 700; }
.notice div { display: grid; gap: 7px; }
.notice strong { font-size: clamp(18px, 2vw, 24px); }
.notice span { color: rgba(255,255,255,.5); font-size: 14px; }
.notice b { display: grid; width: 42px; height: 42px; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; }

.modules { padding: 170px 0; overflow: hidden; }
.peek-carousel { display: flex; width: 100%; padding: 0 max(24px, calc((100vw - 1180px) / 2)); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.peek-carousel::-webkit-scrollbar { display: none; }
.module-card { flex: 0 0 min(480px, 78vw); min-height: 560px; padding: 40px; border-radius: var(--radius); scroll-snap-align: center; }
.module-card span { font-size: 15px; font-weight: 700; }
.module-card h3 { margin: 220px 0 25px; font-size: clamp(39px, 4vw, 58px); line-height: .95; letter-spacing: -.055em; }
.module-card p { max-width: 320px; margin: 0; font-size: 18px; line-height: 1.42; }
.cyan-card { color: var(--navy); background: var(--cyan); }
.navy-card { color: white; background: var(--navy); }
.navy-card p { color: rgba(255,255,255,.58); }
.mist-card { background: var(--ice); }
.blue-card { color: white; background: var(--blue); }
.blue-card p { color: rgba(255,255,255,.65); }
.carousel-controls { display: flex; width: var(--content); margin: 34px auto 0; align-items: center; justify-content: center; gap: 12px; }
.carousel-controls button, .screen-controls button { display: grid; width: 50px; height: 50px; padding: 0; place-items: center; background: #e3e3e7; border: 0; border-radius: 50%; cursor: pointer; transition: transform .2s; }
.carousel-controls button:hover, .screen-controls button:hover { transform: scale(1.07); }
.progress { width: 150px; height: 5px; background: #dddde2; border-radius: 10px; overflow: hidden; }
.progress i { display: block; width: 20%; height: 100%; background: var(--navy); border-radius: inherit; transition: width .25s; }
.custom-module-note { display: grid; width: var(--content); min-height: 270px; margin: 70px auto 0; padding: 38px; align-items: center; background: var(--ice); border-radius: var(--radius); grid-template-columns: .35fr 1.35fr auto; gap: 30px; }
.custom-module-note > span { color: var(--blue); font-weight: 700; }
.custom-module-note h3 { max-width: 670px; margin: 0 0 14px; font-size: clamp(28px, 3vw, 42px); line-height: 1.02; letter-spacing: -.045em; }
.custom-module-note p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.48; }
.custom-module-note a { padding: 12px 16px; color: white; background: var(--blue); border-radius: 999px; white-space: nowrap; font-size: 13px; font-weight: 700; }

.screens { padding: 170px 0 140px; overflow: hidden; }
.screen-carousel { width: 100%; }
.screen-track { --screen-slide-width: min(1080px, 84vw); display: flex; gap: 22px; padding-inline: calc((100vw - var(--screen-slide-width)) / 2); transition: transform .75s cubic-bezier(.2,.8,.2,1); }
.screen-slide { flex: 0 0 var(--screen-slide-width); margin: 0; opacity: .4; transform: scale(.94); transition: opacity .6s, transform .75s cubic-bezier(.2,.8,.2,1); }
.screen-slide.is-active { opacity: 1; transform: scale(1); }
.screen-slide > div { display: grid; aspect-ratio: 16 / 9; padding: 10px; place-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; overflow: hidden; }
.screen-slide img { width: 100%; height: 100%; object-fit: contain; background: #edf4f8; border-radius: 21px; }
.screen-slide figcaption { display: flex; padding: 24px 6px; align-items: center; justify-content: space-between; }
.screen-slide figcaption span { color: var(--cyan); font-size: 13px; }
.screen-slide figcaption strong { font-size: 25px; }
.screen-controls { display: flex; width: var(--content); margin: 20px auto 0; align-items: center; justify-content: center; gap: 12px; }
.screen-controls button { color: white; background: rgba(255,255,255,.12); }
.screen-dots { display: flex; height: 50px; padding: 0 20px; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border-radius: 999px; }
.screen-dots button { width: 7px; height: 7px; padding: 0; background: rgba(255,255,255,.38); border: 0; border-radius: 99px; transition: width .3s, background .3s; }
.screen-dots button.is-active { width: 38px; background: white; }

.mobile-showcase { display: grid; min-height: 1100px; padding: 160px max(24px, calc((100vw - 1180px) / 2)); align-items: center; grid-template-columns: 1fr 1fr; gap: 70px; overflow: hidden; }
.mobile-copy > p { max-width: 570px; }
.mobile-copy .eyebrow { color: var(--cyan); }
.mobile-copy .mobile-emphasis { padding: 22px 24px; color: var(--navy); background: var(--ice); border-radius: 20px; font-size: 18px; font-weight: 700; line-height: 1.38; }
.mobile-copy ul { display: grid; margin: 38px 0 0; padding: 0; gap: 15px; list-style: none; }
.mobile-copy li { position: relative; padding-left: 30px; font-weight: 600; }
.mobile-copy li::before { position: absolute; left: 0; color: var(--cyan); content: "✓"; }
.phone-stage { position: relative; display: grid; min-height: 780px; place-items: center; }
.phone-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(53,175,230,.34), transparent 67%); }
.phone { position: relative; width: min(360px, 76vw); padding: 12px; background: #07131a; border: 2px solid #1d323d; border-radius: 54px; box-shadow: 0 60px 100px rgba(6,25,35,.32); }
.phone img { width: 100%; border-radius: 42px; }
.phone-speaker { position: absolute; z-index: 2; top: 20px; left: 50%; width: 92px; height: 24px; background: #07131a; border-radius: 99px; transform: translateX(-50%); }

.proof { padding: 170px 0; }
.partner-row { display: grid; width: var(--content); margin: auto; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.partner-row a { display: flex; min-height: 720px; padding: 28px; flex-direction: column; background: white; border-radius: var(--radius); transition: transform .25s; }
.partner-row a:hover { transform: translateY(-6px); }
.partner-row a.partner-dark { color: white; background: var(--navy); }
.partner-row a.partner-light { color: var(--ink); background: var(--ice); }
.partner-logo { display: grid; height: 150px; margin-bottom: 28px; padding: 20px; place-items: center; background: rgba(255,255,255,.06); border-radius: 22px; }
.partner-light .partner-logo { background: rgba(255,255,255,.7); }
.partner-row img { width: 100%; height: 105px; object-fit: contain; }
.partner-content { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.partner-company { color: var(--cyan); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.partner-content h3 { margin: 13px 0 12px; font-size: clamp(27px, 2.45vw, 38px); line-height: 1; letter-spacing: -.045em; }
.partner-content p { min-height: 66px; margin: 0 0 26px; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.45; }
.partner-light .partner-content p { color: var(--muted); }
.partner-content ul { display: flex; margin: 0 0 30px; padding: 0; flex-wrap: wrap; align-content: flex-start; gap: 7px; list-style: none; }
.partner-content li { padding: 7px 10px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 11px; line-height: 1.2; }
.partner-light .partner-content li { color: var(--ink); background: rgba(255,255,255,.75); border-color: rgba(6,25,35,.08); }
.partner-content > strong { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.partner-light .partner-content > strong { border-color: rgba(6,25,35,.12); }

.pricing { padding: 170px 0; }
.pricing-grid { display: grid; width: var(--content); margin: auto; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; min-height: 570px; padding: 34px; background: white; border-radius: var(--radius); }
.price-card.featured { color: white; background: var(--navy); box-shadow: 0 30px 80px rgba(6,25,35,.2); }
.price-card > p { margin: 0 0 70px; color: var(--cyan); font-weight: 700; }
.price-card h3 { margin: 0 0 12px; font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.price-card h3.numeric-price { font-size: clamp(30px, 2.65vw, 39px); white-space: nowrap; }
.price-card > strong { color: var(--muted); font-size: 15px; }
.price-card.featured > strong { color: rgba(255,255,255,.5); }
.price-card ul { display: grid; margin: 55px 0 0; padding: 0; gap: 12px; list-style: none; font-size: 15px; }
.price-card li::before { margin-right: 8px; color: var(--cyan); content: "✓"; }
.price-card a { position: absolute; right: 34px; bottom: 32px; left: 34px; padding-top: 17px; border-top: 1px solid rgba(102,114,122,.25); font-weight: 650; }
.popular { position: absolute; top: 25px; right: 25px; padding: 7px 11px; color: var(--navy); background: var(--cyan); border-radius: 99px; font-size: 11px; font-weight: 700; }
.license-options { display: grid; width: var(--content); margin: 16px auto 0; grid-template-columns: 1fr 1fr; gap: 16px; }
.license-options article { min-height: 300px; padding: 34px; background: var(--ice); border-radius: var(--radius); }
.license-options span { color: var(--blue); font-weight: 700; }
.license-options h3 { max-width: 500px; margin: 70px 0 18px; font-size: 31px; line-height: 1.05; letter-spacing: -.045em; }
.license-options p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.5; }
.price-note { width: var(--content); margin: 24px auto 0; color: var(--muted); font-size: 13px; }

.faq { padding: 170px 0; }
.faq-layout { display: grid; width: var(--content); margin: auto; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 115px; align-self: start; }
.faq-heading h2 { margin: 0; font-size: clamp(52px, 5.7vw, 86px); line-height: .94; letter-spacing: -.062em; }
.faq-heading h2 span { color: var(--cyan); }
.faq-heading > p:last-child { max-width: 460px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.faq-list { border-top: 1px solid rgba(6,25,35,.18); }
.faq-list details { border-bottom: 1px solid rgba(6,25,35,.18); }
.faq-list summary { display: grid; min-height: 110px; padding: 24px 4px; align-items: center; list-style: none; cursor: pointer; grid-template-columns: 42px 1fr 30px; gap: 14px; font-size: clamp(20px, 2vw, 28px); font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cyan); font-size: 12px; }
.faq-list summary i { position: relative; display: block; width: 24px; height: 24px; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%, -50%); transition: transform .25s; }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 48px 34px 56px; }
.faq-answer p { margin: 0 0 12px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.faq-answer p:first-child { color: var(--ink); font-weight: 650; }

.contact { position: relative; min-height: 850px; display: grid; padding: 160px 24px; place-items: center; text-align: center; overflow: hidden; }
.contact-glow { top: 20%; left: 50%; transform: translateX(-50%); }
.contact-inner { position: relative; z-index: 2; max-width: 950px; }
.contact-inner h2 { font-size: clamp(48px, 5.4vw, 82px); }
.contact-inner > p:nth-of-type(2) { max-width: 680px; margin: 34px auto; color: rgba(255,255,255,.58); font-size: 21px; line-height: 1.45; }
.person { display: grid; margin-top: 52px; gap: 8px; }
.person span { color: rgba(255,255,255,.5); font-size: 14px; }
.person strong { font-size: 27px; }
.contact-buttons { display: flex; margin-top: 26px; justify-content: center; gap: 12px; }
.contact-buttons button { padding: 14px 19px; color: white; background: var(--blue); border: 0; border-radius: 999px; cursor: pointer; font-weight: 650; transition: transform .2s, background .2s; }
.contact-buttons button:hover { background: var(--cyan); transform: scale(1.04); }

footer { display: grid; min-height: 110px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); align-items: center; color: rgba(255,255,255,.42); background: #020c11; grid-template-columns: auto 1fr auto; gap: 30px; font-size: 11px; }
footer strong { color: white; font-size: 22px; }

.reveal { opacity: 0; transform: translateY(55px) scale(.985); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }

@media (max-width: 900px) {
  :root { --content: min(100% - 36px, 720px); --radius: 26px; }
  .site-header { padding: 0 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; width: 38px; height: 38px; margin-left: auto; padding: 10px 7px; align-content: center; gap: 6px; background: transparent; border: 0; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 90; inset: 58px 0 auto; display: grid; padding: 20px; color: white; background: rgba(6,25,35,.97); transform: translateY(-120%); transition: transform .35s; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 19px; font-weight: 650; }
  .hero { min-height: 900px; }
  .hero-copy { padding-top: 100px; }
  .hero-stage { width: 122vw; }
  .big-facts, .pricing-grid { grid-template-columns: 1fr; }
  .story-inner { grid-template-columns: 1fr; gap: 55px; }
  .data-cases { grid-template-columns: 1fr; }
  .data-case:not(.data-case-hero), .data-case-hero { grid-column: 1; }
  .data-case-hero { grid-template-columns: 1fr; gap: 50px; }
  .hero-case-copy h3 { margin-top: 95px; }
  .data-case { min-height: 430px; }
  .faq-layout { grid-template-columns: 1fr; gap: 65px; }
  .faq-heading { position: static; }
  .dashboard-modes { grid-template-columns: 1fr; }
  .notification-benefits { grid-template-columns: 1fr; }
  .notification-benefits article { min-height: 160px; }
  .custom-module-note { grid-template-columns: 1fr; }
  .big-facts article { min-height: 330px; }
  .big-facts h3 { margin-top: 82px; }
  .module-card { min-height: 500px; }
  .mobile-showcase { min-height: auto; padding-top: 130px; padding-bottom: 130px; grid-template-columns: 1fr; }
  .mobile-copy { text-align: center; }
  .mobile-copy > p { margin-right: auto; margin-left: auto; }
  .mobile-copy ul { display: inline-grid; text-align: left; }
  .phone-stage { min-height: 680px; }
  .partner-row { grid-template-columns: 1fr; }
  .partner-row a { min-height: auto; }
  .license-options { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --content: calc(100vw - 32px); --radius: 22px; }
  .eyebrow { font-size: 14px; }
  .hero { min-height: 960px; padding-bottom: 72px; }
  .hero-copy { padding: 90px 0 50px; }
  .hero h1 { font-size: clamp(48px, 14.5vw, 68px); }
  .hero-lead { font-size: 18px; }
  .hero-stage { width: 142vw; }
  .browser-frame { padding: 6px; border-radius: 18px; }
  .browser-bar { height: 24px; }
  .browser-frame img { border-radius: 11px; }
  .dashboard-modes { width: calc(100vw - 32px); margin-top: 16px; }
  .dashboard-modes article { min-height: 105px; padding: 20px; border-radius: 20px; }
  .scroll-cue { display: none; }
  .intro, .data-trust, .notifications, .modules, .screens, .proof, .pricing, .faq { padding-top: 115px; padding-bottom: 105px; }
  .story { padding: 115px 0; }
  .story-inner { gap: 42px; }
  .story h2 { font-size: clamp(49px, 14vw, 66px); }
  .story-copy p { font-size: 23px; }
  .data-case { min-height: 390px; padding: 26px; }
  .case-disclaimer { margin-top: -20px; margin-bottom: 26px; line-height: 1.4; }
  .case-statement strong { font-size: 39px; }
  .data-case-hero { min-height: auto; padding: 28px; }
  .hero-case-copy h3 { margin-top: 75px; font-size: 47px; }
  .variance-visual { padding: 22px; }
  .variance-bars { height: 290px; gap: 14px; }
  .variance-column b { font-size: 25px; }
  .trust-promise { margin-top: 48px; padding: 34px 28px; }
  .trust-promise p, .trust-promise strong { font-size: 39px; }
  .faq-layout { gap: 46px; }
  .faq-heading h2 { font-size: clamp(47px, 13vw, 62px); }
  .faq-list summary { min-height: 95px; grid-template-columns: 30px 1fr 25px; gap: 10px; font-size: 19px; }
  .faq-answer { padding: 0 30px 28px 40px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .statement h2, .mobile-copy h2, .contact h2 { font-size: clamp(45px, 13vw, 62px); }
  .section-heading > p:last-child, .statement > p:last-child, .mobile-copy > p { margin-top: 26px; font-size: 18px; }
  .statement { margin-bottom: 70px; }
  .big-facts article { min-height: 300px; padding: 26px; }
  .big-facts h3 { margin-top: 68px; font-size: 30px; }
  .notice { padding: 18px; grid-template-columns: 58px 1fr; border-radius: 20px; }
  .notification-benefits { margin-bottom: 46px; }
  .notification-benefits article { min-height: 145px; padding: 22px; border-radius: 20px; }
  .notice b { display: none; }
  .notice span { font-size: 12px; }
  .module-card { flex-basis: 84vw; min-height: 440px; padding: 28px; }
  .module-card h3 { margin-top: 170px; }
  .carousel-controls { justify-content: center; }
  .custom-module-note { min-height: 350px; margin-top: 48px; padding: 28px; }
  .progress { width: 110px; }
  .screen-track { --screen-slide-width: 90vw; gap: 12px; padding-inline: calc((100vw - var(--screen-slide-width)) / 2); }
  .screen-slide > div { padding: 5px; border-radius: 18px; }
  .screen-slide img { border-radius: 13px; }
  .screen-slide figcaption { display: grid; gap: 7px; }
  .screen-slide figcaption strong { font-size: 20px; }
  .screen-controls { flex-wrap: wrap; }
  .screen-dots { order: 3; width: 100%; justify-content: center; background: transparent; }
  .mobile-showcase { padding: 110px 16px; gap: 25px; }
  .phone-stage { min-height: 610px; }
  .partner-row a { min-height: auto; padding: 26px; }
  .partner-logo { height: 130px; }
  .partner-content p { min-height: 0; }
  .price-card { min-height: 520px; padding: 28px; }
  .price-card h3 { font-size: 35px; }
  .price-card a { right: 28px; bottom: 28px; left: 28px; }
  .license-options article { min-height: 280px; padding: 28px; }
  .license-options h3 { margin-top: 55px; font-size: 27px; }
  .contact { min-height: 750px; padding: 120px 16px; }
  .contact-buttons { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
}

@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; }
}
