:root{
  --blue:#0568ff;
  --blue-strong:#0054dc;
  --blue-soft:#eaf3ff;
  --ink:#07142d;
  --body:#40506a;
  --muted:#697790;
  --paper:#f7faff;
  --line:#d9e4f2;
  --white:#fff;
  --night:#03132f;
  --night-2:#082654;
  --green:#17b76a;
  --gold:#f5ab20;
  --radius:24px;
  --shadow:0 18px 48px rgba(7,35,80,.13);
  --shadow-strong:0 28px 80px rgba(3,22,55,.22);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;color:var(--ink);background:var(--white);font-family:Geist,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,input{font-family:inherit}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a{touch-action:manipulation}
svg{display:block}
.icon-defs{position:absolute;width:0;height:0;overflow:hidden}
.shell{width:min(1420px,calc(100% - 64px));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:8px;color:#fff;background:var(--ink);transform:translateY(-160%)}
.skip-link:focus{transform:none}
:focus-visible{outline:3px solid #54a0ff;outline-offset:4px}

h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.045em;line-height:1.02}
h1{font-size:clamp(58px,5vw,82px);font-weight:780}
h2{margin-bottom:24px;font-size:clamp(42px,4.1vw,66px);font-weight:760}
h3{font-size:24px}
p{margin-bottom:0}
.eyebrow{margin:0 0 18px;color:var(--blue);font-size:14px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:12px;font-size:16px;font-weight:760;transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1),background .36s ease}
.button:hover{transform:translateY(-2px) scale(1.01)}
.button:active{transform:translateY(0) scale(.985)}
.button-primary{color:#fff;background:var(--blue);box-shadow:0 12px 28px rgba(5,104,255,.24)}
.button-light{color:var(--ink);background:#fff;box-shadow:var(--shadow)}
.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}

.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}
.site-header.is-sticky{position:fixed;background:rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(9,31,66,.08);backdrop-filter:blur(18px) saturate(1.2)}
.nav-shell{width:min(1620px,calc(100% - 64px));height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:inline-flex;align-items:center;gap:14px;font-size:30px;font-weight:800;letter-spacing:-.04em}
.brand img{width:52px;height:52px;border-radius:13px;filter:drop-shadow(0 8px 14px rgba(0,54,153,.14))}
.brand b{color:var(--blue)}
.primary-nav{display:flex;align-items:center;gap:42px;font-size:18px;font-weight:700}
.nav-links{display:flex;align-items:center;gap:36px}
.primary-nav a{transition:color .2s ease}
.primary-nav a:hover{color:var(--blue)}
.nav-cta{display:inline-flex;min-height:54px;align-items:center;padding:0 26px;border-radius:12px;color:#fff!important;background:var(--blue);box-shadow:0 12px 25px rgba(5,104,255,.2)}
.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff}
.menu-button svg{width:22px;height:22px;margin:auto;fill:none;stroke:currentColor;stroke-width:2}

[data-reveal]{opacity:0;transform:translate3d(0,34px,0) scale(.985);transition:opacity 1.05s cubic-bezier(.22,1,.36,1),transform 1.05s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms)}
[data-reveal].is-visible{opacity:1;transform:none}

@media (prefers-reduced-motion:no-preference){
  .hero-devices[data-reveal],.quest-real-phone[data-reveal],.radar-phone[data-reveal],.lightning-showcase[data-reveal],.map-showcase[data-reveal],.ranger-stage[data-reveal]{--reveal-delay:160ms}
  .quest-inputs[data-reveal],.radar-alerts[data-reveal],.pricing-grid[data-reveal],.faq-question-ribbon[data-reveal]{--reveal-delay:300ms}
  .radar-watch[data-reveal],.faq-answer-stage[data-reveal]{--reveal-delay:440ms}
  .quest-inputs[data-reveal]{--reveal-delay:480ms}
  .radar-alerts[data-reveal]{--reveal-delay:520ms}
  .radar-watch[data-reveal]{--reveal-delay:720ms}
  .lightning-proof[data-reveal]{--reveal-delay:1.9s}
}

