/*
  North Pole Console — marketing site stylesheet
  ------------------------------------------------------------------
  Hand-editable source for a plain static site (no build step).
  Loaded by index.html, privacy/index.html and terms/index.html.

  Sections below, in order:
    1. Design tokens (:root)   palette, fonts, layout width
    2. Base / resets           body background, links, headings
    3. Layout helpers          .container, .eyebrow, .flourish
    4. Header + nav
    5. Buttons
    6. Sections + hero
    7. Features grid
    8. Screenshot showcase
    9. Benefits
    10. Waitlist form
    11. Footer
    12. Legal pages
    13. Snow / decorative effects + keyframes
    14. Responsive breakpoints (920px, 640px)

  Palette note: the app has a backstage "prep" green, but the site uses
  the warm Show-mode gold/oxblood palette throughout.
*/

:root {
  --bg-top: #181009;
  --bg-mid: #0d0908;
  --bg-bottom: #1c0705;
  --near-black: #080504;
  --red-velvet: #601016;
  --red-deep: #2a0708;
  --pine: #10241e;
  --gold: #d4af37;
  --gold-light: #f6dda2;
  --gold-deep: #9c7a2e;
  --gold-border: #c9a24b;
  --gold-soft: rgba(212, 175, 55, .32);
  --cream: #f1e2c1;
  --text-muted: #d2b995;
  --text-faint: rgba(241, 226, 193, .62);
  --font-title: "Cinzel", Georgia, serif;
  --font-body: "EB Garamond", Georgia, serif;
  --font-script: "Great Vibes", cursive;
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--cream);
  background:
    radial-gradient(70% 46% at 74% 12%, rgba(153, 31, 32, .34), transparent 66%),
    radial-gradient(56% 36% at 18% 6%, rgba(212, 175, 55, .18), transparent 66%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 43%, var(--bg-bottom) 100%);
  background-color: var(--bg-mid);
  background-attachment: fixed;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(246, 221, 162, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 221, 162, .025) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

