:root {
  --ink: #05080c;
  --panel: #0d151f;
  --panel-2: #111d29;
  --line: #263748;
  --blue: #2f87ee;
  --blue-bright: #55a8ff;
  --blue-deep: #0b4f9f;
  --white: #f5f8fb;
  --muted: #9cabb9;
  --green: #4cd964;
  --red: #ff3b44;
  --max: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: black; padding: 10px 16px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,8,12,.9); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1.35rem; letter-spacing: .04em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; }
.brand strong { color: var(--blue-bright); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #c7d1da; text-decoration: none; font-weight: 700; font-size: .9rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-cta { padding: 11px 18px; border: 1px solid var(--blue); border-radius: 999px; color: white; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px; }

.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; background: radial-gradient(circle at 85% 35%, rgba(47,135,238,.12), transparent 31%), linear-gradient(180deg, #05080c, #08111a); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, transparent, black 30%, transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 65px; align-items: center; padding: 90px 0 100px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 18px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .16em; font: 700 .82rem/1 Inter, sans-serif; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.hero h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: 1; margin-top: 0; }
.hero h1 { font-size: clamp(4.3rem, 8.5vw, 7.7rem); text-transform: uppercase; letter-spacing: -.035em; margin-bottom: 28px; }
.hero h1 em { color: var(--blue-bright); font-style: italic; }
.hero-lead { max-width: 650px; color: #bdc9d4; font-size: 1.16rem; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 10px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 35px rgba(47,135,238,.24); }
.button-primary:hover { background: #4196f7; }
.button-secondary { border-color: #496071; background: rgba(17,29,41,.75); color: white; }
.button-secondary:hover { border-color: var(--blue); }
.release-note { margin-top: 32px; display: flex; align-items: flex-start; gap: 12px; color: #dce5ec; }
.release-note .status-dot { width: 10px; height: 10px; background: var(--green); border-radius: 50%; margin-top: 7px; box-shadow: 0 0 0 6px rgba(76,217,100,.1); }
.release-note strong, .release-note small { display: block; }
.release-note small { color: var(--muted); margin-top: 2px; }
.hero-visual { position: relative; display: grid; place-items: center; }
.image-frame { width: min(100%, 520px); aspect-ratio: 1; padding: 18px; border: 1px solid rgba(85,168,255,.35); border-radius: 38px; transform: rotate(2deg); background: linear-gradient(145deg, rgba(47,135,238,.2), rgba(255,255,255,.03)); box-shadow: 0 40px 80px rgba(0,0,0,.45); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
.floating-stat { position: absolute; z-index: 4; background: rgba(7,13,20,.94); border: 1px solid #34516a; box-shadow: 0 20px 45px rgba(0,0,0,.35); padding: 14px 17px; border-radius: 13px; }
.floating-stat strong, .floating-stat span { display: block; }
.floating-stat strong { font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 1.22rem; color: var(--blue-bright); }
.floating-stat span { color: #bbc7d1; font-size: .78rem; }
.stat-one { left: -28px; top: 18%; }
.stat-two { right: -22px; bottom: 14%; }

.trust-strip { border-top: 1px solid #1e2a35; border-bottom: 1px solid #1e2a35; background: #081018; }
.trust-grid { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #afbdc9; font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 700; letter-spacing: .07em; }
.trust-grid i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }
.page-hero { position: relative; overflow: hidden; padding: 135px 0 115px; background: radial-gradient(circle at 82% 28%, rgba(47,135,238,.2), transparent 30%), linear-gradient(145deg, #05080c, #0b1723); border-bottom: 1px solid #203141; }
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; margin: 0 0 24px; font: 800 clamp(4rem, 8vw, 7.2rem)/.92 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.035em; }
.page-hero > .container > p:last-of-type { max-width: 760px; color: #afbecb; font-size: 1.18rem; }
.page-hero .hero-actions { margin-top: 32px; }
.page-hero-light { color: #101a23; background: radial-gradient(circle at 80% 15%, rgba(47,135,238,.16), transparent 32%), linear-gradient(135deg, #f5f8fb, #dfeaf3); }
.page-hero-light > .container > p:last-of-type { color: #465968; }
.button-dark { background: #101b26; color: #fff; border-color: #31475a; }
.button-dark:hover { background: #182b3d; border-color: var(--blue); }
.section { padding: 110px 0; }
.section-dark { background: #070c12; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .parks-section h2, .safety-section h2, .faq-section h2, .cta-section h2, .showcase-copy h2 { font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; letter-spacing: -.025em; margin-bottom: 18px; }
.section-heading > p:last-child, .faq-grid > div > p:last-child { color: var(--muted); font-size: 1.1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 320px; background: linear-gradient(150deg, #0d1721, #091018); border: 1px solid #223243; border-radius: var(--radius); padding: 30px; overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -100px; bottom: -100px; border: 1px solid rgba(47,135,238,.3); border-radius: 50%; box-shadow: 0 0 0 30px rgba(47,135,238,.025), 0 0 0 60px rgba(47,135,238,.02); }
.feature-card.featured { grid-row: span 2; min-height: 656px; background: linear-gradient(165deg, rgba(47,135,238,.22), #0b151f 55%); }
.feature-number { position: absolute; top: 20px; right: 24px; color: #435365; font-family: "Barlow Condensed"; font-size: 1.1rem; font-weight: 800; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(47,135,238,.16); color: var(--blue-bright); font-size: 1.5rem; margin-bottom: 56px; }
.feature-card.featured .feature-icon { margin-top: 80px; }
.feature-card h3 { font-size: 2rem; text-transform: uppercase; margin-bottom: 12px; }
.feature-card p { color: #aebbc7; }
.feature-card ul { list-style: none; margin: 38px 0 0; padding: 0; }
.feature-card li { border-top: 1px solid #294054; padding: 13px 0; color: #d3dce4; font-weight: 600; }
.feature-card li::before { content: "✓"; color: var(--blue-bright); margin-right: 10px; }
.gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gateway-card { min-height: 300px; display: flex; flex-direction: column; padding: 32px; text-decoration: none; background: linear-gradient(145deg, #0f1b27, #0a1119); border: 1px solid #263a4d; border-radius: var(--radius); transition: .2s ease; }
.gateway-card:hover { transform: translateY(-5px); border-color: var(--blue); box-shadow: 0 22px 55px rgba(0,0,0,.3); }
.gateway-card > span { color: var(--blue-bright); font: 800 .85rem Inter; letter-spacing: .12em; }
.gateway-card h3 { margin: auto 0 14px; font-size: 2.2rem; text-transform: uppercase; }
.gateway-card p { color: var(--muted); }
.gateway-card strong { margin-top: 20px; color: var(--blue-bright); }

.showcase-section { padding: 80px 0; background: linear-gradient(180deg, #070c12, #0b151f); }
.showcase-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; border: 1px solid #2b4054; border-radius: 30px; background: #0e1822; }
.showcase-copy { padding: 56px 48px; }
.showcase-copy h2 { font-size: clamp(2.8rem, 4vw, 4.5rem); }
.showcase-copy p { color: var(--muted); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 18px; color: var(--blue-bright); font-weight: 800; text-decoration: none; }
.showcase-image { align-self: stretch; min-height: 520px; background: #03070a; }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.parks-section { background: #eef3f7; color: #0b131b; }
.parks-section .eyebrow { color: #176ecb; }
.parks-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.large-copy { font-size: 1.16rem; color: #465968; }
.park-benefits { display: grid; gap: 20px; margin-top: 38px; }
.park-benefits div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-top: 1px solid #cbd6df; padding-top: 20px; }
.park-benefits strong { color: #0c58a6; }
.park-benefits span { color: #526473; }
.claim-card { background: #0b141d; color: white; border-radius: 26px; padding: 36px; box-shadow: 0 30px 70px rgba(6,20,33,.17); }
.claim-badge { display: inline-block; color: var(--blue-bright); border: 1px solid #2f659a; border-radius: 999px; padding: 7px 12px; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.claim-card h3 { font-size: 3rem; text-transform: uppercase; margin: 24px 0; }
.claim-card ol { list-style: none; padding: 0; margin: 0 0 28px; }
.claim-card li { display: flex; gap: 14px; align-items: center; border-top: 1px solid #26394b; padding: 14px 0; }
.claim-card li > span { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; background: #17324d; color: var(--blue-bright); border-radius: 50%; font-weight: 800; }
.claim-card p { margin: 0; color: #c0cbd4; }
.button-full { width: 100%; }
.button-email { border-color: #4a6072; color: white; margin-top: 10px; }
.button-email:hover { border-color: var(--blue); }
.claim-card .opt-out { margin-top: 18px; text-align: center; font-size: .84rem; color: #8293a2; }
.claim-card .opt-out a { color: #b7d8ff; }
.parks-detail { background: #eef3f7; color: #101a23; }
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.split-layout h2, .process-panel h2, .optout-section h2 { font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; letter-spacing: -.025em; margin-bottom: 18px; }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 35px; }
.control-grid div { background: white; border: 1px solid #d1dce5; border-radius: 16px; padding: 22px; }
.control-grid strong, .control-grid span { display: block; }
.control-grid strong { color: #0c58a6; margin-bottom: 7px; }
.control-grid span { color: #536675; font-size: .9rem; }
.process-panel { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.process-panel p { max-width: 800px; color: var(--muted); }
.optout-section { padding: 85px 0; background: #dfe9f1; color: #101a23; }
.optout-section p { color: #4d6070; }

.pricing-section { background: #081018; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: #0d1721; border: 1px solid #293b4c; border-radius: var(--radius); padding: 34px; }
.price-card.popular { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 20px 60px rgba(26,105,190,.14); }
.price-card.elite { background: linear-gradient(145deg, #151225, #0d1721 60%); }
.popular-ribbon { position: absolute; right: 22px; top: 22px; border-radius: 999px; background: var(--blue); padding: 6px 10px; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.plan-label { font-family: "Barlow Condensed"; text-transform: uppercase; color: var(--blue-bright); letter-spacing: .1em; font-size: 1.2rem; font-weight: 800; }
.price { font-family: "Barlow Condensed"; font-weight: 800; font-size: 4.6rem; line-height: 1; margin: 24px 0 16px; }
.price.range { font-size: 3.5rem; }
.price > span { font-size: 1.6rem; vertical-align: top; color: var(--blue-bright); }
.price small { font: 600 .82rem Inter; color: var(--muted); margin-left: 5px; }
.annual-price { margin: -8px 0 18px; color: var(--muted); font-size: .9rem; }
.annual-price strong { color: var(--white); font-size: 1rem; }
.price-card > p { color: var(--muted); min-height: 78px; }
.price-card ul { flex: 1; list-style: none; padding: 0; margin: 18px 0 30px; }
.price-card li { border-top: 1px solid #253746; padding: 12px 0; font-size: .92rem; }
.price-card li::before { content: "✓"; color: var(--blue-bright); margin-right: 9px; }
.park-price-note { margin-top: 22px; border: 1px solid #2e4f6b; border-radius: 16px; background: #0d1b28; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.park-price-note strong, .park-price-note span { display: block; }
.park-price-note strong { font-size: 1.1rem; }
.park-price-note div span { color: var(--muted); margin-top: 4px; }
.free-pill { white-space: nowrap; background: rgba(76,217,100,.12); border: 1px solid rgba(76,217,100,.45); color: #75ef88; padding: 9px 14px; border-radius: 999px; font-weight: 800; }
.pricing-disclaimer { max-width: 920px; margin: 22px auto 0; color: #718393; font-size: .8rem; text-align: center; }
.store-hero .button { margin-top: 22px; }
.store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.store-card { position: relative; min-height: 380px; padding: 45px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(145deg, #111c27, #080e14); border: 1px solid #2a3d50; border-radius: 30px; }
.store-card::before { content: ""; position: absolute; width: 300px; height: 300px; top: -175px; right: -120px; border-radius: 50%; background: rgba(47,135,238,.16); box-shadow: 0 0 0 55px rgba(47,135,238,.04); }
.store-icon { position: absolute; top: 42px; left: 44px; width: 75px; height: 75px; display: grid; place-items: center; border-radius: 20px; background: white; color: #05080c; font-size: 2.4rem; box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.play-icon { color: var(--blue); }
.store-status { align-self: flex-start; margin-bottom: 18px; padding: 6px 11px; border: 1px solid #356ca1; border-radius: 999px; color: var(--blue-bright); text-transform: uppercase; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.store-card p { margin: 0; color: #a8b6c2; font-size: .84rem; }
.store-card h2 { margin: 4px 0 10px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.device-copy { color: #728494; }
.web-now { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid #2e4f6b; border-radius: 18px; background: #0d1b28; padding: 25px 28px; }
.web-now strong { margin-left: 10px; }
.web-now p { margin: 5px 0 0 21px; color: var(--muted); }
.live-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(76,217,100,.1); }
.store-faq { padding: 95px 0; background: #eef3f7; color: #101a23; }
.store-faq h2 { font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; }
.store-faq p { color: #536675; }
.launch-note { padding: 32px; border-radius: 22px; background: white; border: 1px solid #d1dce5; box-shadow: 0 25px 60px rgba(17,38,55,.1); }
.launch-note strong { color: #0c58a6; font-size: 1.1rem; }

.safety-section { background: #f2f5f7; color: #111820; padding: 85px 0; }
.safety-grid { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: center; }
.safety-mark { width: 200px; aspect-ratio: 1; display: grid; place-items: center; border: 14px solid #d82f38; border-radius: 50%; color: #d82f38; font: 800 4.6rem/1 "Barlow Condensed"; box-shadow: inset 0 0 0 5px #f2f5f7, inset 0 0 0 8px #d82f38; }
.eyebrow.danger { color: #b71f28; }
.safety-section h2 { margin-bottom: 18px; }
.safety-section p { color: #465563; }
.safety-section p strong { color: #a01720; }
.safety-hero { background: radial-gradient(circle at 82% 28%, rgba(255,59,68,.15), transparent 31%), linear-gradient(145deg, #05080c, #151014); }
.safety-page { background: #f2f5f7; color: #111820; }
.safety-page h2 { font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; }
.safety-page p { color: #465563; }
.safety-page p strong { color: #a01720; }

.faq-section { background: #070c12; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 85px; }
.accordion details { border-top: 1px solid #293a49; }
.accordion details:last-child { border-bottom: 1px solid #293a49; }
.accordion summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; font-weight: 800; font-size: 1.05rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue-bright); font-size: 1.4rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); }

.cta-section { padding: 70px 0; background: linear-gradient(110deg, #0b63bd, #3089e9); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.cta-section .eyebrow { color: white; opacity: .85; }
.cta-section h2 { font-size: clamp(2.8rem, 5vw, 5rem); max-width: 750px; margin-bottom: 12px; }
.cta-section p { margin: 0; color: #e1effd; }
.cta-actions { min-width: 260px; display: grid; gap: 10px; }
.button-white { background: white; color: #07498e; }
.button-ghost { border-color: rgba(255,255,255,.6); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { min-height: 390px; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #2a3e51; border-radius: 28px; background: linear-gradient(145deg, rgba(47,135,238,.15), #0d1721 55%); }
.contact-card.park-contact { background: linear-gradient(145deg, rgba(76,217,100,.1), #0d1721 55%); }
.contact-label { color: var(--blue-bright); text-transform: uppercase; letter-spacing: .11em; font-size: .74rem; font-weight: 800; }
.contact-card h2 { margin: auto 0 18px; font-size: clamp(3rem, 5vw, 4.8rem); text-transform: uppercase; }
.contact-card p { color: var(--muted); max-width: 540px; }
.contact-card .button { margin-top: 20px; }
.contact-note { padding: 30px 0; background: #a51f27; }
.contact-note .container { display: flex; gap: 24px; align-items: center; }
.contact-note strong { white-space: nowrap; font-size: 1.1rem; }
.contact-note span { color: #ffe9eb; }

.site-footer { padding: 65px 0 28px; background: #04070a; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 45px; }
.footer-brand p { color: var(--muted); }
.footer-grid h3 { font: 800 1rem Inter; margin: 0 0 15px; }
.footer-grid > div:not(.footer-brand) a { display: block; color: #91a1af; text-decoration: none; margin: 8px 0; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid #1d2a35; margin-top: 45px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #617180; font-size: .78rem; }
.footer-bottom a { color: #8aa4ba; text-decoration: none; }
.standard-page { min-height: 60vh; padding: 100px 0; background: #eef3f7; color: #13202b; }
.standard-wrap { max-width: 880px; }
.standard-page h1 { font: 800 clamp(3.5rem, 7vw, 6rem)/1 "Barlow Condensed"; text-transform: uppercase; }
.page-content { color: #455969; }

.legal-page { background: #eef3f7; color: #13202b; }
.legal-page.legal-main { padding: 70px 0 100px; }
.legal-page .legal-wrap { max-width: 860px; }
.legal-page h1 { font: 800 clamp(3.5rem, 7vw, 6rem)/1 "Barlow Condensed"; text-transform: uppercase; margin: 0 0 12px; }
.legal-page h2 { font: 800 2rem/1.1 "Barlow Condensed"; text-transform: uppercase; margin: 42px 0 12px; }
.legal-page p, .legal-page li { color: #455969; }
.legal-page a { color: #0e62b9; }
.legal-page .updated { color: #6a7d8c; }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: fixed; inset: 78px 0 0; background: #070c12; padding: 36px 20px; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 1.2rem; padding: 10px; }
  .site-nav .nav-cta { text-align: center; margin-top: 10px; }
  .hero-grid, .parks-grid, .faq-grid, .split-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .release-note { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { max-width: 580px; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card.featured { grid-row: auto; min-height: 360px; }
  .feature-card.featured .feature-icon { margin-top: 0; }
  .showcase-card { grid-template-columns: 1fr; }
  .showcase-image { min-height: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-card { min-height: 250px; }
  .store-grid, .contact-grid { grid-template-columns: 1fr; }
  .process-panel { grid-template-columns: 1fr; }
  .price-card > p { min-height: auto; }
  .safety-grid { grid-template-columns: 160px 1fr; gap: 35px; }
  .safety-mark { width: 150px; border-width: 10px; font-size: 3.5rem; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .brand span { font-size: 1.1rem; }
  .brand img { width: 42px; height: 42px; }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; }
  .hero-grid { gap: 45px; padding: 60px 0 75px; }
  .page-hero { padding: 95px 0 80px; }
  .hero h1 { font-size: clamp(3.5rem, 20vw, 5.3rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .image-frame { padding: 10px; border-radius: 25px; }
  .image-frame img { border-radius: 18px; }
  .floating-stat { display: none; }
  .trust-grid { overflow: auto; justify-content: flex-start; white-space: nowrap; min-height: 60px; }
  .trust-grid span { font-size: .85rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card.featured { min-height: auto; }
  .feature-icon { margin-bottom: 38px; }
  .showcase-copy { padding: 38px 25px; }
  .park-benefits div { grid-template-columns: 1fr; gap: 5px; }
  .control-grid { grid-template-columns: 1fr; }
  .claim-card { padding: 28px 22px; }
  .park-price-note { align-items: flex-start; flex-direction: column; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-mark { width: 125px; font-size: 3rem; }
  .cta-inner { flex-direction: column; align-items: stretch; }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .store-card { min-height: 340px; padding: 30px; }
  .store-icon { top: 30px; left: 30px; }
  .web-now, .contact-note .container { align-items: stretch; flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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