:root {
  --ink: #06070a;
  --surface: #111216;
  --surface-raised: #17181d;
  --gold: #d3b36d;
  --gold-soft: #ead6a2;
  --ivory: #f5f1e8;
  --muted: #a6a39d;
  --line: rgba(245, 241, 232, .13);
  --max: 1180px;
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ivory); background: var(--ink); font: 400 16px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 92% 9%, rgba(211,179,109,.09), transparent 31%), radial-gradient(ellipse at 8% 55%, rgba(211,179,109,.055), transparent 26%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: .78rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 920px; margin: 0 auto 26px; font-size: clamp(3.7rem, 8.7vw, 8rem); line-height: .92; letter-spacing: -.072em; }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.6vw, 5.45rem); line-height: .96; letter-spacing: -.066em; }
h3 { margin-bottom: 9px; font-size: 1.22rem; letter-spacing: -.025em; }
.lede { max-width: 620px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); line-height: 1.55; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

.site-header { position: fixed; z-index: 20; top: 14px; left: 50%; display: flex; width: min(calc(100% - 32px), 1120px); min-height: 64px; align-items: center; justify-content: space-between; padding: 9px 11px 9px 18px; transform: translateX(-50%); border: 1px solid rgba(245,241,232,.15); border-radius: 21px; background: rgba(10,10,12,.76); box-shadow: 0 15px 46px rgba(0,0,0,.36); backdrop-filter: blur(22px) saturate(130%); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ivory); font-size: 1.05rem; font-weight: 750; letter-spacing: -.025em; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; color: #0b0b0d; border-radius: 10px; background: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav > a:not(.button) { padding: 10px 13px; color: #cbc7bf; font-size: .92rem; font-weight: 560; border-radius: 12px; }
.site-nav > a:not(.button):hover, .site-nav a[aria-current="page"] { color: var(--ivory); background: rgba(245,241,232,.08); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: rgba(245,241,232,.08); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ivory); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; color: #0c0c0e; background: var(--gold-soft); box-shadow: 0 12px 28px rgba(211,179,109,.16); font-weight: 760; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #f0dda9; }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 12px; font-size: .9rem; }
.button-secondary { color: var(--ivory); border-color: var(--line); background: rgba(245,241,232,.055); box-shadow: none; }
.button-secondary:hover { background: rgba(245,241,232,.12); }
.button-disabled { cursor: default; opacity: .75; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 33px; }

