:root {
  --ink: #f8f6f0;
  --muted: #aab4c3;
  --subtle: #718095;
  --gold: #f4b638;
  --gold-light: #ffd976;
  --navy: #06101d;
  --navy-deep: #030914;
  --panel: rgba(16, 30, 49, .74);
  --line: rgba(139, 160, 191, .18);
  --max: 1180px;
  color: var(--ink);
  background: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--navy); }
body::before { position: fixed; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 70% 0%, #142943 0, transparent 35rem), linear-gradient(135deg, var(--navy-deep), var(--navy)); }
a { color: inherit; text-decoration: none; }

.page-shell { overflow: hidden; }
.site-header, .hero, .trust-strip, .intro-section, .feature-grid, .download-section, .site-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; letter-spacing: -.06em; font-size: 20px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; box-shadow: 0 0 22px rgba(244, 182, 56, .13); }
.brand > span > span { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 13px; }
.site-nav a { transition: color .2s ease, background .2s ease, border-color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--gold-light); }
.nav-button { display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(244, 182, 56, .55); border-radius: 999px; padding: 10px 15px; color: var(--gold-light); }
.nav-button:hover { border-color: var(--gold); background: rgba(244, 182, 56, .1); }

.hero { display: grid; min-height: 615px; grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr); align-items: center; gap: 48px; padding: 78px 0 74px; }
.hero-copy { position: relative; z-index: 1; max-width: 555px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--gold); box-shadow: 0 0 13px var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; }
h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(47px, 6.8vw, 82px); font-weight: 700; line-height: .99; }
h1 em, h2 em { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 490px; margin-bottom: 28px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid transparent; border-radius: 8px; padding: 0 17px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #101820; box-shadow: 0 10px 30px rgba(244, 182, 56, .17); }
.button-primary:hover { background: var(--gold-light); }
.button-quiet { border-color: var(--line); color: var(--ink); }
.button-quiet:hover { border-color: rgba(244, 182, 56, .6); background: rgba(244, 182, 56, .08); }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; color: var(--subtle); font-size: 11px; }
.status-dot, .available-tag span { width: 7px; height: 7px; border-radius: 50%; background: #53d27a; box-shadow: 0 0 10px rgba(83, 210, 122, .8); }

.hero-visual { position: relative; min-height: 450px; }
.visual-glow { position: absolute; inset: 11% 8% 9% 12%; border-radius: 50%; background: radial-gradient(circle, rgba(244, 182, 56, .25) 0, rgba(244, 182, 56, .07) 35%, transparent 70%); filter: blur(18px); }
.visual-card { position: absolute; top: 0; right: 1%; width: min(100%, 480px); padding: 13px; border: 1px solid rgba(188, 206, 231, .22); border-radius: 20px; background: linear-gradient(145deg, rgba(20, 39, 62, .9), rgba(5, 14, 26, .88)); box-shadow: 0 30px 80px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(255, 255, 255, .03); transform: rotate(3deg); }
.visual-card img { display: block; width: 100%; aspect-ratio: 1122 / 1402; border-radius: 12px; object-fit: cover; object-position: center; }
.visual-card-footer { display: flex; justify-content: space-between; gap: 12px; padding: 14px 5px 2px; color: var(--subtle); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.visual-card-footer strong { color: var(--gold-light); font-weight: 700; }
.floating-chip { position: absolute; z-index: 2; display: flex; min-width: 168px; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 12px; padding: 11px 13px; background: rgba(14, 30, 49, .86); box-shadow: 0 18px 35px rgba(0, 0, 0, .25); backdrop-filter: blur(16px); }
.chip-top { top: 31%; left: -6%; }
.chip-bottom { right: -6%; bottom: 8%; }
.chip-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: rgba(244, 182, 56, .15); color: var(--gold-light); font-size: 14px; }
.play-icon { color: #75b8ff; background: rgba(74, 144, 226, .17); font-size: 11px; }
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { margin-bottom: 2px; font-size: 11px; }
.floating-chip small { color: var(--muted); font-size: 10px; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; padding: 19px 20px; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.strip-number { grid-row: 1 / span 2; align-self: center; color: var(--gold); font: 400 18px Georgia, serif; }
.trust-strip strong { font-size: 12px; }
.trust-strip > div > span:last-child { color: var(--subtle); font-size: 10px; line-height: 1.45; }

.intro-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 125px 0 58px; }
h2 { margin-bottom: 18px; font-size: clamp(35px, 4vw, 54px); font-weight: 700; line-height: 1.02; }
.section-copy { max-width: 500px; padding-top: 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.section-copy p + p { color: var(--subtle); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 124px; }
.feature-card { position: relative; min-height: 270px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; padding: 23px; background: linear-gradient(145deg, rgba(16, 31, 50, .78), rgba(6, 16, 29, .82)); }
.feature-card::after { position: absolute; top: -80px; right: -70px; width: 220px; height: 220px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(74, 144, 226, .13), transparent 68%); }
.feature-highlight { border-color: rgba(244, 182, 56, .5); background: linear-gradient(145deg, rgba(45, 43, 34, .76), rgba(11, 24, 40, .9)); }
.feature-highlight::after { background: radial-gradient(circle, rgba(244, 182, 56, .17), transparent 68%); }
.feature-icon { display: grid; width: 38px; height: 38px; margin-bottom: 34px; place-items: center; border: 1px solid rgba(244, 182, 56, .48); border-radius: 10px; color: var(--gold-light); font-size: 17px; }
.feature-card .eyebrow { margin-bottom: 9px; color: var(--subtle); font-size: 9px; letter-spacing: .13em; }
.feature-card h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: 21px; }
.feature-card > p:last-of-type { position: relative; z-index: 1; max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.feature-line { position: absolute; bottom: 22px; left: 23px; width: 32px; height: 2px; background: var(--gold); }

.download-section { display: grid; grid-template-columns: 1fr .78fr .68fr; align-items: center; gap: 20px; margin-bottom: 86px; border: 1px solid rgba(244, 182, 56, .48); border-radius: 18px; padding: 42px; background: radial-gradient(circle at 90% 0%, rgba(244, 182, 56, .14), transparent 20rem), linear-gradient(135deg, rgba(28, 40, 49, .94), rgba(10, 25, 42, .95)); box-shadow: 0 25px 80px rgba(0, 0, 0, .28); }
.download-copy h2 { margin-bottom: 13px; font-size: clamp(32px, 3.6vw, 47px); }
.download-copy > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.download-card { border: 1px solid rgba(255, 255, 255, .15); border-radius: 12px; padding: 19px; background: rgba(5, 14, 25, .55); }
.download-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 25px; }
.platform-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: rgba(83, 210, 122, .15); color: #6ee693; font-size: 19px; }
.available-tag { display: inline-flex; align-items: center; gap: 6px; color: #8be5a4; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.download-card h3 { margin-bottom: 4px; font-size: 17px; }
.download-card p { margin-bottom: 18px; color: var(--subtle); font-size: 11px; }
.button-light { width: 100%; min-height: 43px; background: var(--ink); color: #0a1624; }
.button-light:hover { background: var(--gold-light); }
.download-card small { display: block; margin-top: 10px; color: var(--subtle); font-size: 9px; text-align: center; }
.app-link { display: block; margin-top: 12px; color: var(--gold-light); font-size: 10px; text-align: center; }
.app-link:hover { color: var(--ink); }
.next-card { display: flex; align-items: flex-start; gap: 13px; border-left: 1px solid var(--line); padding-left: 24px; }
.next-card-icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--gold); }
.next-card .eyebrow { margin-bottom: 8px; color: var(--subtle); font-size: 9px; }
.next-card h3 { margin-bottom: 7px; font-size: 16px; }
.next-card p:last-child { margin: 0; color: var(--subtle); font-size: 11px; line-height: 1.5; }

.site-footer { display: flex; align-items: center; gap: 22px; min-height: 92px; border-top: 1px solid var(--line); color: var(--subtle); font-size: 11px; }
.brand-footer { color: var(--ink); font-size: 16px; }
.brand-footer img { width: 32px; height: 32px; border-radius: 9px; }
.site-footer > p { margin: 0; }
.footer-links { display: flex; gap: 18px; margin-left: auto; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr .8fr; gap: 24px; }
  .hero-visual { min-height: 390px; }
  .chip-top { left: -4%; }
  .chip-bottom { right: -4%; }
  .intro-section { gap: 45px; }
  .download-section { grid-template-columns: 1fr 1fr; }
  .download-copy { grid-column: 1 / -1; }
  .next-card { border-left: 0; padding-left: 0; }
}