a { color: var(--gold-light); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 {
  font-family: var(--font-title);
  color: var(--gold-light);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .76rem;
}
.flourish { display: block; height: 18px; width: auto; margin: 14px auto 0; opacity: .95; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(8, 5, 4, .93), rgba(8, 5, 4, .58));
  border-bottom: 1px solid rgba(201, 162, 75, .2);
}
.site-header .bar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--gold-border); box-shadow: 0 0 24px rgba(212, 175, 55, .18); }
.brand .name { font-family: var(--font-title); font-weight: 700; color: var(--gold-light); letter-spacing: .1em; font-size: .98rem; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--cream); font-size: .98rem; }
.nav a:hover { color: var(--gold-light); text-decoration: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  font-family: var(--font-title);
  font-weight: 700;
  letter-spacing: .06em;
  font-size: .86rem;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-gold { background: linear-gradient(180deg, #f4d88f, #c79a2b); color: #1a0d02; box-shadow: 0 14px 36px rgba(0, 0, 0, .32); }
.btn-ghost { background: rgba(8, 5, 4, .58); color: var(--gold-light); border-color: rgba(201, 162, 75, .54); }

section { padding: 86px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: .045em; margin-top: 10px; }
.section-head p:not(.eyebrow) { color: var(--text-muted); margin: 16px auto 0; max-width: 34em; }

/* overflow: hidden clips the decorative hero-device glow (which extends
   beyond the phone via negative insets) so it cannot cause horizontal
   page scroll on narrow screens. */
.hero { padding: 76px 0 54px; min-height: calc(100vh - 68px); display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.7rem, 7vw, 5.35rem); letter-spacing: .055em; margin-top: 16px; text-shadow: 0 0 38px rgba(212, 175, 55, .26), 0 2px 1px rgba(0, 0, 0, .45); }
.tagline { font-size: clamp(1.22rem, 2.5vw, 1.75rem); color: var(--cream); margin: 22px 0 0; max-width: 29em; }
.script-accent { font-family: var(--font-script); color: var(--gold-light); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1; margin: 10px 0 0; text-shadow: 0 0 22px rgba(212, 175, 55, .35); }
.sub { color: var(--text-muted); margin: 16px 0 0; max-width: 32em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.free-note { margin: 16px 0 0; color: var(--text-faint); font-size: .96rem; }

.hero-device { position: relative; justify-self: center; width: min(100%, 420px); }
.hero-device:before {
  content: "";
  position: absolute;
  inset: 10% -18% 18%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, .32), rgba(111, 16, 17, .3) 38%, transparent 68%);
  filter: blur(8px);
}
.phone { width: 78%; max-width: 330px; height: auto; margin: 0 auto; border-radius: 34px; border: 1px solid var(--gold-soft); box-shadow: 0 34px 90px rgba(0, 0, 0, .7), 0 0 0 7px rgba(8, 5, 4, .68); display: block; }
.launch-card {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: min(250px, 62%);
  padding: 18px 18px 16px;
  border: 1px solid rgba(201, 162, 75, .5);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(16, 36, 30, .92), rgba(42, 7, 8, .92));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .48);
}
.launch-card span { display: block; color: var(--gold); font-family: var(--font-title); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.launch-card strong { display: block; color: var(--cream); font-family: var(--font-title); font-size: 1.05rem; margin-top: 6px; line-height: 1.25; }
.launch-card small { display: block; color: var(--text-muted); margin-top: 6px; line-height: 1.35; }

.features-section { background: linear-gradient(180deg, rgba(8, 5, 4, .12), rgba(96, 16, 22, .16)); }
.features-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.feature {
  grid-column: span 2;
  min-height: 250px;
  background: linear-gradient(160deg, rgba(96, 16, 22, .72), rgba(42, 7, 8, .78) 54%, rgba(16, 36, 30, .55));
  border: 1px solid var(--gold-soft);
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: inset 0 1px 0 rgba(246, 221, 162, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.feature-wide { grid-column: span 4; }
.feature:hover { transform: translateY(-4px); border-color: var(--gold-border); box-shadow: 0 18px 40px rgba(0, 0, 0, .45), 0 0 0 1px rgba(212, 175, 55, .15); }
.feature img { display: block; width: 70px; height: 70px; margin: 0 auto; object-fit: contain; }
.feature h3 { font-size: 1.12rem; letter-spacing: .08em; margin-top: 16px; }
.feature p { color: var(--text-muted); margin: 10px 0 0; font-size: 1rem; }

.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.shot { text-align: center; margin: 0; }
.shot-lift { margin-top: -28px; }
.shot img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--gold-soft); box-shadow: 0 22px 60px rgba(0, 0, 0, .58); }
.cap { display: block; margin-top: 14px; color: var(--text-muted); font-size: .98rem; }

.benefits { background: rgba(8, 5, 4, .34); border-top: 1px solid rgba(201, 162, 75, .12); border-bottom: 1px solid rgba(201, 162, 75, .12); }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.benefits h2 { font-size: clamp(2rem, 4.6vw, 3rem); letter-spacing: .045em; margin-top: 12px; }
.benefits p { color: var(--text-muted); max-width: 31em; }
.value-list { margin: 0; list-style: none; padding: 0; }
.value-list li { display: flex; gap: 14px; align-items: flex-start; padding: 17px 0; border-bottom: 1px solid rgba(201, 162, 75, .16); font-size: 1.08rem; }
.value-list li:last-child { border-bottom: none; }
.mark { color: var(--gold); font-size: 1.1rem; line-height: 1.5; animation: twinkle 3.6s ease-in-out infinite; }
.value-list li:nth-child(2) .mark { animation-delay: .9s; }
.value-list li:nth-child(3) .mark { animation-delay: 1.8s; }
.value-list li:nth-child(4) .mark { animation-delay: 2.7s; }

.waitlist-grid {
  display: grid;
  grid-template-columns: .9fr minmax(320px, 480px);
  gap: 52px;
  align-items: center;
}
.waitlist-copy h2 { font-size: clamp(2rem, 4.6vw, 3rem); letter-spacing: .045em; margin-top: 12px; }
.waitlist-copy p:not(.eyebrow) { color: var(--text-muted); max-width: 32em; }
.waitlist-form {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--gold-border);
  background: linear-gradient(155deg, rgba(246, 221, 162, .1), rgba(96, 16, 22, .38) 28%, rgba(8, 5, 4, .72));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
}
.waitlist-form label { display: block; color: var(--gold-light); font-family: var(--font-title); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.waitlist-form input, .waitlist-form select {
  width: 100%;
  min-height: 50px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 75, .42);
  background: rgba(8, 5, 4, .68);
  color: var(--cream);
  font: 1rem var(--font-body);
}
.waitlist-form input:focus, .waitlist-form select:focus { outline: 2px solid rgba(246, 221, 162, .34); border-color: var(--gold-light); }
.waitlist-form button { width: 100%; margin-top: 4px; }
.form-note { margin: 13px 0 0; color: var(--text-faint); font-size: .92rem; text-align: center; }
.hidden-field { display: none; }