.hero { position: relative; z-index: 1; min-height: 1010px; overflow: hidden; padding: 185px 0 90px; }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(211,179,109,.13); border-radius: 50%; pointer-events: none; }
.hero::before { width: 910px; height: 910px; top: -330px; right: -350px; }
.hero::after { width: 710px; height: 710px; bottom: -400px; left: -250px; }
.hero-copy { position: relative; z-index: 2; text-align: center; }
.hero-copy h1 em { color: var(--gold-soft); font-style: normal; }
.hero-device { position: relative; z-index: 2; width: min(350px, 74vw); margin: 72px auto 0; }
.hero-orbit { position: absolute; inset: -55px; border: 1px solid rgba(211,179,109,.32); border-radius: 50%; animation: orbit-breathe 7s ease-in-out infinite; }
.hero-orbit::after { content: ""; position: absolute; width: 11px; height: 11px; top: 12%; right: 9%; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 9px rgba(211,179,109,.1); }
.phone { position: relative; z-index: 1; overflow: hidden; padding: 9px; border: 2px solid #303037; border-radius: 54px; background: #030304; box-shadow: 0 55px 105px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.3); }
.phone img { width: 100%; border-radius: 44px; }
.phone::after { content: ""; position: absolute; top: 17px; left: 50%; width: 31%; height: 25px; transform: translateX(-50%); border-radius: 17px; background: #020202; }
.store-shot { position: relative; z-index: 1; width: min(315px, 82%); border-radius: 20px; box-shadow: 0 30px 65px rgba(0,0,0,.43); }
.hero-store-shot { width: 100%; border-radius: 24px; box-shadow: 0 42px 100px rgba(0,0,0,.58); }
@keyframes orbit-breathe { 50% { transform: scale(1.055) rotate(5deg); opacity: .58; } }

.section { position: relative; z-index: 1; padding: 135px 0; }
.section-soft { background: linear-gradient(180deg, #111216, #0b0c0f); }
.section-dark { background: #090a0d; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.split.reverse .copy { order: 2; }
.visual-card { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 36%, rgba(211,179,109,.13), transparent 42%), #121317; box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.visual-card::before { content: ""; position: absolute; width: 580px; height: 580px; border: 1px solid rgba(211,179,109,.12); border-radius: 50%; }
.store-shot.tilt-left { transform: rotate(-2deg); }
.store-shot.tilt-right { transform: rotate(2deg); }
.feature-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.feature-pill { padding: 9px 13px; border: 1px solid rgba(211,179,109,.18); border-radius: 999px; color: var(--gold-soft); background: rgba(211,179,109,.07); font-size: .88rem; font-weight: 670; }

.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.flow-step { position: relative; min-height: 198px; padding: 27px; text-align: left; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -23px; width: 34px; height: 34px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--line); border-radius: 50%; color: var(--gold); background: var(--surface); }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 37px; border-radius: 12px; color: #0d0d0f; background: var(--gold); font-weight: 800; }
.flow-step p { margin: 0; color: var(--muted); }

.signal-card { width: 100%; max-width: 440px; padding: 30px; border: 1px solid rgba(245,241,232,.15); border-radius: 28px; background: rgba(20,21,26,.96); box-shadow: 0 24px 65px rgba(0,0,0,.4); }
.signal-card .signal-label { color: var(--gold); font-size: .76rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.signal-card h3 { margin: 27px 0 15px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.06; }
.signal-card p { margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.mini-card { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.mini-symbol { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--gold); background: rgba(211,179,109,.09); font-size: 1.15rem; }
.mini-card strong { display: block; }
.mini-card small { color: var(--muted); }

.archetype-panel { width: 100%; max-width: 430px; padding: 34px; border: 1px solid rgba(245,241,232,.15); border-radius: 30px; background: linear-gradient(145deg, #17181d, #0d0e11); box-shadow: 0 25px 70px rgba(0,0,0,.42); }
.archetype-panel .ring { width: 103px; height: 103px; display: grid; place-items: center; margin: 4px auto 28px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-soft); font-size: 2.1rem; }
.archetype-panel h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 500; text-align: center; }
.archetype-panel .subline { margin: 0; color: var(--gold); font-size: .77rem; font-weight: 750; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.archetype-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 28px 0; }
.archetype-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; color: #d8d4cc; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.archetype-panel .insight { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }

.advisor-visual { width: 100%; max-width: 440px; }
.advisor-question { margin: 0 0 16px auto; padding: 15px 18px; width: 80%; border-radius: 20px 20px 4px 20px; color: #131313; background: var(--gold-soft); font-weight: 650; }
.advisor-answer { padding: 25px; border: 1px solid var(--line); border-radius: 24px 24px 24px 4px; background: var(--surface-raised); }
.advisor-answer h3 { color: var(--gold); font-size: .79rem; letter-spacing: .15em; text-transform: uppercase; }
.advisor-answer p { margin-bottom: 0; color: #d4d0c8; }
.advisor-next { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.advisor-next strong { color: var(--gold); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.proof-card { min-height: 282px; padding: 31px; border: 1px solid var(--line); border-radius: 28px; background: #121317; }
.proof-number { display: block; margin-bottom: 42px; color: var(--gold); font-family: Georgia, serif; font-size: 3rem; }
.proof-card p { margin: 0; color: var(--muted); }
.disclaimer { margin: 40px auto 0; color: #77756f; font-size: .86rem; }

.final-cta { position: relative; z-index: 1; overflow: hidden; padding: 145px 24px; text-align: center; background: radial-gradient(circle at 50% 45%, rgba(211,179,109,.17), transparent 37%); }
.final-cta::before { content: ""; position: absolute; width: 720px; height: 720px; top: 50%; left: 50%; border: 1px solid rgba(211,179,109,.14); border-radius: 50%; transform: translate(-50%, -50%); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(3.1rem, 7vw, 6.2rem); }

.footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding-block: 70px 35px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 10px 0 0 41px; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h3 { margin-bottom: 16px; color: var(--gold); font-size: .79rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-links a { display: block; margin: 9px 0; color: var(--muted); }
.footer-links a:hover { color: var(--gold-soft); }
.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 25px; border-top: 1px solid var(--line); color: #77756f; font-size: .87rem; }

.page-hero { position: relative; z-index: 1; padding: 190px 0 85px; text-align: center; background: radial-gradient(circle at 50% 15%, rgba(211,179,109,.13), transparent 42%); }
.page-hero h1 { font-size: clamp(3.6rem, 8vw, 6.8rem); }
.content-narrow { position: relative; z-index: 1; width: min(calc(100% - 48px), 820px); margin-inline: auto; }
.legal-wrap { padding-bottom: 135px; }
.legal h2 { margin: 52px 0 16px; padding-top: 15px; font-size: 1.85rem; letter-spacing: -.035em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: #c0bdb7; line-height: 1.75; }
.legal ul { padding-left: 20px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 130px; }
.support-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.support-card .icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 45px; border-radius: 15px; color: var(--gold); background: rgba(211,179,109,.1); font-size: 1.35rem; }
.support-card p { color: var(--muted); }
.support-link { color: var(--gold-soft); font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .shell, .content-narrow { width: min(calc(100% - 32px), var(--max)); }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(15,15,18,.98); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
  .menu-open .site-nav { display: flex; }
  .site-nav a { text-align: center; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .copy { order: initial; }
  .flow { grid-template-columns: 1fr 1fr; }
  .flow-step:nth-child(2)::after { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.15rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero { min-height: 890px; padding-top: 155px; }
  .section { padding: 95px 0; }
  .flow, .support-grid { grid-template-columns: 1fr; }
  .flow-step:not(:last-child)::after { display: none; }
  .visual-card { min-height: 490px; padding: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .page-hero { padding-top: 160px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