@media (max-width: 700px) {
  .site-header, .hero, .trust-strip, .intro-section, .feature-grid, .download-section, .site-footer { width: min(calc(100% - 30px), var(--max)); }
  .site-header { min-height: 72px; }
  .site-nav { gap: 15px; font-size: 11px; }
  .site-nav > a:not(.nav-button) { display: none; }
  .nav-button { padding: 9px 12px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding: 61px 0 60px; }
  h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-intro { font-size: 14px; }
  .hero-visual { min-height: 345px; margin: 3px 10px 0; }
  .visual-card { right: 6%; width: 73%; }
  .chip-top { top: 28%; left: -5%; }
  .chip-bottom { right: -5%; bottom: 8%; }
  .floating-chip { min-width: 150px; padding: 9px 10px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { padding: 15px 8px; }
  .trust-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .intro-section { display: block; padding: 92px 0 43px; }
  .section-copy { padding-top: 3px; font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; padding-bottom: 84px; }
  .feature-card { min-height: 237px; }
  .download-section { display: block; margin-bottom: 57px; padding: 27px 20px; }
  .download-card { margin-top: 25px; }
  .next-card { margin-top: 25px; padding-top: 24px; border-top: 1px solid var(--line); }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; padding: 20px 0; }
  .site-footer > p { grid-column: 1 / -1; order: 3; }
  .footer-links { grid-column: 2; grid-row: 1; }
}

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