.site-footer { border-top: 1px solid rgba(201, 162, 75, .18); padding: 40px 0; background: rgba(8, 5, 4, .72); }
.site-footer .row { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.site-footer .brand .name { font-size: .95rem; }
.links { display: flex; gap: 22px; flex-wrap: wrap; }
.links a { color: var(--text-muted); font-size: .95rem; }
.copyright { color: var(--text-faint); font-size: .85rem; margin-top: 18px; }

.legal { padding: 60px 0 80px; }
.legal .wrap { max-width: 760px; margin: 0 auto; }
.legal h1 { text-align: center; font-size: clamp(2rem, 5vw, 2.6rem); letter-spacing: .06em; }
.legal h2 { font-family: var(--font-title); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-size: .95rem; margin: 40px 0 12px; }
.legal p { color: var(--cream); margin: 0 0 16px; }
.legal .updated, .legal .note { text-align: center; color: var(--text-faint); font-size: .9rem; margin-top: 8px; }
.legal .note { font-style: italic; margin-top: 36px; }

.snow, .snow:before, .snow:after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; }
.snow {
  background-image:
    radial-gradient(2.2px 2.2px at 20% 18%, rgba(255,255,255,.85), transparent),
    radial-gradient(1.8px 1.8px at 68% 42%, rgba(255,255,255,.7), transparent),
    radial-gradient(2px 2px at 85% 72%, rgba(241,217,140,.6), transparent),
    radial-gradient(1.6px 1.6px at 42% 88%, rgba(255,255,255,.7), transparent);
  background-size: 240px 240px;
  opacity: .66;
  animation: snowfall 16s linear infinite;
}
.snow:before {
  background-image:
    radial-gradient(1.6px 1.6px at 12% 30%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.4px 1.4px at 55% 60%, rgba(255,255,255,.6), transparent),
    radial-gradient(1.8px 1.8px at 78% 20%, rgba(255,255,255,.65), transparent);
  background-size: 180px 180px;
  opacity: .55;
  animation: snowfall 26s linear infinite;
}
.snow:after {
  background-image:
    radial-gradient(3px 3px at 30% 50%, rgba(255,255,255,.55), transparent),
    radial-gradient(2.6px 2.6px at 82% 80%, rgba(241,217,140,.5), transparent);
  background-size: 320px 320px;
  opacity: .45;
  animation: snowfall 40s linear infinite;
}

@keyframes snowfall { 0% { background-position: 0 0; } to { background-position: 0 320px; } }
@keyframes twinkle {
  0%, to { opacity: .55; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.12); text-shadow: 0 0 10px rgba(212,175,55,.6); }
}

