:root {
  --bg: #001e14;
  --bg-deep: #00150e;
  --panel: #043520;
  --panel-2: #052d1d;
  --gold: #e4b63c;
  --gold-2: #f2c75d;
  --line: rgba(228,182,60,.43);
  --text: #ffffff;
  --muted: #c4d1c9;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 10px 14px; color: #00170f; background: #fff; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.topbar { height: 40px; border-bottom: 1px solid rgba(228,182,60,.55); background: #000; }
.topbar__inner { height: 100%; display: flex; align-items: center; gap: 18px; }
.play-mini { height: 100%; display: flex; align-items: center; gap: 8px; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.22); }
.play-mini span:last-child, .play-badge span:last-child { display: grid; line-height: 1; }
.play-mini small { font-size: 6px; }
.play-mini strong { margin-top: 2px; font-size: 12px; }
.play-triangle { width: 22px; height: 25px; display: block; clip-path: polygon(0 0, 100% 50%, 0 100%); background: linear-gradient(145deg,#19d575 0 35%,#21a9ff 36% 55%,#ffd236 56% 72%,#ff425d 73%); }
.topbar__copy { color: #ddd; font-size: 11px; }
.topbar__copy b { color: var(--gold-2); }
.topbar__social { margin-left: auto; display: flex; align-items: center; gap: 10px; color: #ddd; font-size: 11px; }
.topbar__social a { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.topbar__social svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar__social .fill { fill: currentColor; stroke: none; }

.main-header { height: 72px; background: rgba(0,31,21,.98); border-bottom: 1px solid rgba(255,255,255,.06); }
.main-header__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 43px; height: 43px; }
.brand b { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 38px; margin-left: auto; font-size: 14px; }
.main-nav a { color: rgba(255,255,255,.9); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-2); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; }
.button--gold { color: #082416; background: linear-gradient(135deg,#d99e22,var(--gold-2)); box-shadow: 0 7px 20px rgba(228,182,60,.15); }
.button--outline { border-color: var(--gold); color: var(--gold-2); background: rgba(0,0,0,.26); }
.button--outline span { margin-left: 16px; font-size: 25px; line-height: 0; }
.header-cta { margin-left: 18px; min-width: 145px; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: #fff; }

.hero { position: relative; min-height: 620px; overflow: hidden; background-color: #001e14; background-image: url('../img/hero-approved.webp'); background-repeat: no-repeat; background-size: auto 88%; background-position: right center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,#001a11 0%,#001a11 64%,rgba(0,26,17,.99) 67%,rgba(0,26,17,.72) 72%,rgba(0,26,17,.16) 78%,rgba(0,26,17,.02) 100%); }
.hero__inner { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; }
.hero__copy { width: 57%; padding: 46px 0 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--gold-2); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(53px,5.4vw,76px); line-height: .98; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero__lead { max-width: 470px; margin: 28px 0 0; color: #eef3ef; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.play-badge { display: flex; align-items: center; gap: 12px; min-width: 205px; height: 60px; padding: 8px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 7px; background: #050505; box-shadow: 0 10px 26px rgba(0,0,0,.32); }
.play-badge small { font-size: 9px; letter-spacing: .04em; }
.play-badge strong { margin-top: 3px; font-size: 23px; letter-spacing: -.04em; }
.hero__mobile-phone { display: none; }
.hero__mobile-phone img { width: auto; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(0,0,0,.48)); }

.feature-band { position: relative; z-index: 4; margin-top: -2px; }
.feature-grid { display: grid; grid-template-columns: repeat(6,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: linear-gradient(180deg,rgba(4,55,33,.97),rgba(2,39,25,.97)); box-shadow: 0 18px 50px rgba(0,0,0,.15); }
.feature-card { min-width: 0; padding: 23px 13px 20px; text-align: center; border-right: 1px solid rgba(228,182,60,.16); }
.feature-card:last-child { border-right: 0; }
.feature-icon { width: 57px; height: 57px; margin: 0 auto 14px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); }
.feature-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon--text { font-size: 20px; font-weight: 800; }
.feature-card h2 { margin: 0 0 8px; font-size: 14px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.section { padding: 54px 0 16px; }
.section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; margin-bottom: 30px; }
.section-heading span { height: 1px; background: linear-gradient(90deg,transparent,var(--gold)); }
.section-heading span:last-child { background: linear-gradient(90deg,var(--gold),transparent); }
.section-heading h2, .preview-heading h2 { margin: 0; font-size: 26px; letter-spacing: .02em; text-transform: uppercase; }
.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 20px; }
.step { display: grid; grid-template-columns: 83px 1fr; align-items: center; gap: 14px; }
.step-icon { position: relative; width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #fff; background: rgba(4,50,31,.85); }
.step-icon svg { width: 41px; height: 41px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.step-icon b { position: absolute; right: -5px; top: 1px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #122016; background: var(--gold); }
.step h3 { margin: 0 0 7px; font-size: 17px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.step-arrow { color: var(--gold); font-size: 31px; }

.story-section { padding-top: 64px; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; padding: 46px; border: 1px solid var(--line); border-radius: 14px; background: radial-gradient(circle at 100% 0,rgba(34,112,67,.32),transparent 44%),linear-gradient(135deg,rgba(3,55,34,.95),rgba(2,34,22,.97)); }
.story-copy h2 { max-width: 610px; margin: 0 0 20px; font-size: 38px; line-height: 1.12; letter-spacing: -.035em; }
.story-copy > p:not(.eyebrow) { margin: 0 0 15px; color: #d7e2db; font-size: 15px; line-height: 1.75; }
.story-points { display: grid; gap: 12px; }
.story-points article { padding: 18px 19px; border: 1px solid rgba(228,182,60,.25); border-radius: 10px; background: rgba(0,18,12,.28); }
.story-points strong, .story-points span { display: block; }
.story-points strong { color: var(--gold-2); font-size: 15px; }
.story-points span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.preview-section { padding-top: 66px; }
.preview-heading { margin-bottom: 24px; text-align: center; }
.preview-heading p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.preview-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.preview-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: linear-gradient(180deg,rgba(5,57,35,.97),rgba(3,41,26,.98)); }
.preview-image { height: 360px; display: flex; align-items: center; justify-content: center; padding: 14px; background: #f5f7f3; }
.preview-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.preview-image--phone img { width: auto; max-width: 100%; }
.preview-copy { min-height: 142px; padding: 20px 16px 22px; text-align: center; border-top: 1px solid rgba(228,182,60,.24); }
.preview-copy h3 { margin: 0 0 8px; font-size: 19px; }
.preview-copy p { margin: 0; color: #d0ddd5; font-size: 13px; line-height: 1.62; }

.trust-section { padding: 22px 0 30px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: rgba(2,42,26,.86); }
.trust-grid article { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 11px; min-width: 0; padding: 18px 15px; border-right: 1px solid rgba(228,182,60,.16); }
.trust-grid article:last-child { border-right: 0; }
.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.trust-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid h3 { margin: 0 0 4px; font-size: 14px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.faq-section { padding-top: 66px; padding-bottom: 66px; background: linear-gradient(180deg,rgba(0,21,14,.1),rgba(0,12,8,.35)); }
.faq-shell { max-width: 920px; }
.faq-list { border-top: 1px solid rgba(228,182,60,.28); }
.faq-item { border-bottom: 1px solid rgba(228,182,60,.28); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button b { color: var(--gold); font-size: 22px; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 20px; }
.faq-item.is-open button b { transform: rotate(45deg); }
.faq-answer a { color: var(--gold-2); text-decoration: underline; }

.download-section { padding: 0 0 64px; }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 30px; border: 1px solid var(--gold); border-radius: 11px; background: linear-gradient(110deg,rgba(4,64,38,.96),rgba(2,35,23,.96)); }
.download-brand { display: flex; align-items: center; gap: 18px; }
.download-brand img { width: 58px; height: 58px; }
.download-brand h2 { margin: 0 0 5px; font-size: 25px; }
.download-brand p { margin: 0; color: var(--muted); font-size: 14px; }
.download-brand b { color: var(--gold-2); }

.footer { border-top: 1px solid rgba(228,182,60,.5); background: #000; }
.footer__inner { min-height: 90px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand--footer { font-size: 21px; }
.brand--footer img { width: 36px; height: 36px; }
.footer-nav { display: flex; justify-content: center; gap: 26px; font-size: 11px; color: #ddd; }
.footer-meta { display: grid; justify-items: end; gap: 5px; }
.footer-meta a { color: var(--gold-2); font-size: 11px; }
.footer-meta p { margin: 0; font-size: 10px; color: #bbb; white-space: nowrap; }

/* Legal and support pages */
.legal-main { min-height: calc(100vh - 202px); padding: 68px 0 84px; background: radial-gradient(circle at 82% 0,rgba(23,100,58,.24),transparent 42%); }
.legal-card { max-width: 860px; margin: 0 auto; padding: 42px; border: 1px solid var(--line); border-radius: 15px; background: rgba(3,43,27,.88); }
.legal-card h1 { margin: 0 0 8px; font-size: 43px; letter-spacing: -.035em; }
.legal-card h2 { margin: 32px 0 9px; color: var(--gold); font-size: 22px; }
.legal-card p, .legal-card li { color: #dce5df; line-height: 1.7; }
.legal-card a { color: var(--gold-2); text-decoration: underline; }
.legal-card .updated { margin-top: 0; color: var(--muted); }
.support-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0 8px; padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: rgba(0,0,0,.18); }
.support-intro h2 { margin: 0 0 5px; color: #fff; }
.support-intro p { margin: 0; }
.support-intro .button--gold { flex: 0 0 auto; max-width: 360px; color: #082416; text-decoration: none; line-height: 1.25; text-align: center; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 24px; }
.support-box { padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: rgba(0,0,0,.18); }
.support-box h2 { margin-top: 0; }

@media (max-width: 1050px) {
  :root { --shell: 920px; }
  .main-nav { gap: 25px; }
  .hero { min-height: 560px; }
  .hero { background-size: auto 84%; }
  .hero__inner { min-height: 560px; }
  .hero__copy { width: 59%; }
  .hero h1 { font-size: 58px; }
  .preview-image { height: 310px; }
}

@media (max-width: 840px) {
  .topbar__copy { display: none; }
  .topbar__social span { display: none; }
  .main-header { height: 66px; }
  .main-header__inner { position: relative; }
  .brand { font-size: 21px; }
  .brand img { width: 38px; height: 38px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .main-nav { position: absolute; z-index: 20; top: 66px; left: -20px; right: -20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; background: #001f15; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: auto; background-image: linear-gradient(rgba(0,26,17,.48),rgba(0,26,17,.94)),url('../img/hero-mobile.png'); background-size: cover; background-position: center; }
  .hero__shade { background: linear-gradient(180deg,rgba(0,25,16,.97),rgba(0,25,16,.82) 62%,rgba(0,25,16,.96)); }
  .hero__inner { min-height: auto; display: flex; flex-direction: column; padding-top: 46px; }
  .hero__copy { width: 100%; padding: 0; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { max-width: 690px; margin-inline: auto; font-size: clamp(45px,11.6vw,72px); }
  .hero h1 span, .hero h1 em { white-space: normal; }
  .hero__lead { margin-inline: auto; font-size: 16px; }
  .hero__actions { justify-content: center; flex-wrap: wrap; }
  .hero__mobile-phone { display: flex; align-self: auto; justify-content: center; width: 100%; height: 430px; margin-top: 18px; padding-top: 0; overflow: hidden; }
  .hero__mobile-phone img { width: auto; height: 420px; max-width: 84%; object-fit: contain; transform: rotate(.7deg); filter: drop-shadow(0 24px 25px rgba(0,0,0,.48)); }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .feature-card:nth-child(3) { border-right: 0; }
  .feature-card:nth-child(-n+3) { border-bottom: 1px solid rgba(228,182,60,.16); }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
  .step-arrow { display: none; }
  .step { grid-template-columns: 75px 1fr; max-width: 610px; margin-inline: auto; }
  .story-grid { grid-template-columns: 1fr; gap: 30px; padding: 34px; }
  .preview-grid { grid-template-columns: repeat(2,1fr); }
  .preview-image { height: 400px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(228,182,60,.16); }
  .download-card { align-items: flex-start; flex-direction: column; }
  .footer__inner { grid-template-columns: 1fr; justify-items: center; padding: 24px 0; text-align: center; }
  .footer-nav { flex-wrap: wrap; gap: 14px 22px; }
  .footer-meta { justify-items: center; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px),var(--shell)); }
  .topbar { height: 38px; }
  .play-mini { padding-right: 0; border-right: 0; }
  .topbar__social { gap: 5px; }
  .hero__inner { padding-top: 34px; }
  .hero h1 { font-size: 44px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { flex-direction: column; }
  .hero__actions > * { width: min(100%,260px); }
  .play-badge { justify-content: center; }
  .hero__mobile-phone { height: 350px; }
  .hero__mobile-phone img { height: 340px; max-width: 82%; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card { border-bottom: 1px solid rgba(228,182,60,.16); }
  .feature-card:nth-child(odd) { border-right: 1px solid rgba(228,182,60,.16); }
  .feature-card:nth-child(even) { border-right: 0; }
  .feature-card:nth-last-child(-n+2) { border-bottom: 0; }
  .section-heading { gap: 14px; }
  .section-heading h2, .preview-heading h2 { font-size: 21px; }
  .step { grid-template-columns: 64px 1fr; }
  .step-icon { width: 62px; height: 62px; }
  .step-icon svg { width: 31px; height: 31px; }
  .story-grid { padding: 25px 19px; }
  .story-copy h2 { font-size: 31px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-image { height: 440px; }
  .preview-copy { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid rgba(228,182,60,.16); }
  .trust-grid article:last-child { border-bottom: 0; }
  .download-card { padding: 24px 18px; }
  .download-brand { align-items: flex-start; }
  .download-brand img { width: 50px; height: 50px; }
  .download-card .play-badge { width: 100%; }
  .legal-card { padding: 26px 18px; }
  .legal-card h1 { font-size: 34px; }
  .support-intro { align-items: flex-start; flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
}
