:root {
  --ink: #f5f1e8;
  --muted: #aaa9a6;
  --bg: #101214;
  --panel: #17191b;
  --gold: #f2c52f;
  --gold-deep: #cba01a;
  --red: #c91d32;
  --line: rgba(255, 255, 255, .1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: .7rem 1rem; background: var(--gold); color: #111; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled, .policy-header { background: rgba(16, 18, 20, .92); border-color: var(--line); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: 1.25rem; font-weight: 750; letter-spacing: -.04em; }
.brand img { border-radius: 11px; }
.brand > span > span { color: #df3445; }
.brand small { color: #777; font-size: .55em; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .88rem; font-weight: 600; }
.site-nav a { color: #d5d3ce; text-decoration: none; }
.site-nav a:hover { color: var(--gold); }
.site-nav .nav-cta { padding: .68rem 1.1rem; border: 1px solid rgba(242,197,47,.55); border-radius: 4px; color: var(--gold); }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; min-height: 860px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); padding: 135px clamp(1.2rem, 5vw, 5rem) 90px; background: radial-gradient(circle at 76% 47%, rgba(201,29,50,.12), transparent 35%), linear-gradient(125deg, #101214 35%, #151718 100%); }
.hero-glow { position: absolute; inset: 0; pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: auto 5% 4% auto; width: 9rem; height: 9rem; border: 1px solid rgba(242,197,47,.16); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; grid-column: 1; grid-row: 1; }
.eyebrow { margin: 0 0 1.4rem; color: var(--gold); font-size: .73rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; margin: 0 .65rem .2rem 0; background: var(--gold); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 { font-size: clamp(4rem, 7.3vw, 7.6rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 610px; margin: 2rem 0; color: #bbb9b3; font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 51px; padding: 0 1.4rem; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); text-decoration: none; font-size: .85rem; font-weight: 750; }
.button-primary { background: var(--gold); color: #171715; border-color: var(--gold); }
.button-primary:hover { background: #ffda4b; }
.button-ghost:hover { border-color: rgba(255,255,255,.35); }
.platform-note { margin: 1.2rem 0 0; color: #777; font-size: .75rem; }
.hero-visual { position: relative; z-index: 1; grid-column: 2; grid-row: 1; }
.visual-frame, .showcase-frame, .match-frame { overflow: hidden; padding: 8px; background: linear-gradient(145deg, #353637, #151617); border: 1px solid rgba(255,255,255,.13); border-radius: 9px; box-shadow: 0 35px 90px rgba(0,0,0,.5); }
.visual-frame { aspect-ratio: 1277 / 723; transform: perspective(1400px) rotateY(-7deg) rotateX(2deg); }
.visual-frame img, .showcase-frame img, .match-frame img { width: 100%; height: auto; border-radius: 4px; object-fit: contain; }
.visual-frame img { height: 100%; }
.metric-card { position: absolute; z-index: 3; min-width: 150px; padding: .8rem 1rem; background: rgba(22,24,25,.94); border: 1px solid rgba(242,197,47,.35); border-radius: 4px; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.metric-card strong, .metric-card span { display: block; }
.metric-card strong { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.metric-card span { color: #969490; font-size: .68rem; }
.metric-one { top: -25px; right: 10%; }
.metric-two { left: -20px; bottom: -30px; }

.trust-strip { min-height: 86px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(1rem, 3vw, 3rem); padding: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #8e8d89; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: var(--red); transform: rotate(45deg); }
.section { padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.section-heading { max-width: 790px; margin-bottom: 4rem; }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.section-heading > p:last-child, .showcase-copy > p { max-width: 620px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 330px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.feature-card:hover { background: rgba(255,255,255,.025); }
.feature-number { color: #555; font-family: var(--serif); font-size: .75rem; }
.feature-icon { margin: 3.4rem 0 2.2rem; color: var(--gold); font-size: 2rem; }
.feature-card h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.feature-card p { margin: 0; color: #8d8c88; font-size: .88rem; }

.showcase, .match-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: #151719; }
.showcase-copy p { margin: 1.6rem 0; }
.showcase-frame { margin-right: -13vw; border-radius: 8px 0 0 8px; }
.check-list { padding: 0; margin: 2rem 0 0; list-style: none; }
.check-list li { padding: .72rem 0; border-bottom: 1px solid var(--line); color: #d0cec8; font-size: .85rem; }
.check-list li::before { content: "✓"; margin-right: .8rem; color: var(--gold); }
.match-section { grid-template-columns: 1.28fr .72fr; background: var(--bg); }
.match-frame { margin-left: -13vw; border-radius: 0 8px 8px 0; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--gold); text-decoration: none; font-size: .85rem; font-weight: 700; }
.text-link span { margin-left: 1rem; }

.download { position: relative; padding: clamp(7rem, 12vw, 12rem) 1.5rem; overflow: hidden; text-align: center; background: radial-gradient(circle at center, rgba(201,29,50,.13), transparent 45%); }
.download::before, .download::after { content: ""; position: absolute; width: 30vw; height: 30vw; border: 1px solid rgba(242,197,47,.08); border-radius: 50%; }
.download::before { left: -15vw; top: 20%; }.download::after { right: -15vw; bottom: 10%; }
.download-inner { position: relative; z-index: 1; max-width: 700px; margin: auto; }
.download img { margin: 0 auto 2rem; border-radius: 24px; box-shadow: 0 22px 55px rgba(0,0,0,.5); }
.download p:not(.eyebrow) { max-width: 530px; margin: 1.7rem auto 2rem; color: var(--muted); }
.store-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.2rem, 5vw, 5rem); border-top: 1px solid var(--line); color: #74736f; font-size: .73rem; }
footer p { margin: 0; }
footer nav { display: flex; gap: 1.4rem; }
footer nav a { color: #aaa9a5; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Privacy policy */
.policy-page { background: #f3f0e8; color: #242527; }
.policy-header { position: sticky; }
.back-link { color: #d1cec7; text-decoration: none; font-size: .85rem; }
.back-link:hover { color: var(--gold); }
.policy-main { max-width: 1060px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.policy-title { max-width: 790px; padding-bottom: 4rem; }
.policy-title h1 { color: #17191b; font-size: clamp(3.8rem, 8vw, 7rem); }
.policy-title > p:last-child { max-width: 700px; color: #62615d; font-size: 1.1rem; }
.policy-date { margin: 1.4rem 0 2rem; color: #77736b; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.policy-content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 5rem; }
.policy-content section { padding: 2rem 0; border-top: 1px solid rgba(0,0,0,.16); }
.policy-content h2 { color: #17191b; font-family: var(--serif); font-size: 1.55rem; line-height: 1.2; letter-spacing: -.02em; }
.policy-content h3 { margin: 1.5rem 0 .2rem; font-size: .92rem; }
.policy-content p, .policy-content li { color: #595a58; font-size: .92rem; }
.policy-content ul { padding-left: 1.2rem; }
.policy-content a { color: #8c6810; font-weight: 650; }
.policy-contact { padding: 2rem !important; background: #17191b; border: 0 !important; }
.policy-contact h2 { color: var(--ink); }
.policy-contact p { color: #aaa9a6; }
.policy-contact a { color: var(--gold); }
.policy-footer { display: flex; justify-content: space-between; background: #101214; }
.policy-footer a { color: var(--gold); }

@media (max-width: 1050px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .showcase, .match-section { grid-template-columns: 1fr; }
  .showcase-frame, .match-frame { margin: 0; border-radius: 8px; }
  .match-frame { order: 2; }
  footer { grid-template-columns: 1fr auto; }
  footer > p:not(.copyright) { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { grid-column: 1; grid-row: 1; max-width: 760px; }
  .hero-visual { grid-column: 1; grid-row: 2; width: 100%; max-width: 900px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem 1.25rem 1.5rem; background: #111315; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero { padding-top: 120px; }
  .visual-frame { transform: none; }
  .metric-card { display: none; }
  .trust-strip { gap: .7rem 1.2rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .feature-icon { margin: 2rem 0 1.3rem; }
  footer { grid-template-columns: 1fr; }
  footer nav { justify-self: start; }
  .policy-content { grid-template-columns: 1fr; }
  .policy-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