@media (prefers-reduced-motion: reduce) {
  .snow, .snow:before, .snow:after, .mark { animation: none; }
  * { scroll-behavior: auto; }
}

@media (max-width: 920px) {
  .hero { min-height: 0; }
  .hero-grid, .benefits-grid, .waitlist-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-actions { justify-content: center; }
  .sub, .tagline, .benefits p, .waitlist-copy p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .feature, .feature-wide { grid-column: span 3; }
  .shots { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
  .shot-lift { margin-top: 0; }
  .value-list { text-align: left; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .container { padding: 0 18px; }
  .nav { display: none; }
  section { padding: 62px 0; }
  .hero { padding-top: 54px; }
  .hero-grid { gap: 40px; }
  .hero-actions .btn { width: 100%; }
  .features-grid { grid-template-columns: 1fr; }
  .feature, .feature-wide { grid-column: span 1; min-height: 0; }
  .launch-card { position: relative; width: 100%; right: auto; bottom: auto; margin-top: 18px; }
  .phone { width: 88%; }
  .waitlist-form { padding: 22px; }
}

/* ============================================================
   15. Guide page (/guide)
   ============================================================ */

/* Intro: heading, lead, and the two-mode summary cards */
.guide-intro { padding: 44px 0 8px; }
.guide-hero { text-align: center; max-width: 760px; margin: 0 auto; }
.guide-hero h1 { font-size: clamp(2.1rem, 5vw, 3.1rem); letter-spacing: .05em; margin-top: 10px; }
.guide-lead { color: var(--text-muted); font-size: 1.12rem; font-style: italic; margin: 18px auto 0; max-width: 40em; }

.modes { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 900px; margin: 44px auto 0; }
.mode-card { border: 1px solid var(--gold-soft); border-radius: 16px; padding: 26px 24px; text-align: center; }
.mode-card.backstage { border-color: rgba(63, 174, 122, .42); background: linear-gradient(160deg, rgba(16, 36, 30, .62), rgba(8, 5, 4, .5)); }
.mode-card.show { border-color: var(--gold-border); background: linear-gradient(160deg, rgba(96, 16, 22, .5), rgba(8, 5, 4, .5)); }
.mode-card img { width: 148px; height: auto; margin: 0 auto 18px; display: block; border-radius: 20px; border: 1px solid var(--gold-soft); box-shadow: 0 18px 44px rgba(0, 0, 0, .55); }
.mode-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-title); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.mode-badge:before { content: ""; width: 9px; height: 9px; border-radius: 50%; }
.mode-card.backstage .mode-badge { color: #8fd6b0; }
.mode-card.backstage .mode-badge:before { background: #3fae7a; box-shadow: 0 0 10px rgba(63, 174, 122, .7); }
.mode-card.show .mode-badge { color: var(--gold-light); }
.mode-card.show .mode-badge:before { background: #d65b52; box-shadow: 0 0 10px rgba(214, 91, 82, .7); }
.mode-card h3 { margin-top: 10px; font-size: 1.18rem; letter-spacing: .06em; }
.mode-card p { color: var(--text-muted); margin: 10px 0 0; font-size: .98rem; }

/* Body: sticky table of contents + article */
.guide-body { padding: 24px 0 84px; }
.guide-layout { display: grid; grid-template-columns: 236px minmax(0, 744px); gap: 56px; justify-content: center; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; align-items: start; }

.guide-toc { position: sticky; top: 88px; align-self: start; }
.guide-toc .toc-title { font-family: var(--font-title); font-weight: 600; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--gold); margin: 0 0 12px 10px; }
.guide-toc ol { list-style: none; margin: 0; padding: 0; }
.guide-toc a { display: block; color: var(--text-muted); font-size: .92rem; line-height: 1.3; padding: 6px 10px; border-left: 2px solid transparent; border-radius: 0 6px 6px 0; }
.guide-toc a:hover { color: var(--gold-light); text-decoration: none; background: rgba(212, 175, 55, .06); }
.guide-toc a.toc-active { color: var(--gold-light); border-left-color: var(--gold); background: rgba(212, 175, 55, .09); }
.guide-toc .toc-part { font-family: var(--font-title); font-weight: 600; color: var(--gold); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; margin: 16px 0 4px; padding: 0 10px; }
.guide-toc .toc-sub a { padding-left: 22px; font-size: .89rem; }

/* Mobile "on this page" disclosure (hidden on desktop) */
.guide-toc-mobile { display: none; }

.guide-content { min-width: 0; }
.guide-content > section { display: flow-root; scroll-margin-top: 84px; padding: 8px 0; }
.guide-content h2 { font-family: var(--font-title); color: var(--gold-light); font-size: 1.5rem; letter-spacing: .03em; margin: 6px 0 14px; }
.guide-content h3 { font-family: var(--font-title); color: var(--cream); font-weight: 600; font-size: 1.08rem; letter-spacing: .02em; margin: 22px 0 8px; }
.guide-content p { color: var(--cream); margin: 0 0 15px; }
.guide-content ul, .guide-content ol { color: var(--cream); margin: 0 0 16px; padding-left: 1.3em; }
.guide-content li { margin-bottom: 8px; }
.guide-content li::marker { color: var(--gold); }
.guide-content strong { color: var(--gold-light); font-weight: 600; }

/* Part dividers */
.guide-part { text-align: center; scroll-margin-top: 84px; margin: 40px 0 10px; padding-top: 18px; border-top: 1px solid rgba(201, 162, 75, .18); }
.guide-part span { display: block; font-family: var(--font-title); font-weight: 600; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; font-size: .74rem; }
.guide-part h2 { font-family: var(--font-title); color: var(--gold-light); font-size: clamp(1.6rem, 3.4vw, 2.1rem); letter-spacing: .05em; margin-top: 6px; }

/* Framed screenshots (float beside text on wide screens) */
.guide-figure { float: right; width: 258px; margin: 4px 0 22px 32px; }
.guide-figure img { display: block; width: 100%; height: auto; border-radius: 24px; border: 1px solid var(--gold-soft); box-shadow: 0 20px 52px rgba(0, 0, 0, .58); background: var(--near-black); }
.guide-figure.doc img { border-radius: 8px; }
.guide-figure figcaption { margin-top: 10px; color: var(--text-faint); font-size: .84rem; font-style: italic; text-align: center; }

/* Inline mode tags */
.mode-tag { display: inline-block; font-family: var(--font-title); font-weight: 600; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; border: 1px solid; vertical-align: middle; white-space: nowrap; }
.mode-tag.backstage { color: #8fd6b0; border-color: rgba(63, 174, 122, .5); background: rgba(16, 36, 30, .5); }
.mode-tag.show { color: var(--gold-light); border-color: var(--gold-border); background: rgba(96, 16, 22, .4); }

/* Tip callouts */
.callout { border: 1px solid var(--gold-border); border-left-width: 3px; border-radius: 10px; background: linear-gradient(150deg, rgba(246, 221, 162, .07), rgba(8, 5, 4, .4)); padding: 16px 18px; margin: 0 0 18px; }
.callout .callout-label { display: block; font-family: var(--font-title); font-weight: 600; color: var(--gold); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 6px; }
.callout p:last-child { margin-bottom: 0; }

/* Checklist */
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { position: relative; padding: 11px 0 11px 32px; border-bottom: 1px solid rgba(201, 162, 75, .14); color: var(--cream); }
.checklist li:last-child { border-bottom: none; }
.checklist li:before { content: "✦"; position: absolute; left: 4px; top: 11px; color: var(--gold); }

/* Troubleshooting accordions */
details.faq-item { border-bottom: 1px solid rgba(201, 162, 75, .16); }
details.faq-item summary { cursor: pointer; list-style: none; position: relative; padding: 15px 34px 15px 0; font-family: var(--font-title); font-weight: 600; color: var(--gold-light); font-size: 1rem; letter-spacing: .02em; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary:after { content: "+"; position: absolute; right: 6px; top: 13px; color: var(--gold); font-size: 1.3rem; line-height: 1; }
details.faq-item[open] summary:after { content: "\2212"; }
details.faq-item .faq-body { padding: 0 0 16px; }
details.faq-item .faq-body p { margin: 0; color: var(--cream); }

/* Need help block */
.guide-help { text-align: center; max-width: 620px; margin: 44px auto 0; padding: 32px 30px; border: 1px solid var(--gold-border); border-radius: 16px; background: linear-gradient(155deg, rgba(246, 221, 162, .09), rgba(96, 16, 22, .3) 30%, rgba(8, 5, 4, .6)); }
.guide-help h2 { font-size: 1.5rem; letter-spacing: .04em; }
.guide-help p { color: var(--text-muted); margin: 12px 0 0; }
.guide-help .signoff { font-family: var(--font-script); color: var(--gold-light); font-size: 1.7rem; margin-top: 16px; }

@media (max-width: 900px) {
  .guide-layout { grid-template-columns: 1fr; gap: 0; max-width: 760px; }
  .guide-toc { display: none; }
  .guide-toc-mobile { display: block; margin: 0 0 28px; border: 1px solid var(--gold-soft); border-radius: 12px; background: rgba(8, 5, 4, .4); overflow: hidden; }
  .guide-toc-mobile > summary { cursor: pointer; list-style: none; padding: 15px 18px; font-family: var(--font-title); font-weight: 600; color: var(--gold-light); letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; }
  .guide-toc-mobile > summary::-webkit-details-marker { display: none; }
  .guide-toc-mobile[open] > summary { border-bottom: 1px solid rgba(201, 162, 75, .18); }
  .guide-toc-mobile .toc-title { display: none; }
  .guide-toc-mobile ol { padding: 8px 12px 14px; }
  .modes { grid-template-columns: 1fr; max-width: 420px; }
}

@media (max-width: 560px) {
  .guide-figure { float: none; width: min(80%, 280px); margin: 10px auto 22px; }
  .guide-figure.doc { width: min(92%, 340px); }
}

/* ============================================================
   16. Post-launch download elements
   ============================================================ */

/* The hero status card is a link to the App Store listing. */
a.launch-card { display: block; }
a.launch-card:hover { text-decoration: none; border-color: var(--gold-border); box-shadow: 0 22px 48px rgba(0, 0, 0, .48), 0 0 0 1px rgba(212, 175, 55, .18); }

/* Download panel (replaces the pre-launch waitlist form). */
.download-panel { text-align: center; }
.download-panel .app-badge { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 20px; }
.download-panel .app-badge img { width: 76px; height: 76px; border-radius: 18px; border: 1px solid var(--gold-border); box-shadow: 0 0 30px rgba(212, 175, 55, .25); }
.download-panel .app-badge .t { text-align: left; }
.download-panel .app-badge .t strong { display: block; font-family: var(--font-title); font-weight: 700; color: var(--gold-light); font-size: 1.05rem; letter-spacing: .06em; }
.download-panel .app-badge .t span { color: var(--text-muted); font-size: .92rem; }
.download-panel .btn { width: 100%; }

/* Android interest capture inside the download panel. */
.android-callout { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(201, 162, 75, .22); text-align: left; }
.android-callout .android-note { color: var(--text-muted); font-size: .95rem; margin: 0 0 12px; }
.android-callout .android-note strong { color: var(--gold-light); }
.android-row { display: flex; gap: 10px; }
.android-row input { flex: 1; margin: 0; }
.android-row .btn { flex: none; width: auto; padding: 12px 20px; }

@media (max-width: 640px) {
  .android-row { flex-direction: column; }
  .android-row .btn { width: 100%; }
}