.phone{position:relative;overflow:hidden;padding:8px;border:2px solid #3a414d;border-radius:54px;background:#16191f;box-shadow:0 28px 70px rgba(2,15,42,.28)}
.phone>img{width:100%;height:100%;border-radius:44px;object-fit:cover}

.hero{position:relative;min-height:100dvh;overflow:hidden;background:#edf6ff}
.hero-photo{position:absolute;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.9) 39%,rgba(255,255,255,.32) 55%,rgba(255,255,255,.03) 82%),url("assets/landing/v9/photos/main-street-dusk.webp");background-position:center 48%;background-size:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 30%,rgba(4,31,77,.08));pointer-events:none}
.hero .shell{width:min(1620px,calc(100% - 64px))}
.hero-layout{position:relative;z-index:2;min-height:100dvh;display:grid;grid-template-columns:minmax(650px,.9fr) minmax(740px,1.1fr);align-items:center;gap:0;padding:96px 0 118px}
.hero-copy{position:relative;top:-50px;max-width:720px;padding-left:22px}
.hero-copy h1{margin-bottom:24px;font-size:clamp(62px,4.05vw,70px);line-height:.99;word-spacing:.1em;white-space:nowrap}
body.homepage #hero-title{font-family:Futura,Jost,Geist,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;letter-spacing:-.035em;word-spacing:normal}
.hero-copy h1 span{color:var(--blue)}
.lede{max-width:570px;color:#2f405d;font-size:21px;line-height:1.55}
.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:22px;margin-top:28px}
.app-store{display:inline-flex;min-width:238px;min-height:78px;align-items:center;gap:12px;padding:9px 24px 10px 17px;border-radius:14px;color:#fff;background:#050505;box-shadow:0 15px 30px rgba(0,0,0,.16);transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1)}
.app-store:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 38px rgba(0,0,0,.2)}
.app-store:active{transform:translateY(0) scale(.985)}
.app-store .apple{font-size:42px;line-height:1}
.app-store>span:last-child{display:grid;font-size:27px;font-weight:600;line-height:1.02}
.app-store small{font-size:15px;font-weight:450}
.hero-demo-link{display:inline-flex;min-height:44px;align-items:center;gap:10px;color:var(--blue);font-size:18px;font-weight:720}
.hero-demo-link>span{font-size:26px;line-height:1;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.hero-demo-link:hover>span{transform:translateX(6px)}
.hero-devices{position:relative;top:-34px;height:660px;min-width:0}
.hero-phone{position:absolute;z-index:2;left:7%;top:0;width:300px;margin:0;animation:hero-float 9s ease-in-out infinite}
.hero-phone>img{height:auto}
.hero-notification{position:absolute;z-index:3;right:12px;top:252px;display:grid;width:min(430px,54%);min-height:116px;grid-template-columns:64px 1fr;align-items:center;gap:16px;padding:16px 20px;border:1px solid rgba(255,255,255,.78);border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 22px 52px rgba(43,34,44,.14);backdrop-filter:blur(22px) saturate(1.18);animation:notification-in 1.15s .8s both cubic-bezier(.22,1,.36,1)}
.hero-notification img{width:64px;height:64px}
.hero-notification strong{display:block;font-size:19px;line-height:1.15;letter-spacing:-.025em}
.hero-notification span{display:block;margin-top:3px;color:#17253e;font-size:15px;font-weight:520;line-height:1.3}
.hero-notification p{margin-top:2px;color:#34425c;font-size:14px;line-height:1.35}
.signal-strip{position:absolute;z-index:4;left:50%;bottom:20px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;min-height:82px;padding:10px 18px;border:1px solid rgba(255,255,255,.84);border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 16px 38px rgba(12,43,84,.1);backdrop-filter:blur(18px);transform:translateX(-50%)}
.signal-strip span{display:grid;justify-items:center;gap:4px;color:var(--ink);font-size:16px;font-weight:730;line-height:1.2;text-align:center}
.signal-strip svg{width:27px;height:27px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:1.8}
@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes notification-in{from{opacity:0;transform:translate3d(42px,8px,0) scale(.965)}to{opacity:1;transform:none}}

@media (max-height:820px) and (min-width:861px){
  .hero,.hero-layout{min-height:calc(100dvh - 20px)}
  .nav-shell{height:72px}
  .brand{font-size:23px}.brand img{width:44px;height:44px}
  .hero-layout{padding:72px 0 100px}
  .hero-copy h1{margin-bottom:20px;font-size:clamp(50px,4.5vw,66px)}
  .lede{font-size:18px;line-height:1.52}
  .hero-actions{margin-top:24px}
  .app-store{min-height:56px}.app-store>span:last-child{font-size:21px}
  .hero-devices{height:520px}
  .hero-phone{left:12%;width:238px}
  .hero-notification{right:1%;top:128px;width:min(420px,62%);grid-template-columns:60px 1fr;gap:16px;padding:16px 18px;border-radius:20px}
  .hero-notification img{width:60px;height:60px}
  .hero-notification strong{font-size:20px}.hero-notification p{font-size:16px}
  .signal-strip{bottom:14px;padding:13px 16px;border-radius:20px}
  .signal-strip span{gap:5px;font-size:16px}.signal-strip svg{width:26px;height:26px}
}
@media (min-width:2200px){body{zoom:1.125}.hero,.hero-layout{min-height:calc(100dvh / 1.125)}}

.adaptive{position:relative;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(2,17,49,.94) 0%,rgba(2,20,56,.72) 44%,rgba(2,28,70,.16) 100%),url("assets/bg/space-mountain-night.jpg") center 64%/cover no-repeat}
.adaptive::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,12,34,.08),rgba(1,15,43,0) 58%,rgba(1,13,36,.18));pointer-events:none}
.adaptive-layout{position:relative;z-index:1;width:min(1420px,calc(100% - 64px));min-height:960px;display:grid;grid-template-columns:minmax(520px,1fr) 410px;align-items:center;justify-content:space-between;gap:72px;padding:100px 0}
.adaptive-copy{position:relative;z-index:3}
.adaptive-copy h2{max-width:650px;margin-bottom:22px;font-size:clamp(44px,2.9vw,48px);line-height:1.03}
.adaptive-copy h2 span{display:block;white-space:nowrap}
.adaptive-copy>p{max-width:510px;color:rgba(255,255,255,.82);font-size:20px;line-height:1.52}
.adaptive-stage{position:relative;z-index:2;width:410px;height:760px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;gap:10px;justify-self:end;min-width:0;padding:56px 14px 28px;border:8px solid #151b25;border-radius:56px;background:#eef3fa;box-shadow:0 34px 90px rgba(0,8,28,.46),inset 0 0 0 1px rgba(255,255,255,.42);overflow:hidden}
.adaptive-stage>article{color:var(--ink);background:rgba(251,253,255,.98);box-shadow:0 10px 26px rgba(0,20,58,.1)}
.adaptive-phone-status{position:absolute;z-index:8;top:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#111827;font-size:12px;font-weight:750}.adaptive-phone-status>i{position:absolute;top:9px;left:50%;width:108px;height:28px;border-radius:999px;background:#050609;transform:translateX(-50%)}.adaptive-phone-status>span:last-child{display:flex;align-items:flex-end;gap:3px}.adaptive-phone-status b{display:block;width:4px;border-radius:2px;background:#111827}.adaptive-phone-status b:nth-child(1){height:6px}.adaptive-phone-status b:nth-child(2){height:9px}.adaptive-phone-status b:nth-child(3){width:15px;height:8px;border:1px solid #111827;background:transparent}
.adaptive-home-indicator{position:absolute;z-index:8;bottom:9px;left:50%;width:112px;height:4px;border-radius:999px;background:#101722;transform:translateX(-50%)}
.adaptive-notification{z-index:4;display:grid;width:100%;min-height:76px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;margin:0;padding:10px 12px;border:1px solid rgba(133,180,255,.72);border-radius:16px}
.adaptive-notification img{width:44px;height:44px;filter:drop-shadow(0 6px 10px rgba(0,50,150,.12))}
.adaptive-notification small{display:flex;justify-content:space-between;color:var(--ink);font-size:11px;font-weight:740;line-height:1.2}.adaptive-notification small span{color:var(--muted);font-weight:520}
.adaptive-notification strong{display:block;margin:3px 0 1px;font-size:14px;line-height:1.2;letter-spacing:-.02em}.adaptive-notification p{color:#34425c;font-size:11px;line-height:1.3}
.adaptive-quest-card{position:relative;z-index:2;min-height:0;display:grid;width:100%;grid-template-columns:1fr;gap:7px;padding:10px;border:1px solid rgba(117,168,255,.86);border-radius:19px;overflow:hidden}
.adaptive-quest-card header{display:flex;align-items:center;gap:10px}.adaptive-quest-card header>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:var(--blue)}.adaptive-quest-card header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.3}.adaptive-quest-card h3{margin:0 0 1px;font-size:20px}.adaptive-quest-card header p{color:var(--body);font-size:12px}
.adaptive-quest-card header>div{min-width:0}.adaptive-quest-card h3,.adaptive-quest-card header p{display:grid}.adaptive-quest-card h3>span,.adaptive-quest-card header p>span{grid-area:1/1}
.adaptive-context{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:0;padding:7px 8px;border:1px solid var(--line);border-radius:11px;background:#fff}.adaptive-context span{display:flex;align-items:center;justify-content:center;gap:4px;color:#263651;font-size:10px;font-weight:680;line-height:1.2}.adaptive-context span+span{border-left:1px solid var(--line)}.adaptive-context svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9}
.adaptive-group{margin-top:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.adaptive-group h4{display:flex;align-items:center;gap:7px;margin:0;padding:7px 10px;border-bottom:1px solid var(--line);color:var(--blue);font-size:14px;line-height:1.25}.adaptive-group h4 svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}.adaptive-group ul{margin:0;padding:0 9px;list-style:none}.adaptive-group li{display:grid;min-height:32px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;color:#16243e;font-size:11px}.adaptive-group li+li{border-top:1px solid #e5ebf4}.adaptive-group li>svg{width:24px;height:24px;padding:5px;border-radius:7px;color:var(--blue);background:var(--blue-soft);fill:none;stroke:currentColor;stroke-width:1.8}.adaptive-group li b{font-weight:650}.adaptive-group.flexible h4{color:var(--green)}.adaptive-group.flexible li>svg{color:#0d9e5b;background:#e9f8f1}
.adaptive-group.flexible h4 em{font-style:normal}.adaptive-group.flexible li{grid-template-columns:34px minmax(0,1fr) auto}.adaptive-group.flexible li b{padding:4px 8px;border-radius:8px;color:#0b9b58;background:#e7f8f0;font-size:12px;font-weight:680}
.adaptive-quest-card footer{display:flex;align-items:center;gap:7px;margin-top:0;padding:7px 9px;border:1px solid var(--line);border-radius:11px;color:#21324e;background:#fff;font-size:11px}.adaptive-quest-card footer svg{width:18px;height:18px;padding:4px;border-radius:50%;color:#fff;background:var(--blue);fill:none;stroke:currentColor;stroke-width:2.2}
.adaptive-result-card{position:relative;z-index:3;display:grid;min-width:0;grid-template-columns:96px minmax(0,1fr);grid-template-areas:"label title" "metrics metrics" "reason reason";align-items:center;gap:4px 10px;width:100%;padding:10px 12px;border:1px solid rgba(128,178,255,.78);border-radius:15px}.adaptive-result-card small{grid-area:label;display:flex;align-items:center;gap:5px;color:#0ca05c;font-size:10px;font-weight:800}.adaptive-result-card small svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.adaptive-result-card h3{grid-area:title;margin:0;font-size:18px;line-height:1.05}.adaptive-result-card h3 br{display:none}.adaptive-result-metrics{grid-area:metrics;color:#33435f;font-size:11px;line-height:1.3}.adaptive-result-metrics span{margin:0 5px;color:#8a97aa}.adaptive-reasoning{grid-area:reason;display:flex;align-items:center;gap:7px;margin:0;padding:7px 8px;border-radius:10px;color:#2d4b40;background:#eaf8f1;font-size:10px;line-height:1.25}.adaptive-reasoning svg{width:17px;height:17px;flex:0 0 auto;padding:4px;border-radius:50%;color:#fff;background:var(--green);fill:none;stroke:currentColor;stroke-width:2.3}.adaptive-reasoning strong{display:inline;color:#183c2e;font-size:10px}

.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-notification,.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-result-card,.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-after,.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-group.flexible h4 em,.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-group.flexible li b,.adaptive-stage:not(.story-started):not(.story-complete) .adaptive-quest-card footer{opacity:0}
.adaptive-stage.story-started .adaptive-notification{animation:adaptive-notification-arrive .58s .25s both cubic-bezier(.2,.8,.2,1)}
.adaptive-stage.story-started .adaptive-before{animation:adaptive-state-out .28s 1.15s both ease-out}
.adaptive-stage.story-started .adaptive-after{animation:adaptive-state-in .42s 1.34s both ease-out}
.adaptive-stage.story-started .adaptive-quest-card{animation:adaptive-quest-update .9s 1.22s both ease-out}
.adaptive-stage.story-started .adaptive-group.flexible h4 em,.adaptive-stage.story-started .adaptive-group.flexible li b{animation:adaptive-state-in .42s 1.48s both ease-out}
.adaptive-stage.story-started .adaptive-group.flexible li:nth-child(1){animation:adaptive-flex-rebalance .82s 1.45s both cubic-bezier(.2,.8,.2,1)}
.adaptive-stage.story-started .adaptive-group.flexible li:nth-child(2){animation:adaptive-flex-rebalance .82s 1.58s both cubic-bezier(.2,.8,.2,1)}
.adaptive-stage.story-started .adaptive-group.flexible li:nth-child(3){animation:adaptive-flex-rebalance .82s 1.71s both cubic-bezier(.2,.8,.2,1)}
.adaptive-stage.story-started .adaptive-quest-card footer{animation:adaptive-state-in .45s 2.08s both ease-out}
.adaptive-stage.story-started .adaptive-result-card{animation:adaptive-result-arrive .66s 2.62s both cubic-bezier(.2,.8,.2,1)}
.adaptive-stage.story-complete .adaptive-before{display:none!important}.adaptive-stage.story-complete .adaptive-after,.adaptive-stage.story-complete .adaptive-notification,.adaptive-stage.story-complete .adaptive-result-card,.adaptive-stage.story-complete .adaptive-group.flexible h4 em,.adaptive-stage.story-complete .adaptive-group.flexible li b,.adaptive-stage.story-complete .adaptive-quest-card footer{opacity:1!important;transform:none!important;animation:none!important}
@keyframes adaptive-notification-arrive{from{opacity:0;transform:translateY(-14px) scale(.99)}to{opacity:1;transform:none}}
@keyframes adaptive-state-out{to{opacity:0;transform:translateY(-4px)}}
@keyframes adaptive-state-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes adaptive-quest-update{0%,100%{border-color:rgba(117,168,255,.86);box-shadow:0 24px 70px rgba(0,8,28,.34)}48%{border-color:rgba(27,113,255,1);box-shadow:0 24px 74px rgba(0,72,210,.36)}}
@keyframes adaptive-flex-rebalance{0%{background:#fff}45%{background:#eefaf5}100%{background:#fff}}
@keyframes adaptive-result-arrive{from{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:none}}

.plan-watch-act{border-bottom:1px solid var(--line);background:#fff}
.pwa-grid{min-height:170px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:28px}
.pwa-grid>div{display:flex;align-items:center;gap:18px}
.pwa-grid svg{width:48px;height:48px;flex:0 0 auto;padding:12px;border-radius:14px;color:var(--blue);background:var(--blue-soft);fill:none;stroke:currentColor;stroke-width:1.8}
.pwa-grid p{margin:0;color:var(--muted);font-size:17px;line-height:1.4}.pwa-grid strong{display:block;margin-bottom:3px;color:var(--ink);font-size:20px;text-transform:uppercase}
.flow-arrow{position:relative;width:76px;height:16px;color:transparent}
.flow-arrow::before{position:absolute;top:7px;right:10px;left:0;height:2px;background:repeating-linear-gradient(90deg,#a9bad1 0 3px,transparent 3px 9px);content:""}
.flow-arrow::after{position:absolute;top:2px;right:1px;width:10px;height:10px;border-top:2px solid #9eb3ce;border-right:2px solid #9eb3ce;content:"";transform:rotate(45deg)}

.feature{position:relative;overflow:hidden}
.feature-copy{position:relative;z-index:2}.feature-copy>p:not(.eyebrow):not(.fine-print){max-width:590px;color:var(--body);font-size:18px}.feature-copy.light{color:#fff}.feature-copy.light>p:not(.eyebrow):not(.fine-print){color:rgba(255,255,255,.82)}.feature-copy.light .eyebrow{color:#8fc2ff}
.fine-print{margin-top:18px;color:var(--muted);font-size:15px;line-height:1.5}.light-copy{color:rgba(255,255,255,.68)}
.notification-card{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.84);border-radius:20px;color:var(--ink);background:rgba(255,255,255,.94);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.notify-icon{width:54px;height:54px}.notification-card small{display:flex;justify-content:space-between;color:#68758a;font-size:14px}.notification-card strong{display:block;margin-top:2px;font-size:18px;line-height:1.25;letter-spacing:-.02em}.notification-card span,.notification-card p{display:block;margin-top:3px;color:#48576f;font-size:15px;line-height:1.35}

.reference-label{margin:0 0 14px;color:#2f76ed;font-size:13px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.quest{height:548px;color:#fff;background:#02132e}
.feature-photo{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,12,31,.98) 0%,rgba(1,15,38,.9) 31%,rgba(1,16,40,.42) 66%,rgba(1,14,34,.42) 100%),linear-gradient(180deg,rgba(1,12,29,.02),rgba(1,12,29,.12) 58%,rgba(1,12,29,.74)),url("assets/bg/galaxys-edge-night.webp") center 51%/cover no-repeat}
.quest-reference-layout{position:relative;z-index:2;height:548px;display:grid;grid-template-columns:420px 280px minmax(320px,1fr);align-items:center;gap:44px;padding:0}
.quest-reference-copy{position:relative;top:-35px;z-index:2;width:470px;align-self:center}.quest-reference-copy h2{max-width:470px;margin-bottom:22px;font-size:36px;line-height:1.06}.quest-reference-copy>p:not(.eyebrow){max-width:390px;font-size:18px;line-height:1.55}
.quest-real-phone{align-self:start;width:274px;margin:28px 0 0 6px;aspect-ratio:1206/2622}
.quest-inputs{position:relative;align-self:center;width:min(100%,340px);padding-left:28px}.quest-inputs::before{position:absolute;top:51px;bottom:35px;left:3px;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(117,177,255,.34),#57a4ff 45%,#0568ff 100%);box-shadow:0 0 14px rgba(42,130,255,.46);content:""}.quest-inputs .reference-label{color:#9ac7ff}.quest-input-group{position:relative;display:grid;gap:10px}.quest-input-group+.quest-input-group{margin-top:16px}.quest-input-group>span{position:relative;display:grid;min-height:52px;grid-template-columns:32px 1fr;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(130,176,239,.38);border-radius:12px;background:linear-gradient(100deg,rgba(17,47,88,.95),rgba(13,32,65,.9));box-shadow:0 12px 28px rgba(0,7,22,.2)}.quest-input-group>span::before,.quest-outcome::before{position:absolute;top:50%;right:100%;width:28px;height:2px;background:linear-gradient(90deg,#57a4ff,rgba(117,177,255,.5));content:""}.quest-input-group>span::after,.quest-outcome::after{position:absolute;z-index:2;top:calc(50% - 4px);left:-29px;width:8px;height:8px;border:2px solid #a8d0ff;border-radius:50%;background:#0568ff;box-shadow:0 0 12px rgba(71,151,255,.8);content:""}.quest-input-group svg{width:24px;height:24px;color:#82b9ff;fill:none;stroke:currentColor;stroke-width:1.8}.quest-input-group strong{font-size:16px;line-height:1.15;white-space:nowrap}
.quest-outcome{position:relative;display:grid;min-height:72px;align-content:center;gap:2px;margin:18px 0 0;padding:12px 16px;border:1px solid rgba(255,255,255,.36);border-radius:12px;background:linear-gradient(135deg,#1683ff,#0568ff 56%,#0049c7);box-shadow:0 18px 40px rgba(0,61,181,.34),inset 0 1px rgba(255,255,255,.24)}.quest-outcome span{color:rgba(255,255,255,.78);font-size:13px;font-weight:650;line-height:1.3}.quest-outcome strong{color:#fff;font-size:18px;font-weight:780;line-height:1.2;letter-spacing:-.025em}

.radar{height:453px;background:radial-gradient(circle at 62% 40%,#edf6ff 0,#f8fbff 42%,#fff 76%)}
.radar-reference-layout{height:453px;display:grid;grid-template-columns:420px 235px 365px minmax(280px,1fr);align-items:start;gap:40px;padding:25px 0 0}
.radar-reference-copy{align-self:start;margin-top:74px}.radar-reference-copy h2{max-width:390px;margin-bottom:22px;font-size:44px;line-height:1.06}.radar-reference-copy>p:not(.eyebrow){max-width:390px;font-size:18px;line-height:1.5}.radar-eyebrow,.map-eyebrow{display:flex;align-items:center;gap:9px}.radar-eyebrow svg,.map-eyebrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}
.radar-phone{align-self:start;width:220px;margin:2px 0 0 7px;aspect-ratio:368/800}
.radar-alerts{position:relative;width:325px;margin-left:20px;padding-top:50px}.radar-alerts .signal-card{position:relative;width:100%;min-height:112px}.radar-alerts .signal-card+.signal-card{margin-top:20px}.radar-alerts .notification-card{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:9px 12px;border-radius:16px}.radar-alerts .notify-icon{width:48px;height:48px}.radar-alerts .notification-card small{font-size:12px}.radar-alerts .notification-card strong{font-size:16px}.radar-alerts .notification-card p{font-size:13px}
.radar-watch{position:relative;margin-left:25px;padding-top:48px}.radar-watch .reference-label{margin-left:2px}.radar-capabilities{display:grid;gap:22px;margin-top:20px}.radar-capabilities>span{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:12px}.radar-capabilities svg{width:48px;height:48px;padding:8px;color:#2678ef;fill:none;stroke:currentColor;stroke-width:1.75}.radar-capabilities>span>span{display:grid;gap:2px}.radar-capabilities strong{font-size:18px;line-height:1.2}.radar-capabilities small{max-width:210px;color:var(--muted);font-size:15px;line-height:1.32}
@media (min-width:1600px) and (max-width:1680px){.radar-reference-layout{width:min(1476px,calc(100% - 64px))}}
@media (min-width:1121px) and (max-width:1483px){
  .radar{height:auto}
  .radar-reference-layout{height:auto;min-height:680px;grid-template-columns:320px 220px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:26px 30px;padding:48px 0}
  .radar-reference-copy{grid-row:1/3;margin-top:0}.radar-reference-copy h2{font-size:40px}
  .radar-phone{grid-row:1/3;width:210px;margin:0}
  .radar-alerts{grid-column:3;grid-row:1;width:100%;margin-left:0;padding-top:0}
  .radar-watch{grid-column:3;grid-row:2;margin-left:0;padding-top:0}
  .radar-capabilities{grid-template-columns:1fr;gap:12px;margin-top:12px}.radar-capabilities>span{grid-template-columns:38px 1fr;gap:10px}.radar-capabilities svg{width:38px;height:38px;padding:7px}.radar-capabilities strong{font-size:16px}.radar-capabilities small{font-size:14px}
}

.lightning{min-height:941px;color:#fff;background:#020e27}
.lightning-photo{position:absolute;inset:0;background:url("assets/landing/v9/photos/lightning-lane-tomorrowland-cobalt.webp") center/cover no-repeat}
.lightning::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,9,28,0) 68%,rgba(0,9,28,.36) 100%)}
.lightning-layout{position:relative;z-index:2;width:min(1508px,calc(100% - 64px));min-height:941px;display:grid;grid-template-columns:480px minmax(0,1fr);grid-template-rows:1fr auto;align-items:center;gap:28px 48px;padding:52px 0 26px}
.lightning-copy{top:-71px;align-self:center;max-width:500px}.lightning-copy .eyebrow{margin-bottom:31px}.lightning-copy h2{margin-bottom:24px;font-size:clamp(48px,3vw,50px);line-height:1.16}.lightning-copy h2 span{display:block;white-space:nowrap}.lightning-copy>p:not(.eyebrow):not(.fine-print):not(.lightning-tier){max-width:405px;color:rgba(255,255,255,.84);font-size:19px;line-height:1.72}
.lightning-tier{display:inline-flex;align-items:center;gap:8px;margin-top:33px;padding:9px 15px;border:1px solid rgba(139,185,255,.7);border-radius:999px;color:#fff!important;background:rgba(5,30,72,.54);font-size:14px!important;font-weight:710}.lightning-tier svg{width:18px;height:18px;color:#4b9cff;fill:currentColor;stroke:currentColor;stroke-width:1.5}.lightning-copy .fine-print{margin-top:24px;color:rgba(255,255,255,.62);font-size:14px}
@media (min-width:1121px){.lightning-copy .fine-print{position:absolute;top:652px;left:0;margin:0;white-space:nowrap}}
.lightning-showcase{position:relative;top:-20px;align-self:center;height:700px;min-width:0}.ll-path{position:absolute;z-index:1;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 7px rgba(48,132,255,.9))}.ll-path path,.ll-path circle{fill:none;stroke:#3d8dff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ll-path circle{fill:#fff;stroke:#58a1ff;stroke-width:3}.ll-path marker path{fill:#fff;stroke:none}
.ll-path{opacity:0}
.ll-monitor{position:absolute;z-index:2;top:-22px;left:0;width:340px;aspect-ratio:1320/2868;box-shadow:0 30px 80px rgba(0,5,20,.44)}
.ll-preference{position:absolute;z-index:4;top:585px;left:-304px;display:grid;width:260px;min-height:88px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;padding:14px 12px;border:1px solid rgba(255,255,255,.82);border-radius:17px;color:var(--ink);background:rgba(255,255,255,.96);box-shadow:0 20px 45px rgba(0,8,30,.28);backdrop-filter:blur(18px)}.ll-preference>span{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;color:#fff;background:var(--blue)}.ll-preference svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.ll-preference div{display:grid}.ll-preference small{color:var(--blue);font-size:12px}.ll-preference strong{font-size:14px;line-height:1.25;letter-spacing:-.02em;white-space:nowrap}.ll-preference p{color:#48576f;font-size:13px;line-height:1.35}
.ll-found{position:absolute;z-index:4;top:133px;right:110px;width:380px;min-height:120px;gap:14px;padding:12px 16px;background:#fff}.ll-found p{font-size:14px;white-space:nowrap;letter-spacing:-.02em}.ll-booked{position:absolute;z-index:4;top:476px;right:-10px;width:510px;min-height:152px;grid-template-columns:60px minmax(0,1fr) 52px;padding:18px 20px;border-radius:22px;background:#fff}.ll-booked .notify-icon{width:60px;height:60px}.ll-booked strong{font-size:21px}.ll-booked span{font-size:16px}.ll-booked-check{width:48px;height:48px;padding:11px;border-radius:50%;color:#fff;background:#39bd6e;fill:none;stroke:currentColor;stroke-width:2.4;box-shadow:0 8px 20px rgba(38,170,94,.24)}
.lightning-proof{position:relative;top:16px;grid-column:1/-1;justify-self:start;display:grid;width:890px;min-height:78px;grid-template-columns:285px 325px 280px;margin:0 0 0 381px;padding:0;list-style:none}.lightning-proof::before{content:"";position:absolute;top:22px;right:0;left:26px;height:10px;background:radial-gradient(circle at 23% 50%,#247fff 0 4px,transparent 5px),radial-gradient(circle at 62.5% 50%,#247fff 0 4px,transparent 5px),linear-gradient(90deg,rgba(36,120,255,.35),#2480ff,rgba(36,120,255,.35)) center/100% 2px no-repeat;filter:drop-shadow(0 0 6px rgba(37,130,255,.9))}.lightning-proof li{position:relative;z-index:1;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:start;align-content:start;justify-items:start;gap:5px;color:rgba(255,255,255,.9);font-size:16px;text-align:left}.lightning-proof li>span{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:#fff;background:#176cf0;box-shadow:0 0 22px rgba(35,126,255,.58)}.lightning-proof svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}.lightning-proof strong{margin-top:42px;font-size:16px;line-height:1.3;white-space:nowrap}
@media (prefers-reduced-motion:no-preference){.lightning-showcase.is-visible .ll-path,.map-showcase.is-visible .map-route{animation:connector-in .4s 1.08s both cubic-bezier(.22,1,.36,1)}.lightning-showcase.is-visible .ll-path path,.map-showcase.is-visible .map-route path{stroke-dasharray:1900;stroke-dashoffset:1900;animation:ll-path-draw 1.55s 1.18s both cubic-bezier(.22,1,.36,1)}.lightning-showcase.is-visible .ll-preference{animation:ll-card-in .72s .92s both cubic-bezier(.22,1,.36,1)}.lightning-showcase.is-visible .ll-found{animation:ll-card-in .8s 1.28s both cubic-bezier(.22,1,.36,1)}.lightning-showcase.is-visible .ll-booked{animation:ll-card-in .84s 1.7s both cubic-bezier(.22,1,.36,1)}}
@keyframes connector-in{from{opacity:0}to{opacity:1}}
@keyframes ll-card-in{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@keyframes ll-path-draw{to{stroke-dashoffset:0}}

.dining{min-height:850px;color:#fff;background:#03142c}
.dining-photo{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(2,13,31,.96) 0%,rgba(3,18,40,.78) 37%,rgba(3,20,42,.14) 62%,rgba(3,17,35,.22) 100%),linear-gradient(180deg,rgba(0,10,28,.03),rgba(0,9,24,.3)),url("assets/landing/v9/photos/coral-reef-restaurant.webp");background-position:center;background-size:cover;filter:saturate(1.05) contrast(1.02) brightness(1.08)}
.dining-layout{position:relative;z-index:2;width:min(1552px,calc(100% - 64px));min-height:850px;display:grid;grid-template-columns:520px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 88px;align-items:center;gap:12px 25px;padding:36px 0 18px}
.dining-copy{top:-48px;max-width:510px}.dining-copy .eyebrow{color:#78b7ff}.dining-copy h2{max-width:510px;margin-bottom:24px;font-size:54px;line-height:1.06}.dining-copy>p:not(.eyebrow):not(.fine-print):not(.dining-control){max-width:400px;color:rgba(255,255,255,.86);font-size:20px;line-height:1.58}
.dining-control{display:flex!important;align-items:center;gap:12px;margin-top:24px;color:#fff!important;font-size:17px!important;font-weight:680}.dining-control svg{width:32px;height:32px;flex:0 0 auto;padding:7px;border:2px solid #1673ff;border-radius:50%;color:#86beff;fill:none;stroke:currentColor;stroke-width:2.2}
.dining-preference{position:relative;z-index:4;display:grid;width:232px;min-height:118px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;margin:28px 0 0 130px;padding:14px 15px;border:1px solid rgba(137,190,255,.55);border-radius:17px;color:#fff;background:linear-gradient(130deg,rgba(9,46,94,.86),rgba(4,25,58,.78));box-shadow:0 20px 48px rgba(0,6,23,.25),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px)}
.dining-preference-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#fff;background:var(--blue);box-shadow:0 8px 24px rgba(5,104,255,.34)}.dining-preference-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.dining-preference div{display:grid;min-width:0}.dining-preference small{color:#8fc2ff;font-size:10px;font-weight:850;letter-spacing:.09em}.dining-preference strong{font-size:16px;line-height:1.2}.dining-preference p{color:rgba(255,255,255,.72)!important;font-size:12px!important;line-height:1.35!important}.dining-copy .fine-print{margin:24px 0 0 -10px;color:rgba(255,255,255,.58);font-size:14px}
.dining-showcase{position:relative;align-self:center;height:680px;min-width:0}.dining-path{position:absolute;z-index:1;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 7px rgba(48,132,255,.82))}.dining-path path,.dining-path circle{fill:none;stroke:#3d8dff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dining-path circle{fill:#fff;stroke:#58a1ff;stroke-width:3}.dining-path marker path{fill:#fff;stroke:none}
.dining-device{position:absolute;z-index:3;top:0;left:34px;width:324px;height:677px;margin:0;padding:7px;border:2px solid #616975;border-radius:50px;background:linear-gradient(145deg,#707780,#0d1016 18%,#11151c 80%,#7b828a);box-shadow:0 32px 76px rgba(0,7,24,.48),inset 0 1px 0 rgba(255,255,255,.55);overflow:hidden}.dining-device>img{display:block;width:100%;height:100%;border-radius:42px;object-fit:cover;object-position:top}
.dining-match{position:absolute;z-index:4;top:244px;right:35px;width:440px;height:238px;padding:12px 18px;border:1px solid rgba(255,255,255,.86);border-radius:20px;color:var(--ink);background:rgba(255,255,255,.97);box-shadow:0 26px 66px rgba(0,10,35,.34);backdrop-filter:blur(20px) saturate(1.1)}.dining-match header{display:flex;align-items:center;gap:10px}.dining-match header img{width:40px;height:40px}.dining-match header span{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;color:#69778d}.dining-match header small{font-size:13px}.dining-match header b{font-size:12px}.dining-match>p{margin:12px 0 3px;color:#0a9c5a;font-size:11px;font-weight:850;letter-spacing:.09em}.dining-match h3{margin:0;font-size:28px;line-height:1.05}.dining-match>strong{display:block;margin-top:5px;color:#24344f;font-size:16px}.dining-match>span{display:flex;align-items:center;gap:7px;margin-top:7px;color:#3b5d4e;font-size:13px}.dining-match>span svg{width:19px;height:19px;padding:4px;border-radius:50%;color:#fff;background:#18b76b;fill:none;stroke:currentColor;stroke-width:2}.dining-match>a{display:flex;min-height:46px;align-items:center;justify-content:center;gap:8px;margin-top:10px;border-radius:10px;color:#fff;background:var(--blue);font-size:14px;font-weight:800;box-shadow:0 10px 24px rgba(5,104,255,.22)}.dining-match>a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.dining-proof{position:relative;grid-column:1/-1;display:grid;width:1340px;max-width:none;grid-template-columns:460px 500px 1fr;justify-self:start;margin:0 0 0 130px;padding:0;list-style:none}.dining-proof[data-reveal]{opacity:1;transform:none}.dining-proof::before{content:"";position:absolute;top:23px;right:250px;left:24px;height:2px;background:linear-gradient(90deg,rgba(52,132,255,.22),#3c8dff,rgba(52,132,255,.22));filter:drop-shadow(0 0 5px rgba(52,132,255,.55))}.dining-proof li{position:relative;z-index:1;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;justify-self:start;gap:14px}.dining-proof li>b{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(140,190,255,.8);border-radius:50%;color:#fff;background:#0c55c8;box-shadow:0 0 22px rgba(46,128,255,.45);font-size:16px}.dining-proof li>span{display:grid}.dining-proof strong{font-size:17px;line-height:1.25}.dining-proof small{color:rgba(255,255,255,.68);font-size:13px;line-height:1.35}
@media (min-width:1121px){.dining-copy .fine-print{position:absolute;top:675px;left:-10px;margin:0;white-space:nowrap}}
@media (max-width:1120px){
  .map-copy{top:0;left:0}.map-desktop-break{display:none}
  .dining{min-height:0}.dining-layout{min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:44px;padding:76px 0 34px}.dining-copy{top:0;max-width:720px}.dining-copy h2{max-width:680px}.dining-copy>p:not(.eyebrow):not(.fine-print):not(.dining-control){max-width:650px}.dining-preference{margin-left:0}.dining-copy .fine-print{margin-top:20px}.dining-showcase{width:min(100%,820px);height:720px;justify-self:center}.dining-path path:first-of-type,.dining-path circle:nth-of-type(-n+2){display:none}.dining-device{left:4%;width:330px}.dining-match{right:0;width:440px}.dining-proof{grid-column:1;width:min(100%,880px);grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.dining-proof::before{right:24px;left:24px}
}

.magic-map{position:relative;overflow:hidden;background:#edf4ee}
.map-wash{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(249,251,255,.99) 0%,rgba(249,251,255,.96) 25%,rgba(249,251,255,.74) 38%,rgba(249,251,255,.32) 55%,rgba(249,251,255,.18) 100%),url("assets/landing/v9/maps/magic-kingdom-app-map.png");background-position:center,-65% 50%;background-size:cover,125% auto;background-repeat:no-repeat;filter:saturate(.82) brightness(1.08)}
.map-layout{position:relative;z-index:2;width:min(1520px,calc(100% - 96px));min-height:clamp(820px,56.3vw,940px);display:grid;grid-template-columns:500px minmax(0,1fr);align-items:center;gap:0;padding:74px 0}
.map-copy{position:relative;top:10px;left:10px;max-width:500px}.map-copy h2{max-width:500px;margin-bottom:35px;font-size:clamp(50px,4vw,68px);line-height:1.05}.feature-copy.map-copy>p:not(.eyebrow):not(.fine-print){max-width:430px;color:#43536c;font-size:20px;line-height:1.55}.map-copy .icon-list{gap:18px;margin-top:32px;font-size:18px;font-weight:650}.map-copy .icon-list svg{width:25px;height:25px}
.icon-list{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none;font-size:17px}.icon-list li{display:flex;align-items:center;gap:12px}.icon-list svg{width:24px;height:24px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:1.8}
.map-showcase{position:relative;display:grid;width:calc(100% - 76px);height:760px;grid-template-columns:340px minmax(340px,360px);align-items:center;justify-content:space-between;gap:70px;margin-left:50px}.map-phone{position:relative;z-index:3;width:330px;aspect-ratio:368/800;background:#78906d;color:#07142d;font-family:Geist,system-ui,sans-serif;transform:translateY(-16px)}
.map-phone-custom-map{position:absolute;z-index:2;top:8px;right:8px;bottom:8px;left:8px;overflow:hidden;border-radius:44px;pointer-events:none;background:#78906d}
.map-phone-custom-map>img{position:absolute;top:0;left:-33%;width:auto;max-width:none;height:100%;filter:brightness(1.04) contrast(1.06) saturate(1.08)}
.map-selected-pin{position:absolute;z-index:2;top:59%;left:36%;display:grid;width:39px;height:39px;place-items:center;border:4px solid rgba(255,255,255,.96);border-radius:50%;background:#f4ad13;color:#fff;box-shadow:0 0 0 3px #2679f6,0 6px 14px rgba(9,37,86,.28);font-size:13px;font-style:normal;font-weight:850;line-height:1}
.map-app-toolbar{position:absolute;z-index:4;top:8px;right:8px;left:8px;padding:8px 9px 9px;border-radius:44px 44px 0 0;background:linear-gradient(180deg,rgba(247,252,241,.34),rgba(250,253,247,.12));box-shadow:0 1px 0 rgba(255,255,255,.28);backdrop-filter:blur(1.5px)}
.map-app-status{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:27px;padding:0 8px;font-size:10px}.map-app-status strong{font-size:10px}.map-app-status i{width:70px;height:22px;border-radius:20px;background:#050505}.map-app-status span{text-align:right;font-size:8px;font-weight:800;letter-spacing:.02em}
.map-app-controls{display:grid;grid-template-columns:.95fr 1.2fr;gap:5px;margin-top:3px}.map-app-controls>b,.map-app-controls>span{display:flex;min-width:0;height:30px;align-items:center;gap:5px;padding:0 10px;border:1px solid rgba(31,63,91,.08);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 2px 8px rgba(22,54,86,.08);font-size:8.5px;white-space:nowrap}.map-app-controls>b span{margin-left:auto;color:#68809a}.map-app-controls>span{overflow:hidden;color:#7b8ca0}.map-app-controls svg{width:12px;height:12px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2}
.map-app-filters{display:grid;grid-template-columns:34px 1fr 1fr 1.32fr;align-items:center;gap:3px;margin-top:7px;font-size:7.1px;font-weight:750;white-space:nowrap}.map-app-filters>*{display:flex;height:25px;align-items:center;justify-content:center;gap:3px;border-radius:13px;background:rgba(255,255,255,.83)}.map-app-filters>b{background:#287ff4;color:#fff}.map-app-filters svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2}
.map-attraction-card{position:absolute;z-index:5;right:20px;bottom:92px;left:20px;padding:12px 12px 10px;border:1px solid rgba(214,227,240,.95);border-radius:21px;background:rgba(255,255,255,.97);box-shadow:0 12px 28px rgba(5,33,72,.2)}
.map-attraction-head{display:grid;grid-template-columns:36px minmax(0,1fr) auto 10px;gap:8px;align-items:start}.map-attraction-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#2d86f8;color:#fff}.map-attraction-icon svg{width:19px;height:19px;fill:currentColor;stroke:currentColor;stroke-width:1.5}.map-attraction-head div{min-width:0}.map-attraction-head div strong{display:block;font-size:12px;line-height:1.08}.map-attraction-head div small{display:block;margin-top:4px;color:#77889b;font-size:7.3px;white-space:nowrap}.map-attraction-head>b{color:#d99400;font-size:21px;line-height:.85;text-align:center}.map-attraction-head>b small{display:block;margin-top:5px;font-size:6px;letter-spacing:.08em}.map-attraction-head>i{color:#60758b;font-size:16px;font-style:normal;line-height:1}
.map-attraction-card>p{display:flex;gap:14px;margin:7px 0;color:#a8b3c0;font-size:7.2px}.map-attraction-card>p span:first-child{color:#20ce79}.map-attraction-actions{display:grid;grid-template-columns:1fr 31px 31px;gap:7px}.map-attraction-actions strong,.map-attraction-actions button{display:flex;height:31px;align-items:center;justify-content:center;border:0;border-radius:9px;color:#fff;background:#1476ed;font:inherit}.map-attraction-actions strong{gap:5px;font-size:9px}.map-attraction-actions button{padding:0;background:#eef6ff;color:#1674e7}.map-attraction-actions svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}
.map-app-tabbar{position:absolute;z-index:5;right:21px;bottom:19px;left:21px;display:grid;height:57px;grid-template-columns:repeat(5,1fr);align-items:center;padding:4px 7px;border:1px solid rgba(219,229,239,.96);border-radius:31px;background:rgba(255,255,255,.97);box-shadow:0 9px 24px rgba(4,33,73,.18)}.map-app-tabbar span{display:grid;justify-items:center;gap:2px;color:#929daa;font-size:6.8px;font-weight:650}.map-app-tabbar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.map-app-tabbar .is-active{color:#0879f9;font-weight:800}.map-app-tabbar .is-active svg{width:22px;height:22px;fill:#0879f9;stroke:#0879f9}
.map-route{z-index:3;pointer-events:none;filter:drop-shadow(0 0 7px rgba(21,112,255,.76))}.map-route .map-route-halo{stroke:rgba(15,107,255,.28);stroke-width:10}.map-route .map-route-line{stroke:#0b6cff;stroke-width:4.5}.map-route marker path{fill:#fff;stroke:#0b6cff;stroke-width:1}
.map-decision{position:relative;z-index:3;width:100%;max-width:360px;padding:27px;border:1px solid rgba(184,205,230,.92);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 24px 60px rgba(18,52,93,.16);backdrop-filter:blur(18px) saturate(1.08)}.map-decision>.eyebrow{margin-bottom:15px;font-size:12px}.map-decision header{display:grid;grid-template-columns:60px minmax(0,1fr);align-items:center;gap:16px}.map-decision header>span{display:grid;width:60px;height:60px;place-items:center;border-radius:50%;color:#fff;background:var(--blue)}.map-decision header svg{width:29px;height:29px;fill:currentColor;stroke:currentColor;stroke-width:1.6}.map-decision h3{margin:0;font-size:27px;line-height:1.03}.map-decision-metrics{display:grid;grid-template-columns:1fr 1fr;margin-top:22px}.map-decision-metrics>span{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:0 14px 0 4px}.map-decision-metrics>span+span{padding-left:18px;border-left:1px solid #dce7f4}.map-decision-metrics svg{width:26px;height:26px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:1.9}.map-decision-metrics b{display:grid;font-weight:inherit}.map-decision-metrics small,.map-decision-action small{color:#657792;font-size:14px;font-weight:520;letter-spacing:0}.map-decision-metrics strong{font-size:25px;line-height:1}.map-decision-status{display:flex;gap:25px;margin:22px 2px;color:#60718b;font-size:14px;font-weight:650}.map-decision-status span{display:flex;align-items:center;gap:8px}.map-decision-status i{width:8px;height:8px;border-radius:50%;background:#1dcc75;box-shadow:0 0 0 4px rgba(29,204,117,.12)}.map-decision-status span:last-child i{background:#6098e9;box-shadow:0 0 0 4px rgba(96,152,233,.12)}.map-decision-action{display:flex;min-height:52px;align-items:center;gap:12px;padding:8px 14px;border-radius:14px}.map-decision-action>svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9}.map-decision-action span{display:grid;gap:1px}.map-decision-action strong{font-size:15px}.map-decision-secondary{border:1px solid #dce7f4;color:var(--ink);background:#f7faff}.map-decision-secondary small{color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.08em}.map-decision-primary{justify-content:center;margin-top:10px;color:#fff;background:var(--blue);box-shadow:0 12px 26px rgba(5,104,255,.2)}.map-decision-primary svg:last-child{width:17px;height:17px;margin-left:auto}

.map-decision{z-index:4}
.ranger{position:relative;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(2,8,25,.99) 0%,rgba(3,13,38,.96) 25%,rgba(5,20,54,.73) 49%,rgba(6,16,38,.18) 76%,rgba(5,10,25,.08) 100%),url("assets/bg/epcot-spaceship-close.jpg") 58% center/cover no-repeat}
.ranger::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 79% 72%,rgba(111,46,197,.24),transparent 35%),linear-gradient(180deg,rgba(4,10,28,.06),rgba(3,8,22,.22))}
.ranger-layout{position:relative;z-index:1;min-height:850px;display:grid;grid-template-columns:minmax(330px,385px) minmax(0,1fr);align-items:center;gap:36px;padding:56px 0}
.ranger-copy{align-self:center}.ranger-copy h2{max-width:385px;margin-bottom:26px;font-size:clamp(48px,3.65vw,60px);line-height:1.02;letter-spacing:-.045em}.ranger-copy>p:not(.eyebrow){max-width:380px;color:rgba(255,255,255,.76);font-size:20px;line-height:1.55}
.ranger-stage{display:grid;grid-template-columns:370px 130px minmax(360px,450px);align-items:center;justify-content:end;gap:0}
.ranger-phone{position:relative;z-index:3;width:370px;aspect-ratio:393/852;padding:7px;border:4px solid #575b63;border-radius:52px;background:#11161e;box-shadow:0 38px 88px rgba(0,4,18,.53),0 0 0 1px rgba(255,255,255,.25),inset 0 0 0 1px rgba(255,255,255,.12);overflow:visible}
.ranger-phone::before,.ranger-phone::after{display:none}.ranger-phone-screen{position:relative;height:100%;overflow:hidden;border-radius:41px;color:#10192d;background:linear-gradient(180deg,#f7fbff 0%,#edf3fa 100%);font-family:Geist,system-ui,sans-serif}
.ranger-statusbar{position:relative;z-index:3;display:grid;height:40px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;font-size:11px}.ranger-statusbar strong{font-size:11px}.ranger-statusbar i{display:block;width:93px;height:27px;border-radius:999px;background:#050608}.ranger-statusbar span{text-align:right;font-size:8px;font-weight:800;letter-spacing:.04em}
.ranger-app-header{display:grid;height:58px;grid-template-columns:40px minmax(0,1fr) 31px;align-items:center;gap:9px;padding:0 13px;border-bottom:1px solid #dfe8f3;background:rgba(255,255,255,.86)}.ranger-app-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;overflow:hidden;background:#edf4ff}.ranger-app-avatar img{width:38px;height:38px;object-fit:contain}.ranger-app-header>span:nth-child(2){display:grid;gap:1px}.ranger-app-header strong{font-size:17px;line-height:1.05}.ranger-app-header small{color:#6c7a8f;font-size:10px}.ranger-app-header button{display:grid;width:31px;height:31px;place-items:center;border:1px solid #dce6f1;border-radius:50%;color:#49627d;background:#fff;font:700 17px/1 Geist,system-ui,sans-serif}
.ranger-signal-row{display:grid;height:52px;grid-template-columns:1.18fr .85fr .85fr;align-items:center;gap:5px;padding:7px 10px;border-bottom:1px solid #dfe8f3;background:#fff}.ranger-signal-row>span{display:grid;min-width:0;height:37px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:5px;padding:0 5px;border-right:1px solid #e5edf6}.ranger-signal-row>span:last-child{border-right:0}.ranger-signal-row svg{width:22px;height:22px;padding:5px;border-radius:50%;color:#1676f8;background:#e8f2ff;fill:none;stroke:currentColor;stroke-width:2}.ranger-signal-row>span>i{width:22px;height:22px;border-radius:50%;background:#e9defe}.ranger-signal-row b{display:grid;min-width:0;color:#23314a;font-size:7.5px;line-height:1.05}.ranger-signal-row small{overflow:hidden;margin-top:2px;color:#758499;font-size:6.6px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}
.ranger-conversation{display:grid;align-content:start;gap:10px;padding:11px 11px 71px}.ranger-question{justify-self:end;width:78%;margin:0;padding:11px 13px;border-radius:16px 16px 5px 16px;color:#1a2332;background:#ffc94f;box-shadow:0 7px 16px rgba(131,89,0,.13);font-size:12px;font-weight:750;line-height:1.32}
.ranger-answer-card{padding:11px 12px 10px;border:1px solid #d4e1ef;border-radius:17px;background:rgba(255,255,255,.98);box-shadow:0 9px 22px rgba(32,69,113,.09)}.ranger-answer-card>header{display:grid;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:8px}.ranger-answer-card>header>span{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;color:#0c75ff;background:#e7f1ff}.ranger-answer-card>header svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.ranger-answer-card>header b{display:grid;color:#1a2539;font-size:11px;line-height:1.05}.ranger-answer-card>header small{margin-top:3px;color:#6f8095;font-size:7.5px;font-weight:550}
.ranger-answer-label{margin:10px 0 3px!important;color:#0b72fa!important;font-size:7px!important;font-weight:900!important;letter-spacing:.1em!important}.ranger-answer-card h3{margin:0;color:#0c1629;font-size:20px;line-height:1.06;letter-spacing:-.025em}.ranger-answer-card>p:not(.ranger-answer-label){margin:5px 0 0;color:#52647b;font-size:9.2px;line-height:1.34}
.ranger-answer-metrics{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:9px}.ranger-answer-metrics span{display:flex;min-width:0;align-items:center;gap:5px;padding:6px 7px;border-radius:9px;color:#34475e;background:#f1f5fa;font-size:7.6px;font-weight:720;white-space:nowrap}.ranger-answer-metrics svg{width:12px;height:12px;flex:0 0 auto;color:#1676f8;fill:none;stroke:currentColor;stroke-width:2}
.ranger-answer-card>button{display:flex;width:100%;height:34px;align-items:center;justify-content:center;gap:8px;margin-top:9px;border:0;border-radius:10px;color:#fff;background:#076cff;box-shadow:0 7px 15px rgba(0,105,255,.22);font:800 10px/1 Geist,system-ui,sans-serif}.ranger-answer-card>button svg,.ranger-answer-card>a svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.2}.ranger-answer-card>a{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:7px;color:#2266ba;font-size:8px;font-weight:750}
.ranger-tabbar{position:absolute;z-index:5;right:12px;bottom:10px;left:12px;display:grid;height:54px;grid-template-columns:repeat(5,1fr);align-items:center;padding:4px 7px;border:1px solid rgba(217,227,239,.96);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(20,53,92,.14)}.ranger-tabbar span{display:grid;justify-items:center;gap:2px;color:#919cab;font-size:6.5px;font-weight:650}.ranger-tabbar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.ranger-tabbar .is-active{color:#0879f9;font-weight:850}.ranger-tabbar .is-active svg{width:22px;height:22px;padding:4px;border-radius:50%;color:#fff;background:#1676f8;stroke:#fff}
.ranger-connector{position:relative;z-index:2;width:100%;height:3px;background:#1476ff;box-shadow:0 0 10px rgba(20,118,255,.72)}.ranger-connector i{position:absolute;top:50%;left:-8px;width:17px;height:17px;border:4px solid #1476ff;border-radius:50%;background:#f7fbff;box-shadow:0 0 12px rgba(20,118,255,.55);transform:translateY(-50%)}
.ranger-reasoning-card{position:relative;z-index:3;display:flex;width:100%;max-width:450px;min-height:532px;flex-direction:column;padding:34px 38px 0;border:2px solid rgba(20,118,255,.8);border-radius:24px;color:#0b1730;background:rgba(250,252,255,.97);box-shadow:0 30px 75px rgba(0,6,27,.34);backdrop-filter:blur(20px) saturate(1.06)}.ranger-reasoning-card>.eyebrow{margin-bottom:18px;font-size:11px}.ranger-reasoning-card h3{max-width:370px;margin:0 0 20px;font-size:29px;line-height:1.06;letter-spacing:-.035em}.ranger-reasoning-card ul{display:grid;flex:1;gap:0;margin:0;padding:0;list-style:none}.ranger-reasoning-card li{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:16px;min-height:91px;padding:13px 0;border-top:1px solid #dbe6f2}.ranger-reasoning-card li>span{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:#0d74fa;background:#e9f2ff}.ranger-reasoning-card li svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9}.ranger-reasoning-card li b{display:grid;font-size:18px;line-height:1.15}.ranger-reasoning-card footer{display:flex;min-height:68px;align-items:center;gap:12px;margin:0 -38px;padding:17px 38px;border-top:1px solid #dbe6f2;border-radius:0 0 22px 22px;color:#44546b;background:#f2f6fb;font-size:14px;font-weight:650}.ranger-reasoning-card footer svg{width:22px;height:22px;color:#0b70f5;fill:none;stroke:currentColor;stroke-width:2}

.starlight-arc{position:relative;min-height:941px;overflow:hidden;isolation:isolate;background:linear-gradient(90deg,#fbfbfc 0%,#f8f9fa 46%,#e2e7ee 52%,#17467e 66%,#061640 100%)}
.starlight-arc::before{position:absolute;z-index:-1;inset:0;content:"";background:radial-gradient(circle at 60% 45%,rgba(91,163,255,.1),transparent 29%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(2,17,54,.08))}
.starlight-arc-photo{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(7,29,75,0) 0 50%,rgba(7,27,73,.04) 58%,rgba(5,20,66,.15) 100%),url("assets/bg/epcot-spaceship-full.jpg") calc(50% + 520px) -34px/772px auto no-repeat;filter:saturate(.93) contrast(1.03) brightness(.92);-webkit-mask-image:linear-gradient(90deg,transparent 0 51%,rgba(0,0,0,.34) 58%,#000 69%);mask-image:linear-gradient(90deg,transparent 0 51%,rgba(0,0,0,.34) 58%,#000 69%)}
.starlight-arc-shell{position:relative;width:100%;max-width:1672px;min-height:941px;margin:0 auto}
.starlight-arc-copy{position:absolute;z-index:5;top:0;left:50px;width:550px;color:var(--ink)}
.starlight-brand-lockup{display:flex;align-items:center;gap:18px;margin:0 0 28px}
.starlight-brand-icon{width:88px;height:88px;flex:0 0 auto;border-radius:22px;object-fit:cover;box-shadow:0 14px 32px rgba(15,59,138,.2)}
.starlight-brand-lockup .starlight-kicker{margin:0}
.starlight-kicker{display:flex;align-items:center;gap:10px;margin:0 0 30px;color:#9c6700;font-size:13px;font-weight:850;letter-spacing:.1em}
.starlight-kicker svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}
.starlight-arc-copy h2{max-width:590px;margin:0 0 26px;font-size:76px;line-height:1.03;letter-spacing:-.052em}
.starlight-arc-copy>p:not(.starlight-kicker){max-width:540px;color:#34435c;font-size:clamp(20px,1.2vw,22px);line-height:1.55}
.starlight-arc-copy>strong{display:block;margin-top:24px;color:#0b55b8;font-size:19px;line-height:1.4}
.starlight-arc-path{position:absolute;z-index:1;inset:0;width:100%;height:100%;transform:translateY(-24px)}
.starlight-arc-halo,.starlight-arc-line{fill:none;stroke-linecap:round}
.starlight-arc-halo{stroke:rgba(11,108,255,.08);stroke-width:5}
.starlight-arc-line{stroke:url(#starlight-arc-gradient);stroke-width:4;filter:url(#starlight-arc-glow);marker-end:url(#starlight-arrow)}
.starlight-node{position:absolute;z-index:4;display:flex;width:132px;min-width:0;flex-direction:column;align-items:center;gap:10px;padding:0;border:0;color:#0c1a33;background:transparent;box-shadow:none;backdrop-filter:none;text-align:center}
.starlight-node-icon{display:grid;width:64px;height:64px;place-items:center;border:3px solid rgba(255,255,255,.88);border-radius:50%;color:#fff;background:#0b6cff;box-shadow:0 0 0 7px rgba(19,108,255,.12),0 0 30px rgba(19,108,255,.4)}
.starlight-node svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9}
.starlight-node>span:last-child{position:relative;display:grid;width:118px;min-height:118px;align-content:center;gap:4px;padding:17px 10px 14px;border:1px solid rgba(135,165,207,.28);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(4,29,79,.17)}
.starlight-node>span:last-child::before{position:absolute;top:-8px;left:50%;width:16px;height:16px;border-top:1px solid rgba(135,165,207,.28);border-left:1px solid rgba(135,165,207,.28);content:"";background:rgba(255,255,255,.94);transform:translateX(-50%) rotate(45deg)}
.starlight-node small{position:relative;z-index:1;color:#66758d;font-size:12px;line-height:1.2}
.starlight-node strong{position:relative;z-index:1;font-size:18px;line-height:1.05}
.starlight-node em{position:absolute;right:0;bottom:-25px;left:0;color:#ad7310;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.1em}
.starlight-flex-icon{display:grid;width:46px;height:46px;place-items:center;border:4px solid #fff;border-radius:50%;color:#0b6cff;background:#eaf3ff;box-shadow:0 0 0 5px rgba(20,118,255,.18),0 0 24px rgba(20,118,255,.46)}
.starlight-flex-icon svg{width:23px;height:23px}
.starlight-plaque-shield{position:absolute;top:16px;left:50%;width:24px!important;height:24px!important;color:#bd8315;transform:translateX(-50%)}
.starlight-node-lunch>span:last-child{min-height:146px;padding-top:45px}
.starlight-node-morning,.starlight-node-evening{width:130px;gap:12px}
.starlight-node-morning>span:last-child,.starlight-node-evening>span:last-child{width:auto;min-height:0;padding:0;border:0;background:transparent;box-shadow:none}
.starlight-node-morning>span:last-child::before,.starlight-node-evening>span:last-child::before{display:none}
.starlight-node-morning strong,.starlight-node-evening strong{font-size:16px}
.starlight-node-morning small,.starlight-node-evening small{font-size:11px}
.starlight-node-lunch{top:499px;left:49px;gap:26px}
.starlight-node-morning{top:554px;left:239px}
.starlight-node-break{top:516px;left:412px;gap:18px}
.starlight-node-evening{top:584px;left:596px}
.starlight-node-night{top:553px;left:1205px}
.starlight-arc-device{position:absolute;z-index:6;top:0;left:778px;width:360px;height:823px;margin:0;padding:7px;border:4px solid #313944;border-radius:55px;background:#141b25;box-shadow:0 34px 90px rgba(2,14,50,.42),0 0 0 1px rgba(255,255,255,.35);transform:none}
.starlight-device-screen{position:relative;height:100%;overflow:hidden;border-radius:44px;color:#0b1830;background:linear-gradient(180deg,#f7fbff,#edf3fa)}
.starlight-device-status{display:grid;height:35px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;font-size:10px}
.starlight-device-status>span:last-child{text-align:right;font-size:8px;font-weight:800}
.starlight-island{width:89px;height:25px;border-radius:999px;background:#050608}
.starlight-device-header{display:grid;height:60px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 18px;border-bottom:1px solid #e1e9f1;background:rgba(255,255,255,.94)}
.starlight-device-mark{display:grid;width:26px;height:26px;place-items:center;overflow:hidden;border-radius:7px;background:#071640;box-shadow:0 3px 9px rgba(17,71,166,.2)}
.starlight-device-mark img{width:100%;height:100%;object-fit:cover}
.starlight-device-header strong{font-size:17px}
.starlight-premium-pill{display:flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #dce8f7;border-radius:999px;color:#556981;background:#f6f9fd;font-size:8px;font-weight:800}
.starlight-premium-pill svg{width:11px;height:11px;fill:none;stroke:#0b6cff;stroke-width:2}
.starlight-watch-status{display:grid;justify-items:center;gap:5px;padding:38px 15px 0;text-align:center}
.starlight-watch-status strong{font-size:20px;letter-spacing:-.025em}
.starlight-watch-status small{color:#0b6cff;font-size:13px}
.starlight-protection{margin:0;padding:0 14px;text-align:center}
.starlight-protection-ring{position:relative;width:272px;height:220px;margin:17px auto 0}
.starlight-protection-arc{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 9px rgba(26,111,255,.14))}
.starlight-phone-arc-bridge{fill:none;stroke:rgba(255,255,255,.95);stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(30,103,255,.25))}
.starlight-phone-arc{fill:none;stroke-width:4;stroke-linecap:round}
.starlight-phone-arc-left{stroke:url(#starlight-phone-blue)}
.starlight-phone-arc-right{stroke:url(#starlight-phone-gold)}
.starlight-phone-arc-dot{fill:#fff;stroke-width:3}
.starlight-phone-arc-dot-left{stroke:#0d6fff}
.starlight-phone-arc-dot-right{stroke:#c38b1b}
.starlight-protection-ring>span{position:absolute;z-index:1;display:grid}
.starlight-ring-count{top:39px;left:73px;width:126px;height:126px;place-content:center;border-radius:50%;background:#fff;box-shadow:0 18px 40px rgba(35,87,163,.13)}
.starlight-protection-ring strong{font-size:43px;line-height:.94}
.starlight-protection-ring small{margin-top:7px;color:#0b5ce8;font-size:12px;line-height:1.2}
.starlight-ring-shield{width:42px;height:42px;place-items:center;border:3px solid #fff;border-radius:50%;color:#fff;box-shadow:0 7px 18px rgba(16,53,102,.2)}
.starlight-ring-shield svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.starlight-ring-shield-left{top:0;left:10px;background:#0c73ff}
.starlight-ring-shield-right{top:0;right:10px;background:#b98218}
.starlight-next-up{display:grid;justify-items:center;gap:3px;margin-top:-4px}
.starlight-next-up small{color:#78869a;font-size:10px}
.starlight-next-up strong{font-size:15px}
.starlight-fresh{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0!important;color:#485970;font-size:10px!important}
.starlight-fresh i{width:6px;height:6px;border-radius:50%;background:#1fcf83}
.starlight-action-sheet{position:absolute;z-index:4;right:9px;bottom:25px;left:9px;padding:14px 14px 12px;border:1px solid #d5e2f0;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 -10px 34px rgba(10,42,83,.15)}
.starlight-action-sheet header{display:grid;grid-template-columns:37px 1fr;align-items:center;gap:9px}
.starlight-action-sheet header>span{display:grid;width:37px;height:37px;place-items:center;border-radius:12px;color:#ff5f57;background:#fff0ef}
.starlight-action-sheet header svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}
.starlight-action-sheet header p,.starlight-action-sheet>div{display:grid}
.starlight-action-sheet small{color:#687a91;font-size:8px;font-weight:850;letter-spacing:.08em}
.starlight-action-sheet header strong{font-size:15px}
.starlight-action-sheet>div{display:grid;gap:4px;margin:10px 0;padding:10px;border-radius:13px;background:#eff7ff}
.starlight-action-sheet>div>small{color:#0673f5}
.starlight-action-sheet>div>strong{font-size:18px}
.starlight-action-sheet>div>p{display:flex;gap:5px}
.starlight-action-sheet>div>p span{padding:4px 6px;border-radius:999px;color:#51647b;background:#fff;font-size:8px;font-weight:750}
.starlight-action-sheet button{width:100%;height:36px;border:0;border-radius:10px;color:#fff;background:#0b6cff;font:800 11px/1 Geist}
.starlight-action-sheet .starlight-not-now{margin-top:5px;color:#5e6f86;background:#eef3f8}
.starlight-quest-label{position:absolute;z-index:4;bottom:124px;left:52px;display:flex;align-items:center;gap:12px;color:#0b6cff;isolation:isolate}
.starlight-quest-label::after{position:absolute;z-index:0;top:22px;left:38px;width:680px;height:2px;content:"";background:linear-gradient(90deg,rgba(57,130,229,.42),rgba(57,130,229,.12) 82%,transparent)}
.starlight-quest-label>svg{width:45px;height:45px;padding:12px;border:1px solid rgba(255,255,255,.5);border-radius:50%;fill:none;stroke:currentColor;stroke-width:1.8}
.starlight-quest-label>svg,.starlight-quest-label span{position:relative;z-index:1}
.starlight-quest-label span{display:grid;gap:3px;font-size:13px;letter-spacing:.1em}
.starlight-quest-label strong{color:#0b6cff;font-size:10px}
.starlight-receipt{position:absolute;z-index:7;right:52px;bottom:168px;display:grid;width:250px;min-height:185px;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;padding:17px 18px 0;border:1px solid rgba(255,255,255,.5);border-radius:23px;color:#0b1830;background:rgba(255,255,255,.95);box-shadow:0 24px 54px rgba(1,17,54,.3);backdrop-filter:blur(18px)}
.starlight-receipt-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#16bd77;box-shadow:0 8px 18px rgba(22,189,119,.24)}
.starlight-receipt-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.4}
.starlight-receipt div{display:grid;gap:3px}
.starlight-receipt small{color:#078d57;font-size:8px;font-weight:900;letter-spacing:.09em;line-height:1.2}
.starlight-receipt strong{font-size:16px;line-height:1.15}
.starlight-receipt p{color:#68778d;font-size:11px;line-height:1.3}
.starlight-receipt button{grid-column:1/-1;width:calc(100% + 36px);min-height:42px;margin:4px -18px 0;padding:10px 18px;border:0;border-top:1px solid #d8e4ef;border-radius:0 0 23px 23px;color:#0b6cff;background:rgba(247,251,255,.86);font:800 10px/1 Geist;text-align:left}
.anchor-target{position:absolute;top:0}

.pricing{position:relative;isolation:isolate;overflow:hidden;min-height:760px;color:#fff;background:#020712}
.pricing::before{position:absolute;z-index:-2;inset:0;content:"";background-image:linear-gradient(90deg,rgba(2,7,18,.96) 0%,rgba(2,7,18,.82) 38%,rgba(2,7,18,.36) 72%,rgba(2,7,18,.78) 100%),linear-gradient(180deg,rgba(2,7,18,.22) 0%,rgba(2,7,18,.18) 48%,rgba(2,7,18,.86) 100%),url("assets/landing/v9/pricing/crossroads-night-clean.webp");background-position:center,center,center top;background-size:auto,auto,max(100%,1780px) auto;background-repeat:no-repeat;filter:saturate(1.12) brightness(.86)}
.pricing::after{position:absolute;z-index:-1;inset:0;content:"";background:radial-gradient(circle at 16% 18%,rgba(0,91,255,.24),transparent 34%),radial-gradient(circle at 82% 26%,rgba(124,85,255,.22),transparent 30%),linear-gradient(0deg,rgba(0,0,0,.34),transparent 42%);opacity:.88;pointer-events:none}
.pricing-shell{position:relative;width:min(1240px,calc(100% - 64px));padding:58px 0 50px}
.pricing-head{max-width:920px;margin-bottom:30px}
.pricing-head h2{max-width:920px;margin:0;font-size:clamp(48px,4.2vw,58px);line-height:.96;letter-spacing:-.04em}
.pricing-head h2 span{display:block;color:#72c5ff;text-shadow:0 0 30px rgba(38,148,255,.3)}
.pricing-controls{display:flex;align-items:center;gap:28px;margin-top:20px}
.billing-toggle{display:flex;gap:4px;padding:5px;border:1px solid rgba(165,191,236,.32);border-radius:8px;background:linear-gradient(180deg,rgba(8,20,42,.76),rgba(3,10,23,.7));box-shadow:0 18px 44px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.14);backdrop-filter:blur(18px) saturate(1.08)}
.billing-toggle button{min-width:108px;min-height:44px;padding:0 20px;border:0;border-radius:6px;color:rgba(234,244,255,.76);background:transparent;font-size:16px;font-weight:800;cursor:pointer}
.billing-toggle button.active{color:#fff;background:linear-gradient(180deg,#0b73ff,#004edb);box-shadow:0 10px 24px rgba(0,91,255,.3)}
.billing-note{display:flex;min-height:46px;align-items:center;padding:0;color:#fff;font-size:16px;font-weight:650;line-height:1.2;text-shadow:0 2px 14px rgba(0,0,0,.72)}
.billing-note strong{margin:0 .28em;color:#ffd36a;font-weight:850}
.pricing-grid{display:grid;grid-template-columns:.94fr .98fr 1.06fr .98fr;align-items:stretch;gap:14px}
.pricing-card{position:relative;z-index:1;min-width:0;min-height:440px;overflow:visible;border:1px solid rgba(173,199,238,.36);border-radius:8px;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 34%),linear-gradient(180deg,rgba(7,21,45,.82),rgba(2,8,20,.92));box-shadow:0 26px 74px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.15),inset 0 -1px rgba(255,255,255,.04);backdrop-filter:blur(22px) saturate(1.12);isolation:isolate;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.pricing-card::after{position:absolute;z-index:0;inset:1px;border-radius:7px;content:"";background:linear-gradient(130deg,rgba(255,255,255,.09),transparent 38%,rgba(0,91,255,.05));pointer-events:none}
.pricing-card:hover{z-index:3;border-color:rgba(220,234,255,.54);box-shadow:0 34px 92px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.18),inset 0 -1px rgba(255,255,255,.05);transform:translateY(-5px)}
.pricing-card-inner{position:relative;z-index:1;display:flex;height:100%;min-height:440px;flex-direction:column;padding:24px 22px 20px}
.pricing-card header{display:grid;justify-items:start}.pricing-card-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:15px;border:1px solid rgba(54,130,255,.34);border-radius:8px;color:#3f86ff;background:linear-gradient(180deg,rgba(22,93,255,.22),rgba(22,93,255,.07));box-shadow:0 14px 28px rgba(0,0,0,.16)}
.pricing-card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.pricing-card h3{margin:0;color:inherit;font-size:clamp(21px,1.8vw,24px);font-weight:850;line-height:1.1;letter-spacing:-.025em}
.pricing-card-price{display:flex;align-items:baseline;gap:7px;margin:12px 0 0;line-height:1}.pricing-card-price strong{color:inherit;font-size:clamp(44px,3.8vw,52px);font-weight:900;line-height:1;letter-spacing:-.035em;text-shadow:0 2px 18px rgba(0,0,0,.18)}.pricing-card-price span{font-size:16px;font-weight:700;opacity:.72}
.pricing-card-summary{min-height:60px;margin:11px 0 0;color:rgba(255,255,255,.76);font-size:16px;font-weight:590;line-height:1.4}
.pricing-card-features{display:grid;gap:9px;margin:14px 0 18px;padding:15px 0 0;border-top:1px solid rgba(255,255,255,.17);list-style:none}.pricing-card-features li{position:relative;padding-left:22px;color:rgba(255,255,255,.88);font-size:16px;font-weight:600;line-height:1.34}
.pricing-card-features li::before{position:absolute;top:.52em;left:0;width:8px;height:8px;border-radius:999px;background:#3f86ff;box-shadow:0 0 0 3px rgba(63,134,255,.13);content:""}
.pricing-card-cta{display:flex;min-height:50px;align-items:center;justify-content:center;margin-top:auto;padding:0 18px;border:1px solid rgba(63,134,255,.58);border-radius:8px;color:#7fb0ff;background:linear-gradient(180deg,rgba(0,91,255,.12),rgba(0,91,255,.06));box-shadow:inset 0 1px rgba(255,255,255,.08);font-size:16px;font-weight:790;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.pricing-card-cta:hover{background:rgba(12,57,118,.76);box-shadow:0 12px 24px rgba(0,16,48,.24);transform:translateY(-2px)}
.pricing-card-adventurer .pricing-card-icon{color:#31c990;border-color:rgba(49,201,144,.34);background:linear-gradient(180deg,rgba(49,201,144,.2),rgba(49,201,144,.06))}.pricing-card-adventurer .pricing-card-features li::before{background:#31c990;box-shadow:0 0 0 3px rgba(49,201,144,.13)}.pricing-card-adventurer .pricing-card-cta{color:#31c990;border-color:rgba(49,201,144,.5);background:linear-gradient(180deg,rgba(49,201,144,.13),rgba(49,201,144,.06))}
.pricing-card-badge{position:absolute;z-index:4;top:-14px;left:50%;padding:7px 17px;border-radius:999px;color:#0866ea;background:#fff;box-shadow:0 14px 26px rgba(8,31,74,.18);font-size:11px;font-weight:900;white-space:nowrap;transform:translateX(-50%)}
.pricing-card-hero{z-index:2;color:#fff;border-color:rgba(198,229,255,.88);background:linear-gradient(145deg,rgba(255,255,255,.24),transparent 31%),linear-gradient(180deg,#1683ff 0%,#005bff 48%,#003aa8 100%);box-shadow:0 36px 100px rgba(0,91,255,.48),0 0 0 3px rgba(255,255,255,.6),inset 0 1px rgba(255,255,255,.24),inset 0 -1px rgba(0,26,108,.32);transform:translateY(-11px)}.pricing-card-hero:hover{box-shadow:0 42px 110px rgba(0,91,255,.54),0 0 0 3px rgba(255,255,255,.66),inset 0 1px rgba(255,255,255,.26);transform:translateY(-15px)}.pricing-card-hero .pricing-card-icon{color:#0866ea;border-color:rgba(255,255,255,.55);background:#fff}.pricing-card-hero .pricing-card-features li::before{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16)}.pricing-card-hero .pricing-card-cta{color:#0866ea;border-color:#fff;background:#fff;box-shadow:0 14px 30px rgba(0,43,138,.18)}.pricing-card-hero .pricing-card-cta:hover{background:#edf6ff}
.pricing-card-starlight{color:#fff;border-color:rgba(255,193,72,.78);background:linear-gradient(145deg,rgba(255,207,97,.1),transparent 36%),linear-gradient(180deg,rgba(6,18,40,.96),rgba(2,8,20,.98));box-shadow:0 34px 96px rgba(6,16,38,.45),0 0 0 1px rgba(255,190,73,.14),inset 0 1px rgba(255,255,255,.09)}.pricing-card-starlight .pricing-card-icon{overflow:hidden;border-color:rgba(255,207,97,.32);background:rgba(255,255,255,.08);box-shadow:0 18px 36px rgba(0,0,0,.2)}.pricing-card-icon-starlight img{display:block;width:42px;height:42px;object-fit:cover;clip-path:inset(0 round 17%)}.pricing-card-starlight h3{color:#ffcf61}.pricing-card-starlight .pricing-card-features li::before{background:#ffcf61;box-shadow:0 0 0 3px rgba(255,207,97,.14)}.pricing-card-starlight .pricing-card-cta{color:#061026;border-color:#ffd36a;background:linear-gradient(180deg,#ffda7a,#ffbc3d);box-shadow:0 14px 32px rgba(255,188,61,.18)}.pricing-card-starlight .pricing-card-cta:hover{background:linear-gradient(180deg,#ffe18b,#ffc853)}
.pricing-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(151,190,238,.2)}.plan-shared{display:flex;align-items:center;gap:10px;margin:0;color:rgba(226,238,253,.74);font-size:16px;line-height:1.4}.plan-shared svg{width:24px;height:24px;flex:0 0 auto;color:#65adff;fill:none;stroke:currentColor;stroke-width:1.8}.pricing-note{max-width:510px;margin:0;color:rgba(202,218,239,.58);font-size:14px;line-height:1.45;text-align:right}

@media (min-width:1180px){
  .pricing-note{max-width:none;white-space:nowrap}
}

@media (min-width:1121px) and (max-width:1179px){
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pricing-card,.pricing-card:hover,.pricing-card-hero,.pricing-card-hero:hover{transform:none}
}

.faq{color:var(--ink);background:linear-gradient(180deg,#f8fbff,#edf5ff)}
.faq-ribbon{min-height:700px;padding:92px 0 86px}.faq-ribbon-head{max-width:900px;margin:0 auto 48px;text-align:center}.faq-ribbon-head h2{max-width:900px;margin:0 auto 14px;font-size:clamp(48px,5vw,74px);line-height:.94;letter-spacing:-.05em}.faq-ribbon-head p{color:var(--body);font-size:18px;line-height:1.45}.faq-question-ribbon{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid #c6d5e7;border-bottom:1px solid #c6d5e7}.faq-question-ribbon button{position:relative;display:flex;min-width:0;min-height:96px;align-items:center;justify-content:center;padding:20px 16px;border:0;border-right:1px solid #c6d5e7;color:#263a5a;background:transparent;font-size:16px;font-weight:700;line-height:1.18;text-align:center;cursor:pointer;transition:color .22s ease,background .22s ease}.faq-question-ribbon button:last-child{border-right:0}.faq-question-ribbon button::after{position:absolute;right:10%;bottom:-2px;left:10%;height:4px;border-radius:4px 4px 0 0;background:transparent;content:"";transition:background .22s ease,transform .22s ease}.faq-question-ribbon button:hover{color:var(--blue);background:#f1f7ff}.faq-question-ribbon button[aria-selected="true"]{color:var(--blue);background:#f4f9ff}.faq-question-ribbon button[aria-selected="true"]::after{background:var(--blue)}
.faq-answer-stage{position:relative;display:grid;min-height:330px;grid-template-columns:minmax(170px,.85fr) minmax(300px,1.45fr) minmax(230px,1fr);align-items:center;gap:36px;margin:0;overflow:hidden;padding:50px 68px 76px;border-radius:0 0 22px 22px;color:#fff;background:radial-gradient(circle at 5% 100%,rgba(29,122,255,.48),transparent 26%),linear-gradient(115deg,#061b42,#03112c);box-shadow:0 28px 70px rgba(3,22,55,.2)}.faq-answer-stage::after{position:absolute;right:0;bottom:0;width:30%;height:1px;background:rgba(93,158,255,.38);content:""}.faq-answer-lead{position:relative;z-index:1}.faq-answer-lead strong{display:block;color:var(--blue);font-size:clamp(110px,11vw,178px);font-weight:820;line-height:.75;letter-spacing:-.09em}.faq-answer-copy{position:relative;z-index:1}.faq-answer-copy p{max-width:530px;margin:0;color:#fff;font-size:clamp(20px,1.8vw,28px);font-weight:620;line-height:1.18;letter-spacing:-.025em}.faq-controls{position:relative;z-index:1;display:grid;gap:18px;margin:0;padding:0;list-style:none}.faq-controls li{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:14px;padding:8px 0;color:#fff;font-size:16px;font-weight:650}.faq-controls li+li{border-top:1px solid rgba(173,207,255,.2);padding-top:18px}.faq-controls svg{width:44px;height:44px;padding:8px;border:1px solid rgba(255,255,255,.75);border-radius:50%;fill:none;stroke:currentColor;stroke-width:1.7}.faq-answer-foot{position:absolute;right:68px;bottom:21px;left:68px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18)}.faq-answer-foot p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.35}.faq-answer-foot a{color:rgba(255,255,255,.68);font-size:13px;white-space:nowrap}.faq-answer-foot a b{color:#4b98ff}.faq-answer-foot a span{margin-left:5px;color:#4b98ff;font-size:18px}.faq-answer-stage.is-changing .faq-answer-lead,.faq-answer-stage.is-changing .faq-answer-copy,.faq-answer-stage.is-changing .faq-controls,.faq-answer-stage.is-changing .faq-answer-foot{opacity:.35;transform:translateY(5px)}.faq-answer-stage .faq-answer-lead,.faq-answer-stage .faq-answer-copy,.faq-answer-stage .faq-controls,.faq-answer-stage .faq-answer-foot{transition:opacity .28s ease,transform .28s ease}

.final-cta{color:#fff;background:linear-gradient(90deg,rgba(2,10,28,.94),rgba(2,10,28,.48)),url("assets/bg/cta-castle-fireworks.jpg") center 45%/cover no-repeat}.final-layout{min-height:440px;display:grid;align-items:center;padding:68px 0}.final-layout>div{max-width:820px}.final-layout h2{font-size:clamp(42px,4vw,62px)}.final-layout p:not(.eyebrow){color:rgba(255,255,255,.78)}.final-download{margin-top:25px}.launch-waitlist{max-width:760px;margin-top:26px}.waitlist-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.waitlist-input-shell{min-height:64px;display:flex;align-items:center;gap:12px;padding:0 20px;border:1px solid rgba(255,255,255,.32);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 16px 36px rgba(0,0,0,.2)}.waitlist-input-shell:focus-within{outline:3px solid rgba(91,164,255,.72);outline-offset:3px}.waitlist-input-shell svg{width:23px;height:23px;flex:0 0 auto;fill:none;stroke:#64748b;stroke-width:1.8}.waitlist-input-shell input{width:100%;border:0;outline:0;color:#07142c;background:transparent;font:inherit;font-size:18px}.waitlist-input-shell input::placeholder{color:#64748b}.waitlist-submit{min-height:64px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 25px;border:0;border-radius:14px;color:#fff;background:var(--blue);box-shadow:0 14px 28px rgba(5,104,255,.28);font:inherit;font-size:17px;font-weight:750;cursor:pointer}.waitlist-submit:hover{background:#0059dd}.waitlist-submit:focus-visible{outline:3px solid #fff;outline-offset:3px}.waitlist-submit:disabled{cursor:wait;opacity:.72}.waitlist-submit svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}.waitlist-form.is-submitted{display:none}.form-message{min-height:26px;margin:14px 0 0!important;font-size:16px;font-weight:650}.form-message.is-success{color:#9fffc3!important}.form-message.is-error{color:#ffd0d0!important}.waitlist-note{margin:2px 0 0!important;font-size:14px!important}.launch-waitlist[hidden],.final-download[hidden]{display:none!important}

.site-footer{color:#fff;background:#03132e}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:60px;padding:62px 0 44px}.brand-light b{color:#9dc8ff}.footer-brand p{max-width:300px;margin-top:18px;color:rgba(255,255,255,.62);font-size:16px}.site-footer h2{margin-bottom:14px;font-size:16px;letter-spacing:.08em;text-transform:uppercase}.site-footer .footer-grid>div:not(.footer-brand){display:grid;align-content:start;gap:9px}.site-footer a{color:rgba(255,255,255,.7);font-size:16px}.site-footer a:hover{color:#fff}.social-links{display:flex;gap:10px;margin-top:20px}.social-links a{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:10px}.social-links svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.footer-bottom{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:24px 0 36px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5);font-size:14px}.footer-bottom p{margin:0}

@media (max-width:1120px){
  .shell,.nav-shell{width:min(1320px,calc(100% - 44px))}
  .hero-layout{grid-template-columns:minmax(460px,.9fr) minmax(500px,1.1fr)}
  .hero-phone{left:4%;width:280px}.hero-notification{right:0;width:390px}
  .feature-layout,.radar-layout,.lightning-layout,.map-layout,.ranger-layout{grid-template-columns:350px 1fr;gap:35px}
  .quest{height:auto}.radar{height:auto}
  .quest-reference-layout{height:auto;min-height:620px;grid-template-columns:330px 240px minmax(210px,1fr);gap:26px}.quest-reference-copy{top:0;width:100%}.quest-reference-copy h2{max-width:100%;font-size:36px}.quest-reference-copy>p:not(.eyebrow){max-width:100%}.quest-real-phone{width:235px;margin:40px 0 0}.quest-inputs{width:100%}
  .radar-reference-layout{height:auto;min-height:680px;grid-template-columns:320px 220px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:26px 30px;padding:48px 0}.radar-reference-copy{grid-row:1/3;margin-top:0}.radar-reference-copy h2{font-size:40px}.radar-phone{grid-row:1/3;width:210px;margin:0}.radar-alerts{grid-column:3;grid-row:1;width:100%;margin-left:0;padding-top:0}.radar-watch{grid-column:3;grid-row:2;margin-left:0;padding-top:0}.radar-capabilities{grid-template-columns:1fr;gap:12px;margin-top:12px}.radar-capabilities>span{grid-template-columns:38px 1fr;gap:10px}.radar-capabilities svg{width:38px;height:38px;padding:7px}.radar-capabilities strong{font-size:16px}.radar-capabilities small{font-size:14px}
  .signal-card{width:340px}
  .pricing{--pricing-card-shift:0}.pricing::before{background-size:auto,auto,1500px auto;background-position:center top}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:20px}.pricing-grid::before{display:none}.pricing-card,.pricing-card:hover,.pricing-card-adventurer,.pricing-card-adventurer:hover,.pricing-card-hero,.pricing-card-hero:hover,.pricing-card-starlight,.pricing-card-starlight:hover{transform:none}.pricing-card-inner{min-height:500px}
  .lightning-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:34px;padding:72px 0 34px}.lightning-copy{top:0;max-width:700px}.lightning-copy h2 span{white-space:normal}.lightning-showcase{justify-self:center;width:min(100%,860px);height:740px}.ll-monitor{left:0;width:360px}.ll-preference{top:594px;left:0;width:260px}.ll-found{top:133px;right:0;width:380px}.ll-booked{top:476px;right:0;width:510px}.lightning-proof{grid-column:1;width:min(890px,100%);grid-template-columns:repeat(3,1fr);margin:0 auto}
  .starlight-layout{grid-template-columns:1fr 290px 1fr;gap:32px}.starlight-phone{width:286px}
}

@media (max-width:1450px) and (min-width:1121px){
  .hero-layout{grid-template-columns:700px 1fr}
  .hero-copy{top:-35px}
  .hero-copy h1{font-size:58px}
  .hero-devices{top:-20px}
  .hero-phone{left:6%;width:260px}
  .hero-notification{right:0;top:300px;width:340px;min-height:108px;grid-template-columns:52px 1fr;gap:13px;padding:14px 16px;border-radius:19px}
  .hero-notification img{width:52px;height:52px}
  .hero-notification strong{font-size:17px}.hero-notification span{font-size:14px}.hero-notification p{font-size:13px}
  .adaptive-layout{min-height:900px;grid-template-columns:minmax(430px,1fr) 370px;gap:48px;padding:100px 0}
  .adaptive-copy{padding-top:18px}.adaptive-copy h2{max-width:500px;font-size:42px}.adaptive-copy h2 span{white-space:normal}.adaptive-copy>p{max-width:430px;font-size:18px}
  .adaptive-stage{width:370px;height:700px;gap:8px;padding:52px 11px 25px;border-width:7px;border-radius:50px}
}

@media (max-width:1120px) and (min-width:861px){
  .hero .shell{width:calc(100% - 44px)}
  .hero-layout{grid-template-columns:440px 1fr;padding:76px 0 94px}
  .hero-copy{top:-20px;padding-left:0}
  .hero-copy h1{font-size:54px}
  .lede{font-size:18px}
  .app-store{min-width:210px;min-height:66px}.app-store .apple{font-size:38px}.app-store>span:last-child{font-size:24px}.app-store small{font-size:13px}
  .hero-devices{top:-12px;height:560px}
  .hero-phone{left:5%;width:250px}
  .hero-notification{right:0;top:350px;width:350px;min-height:104px;grid-template-columns:52px 1fr;gap:13px;padding:14px 16px;border-radius:19px}
  .hero-notification img{width:52px;height:52px}
  .hero-notification strong{font-size:17px}.hero-notification span{font-size:14px}.hero-notification p{font-size:13px}
}

@media (max-width:1120px){
  .adaptive{background-position:64% bottom}
  .adaptive-layout{min-height:0;display:block;padding:76px 0}
  .adaptive-copy{position:relative;width:min(100%,720px)}
  .adaptive-copy h2{max-width:700px}.adaptive-copy h2 span{white-space:normal}
  .adaptive-stage{position:relative;inset:auto;display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:20px;justify-items:center;margin-top:44px}
  .adaptive-notification,.adaptive-quest-card,.adaptive-result-card{position:relative;top:auto;right:auto;left:auto;width:min(100%,680px)}
  .adaptive-notification{grid-column:1;grid-row:auto;justify-self:start;margin-left:0}.adaptive-quest-card{grid-column:1;grid-row:auto}.adaptive-result-card{grid-column:1;grid-row:auto;justify-self:end}
  .adaptive-cue{display:none}
}

@media (max-width:1120px) and (min-width:861px){
  .map-layout{width:min(980px,calc(100% - 44px));grid-template-columns:1fr;gap:42px;padding:76px 0}
  .map-copy{max-width:720px}.map-copy h2{max-width:650px}.map-copy>p:not(.eyebrow){max-width:650px}
  .map-showcase{width:min(100%,850px);height:720px;grid-template-columns:310px minmax(350px,380px);gap:72px;justify-self:center;margin:auto}
  .map-phone{width:310px}.map-decision{max-width:380px}
}

@media (max-width:960px){
  .site-header{position:absolute}.nav-shell{height:74px}.brand{font-size:22px}.brand img{width:44px;height:44px}.menu-button{display:block}.primary-nav{position:absolute;top:66px;left:18px;right:18px;display:none;align-items:stretch;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.primary-nav.open{display:grid}.nav-links{display:grid;gap:0}.nav-links a{padding:12px 4px;border-bottom:1px solid var(--line)}.nav-cta{justify-content:center}
}

@media (max-width:860px){
  body{font-size:17px}.shell,.nav-shell{width:calc(100% - 36px)}
  .hero{min-height:0}.hero .shell{width:calc(100% - 36px)}.hero-photo{background-image:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.86) 48%,rgba(255,255,255,.22) 78%),url("assets/landing/v9/photos/main-street-dusk.webp");background-position:center bottom}.hero-layout{min-height:0;grid-template-columns:1fr;padding:112px 0 160px}.hero-copy{top:0;max-width:680px;padding-left:0}.hero-copy h1{font-size:clamp(50px,8vw,70px)}.lede{font-size:19px}.hero-devices{top:0;height:590px}.hero-phone{left:16%;top:10px;width:270px}.hero-notification{right:7%;top:190px;width:410px}.signal-strip{bottom:20px;grid-template-columns:repeat(4,1fr);row-gap:18px;padding:18px}.signal-strip span{font-size:14px}.signal-strip span:nth-child(n+5){grid-column:span 1}.signal-strip span:last-child{grid-column:4}
  .adaptive-layout{padding:68px 0}.adaptive-copy>p{font-size:18px}.adaptive-stage{margin-top:36px}
  .pwa-grid{grid-template-columns:1fr;gap:0;padding:22px 0}.pwa-grid>div{padding:16px 0}.flow-arrow{display:none}
  .feature-layout,.radar-layout,.lightning-layout,.dining-layout,.map-layout,.ranger-layout,.connected-layout,.faq-layout{min-height:0;grid-template-columns:1fr;gap:44px;padding:72px 0}
  .quest-reference-layout{min-height:0;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:38px;padding:72px 0}.quest-reference-copy{align-self:start}.quest-reference-copy h2{font-size:42px}.quest-real-phone{grid-column:2;grid-row:1/4;align-self:start;width:270px;margin:0}.quest-inputs{grid-column:1;width:min(100%,460px)}
  .radar-reference-layout{min-height:0;grid-template-columns:minmax(0,1fr) 260px;grid-template-rows:auto auto auto;align-items:start;gap:36px;padding:68px 0}.radar-reference-copy{grid-column:1;grid-row:1}.radar-reference-copy h2{font-size:42px}.radar-phone{grid-column:2;grid-row:1/4;width:245px;margin:0 auto}.radar-alerts{grid-column:1;grid-row:2;width:min(100%,520px);padding:0}.radar-watch{grid-column:1;grid-row:3;padding:0}.radar-capabilities{grid-template-columns:1fr;width:100%}
  .feature-copy{max-width:690px}
  .lightning-showcase{width:min(100%,700px)}.ll-monitor{left:5%;width:290px}.ll-found{top:144px;width:min(380px,100%)}.ll-preference{width:255px}.ll-booked{top:485px;width:min(510px,100%)}.lightning-proof{width:100%}
  .dining-layout{min-height:0;grid-template-columns:1fr;gap:40px;padding:70px 0 34px}.dining-copy{max-width:680px}.dining-showcase{width:min(100%,720px);height:690px;margin:auto}.dining-device{left:0;width:318px}.dining-match{top:230px;right:0;width:420px}.dining-proof{width:100%}
  .map-layout{gap:42px}.map-copy{max-width:700px}.map-copy h2{max-width:620px}.map-copy>p:not(.eyebrow){max-width:620px}
  .map-showcase{width:min(100%,720px);height:690px;grid-template-columns:290px minmax(330px,370px);gap:48px;justify-self:center;margin:auto}.map-phone{width:290px}.map-decision{max-width:370px;padding:25px}
  .ranger-stage{max-width:670px;margin:auto}
  .starlight-layout{grid-template-columns:1fr 300px;gap:34px;padding:72px 0 0}.starlight-copy{grid-column:1/-1}.starlight-phone{width:296px}.starlight-list{padding-bottom:60px}
  .connected-copy img{height:280px}.pricing-shell{padding-top:78px}.pricing-head h2{font-size:clamp(46px,7vw,62px)}.pricing-foot{align-items:flex-start;flex-direction:column}.pricing-note{max-width:640px;text-align:left}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.footer-bottom{align-items:start;flex-direction:column}
}

@media (max-width:600px){
  .shell,.nav-shell,.hero .shell{width:calc(100% - 28px)}
  h1{font-size:44px}h2{font-size:38px}.eyebrow{font-size:13px}
  .hero-notification>div,.notification-card>div,.ll-preference>div{min-width:0}
  .hero-notification p,.notification-card p,.ll-preference p{max-width:100%;white-space:normal;overflow-wrap:anywhere}
  .hero-layout{padding:98px 0 164px}.hero-copy h1{font-size:44px}.lede{font-size:18px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.app-store{min-width:238px;min-height:78px}.hero-devices{height:520px;margin-top:12px}.hero-phone{left:calc(50% - 117.5px);width:235px}.hero-notification{right:auto;left:0;top:350px;width:100%;grid-template-columns:48px 1fr;gap:12px;padding:14px;border-radius:18px;animation:none}.hero-notification img{width:48px;height:48px}.hero-notification strong{font-size:17px}.hero-notification p{font-size:14px}.signal-strip{grid-template-columns:repeat(4,1fr);row-gap:12px;padding:12px 6px}.signal-strip span{font-size:12.5px}.signal-strip span:last-child{grid-column:auto}.signal-strip svg{width:24px;height:24px}
  .adaptive{background-position:68% bottom}.adaptive-copy h2{font-size:38px}.adaptive-copy h2 span{white-space:normal}.adaptive-copy>p{font-size:17px}.adaptive-stage{width:100%;height:740px;gap:8px;margin-top:32px;padding:52px 10px 24px;border-width:6px;border-radius:44px}
  .quest-reference-layout{grid-template-columns:1fr;gap:34px;padding:64px 0}.quest-reference-copy{width:100%}.quest-reference-copy h2{font-size:38px}.quest-real-phone{grid-column:1;grid-row:auto;justify-self:center;width:245px;margin:0}.quest-inputs{grid-column:1;width:min(100%,360px);padding-left:0;margin-inline:auto}.quest-inputs .reference-label{margin-bottom:14px}.quest-inputs::before,.quest-input-group>span::before,.quest-input-group>span::after,.quest-outcome::before,.quest-outcome::after{display:none}
  .radar-reference-layout{grid-template-columns:1fr;gap:38px;padding:62px 0}.radar-reference-copy,.radar-phone,.radar-alerts,.radar-watch{grid-column:1;grid-row:auto}.radar-reference-copy h2{font-size:38px}.radar-phone{justify-self:center;width:240px;aspect-ratio:auto}.radar-phone img{height:auto}.radar-alerts{width:100%}.radar-alerts .signal-card{width:100%}.radar-capabilities{grid-template-columns:1fr;gap:20px}.radar-capabilities>span{grid-template-columns:48px 1fr}.radar-capabilities svg{width:48px;height:48px}.radar-capabilities strong{font-size:18px}.radar-capabilities small{font-size:15px}
  .lightning{min-height:0}.lightning-layout{gap:32px;padding:64px 0 30px}.lightning-copy{top:0}.lightning-copy h2{font-size:38px}.lightning-copy>p:not(.eyebrow):not(.fine-print):not(.lightning-tier){font-size:17px}.lightning-showcase{top:0;display:grid;width:100%;height:auto;grid-template-columns:minmax(0,1fr);gap:16px;justify-items:stretch}.ll-path{display:none}.ll-monitor,.ll-preference,.ll-found,.ll-booked{position:relative;inset:auto;width:100%;min-width:0;max-width:100%}.ll-monitor{justify-self:center;width:260px}.ll-preference{grid-row:2}.ll-found{grid-row:3}.ll-booked{grid-row:4;min-height:0;grid-template-columns:52px minmax(0,1fr) 44px;padding:16px}.ll-booked .notify-icon{width:52px;height:52px}.ll-booked strong{font-size:18px}.ll-booked span{font-size:15px}.ll-booked-check{width:42px;height:42px}.lightning-proof{top:0;grid-template-columns:1fr;gap:18px;width:100%;margin:0}.lightning-proof::before{display:none}.lightning-proof li{grid-template-columns:48px 1fr;justify-items:start;align-items:center;text-align:left}.lightning-proof li>span{width:48px;height:48px}.lightning-proof strong{margin-top:0}
  .dining-layout{gap:34px;padding:62px 0 40px}.dining-copy h2{font-size:38px}.dining-copy>p:not(.eyebrow):not(.fine-print):not(.dining-control){font-size:17px}.dining-control{font-size:16px!important}.dining-preference{width:100%;margin:30px 0 0;padding:15px}.dining-copy .fine-print{font-size:13px}.dining-showcase{display:grid;width:100%;height:auto;gap:18px}.dining-path{display:none}.dining-device,.dining-match{position:relative;inset:auto}.dining-device{justify-self:center;width:min(310px,92vw);height:auto}.dining-device>img{height:auto}.dining-match{width:100%;height:auto;min-height:0;padding:20px}.dining-match h3{font-size:28px}.dining-proof{grid-template-columns:1fr;gap:18px;width:100%;margin:4px 0 0}.dining-proof::before{display:none}.dining-proof li{width:100%;justify-self:start;grid-template-columns:42px 1fr}.dining-proof strong{font-size:16px}.dining-proof small{font-size:13px}
  .map-layout{gap:34px;padding:64px 0}.map-copy h2{font-size:38px}.map-copy>p:not(.eyebrow){font-size:17px}.map-copy .icon-list{gap:15px;font-size:17px}
  .map-showcase{display:grid;width:100%;height:auto;grid-template-columns:1fr;gap:28px;justify-items:center}.map-phone{width:min(280px,100%);margin:0}.map-route{display:none}.map-decision{width:100%;max-width:430px;padding:22px}.map-decision h3{font-size:25px}.map-wash{background-image:linear-gradient(180deg,rgba(249,251,255,.99) 0%,rgba(249,251,255,.94) 27%,rgba(249,251,255,.48) 43%,rgba(249,251,255,.18) 72%,rgba(249,251,255,.55) 100%),url("assets/landing/v9/maps/magic-kingdom-app-map.png");background-position:center,center 52%;background-size:cover,auto 100%}
  .ranger-stage{grid-template-columns:1fr}.ranger-phone{width:250px;margin:auto}.ranger-context{grid-template-columns:1fr}.ranger-context article:nth-child(n+3){display:none}
  .starlight-layout{grid-template-columns:1fr;padding-top:70px}.starlight-phone{order:3;width:250px;margin:auto}.starlight-list{padding-bottom:0}.connected-copy img{height:210px}.connected-steps li{grid-template-columns:48px 1fr;padding:18px}.connected-steps>li>span{width:48px;height:48px;border-radius:14px}.connected-steps svg{width:24px;height:24px}
  .pricing::before{background-image:linear-gradient(180deg,rgba(1,7,20,.2) 0%,rgba(1,7,20,.2) 22%,#020817 48%,#020817 100%),linear-gradient(90deg,rgba(2,8,23,.62),rgba(2,8,23,.2)),url("assets/landing/v9/pricing/crossroads-night-clean.webp");background-position:center top,center top,64% top;background-size:auto,auto,1020px auto}.pricing-shell{padding:64px 0 42px}.pricing-head h2{font-size:42px;line-height:.96}.pricing-controls{align-items:flex-start;flex-direction:column;margin-top:24px}.billing-toggle{width:100%}.billing-toggle button{flex:1}.billing-note{width:100%;justify-content:center}.pricing-grid{grid-template-columns:1fr;gap:18px;margin-top:46px}.pricing-grid[data-reveal]{opacity:1;transform:none}.pricing-card-inner{min-height:0;padding:24px 22px 20px}.pricing-card-summary{min-height:0}.pricing-card-price{margin-top:18px}.pricing-card-features{margin-bottom:22px}.pricing-foot{margin-top:40px}.plan-shared{align-items:flex-start}.faq-layout{padding:70px 0}.faq-list summary{font-size:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom br{display:none}
}

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

/* Adaptive Quest story — a single, device-authentic sequence. */
.adaptive-layout{width:min(1200px,calc(100% - 64px));min-height:920px;grid-template-columns:minmax(0,1fr) 386px;gap:clamp(60px,6vw,100px);padding:70px 0}
.adaptive-copy{align-self:center;max-width:680px}
.adaptive-copy h2{max-width:680px;margin-bottom:24px;font-size:clamp(46px,3.7vw,62px);line-height:1.01;letter-spacing:-.045em}
.adaptive-copy h2 span{white-space:normal}
.adaptive-copy>p{max-width:590px;font-size:20px;line-height:1.55}
.adaptive-progress{display:grid;max-width:570px;gap:10px;margin:34px 0 0;padding:0;list-style:none}
.adaptive-progress li{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px;min-height:74px;padding:12px 16px 12px 12px;border:1px solid rgba(154,190,255,.2);border-radius:17px;color:#fff;background:linear-gradient(100deg,rgba(9,36,80,.72),rgba(9,33,74,.38));box-shadow:inset 0 1px 0 rgba(255,255,255,.04);opacity:.48;transform:translateX(-6px)}
.adaptive-progress li>b{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(150,192,255,.38);border-radius:12px;color:#83b7ff;background:rgba(20,86,183,.2);font-size:14px}
.adaptive-progress li>span{display:grid;gap:3px}.adaptive-progress small{color:#81b7ff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.adaptive-progress strong{font-size:17px;line-height:1.25}

.adaptive-phone-demo{position:relative;z-index:3;width:386px;aspect-ratio:393/852;justify-self:end;border:8px solid #141a23;border-radius:60px;background:#111722;box-shadow:0 42px 110px rgba(0,5,24,.58),0 0 0 1px rgba(255,255,255,.25),inset 0 0 0 1px rgba(255,255,255,.12);overflow:visible}
.adaptive-phone-demo::before{content:"";position:absolute;z-index:60;top:14px;left:50%;width:112px;height:31px;border-radius:999px;background:#050608;transform:translateX(-50%);box-shadow:inset 0 -1px 0 rgba(255,255,255,.08)}
.adaptive-phone-demo::after{content:"";position:absolute;z-index:60;bottom:13px;left:50%;width:118px;height:5px;border-radius:999px;background:#101722;transform:translateX(-50%)}
.adaptive-device-screen{position:absolute;inset:0;overflow:hidden;border-radius:53px;background:#f3f7fc}
.adaptive-base-screen{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:1}
.adaptive-phone-demo .adaptive-notification{position:absolute;z-index:55;top:58px;right:12px;left:12px;display:grid;width:auto;min-height:82px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;margin:0;padding:11px 12px;border:1px solid rgba(112,163,255,.66);border-radius:19px;color:var(--ink);background:rgba(248,251,255,.97);box-shadow:0 13px 34px rgba(5,28,67,.22);backdrop-filter:blur(18px);opacity:0}
.adaptive-phone-demo .adaptive-notification img{width:48px;height:48px}.adaptive-phone-demo .adaptive-notification small{display:flex;justify-content:space-between;font-size:10px}.adaptive-phone-demo .adaptive-notification strong{margin:2px 0;font-size:14px}.adaptive-phone-demo .adaptive-notification p{font-size:11px;line-height:1.25}
.adaptive-app-flow{position:absolute;z-index:20;inset:0;color:var(--ink);background:linear-gradient(180deg,#f8fbff,#eef4fb);opacity:0}
.adaptive-app-status{position:relative;z-index:2;height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#101827;font-size:12px;font-weight:780}.adaptive-app-status i{width:92px}.adaptive-app-status span:last-child{font-size:10px}
.adaptive-app-nav{height:58px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid #dbe5f1;background:rgba(255,255,255,.9)}
.adaptive-app-nav>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#eef4fb}.adaptive-app-nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.adaptive-app-nav>div{display:grid}.adaptive-app-nav strong{font-size:18px}.adaptive-app-nav small{color:var(--muted);font-size:11px}
.adaptive-app-content{display:grid;gap:11px;padding:14px}
.adaptive-change-card,.adaptive-search-card,.adaptive-location{border:1px solid #d8e4f1;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(29,62,108,.07)}
.adaptive-change-card{padding:14px 15px}.adaptive-change-card small{color:#df4747;font-size:10px;font-weight:850;letter-spacing:.08em}.adaptive-change-card h3{margin:4px 0 2px;font-size:21px;line-height:1.1}.adaptive-change-card p{color:var(--body);font-size:12px;line-height:1.4}
.adaptive-search-card{position:relative;min-height:260px;padding:15px;overflow:hidden}
.adaptive-searching{position:absolute;inset:15px;display:flex;align-items:center;gap:13px}.adaptive-searching i{width:30px;height:30px;flex:0 0 auto;border:3px solid #d5e5fb;border-top-color:var(--blue);border-radius:50%}.adaptive-searching span{display:grid;gap:3px}.adaptive-searching strong{font-size:15px}.adaptive-searching small{max-width:245px;color:var(--muted);font-size:11px;line-height:1.35}
.adaptive-options{position:absolute;inset:11px;display:grid;gap:7px;opacity:0}
.adaptive-option{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:8px;padding:9px 10px;border:1px solid #dce6f1;border-radius:12px;background:#f9fbfe;box-shadow:0 4px 12px rgba(29,62,108,.04);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,opacity .2s ease,transform .2s ease}
.adaptive-option>div{min-width:0}.adaptive-option small{display:block;margin-bottom:2px;color:#087e4a;font-size:8px;font-weight:900;letter-spacing:.08em}.adaptive-option h4{overflow:hidden;margin:0;color:#17233a;font-size:13px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.adaptive-option p{display:flex;gap:9px;margin-top:4px;color:#52627b;font-size:9px;font-weight:700}.adaptive-option>svg{width:26px;height:26px;padding:6px;border-radius:50%;color:#fff;background:var(--blue);fill:none;stroke:currentColor;stroke-width:2.4;opacity:0;transform:scale(.7)}
.adaptive-option-best{border-color:#b9d3f7;background:#f4f8ff}
.adaptive-location{display:grid;grid-template-columns:34px minmax(0,1fr) 26px;align-items:center;gap:9px;margin:0;padding:11px 12px;opacity:0}.adaptive-location>svg:first-child{width:34px;height:34px;padding:8px;border-radius:10px;color:var(--blue);background:var(--blue-soft)}.adaptive-location>svg:last-child{width:24px;height:24px;padding:5px;border-radius:50%;color:#fff;background:var(--green)}.adaptive-location svg{fill:none;stroke:currentColor;stroke-width:2}.adaptive-location span{display:grid;gap:2px}.adaptive-location strong{font-size:13px}.adaptive-location small{color:var(--muted);font-size:11px}
.adaptive-confirm-sheet{position:absolute;z-index:30;right:0;bottom:0;left:0;padding:12px 18px 26px;border-top:1px solid #d4dfec;border-radius:24px 24px 0 0;background:rgba(255,255,255,.99);box-shadow:0 -20px 50px rgba(13,39,78,.17);transform:translateY(105%)}
.adaptive-confirm-sheet>i{display:block;width:44px;height:5px;margin:0 auto 14px;border-radius:999px;background:#c8d2df}.adaptive-confirm-sheet>small{color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.08em}.adaptive-confirm-sheet h3{margin:5px 0 7px;font-size:22px}.adaptive-confirm-sheet p{color:var(--body);font-size:12px;line-height:1.45}.adaptive-confirm-sheet button{width:100%;height:48px;margin-top:15px;border:0;border-radius:13px;color:#fff;background:var(--blue);font:800 15px/1 var(--font);box-shadow:0 10px 24px rgba(0,105,255,.24)}.adaptive-confirm-sheet>b{position:absolute;right:70px;bottom:36px;width:28px;height:28px;border:2px solid rgba(255,255,255,.9);border-radius:50%;opacity:0;pointer-events:none}
.adaptive-success-screen{position:absolute;z-index:40;inset:46px 0 0;display:flex;align-items:center;flex-direction:column;padding:60px 18px 30px;text-align:center;background:linear-gradient(180deg,#f8fbff,#edf5ff);opacity:0;transform:translateY(12px)}
.adaptive-success-screen>span{display:grid;width:64px;height:64px;place-items:center;margin-bottom:17px;border-radius:50%;color:#fff;background:var(--blue);box-shadow:0 14px 32px rgba(0,105,255,.24)}.adaptive-success-screen>span svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.4}.adaptive-success-screen>small{color:#0aa05a;font-size:11px;font-weight:900;letter-spacing:.1em}.adaptive-success-screen>h3{max-width:300px;margin:8px 0 7px;font-size:26px;line-height:1.05}.adaptive-success-screen>p{max-width:300px;color:var(--body);font-size:12px;line-height:1.45}
.adaptive-success-screen>article{width:100%;margin-top:26px;padding:17px;text-align:left;border:1px solid #bcd5fb;border-radius:17px;background:#fff;box-shadow:0 13px 30px rgba(23,65,120,.1)}.adaptive-success-screen article>small{color:#0aa05a;font-size:10px;font-weight:850}.adaptive-success-screen article h4{margin:5px 0 11px;font-size:19px;line-height:1.12}.adaptive-success-screen article p{display:flex;gap:8px}.adaptive-success-screen article p span{padding:6px 9px;border-radius:9px;background:#eff5fb;font-size:11px}.adaptive-success-screen article b{display:block;margin-top:14px;padding:12px;border-radius:11px;color:#fff;background:var(--blue);font-size:13px;text-align:center}
.adaptive-success-screen footer{display:flex;width:100%;align-items:center;gap:10px;margin-top:12px;padding:12px 13px;border-radius:14px;color:#305043;background:#eaf8f1;text-align:left}.adaptive-success-screen footer svg{width:26px;height:26px;flex:0 0 auto;fill:none;stroke:#0aa05a;stroke-width:1.9}.adaptive-success-screen footer span{display:grid;color:#496257;font-size:10px;line-height:1.35}.adaptive-success-screen footer strong{color:#173e2d;font-size:12px}

.adaptive-layout.story-started .adaptive-notification{animation:rdh-alert 2.9s .45s both cubic-bezier(.22,1,.36,1)}
.adaptive-layout.story-started .adaptive-base-screen{animation:rdh-base-out .45s 3.05s both ease-out}
.adaptive-layout.story-started .adaptive-app-flow{animation:rdh-app-in .52s 3.05s both ease-out}
.adaptive-layout.story-started .adaptive-searching i{animation:rdh-spin 1.1s 3.2s linear infinite}
.adaptive-layout.story-started .adaptive-searching{animation:rdh-search-out .36s 4.72s both ease-out}
.adaptive-layout.story-started .adaptive-options{animation:rdh-state-in .54s 4.92s both ease-out}
.adaptive-layout.story-started .adaptive-option-best{animation:rdh-option-select .56s 7.85s both ease-out}
.adaptive-layout.story-started .adaptive-option-best>svg{animation:rdh-check-in .44s 7.95s both cubic-bezier(.22,1,.36,1)}
.adaptive-layout.story-started .adaptive-option:not(.adaptive-option-best){animation:rdh-option-subdue .4s 7.85s both ease-out}
.adaptive-layout.story-started .adaptive-location{animation:rdh-state-in .54s 9.05s both ease-out}
.adaptive-layout.story-started .adaptive-confirm-sheet{animation:rdh-sheet-in .72s 10.25s both cubic-bezier(.22,1,.36,1)}
.adaptive-layout.story-started .adaptive-confirm-sheet>b{animation:rdh-tap .9s 12.45s both ease-out}
.adaptive-layout.story-started .adaptive-success-screen{animation:rdh-success-in .68s 13.2s both ease-out}
.adaptive-layout.story-started .progress-detected{animation:rdh-progress .5s .65s both ease-out}.adaptive-layout.story-started .progress-matched{animation:rdh-progress .5s 7.88s both ease-out}.adaptive-layout.story-started .progress-confirmed{animation:rdh-progress .5s 10.3s both ease-out}.adaptive-layout.story-started .progress-updated{animation:rdh-progress .5s 13.28s both ease-out}
.adaptive-layout.story-complete .adaptive-base-screen,.adaptive-layout.story-complete .adaptive-notification,.adaptive-layout.story-complete .adaptive-app-content,.adaptive-layout.story-complete .adaptive-confirm-sheet{opacity:0!important}.adaptive-layout.story-complete .adaptive-app-flow,.adaptive-layout.story-complete .adaptive-success-screen{opacity:1!important;transform:none!important}.adaptive-layout.story-complete .adaptive-progress li{opacity:1!important;transform:none!important;border-color:rgba(106,164,255,.52)!important;background:linear-gradient(100deg,rgba(15,74,162,.76),rgba(9,38,82,.5))!important}
@keyframes rdh-alert{0%{opacity:0;transform:translateY(-16px) scale(.98)}12%,76%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-9px) scale(.99)}}
@keyframes rdh-base-out{to{opacity:0;transform:scale(1.01)}}
@keyframes rdh-app-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes rdh-spin{to{transform:rotate(360deg)}}
@keyframes rdh-search-out{to{opacity:0;transform:translateY(-4px)}}
@keyframes rdh-state-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes rdh-option-select{to{border-color:#087cff;background:#edf5ff;box-shadow:0 7px 18px rgba(0,105,255,.14);transform:translateY(-1px)}}
@keyframes rdh-option-subdue{to{opacity:.62;transform:scale(.985)}}
@keyframes rdh-check-in{to{opacity:1;transform:scale(1)}}
@keyframes rdh-sheet-in{from{transform:translateY(105%)}to{transform:none}}
@keyframes rdh-tap{0%{opacity:0;transform:scale(.55)}35%{opacity:1;transform:scale(1.2)}100%{opacity:0;transform:scale(1.65)}}
@keyframes rdh-success-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes rdh-progress{to{opacity:1;transform:none;border-color:rgba(106,164,255,.52);background:linear-gradient(100deg,rgba(15,74,162,.76),rgba(9,38,82,.5))}}

@media (max-width:1120px){
  .adaptive-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px;padding:78px 0}.adaptive-copy{width:auto}.adaptive-copy h2{font-size:44px}.adaptive-copy>p{font-size:18px}.adaptive-progress{margin-top:28px}.adaptive-progress li{min-height:66px}.adaptive-phone-demo{width:360px;margin-top:0}.adaptive-phone-demo .adaptive-notification{top:52px}.adaptive-app-status{height:42px}.adaptive-success-screen{inset:42px 0 0;padding-top:48px}
}
@media (max-width:860px){
  .adaptive{background-position:62% bottom}.adaptive-layout{display:flex;align-items:center;flex-direction:column;gap:42px;padding:76px 0 82px}.adaptive-copy{width:min(100%,680px);max-width:none}.adaptive-copy h2{font-size:clamp(40px,7vw,52px)}.adaptive-copy>p{max-width:620px;font-size:18px}.adaptive-progress{max-width:none;grid-template-columns:1fr 1fr}.adaptive-progress li{min-height:74px}.adaptive-phone-demo{width:min(393px,100%);justify-self:auto}
}
@media (max-width:600px){
  .adaptive-layout{width:calc(100% - 28px);gap:34px;padding:62px 0 70px}.adaptive-copy h2{font-size:39px}.adaptive-copy>p{font-size:17px}.adaptive-progress{grid-template-columns:1fr;gap:8px;margin-top:24px}.adaptive-progress li{min-height:64px;padding-block:9px}.adaptive-progress strong{font-size:15px}.adaptive-phone-demo{width:min(360px,100%);border-width:6px;border-radius:55px}.adaptive-device-screen{border-radius:48px}.adaptive-phone-demo::before{top:12px;width:102px;height:28px}.adaptive-phone-demo::after{bottom:11px;width:108px}.adaptive-phone-demo .adaptive-notification{top:49px;right:10px;left:10px;grid-template-columns:44px minmax(0,1fr);min-height:76px}.adaptive-phone-demo .adaptive-notification img{width:44px;height:44px}.adaptive-app-content{padding:12px}.adaptive-confirm-sheet{padding-inline:16px}.adaptive-success-screen{padding-inline:15px}
}
@media (prefers-reduced-motion:reduce){
  .adaptive-base-screen,.adaptive-notification,.adaptive-app-content,.adaptive-confirm-sheet{opacity:0!important}.adaptive-app-flow,.adaptive-success-screen{opacity:1!important;transform:none!important}.adaptive-progress li{opacity:1!important;transform:none!important}
}

/* Park Ranger approved-composition responsive overrides */
@media (max-width:1240px){
  .ranger-layout{min-height:0;grid-template-columns:1fr;gap:40px;padding:78px 0}
  .ranger-copy{max-width:760px}
  .ranger-copy h2{max-width:720px}
  .ranger-copy>p:not(.eyebrow){max-width:650px}
  .ranger-stage{max-width:none;grid-template-columns:340px 46px minmax(340px,430px);justify-content:center;margin:0}
  .ranger-phone{width:340px}
}
@media (max-width:880px){
  .ranger-stage{grid-template-columns:320px 34px minmax(300px,380px)}
  .ranger-phone{width:320px;margin:0}
  .ranger-reasoning-card{padding:22px}
  .ranger-reasoning-card h3{font-size:25px}
}
@media (max-width:720px){
  .ranger{background-position:70% center}
  .ranger-layout{width:calc(100% - 32px);gap:36px;padding:64px 0 72px}
  .ranger-copy h2{font-size:clamp(39px,11vw,50px)}
  .ranger-copy>p:not(.eyebrow){font-size:17px}
  .ranger-stage{width:100%;max-width:none;grid-template-columns:1fr;justify-items:center;margin:0}
  .ranger-phone{width:min(350px,100%);margin:0}
  .ranger-connector{width:3px;height:44px}
  .ranger-connector i{top:-8px;left:50%;transform:translateX(-50%)}
  .ranger-reasoning-card{width:100%;max-width:440px}
  .ranger-reasoning-card footer{margin:0 -22px;padding-inline:22px}
}
@media (max-width:420px){
  .ranger-layout{width:calc(100% - 24px)}
  .ranger-phone{width:100%;max-width:350px}
  .ranger-reasoning-card{padding:20px 18px}
  .ranger-reasoning-card footer{margin:0 -18px;padding-inline:18px}
  .ranger-reasoning-card li{grid-template-columns:42px minmax(0,1fr)}
  .ranger-reasoning-card li>span{width:42px;height:42px}
}

/* Starlight protected-day arc responsive composition */
@media (max-width:1120px){
  .starlight-arc,.starlight-arc-shell{min-height:870px}
  .starlight-arc-shell{width:calc(100% - 44px)}
  .starlight-arc-copy{top:68px;left:0;width:430px}
  .starlight-arc-copy h2{font-size:56px}
  .starlight-arc-copy>p:not(.starlight-kicker){font-size:18px}
  .starlight-arc-device{top:50px;width:320px;height:688px}
  .starlight-node{min-width:160px;padding:12px}
  .starlight-node-icon{width:38px;height:38px}
  .starlight-node strong{font-size:15px}
  .starlight-node small{font-size:10px}
  .starlight-node-lunch{left:0;top:57%}
  .starlight-node-morning{left:22%;top:57%}
  .starlight-node-break{left:32%;top:72%}
  .starlight-node-evening{left:63%;top:61%}
  .starlight-node-night{left:75%;top:49%}
  .starlight-receipt{right:0;width:350px}
  .starlight-quest-label{left:0}
}
@media (max-width:1638px){
  .starlight-arc{min-height:0;background:linear-gradient(180deg,#f7f8fb 0%,#edf2f8 40%,#092461 40%,#061744 100%)}
  .starlight-arc-photo{inset:40% 0 0;background:linear-gradient(180deg,rgba(7,34,91,.25),rgba(4,20,65,.6)),url("assets/bg/epcot-spaceship-full.jpg") 60% center/cover no-repeat}
  .starlight-arc-path{display:none}
  .starlight-arc-shell{display:grid;width:calc(100% - 36px);min-height:0;grid-template-columns:minmax(0,1fr) minmax(250px,300px);gap:14px 24px;padding:70px 0 150px}
  .starlight-arc-copy{position:relative;top:auto;left:auto;width:auto;grid-column:1/-1;margin-bottom:24px}
  .starlight-arc-copy h2{max-width:680px;font-size:clamp(54px,4.25vw,72px)}
  .starlight-arc-copy>p:not(.starlight-kicker){max-width:650px;font-size:20px}
  .starlight-arc-device{position:relative;top:auto;left:auto;width:300px;height:645px;grid-column:1;grid-row:2/7;justify-self:end;transform:none}
  .starlight-node{position:relative;inset:auto!important;width:100%;min-width:0;grid-column:2}
  .starlight-node-lunch{grid-row:2}
  .starlight-node-morning{grid-row:3}
  .starlight-node-break{grid-row:4}
  .starlight-node-evening{grid-row:5}
  .starlight-node-night{grid-row:6}
  .starlight-receipt{right:0;bottom:32px;width:350px}
  .starlight-quest-label{left:0;bottom:55px}
}
@media (min-width:601px) and (max-width:1120px){
  .starlight-arc-shell{width:calc(100% - 44px);grid-template-columns:minmax(0,1fr) minmax(210px,260px);gap:18px 24px;padding:64px 0 100px}
  .starlight-arc-copy{top:auto;left:auto;width:auto;margin-bottom:20px}
  .starlight-brand-lockup{margin-bottom:24px}
  .starlight-brand-icon{width:80px;height:80px;border-radius:20px}
  .starlight-arc-copy h2{font-size:clamp(48px,6vw,60px)}
  .starlight-arc-copy>p:not(.starlight-kicker){font-size:20px}
  .starlight-arc-device{top:auto;width:min(100%,300px);height:auto;aspect-ratio:360/823}
  .starlight-node{min-width:0;padding:0}
  .starlight-node-icon{width:54px;height:54px}
  .starlight-node strong{font-size:17px}
  .starlight-node small{font-size:12px}
  .starlight-receipt{width:min(350px,52vw)}
}
@media (max-width:600px){
  .starlight-arc{background:linear-gradient(180deg,#f7f8fb 0%,#edf2f8 31%,#092461 31%,#061744 100%)}
  .starlight-arc-photo{inset:31% 0 0}
  .starlight-arc-shell{display:flex;width:calc(100% - 28px);flex-direction:column;padding:54px 0 34px}
  .starlight-arc-copy{order:1;margin:0 0 34px}
  .starlight-brand-lockup{gap:14px;margin-bottom:24px}
  .starlight-brand-icon{width:72px;height:72px;border-radius:18px}
  .starlight-brand-lockup .starlight-kicker{font-size:12px;line-height:1.4}
  .starlight-arc-copy h2{font-size:clamp(40px,11.5vw,48px)}
  .starlight-arc-copy>p:not(.starlight-kicker){font-size:18px;line-height:1.55}
  .starlight-arc-copy>strong{font-size:18px}
  .starlight-arc-device{order:2;width:min(330px,100%);height:auto;aspect-ratio:360/823;margin:0 auto 30px}
  .starlight-node{order:3;width:100%;margin:0 0 12px;color:#0c1a33}
  .starlight-node strong{font-size:18px}
  .starlight-node small{font-size:12px}
  .starlight-quest-label{position:relative;inset:auto;order:4;margin:18px 0 20px}
  .starlight-quest-label::after{right:0;width:auto}
  .starlight-node-morning>span:last-child,
  .starlight-node-evening>span:last-child{width:168px;padding:11px 14px;border:1px solid rgba(13,95,233,.16);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(6,28,68,.12)}
  .starlight-receipt{position:relative;inset:auto;order:5;width:100%;min-height:0;grid-template-columns:28px minmax(0,1fr);opacity:1!important;transform:none!important}
}

/* Focused visual-contract capture mode. Keeps the production route intact. */
html[data-capture="starlight"] .site-header,
html[data-capture="starlight"] .site-footer,
html[data-capture="starlight"] main > :not(#starlight){
  display:none!important;
}
html[data-capture="starlight"],
html[data-capture="starlight"] body{
  margin:0;
  background:#fff;
}

@media (max-width:1120px){
  .faq-ribbon{padding:76px 0 72px}.faq-ribbon-head{margin-bottom:38px}.faq-question-ribbon button{padding-inline:10px;font-size:15px}.faq-answer-stage{grid-template-columns:150px minmax(0,1fr);gap:28px;padding:44px 48px 84px}.faq-answer-lead strong{font-size:128px}.faq-controls{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:18px}.faq-controls li+li{padding-top:8px;padding-left:18px;border-top:0;border-left:1px solid rgba(173,207,255,.2)}}
@media (max-width:860px){
  .faq-ribbon{padding:68px 0 64px}.faq-ribbon-head{margin:0 0 32px;text-align:left}.faq-ribbon-head h2{max-width:720px;font-size:clamp(46px,7vw,62px)}.faq-ribbon-head p{font-size:17px}.faq-question-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:16px 10px;font-size:14px}.faq-answer-stage{grid-template-columns:150px minmax(0,1fr);gap:24px;padding:40px 34px 88px}.faq-answer-copy p{font-size:22px}.faq-controls{gap:10px}.faq-controls li{grid-template-columns:36px 1fr;gap:9px;font-size:14px}.faq-controls li+li{padding-left:12px}.faq-controls svg{width:36px;height:36px;padding:7px}.faq-answer-foot{right:34px;bottom:22px;left:34px}}
@media (max-width:600px){
  .faq-ribbon{min-height:0;padding:62px 0 58px}.faq-ribbon-head{margin-bottom:28px}.faq-ribbon-head h2{font-size:42px;line-height:.98}.faq-ribbon-head p{font-size:17px;line-height:1.4}.faq-question-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:14px 10px;border-right:1px solid #c6d5e7;border-bottom:1px solid #c6d5e7;font-size:14px}.faq-question-ribbon button:nth-child(2n){border-right:0}.faq-question-ribbon button:nth-last-child(-n+2){border-bottom:0}.faq-answer-stage{display:grid;grid-template-columns:1fr;gap:22px;margin-top:0;padding:30px 22px 112px;border-radius:0 0 18px 18px}.faq-answer-lead strong{font-size:104px}.faq-answer-copy p{font-size:21px;line-height:1.2}.faq-controls{grid-column:auto;grid-template-columns:repeat(3,1fr);gap:10px}.faq-controls li{display:grid;grid-template-columns:1fr;justify-items:start;gap:8px;padding:0!important;border:0!important;font-size:12px;line-height:1.2}.faq-controls svg{width:34px;height:34px;padding:7px}.faq-answer-foot{right:22px;bottom:22px;left:22px;display:grid;gap:8px;padding-top:11px}.faq-answer-foot p,.faq-answer-foot a{font-size:11px}.faq-answer-foot a{justify-self:start}}

/* FAQ polish: widen the editorial frame, deepen the answer stage, and connect the active question with a rounded tab notch. */
.faq-ribbon{width:min(1724px,84.7vw);min-height:0;padding:66px 0 86px}.faq-ribbon-head{max-width:1080px;margin-bottom:64px}.faq-ribbon-head h2{max-width:1080px;font-size:clamp(56px,4.35vw,90px);line-height:.9}.faq-question-ribbon button{min-height:clamp(96px,5.8vw,118px);font-size:clamp(15px,1vw,19px)}.faq-question-ribbon button[aria-selected="true"]{z-index:3}.faq-question-ribbon button[aria-selected="true"]::after{right:8%;bottom:-2px;left:8%;height:5px}.faq-question-ribbon button[aria-selected="true"]::before{position:absolute;z-index:2;bottom:-20px;left:50%;width:16px;height:22px;border-radius:3px;background:var(--blue);box-shadow:0 4px 14px rgba(5,104,255,.32);clip-path:polygon(48% 0,100% 0,66% 42%,100% 42%,30% 100%,43% 57%,0 57%);content:"";transform:translateX(-50%)}.faq-answer-stage{min-height:clamp(364px,22vw,443px);padding:clamp(50px,3.9vw,80px) clamp(68px,4.7vw,96px) clamp(76px,3.8vw,78px);background:radial-gradient(circle at 13% 88%,rgba(24,112,255,.56),transparent 31%),radial-gradient(circle at 96% -26%,rgba(26,93,190,.3),transparent 38%),linear-gradient(115deg,#061b42,#03112c);box-shadow:0 30px 82px rgba(3,22,55,.24)}.faq-answer-stage::before{position:absolute;z-index:0;top:4%;bottom:8%;left:4%;width:22%;border-radius:50%;background:rgba(34,124,255,.16);content:"";filter:blur(34px);transform:rotate(-13deg)}.faq-answer-lead strong{font-size:clamp(110px,10vw,206px);text-shadow:0 10px 30px rgba(0,58,174,.2)}.faq-answer-copy p{max-width:640px;font-size:clamp(20px,1.45vw,30px)}.faq-controls li{font-size:clamp(16px,1vw,18px)}
@media (max-width:1120px){
  .faq-ribbon{width:min(1420px,calc(100% - 44px));padding:76px 0 72px}.faq-ribbon-head{margin-bottom:38px}.faq-question-ribbon button{min-height:96px;padding-inline:10px;font-size:15px}.faq-answer-stage{min-height:480px;grid-template-columns:150px minmax(0,1fr);gap:28px;padding:44px 48px 84px}.faq-answer-lead strong{font-size:128px}.faq-controls{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:18px}.faq-controls li+li{padding-top:8px;padding-left:18px;border-top:0;border-left:1px solid rgba(173,207,255,.2)}}
@media (max-width:860px){
  .faq-ribbon{width:calc(100% - 36px);padding:68px 0 64px}.faq-ribbon-head{margin:0 0 32px;text-align:left}.faq-ribbon-head h2{max-width:720px;font-size:clamp(46px,7vw,62px);line-height:.94}.faq-ribbon-head p{font-size:17px}.faq-question-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:16px 10px;font-size:14px}.faq-answer-stage{min-height:480px;grid-template-columns:150px minmax(0,1fr);gap:24px;padding:40px 34px 88px}.faq-answer-copy p{font-size:22px}.faq-controls{gap:10px}.faq-controls li{grid-template-columns:36px 1fr;gap:9px;font-size:14px}.faq-controls li+li{padding-left:12px}.faq-controls svg{width:36px;height:36px;padding:7px}.faq-answer-foot{right:34px;bottom:22px;left:34px}}
@media (max-width:600px){
  .faq-ribbon{width:calc(100% - 28px);padding:62px 0 58px}.faq-ribbon-head{margin-bottom:28px}.faq-ribbon-head h2{font-size:42px;line-height:.98}.faq-ribbon-head p{font-size:17px;line-height:1.4}.faq-question-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:14px 10px;border-right:1px solid #c6d5e7;border-bottom:1px solid #c6d5e7;font-size:14px}.faq-question-ribbon button:nth-child(2n){border-right:0}.faq-question-ribbon button:nth-last-child(-n+2){border-bottom:0}.faq-question-ribbon button[aria-selected="true"]::before{bottom:-16px;width:13px;height:18px}.faq-answer-stage{min-height:0;grid-template-columns:1fr;gap:22px;padding:30px 22px 112px}.faq-answer-lead strong{font-size:104px}.faq-answer-copy p{font-size:21px;line-height:1.2}.faq-controls{grid-column:auto;grid-template-columns:repeat(3,1fr);gap:10px}.faq-controls li{display:grid;grid-template-columns:1fr;justify-items:start;gap:8px;padding:0!important;border:0!important;font-size:12px;line-height:1.2}.faq-controls svg{width:34px;height:34px;padding:7px}.faq-answer-foot{right:22px;bottom:22px;left:22px;display:grid;gap:8px;padding-top:11px}.faq-answer-foot p,.faq-answer-foot a{font-size:11px}.faq-answer-foot a{justify-self:start}}
.faq-answer-copy p{max-width:570px}
.faq-question-ribbon button[aria-selected="true"]::before{bottom:-9px;width:36px;height:14px;border-radius:0 0 20px 20px;box-shadow:0 3px 12px rgba(5,104,255,.28);clip-path:none}
.faq-answer-lightning{position:absolute;z-index:1;bottom:-5px;left:-10px;width:220px;height:140px;pointer-events:none;filter:drop-shadow(0 0 12px rgba(23,118,255,.34))}
.faq-answer-lightning img{display:block;width:100%;height:100%}
@media (max-width:1120px){.faq-answer-lightning{width:190px;height:122px}}
@media (max-width:600px){.faq-question-ribbon button[aria-selected="true"]::before{bottom:-7px;width:30px;height:12px}.faq-answer-lightning{width:150px;height:96px;bottom:-4px;left:-8px}}

/* FAQ reference correction: the blue notch belongs to the tab; the electric streak belongs to the answer-panel corner. */
.faq-ribbon{width:min(1724px,92.2vw);padding:54px 0 40px}.faq-ribbon-head{max-width:680px;margin-bottom:34px}.faq-ribbon-head h2{max-width:680px;font-size:clamp(48px,3.45vw,72px);line-height:.94}.faq-question-ribbon button{min-height:84px;padding:16px 12px;font-size:clamp(16px,1vw,18px)}.faq-question-ribbon button[aria-selected="true"]::before{bottom:-9px;width:36px;height:14px;border-radius:0 0 20px 20px;clip-path:none;box-shadow:0 3px 12px rgba(5,104,255,.28)}.faq-answer-stage{min-height:clamp(295px,19vw,390px);grid-template-columns:minmax(250px,1fr) minmax(360px,1.35fr) minmax(240px,1fr);align-items:start;gap:32px;padding:44px clamp(82px,7.2vw,120px) 68px;border-radius:22px}.faq-answer-lead strong{font-size:clamp(170px,13vw,210px)}.faq-answer-copy{padding-left:40px;border-left:1px solid rgba(173,207,255,.28)}.faq-answer-copy p{max-width:570px;font-size:clamp(20px,1.55vw,28px)}.faq-controls{padding-left:24px;border-left:1px solid rgba(173,207,255,.28)}.faq-controls svg{width:38px;height:38px;padding:6px}.faq-controls li{font-size:clamp(15px,1vw,18px)}.faq-answer-foot{right:72px;bottom:20px;left:160px}.faq-answer-lightning{width:clamp(170px,11vw,220px);height:auto;bottom:-5px;left:-10px}
@media (max-width:1120px){
  .faq-ribbon{width:min(1420px,calc(100% - 44px));padding:64px 0 56px}.faq-ribbon-head{max-width:820px;margin-bottom:34px}.faq-ribbon-head h2{max-width:820px;font-size:clamp(46px,5vw,68px)}.faq-question-ribbon button{min-height:90px}.faq-answer-stage{min-height:460px;grid-template-columns:150px minmax(0,1fr);gap:28px;padding:44px 48px 84px}.faq-answer-copy{padding-left:28px}.faq-answer-copy p{font-size:22px}.faq-controls{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:18px;padding-left:0;border-left:0}.faq-controls li+li{padding-top:8px;padding-left:18px;border-top:0;border-left:1px solid rgba(173,207,255,.2)}.faq-answer-foot{right:48px;left:48px}.faq-answer-lightning{width:190px}}
@media (max-width:860px){
  .faq-ribbon{width:calc(100% - 36px);padding:62px 0 56px}.faq-ribbon-head{max-width:none;margin-bottom:30px;text-align:left}.faq-ribbon-head h2{max-width:720px;font-size:clamp(42px,7vw,60px)}.faq-question-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:16px 10px;font-size:14px}.faq-answer-stage{min-height:480px;grid-template-columns:150px minmax(0,1fr);gap:24px;padding:40px 34px 88px}.faq-answer-copy{padding-left:24px}.faq-answer-copy p{font-size:21px}.faq-controls{padding-left:0;border-left:0}.faq-answer-foot{right:34px;left:34px}}
@media (max-width:600px){
  .faq-ribbon{width:calc(100% - 28px);padding:56px 0 52px}.faq-ribbon-head{margin-bottom:26px}.faq-ribbon-head h2{font-size:42px;line-height:.98}.faq-question-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-question-ribbon button{min-height:82px;padding:14px 10px;font-size:14px}.faq-question-ribbon button[aria-selected="true"]::before{bottom:-7px;width:30px;height:12px}.faq-answer-stage{min-height:0;grid-template-columns:1fr;gap:22px;padding:30px 22px 112px;border-radius:18px}.faq-answer-lead strong{font-size:104px}.faq-answer-copy{padding-left:0;border-left:0}.faq-answer-copy p{font-size:21px;line-height:1.2}.faq-controls{grid-column:auto;grid-template-columns:repeat(3,1fr);gap:10px;padding-left:0;border-left:0}.faq-controls li{font-size:14px}.faq-answer-foot{right:22px;bottom:22px;left:22px}.faq-answer-foot p,.faq-answer-foot a{font-size:13px}.faq-answer-lightning{width:150px;bottom:-4px;left:-8px}}
@media (min-width:1121px) and (max-width:1700px){
  .faq-ribbon{padding-top:50px}.faq-question-ribbon button{min-height:82px}.faq-answer-stage{min-height:295px}.faq-controls{gap:8px}.faq-controls li{padding:4px 0}.faq-controls li+li{padding-top:4px;border-top:0}.faq-controls svg{width:36px;height:36px;padding:5px}.faq-answer-lightning{width:150px}}
@media (min-width:1121px) and (max-width:1700px){
  .faq-ribbon-head{margin-bottom:38px}.faq-ribbon-head h2{max-width:600px;font-size:56px;line-height:.86}.faq-question-ribbon button{padding-inline:28px}.faq-answer-stage{grid-template-columns:minmax(250px,.95fr) minmax(360px,1.45fr) minmax(240px,1fr)}.faq-answer-lead strong{font-size:210px}.faq-answer-copy{min-height:152px;padding-left:54px}.faq-answer-copy p{max-width:400px}.faq-controls{padding-left:80px}.faq-answer-lightning{bottom:-14px}}
@media (min-width:1121px) and (max-width:1700px){.faq-answer-copy{padding-left:64px}.faq-answer-copy p{max-width:370px}}

/* FAQ desktop fidelity: preserve the mockup geometry above the 1700px breakpoint. */
@media (min-width:861px){
  .faq-question-ribbon button{font-weight:600}
  .faq-question-ribbon button[aria-selected="true"]::after{right:0;bottom:-2px;left:0;height:5px}
  .faq-question-ribbon button[aria-selected="true"]::before{bottom:-1px;width:24px;height:13px;border:4px solid var(--blue);border-bottom:0;border-radius:15px 15px 0 0;background:#f5f9ff;box-shadow:none;clip-path:none}
}
@media (min-width:1121px){
  .faq-answer-stage{background:radial-gradient(circle at 1% 100%,rgba(0,110,255,.68),transparent 12%),radial-gradient(circle at 96% -26%,rgba(26,93,190,.2),transparent 38%),linear-gradient(115deg,#061b42,#03112c)}
  .faq-answer-stage::before{opacity:.25}
  .faq-answer-lightning{bottom:-8px;left:-1px;width:128px;height:128px;filter:drop-shadow(0 0 12px rgba(14,112,255,.8)) brightness(1.3) saturate(1.8) hue-rotate(22deg)}
}
@media (min-width:1701px){
  .faq-ribbon{padding-top:56px}.faq-ribbon-head{margin-bottom:42px}.faq-question-ribbon button{min-height:90px;padding-inline:12px;font-size:17px;line-height:1.18}
  .faq-answer-stage{min-height:324px;grid-template-columns:minmax(250px,.98fr) minmax(360px,1.41fr) minmax(240px,.96fr);padding-top:52px}
  .faq-answer-lead{transform:translate(-11px,-10px)}.faq-answer-lead strong{font-size:228px}
  .faq-answer-copy{min-height:168px;padding-left:60px;transform:translateY(-3px)}.faq-answer-copy p{max-width:410px;font-size:28px;transform:translateY(8px)}
  .faq-controls{min-height:168px;gap:24px;padding-left:80px;transform:translateY(-3px)}.faq-controls li{padding:0;color:rgba(255,255,255,.82);font-size:17px;font-weight:520;transform:translateY(-8px)}.faq-controls li+li{padding-top:0;border-top:0}.faq-controls svg{width:38px;height:38px;padding:6px}
  .faq-answer-foot{bottom:29px;left:160px}
}
@media (min-width:1121px) and (max-width:1700px){
  .faq-answer-stage{grid-template-columns:minmax(250px,.98fr) minmax(360px,1.44fr) minmax(240px,.98fr)}
  .faq-answer-lead{transform:translateX(-14px)}.faq-answer-copy{padding-left:54px}.faq-controls{padding-left:75px}
}
.faq-answer-foot p{display:flex;align-items:center;gap:14px}.faq-answer-foot p svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:rgba(255,255,255,.84);stroke-width:1.8}
@media (max-width:600px){.faq-answer-lightning{width:108px;height:108px}.faq-answer-foot p{gap:8px}.faq-answer-foot p svg{width:18px;height:18px}}

/* FAQ finish pass: literal selector cusp, sampled navy texture, and approved corner light. */
.faq{background:#f6f7fb}
.faq-question-ribbon{border-color:#d0d6e0}.faq-question-ribbon button{border-color:#d0d6e0}
.faq-answer-stage[data-faq-id="plan"] .faq-answer-lead strong{font-size:clamp(52px,4vw,68px);line-height:.9;letter-spacing:-.055em}
.faq-answer-stage[data-faq-id="plan"] .faq-answer-copy p{max-width:500px;font-size:clamp(19px,1.28vw,22px);line-height:1.26}
@media (min-width:861px){
  .faq-question-ribbon{border-bottom:0}
  .faq-question-ribbon button{align-items:flex-start;padding-top:10px;border-right:0;color:#3d4a61;background-position:right top;background-repeat:no-repeat;background-size:1px 64px;font-weight:520}
  .faq-question-ribbon button:not(:last-child){background-image:linear-gradient(#d0d6e0,#d0d6e0)}
  .faq-question-ribbon button:hover{background-color:#f2f4f8}
  .faq-question-ribbon button[aria-selected="true"]{color:#0568ff;background-color:transparent;background-position:right top;background-repeat:no-repeat;background-size:1px 64px}
}
@media (min-width:1121px){
  .faq-answer-stage{background:radial-gradient(circle at 0 100%,rgba(0,112,255,.68),transparent 21%),radial-gradient(ellipse 40% 110% at 13% 56%,rgba(18,61,136,.34),transparent 72%),linear-gradient(102deg,#071a39 0%,#041027 52%,#030d22 100%);box-shadow:0 28px 58px rgba(5,37,76,.16)}
  .faq-answer-stage::before{inset:0;width:auto;border-radius:inherit;background:url("assets/landing/v9/faq-panel-grain.png") 0 0/90px 90px repeat;opacity:.22;filter:none;transform:none;mix-blend-mode:soft-light}
  .faq-answer-stage::after{display:none}
  .faq-answer-lead strong{color:transparent;background:linear-gradient(90deg,#0571ff 0%,#0b6cff 46%,#2b61e9 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 10px 28px rgba(18,73,198,.16)}
  .faq-answer-copy p{font-weight:540;line-height:1.28}
  .faq-controls li{color:rgba(255,255,255,.82);font-weight:500}
  .faq-controls svg{width:clamp(38px,2.43vw,42px);height:clamp(38px,2.43vw,42px);padding:5px;border:1px solid rgba(255,255,255,.78);border-radius:50%;stroke-width:1.7}
  .faq-answer-foot p,.faq-answer-foot a{font-size:15px}
  .faq-answer-lightning{bottom:-11px;left:-18px;width:158px;height:300px;filter:drop-shadow(0 0 18px rgba(8,111,255,.46))}
}
@media (min-width:1701px){
  .faq-question-ribbon button{font-size:19px}.faq-question-ribbon button[aria-selected="true"]::before{width:99px;height:28px}
  .faq-answer-lead{transform:translate(-11px,-5px)}.faq-answer-lead strong{font-size:232px}
  .faq-answer-copy p{max-width:420px;font-size:29px}
  .faq-answer-lightning{bottom:-11px;left:-18px;width:170px;height:324px}
}
@media (min-width:1121px) and (max-width:1700px){.faq-answer-copy p{max-width:365px}}
@media (max-width:1120px){.faq-answer-lightning{bottom:-8px;left:-14px;width:138px;height:276px;filter:drop-shadow(0 0 16px rgba(8,111,255,.42))}}
@media (max-width:600px){.faq-answer-lightning{bottom:-7px;left:-12px;width:116px;height:232px}}

/* FAQ question dock: one stable selected state, independent from the answer surface. */
.faq-question-ribbon{position:relative;z-index:4;gap:8px;padding:8px;border:1px solid #dbe5f2;border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 18px 46px rgba(26,54,98,.1),inset 0 1px rgba(255,255,255,.94);backdrop-filter:blur(16px) saturate(1.08)}
.faq-question-ribbon button{min-height:82px;align-items:center;padding:15px 14px;border:0;border-radius:12px;color:#394861;background:transparent;background-image:none;font-weight:650;transition:color .24s ease,background .24s ease,box-shadow .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}
.faq-question-ribbon button:not(:last-child){background-image:none}
.faq-question-ribbon button:hover{color:#075fdc;background:#edf5ff;transform:translateY(-1px)}
.faq-question-ribbon button[aria-selected="true"]{color:#fff;background:linear-gradient(145deg,#1683ff 0%,#0568ff 54%,#0049c7 100%);box-shadow:0 14px 30px rgba(5,104,255,.26),inset 0 1px rgba(255,255,255,.28);text-shadow:0 1px 12px rgba(0,45,137,.24);transform:translateY(-3px)}
.faq-question-ribbon button[aria-selected="true"]::before,.faq-question-ribbon button[aria-selected="true"]::after{display:none;content:none}
.faq-answer-stage{margin-top:18px;border-radius:22px}
.faq-answer-lightning{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 62%,rgba(0,0,0,.72) 82%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 62%,rgba(0,0,0,.72) 82%,transparent 100%)}
@media (max-width:860px){.faq-question-ribbon{gap:7px;padding:7px}.faq-question-ribbon button{min-height:76px;padding:13px 10px}.faq-question-ribbon button[aria-selected="true"]{transform:translateY(-2px)}}
@media (max-width:600px){.faq-question-ribbon{gap:6px;padding:6px;border-radius:14px}.faq-question-ribbon button{min-height:72px;padding:12px 9px;border:0;border-radius:10px}.faq-question-ribbon button[aria-selected="true"]{transform:none}.faq-answer-stage{margin-top:14px;border-radius:18px}}

@media (prefers-reduced-motion:no-preference){.faq-answer-stage .faq-answer-lead,.faq-answer-stage .faq-answer-copy,.faq-answer-stage .faq-controls,.faq-answer-stage .faq-answer-foot{transition:opacity .44s cubic-bezier(.22,1,.36,1),transform .44s cubic-bezier(.22,1,.36,1)}}

/* FAQ desktop reading layout: give answers the space and weight of body copy. */
@media (min-width:1121px){
  .faq-answer-stage{grid-template-columns:minmax(150px,.6fr) minmax(420px,1.8fr) minmax(210px,.8fr);gap:32px}
  .faq-answer-lead{transform:none}
  .faq-answer-lead strong{font-size:clamp(80px,6vw,110px);font-weight:500;line-height:.88;letter-spacing:0}
  .faq-answer-copy{min-height:0;padding-left:clamp(24px,2vw,38px);transform:none}
  .faq-answer-copy p,.faq-answer-stage[data-faq-id="plan"] .faq-answer-copy p{max-width:none;font-size:clamp(18px,1.15vw,21px);font-weight:400;line-height:1.5;letter-spacing:0;transform:none}
  .faq-controls{min-height:0;gap:18px;padding-left:clamp(24px,2vw,38px);transform:none}
  .faq-controls li{font-weight:400;transform:none}
}

/* Ranger connector choreography: let the visual payload land before its blue route. */
.ranger-connector{opacity:0}
@media (prefers-reduced-motion:no-preference){
  .ranger-stage.is-visible .ranger-connector{animation:connector-in .4s 1.1s both cubic-bezier(.22,1,.36,1)}
}
@media (prefers-reduced-motion:reduce){
  .ll-path,.ranger-connector{opacity:1!important}
}
@media (max-width:600px){.final-layout{min-height:500px;padding:58px 0}.launch-waitlist{margin-top:22px}.waitlist-form{grid-template-columns:1fr}.waitlist-input-shell,.waitlist-submit{min-height:58px}.waitlist-input-shell{padding-inline:17px}.waitlist-submit{width:100%}}
