:root {
  --ink: #09100d;
  --paper: #f3f4ee;
  --acid: #d9ff43;
  --mint: #7fffb3;
  --line: rgba(9, 16, 13, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-manrope, "Segoe UI"), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
main { overflow: hidden; }

.site-header {
  width: min(1380px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .08em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: var(--ink); color: var(--acid); letter-spacing: 0;
}
nav { display: flex; gap: 34px; margin-left: auto; font-size: 14px; font-weight: 700; }
nav a { opacity: .68; transition: opacity .2s ease; }
nav a:hover { opacity: 1; }
.age-mark {
  margin-left: 42px; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 10px; font-size: 12px; font-weight: 900;
}

.hero {
  width: min(1380px, calc(100% - 48px));
  min-height: 670px;
  margin: 0 auto;
  padding: 72px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  position: relative;
}
.hero::before {
  content: ""; position: absolute; width: 440px; height: 440px; right: -130px; top: -120px;
  border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 72px rgba(217,255,67,.15), 0 0 0 144px rgba(217,255,67,.07);
  pointer-events: none;
}
.eyebrow { margin: 0 0 19px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { width: 8px; height: 8px; background: #36c96d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(54,201,109,.15); }
h1, h2, h3, p { text-wrap: balance; }
h1 { max-width: 880px; margin: 0; font-size: clamp(48px, 6.1vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.hero-text { max-width: 680px; margin: 31px 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; color: rgba(9,16,13,.7); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 8px; font-weight: 850; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 14px 32px rgba(9,16,13,.18); }
.button-primary span { color: var(--acid); font-size: 20px; }
.text-link { font-weight: 850; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.microcopy { margin: 19px 0 0; color: rgba(9,16,13,.5); font-size: 12px; }

.access-card {
  position: relative; z-index: 1; padding: 24px; border-radius: 22px;
  background: var(--ink); color: white; box-shadow: 0 28px 70px rgba(9,16,13,.22);
  transform: rotate(1.5deg);
}
.card-topline { display: flex; align-items: center; gap: 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.65); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(127,255,179,.1); }
.domain-box { margin: 28px 0 24px; padding: 18px; display: flex; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.045); }
.lock { color: var(--mint); font-size: 8px; }
.domain-box small, .card-stats small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.46); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.domain-box strong { font-size: 18px; }
.card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.card-stats div { padding: 4px 2px; }
.button-card { width: 100%; background: var(--acid); color: var(--ink); }

.ticker { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 31px; background: var(--acid); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.ticker i { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; }

.content-section, .steps-section, .bonus-section, .faq-section, footer { width: min(1380px, calc(100% - 48px)); margin: 0 auto; }
.split { padding: 130px 0; display: grid; grid-template-columns: 90px .8fr 1fr; gap: 55px; border-bottom: 1px solid var(--line); }
.section-number { font-size: 14px; font-weight: 900; color: rgba(9,16,13,.38); }
h2 { margin: 0; font-size: clamp(38px, 4.8vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.section-copy { max-width: 660px; font-size: 18px; line-height: 1.7; color: rgba(9,16,13,.68); }
.section-copy p { margin: 0 0 28px; }

.steps-section { padding: 126px 0; }
.steps-intro { max-width: 820px; margin-bottom: 65px; }
.steps-intro > p:last-child { margin: 25px 0 0; color: rgba(9,16,13,.62); font-size: 18px; }
.steps-grid { display: grid; grid-template-columns: .85fr 1.15fr .85fr; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.steps-grid article { min-height: 265px; padding: 32px; background: rgba(255,255,255,.35); border-right: 1px solid var(--line); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 900; }
.steps-grid h3 { margin: 54px 0 13px; font-size: 23px; letter-spacing: -.025em; }
.steps-grid p { margin: 0; line-height: 1.55; color: rgba(9,16,13,.6); }
.steps-grid .step-accent { background: var(--ink); color: white; transform: translateY(-15px); border-radius: 16px; box-shadow: 0 22px 45px rgba(9,16,13,.18); }
.steps-grid .step-accent p { color: rgba(255,255,255,.62); }
.steps-grid .step-accent span { border-color: rgba(255,255,255,.25); color: var(--acid); }

.bonus-section { padding: 74px; display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 65px; background: var(--acid); border-radius: 24px; }
.bonus-section h2 { font-size: clamp(35px, 4vw, 56px); }
.bonus-copy { max-width: 590px; line-height: 1.65; color: rgba(9,16,13,.68); }
.button-dark { background: var(--ink); color: white; white-space: nowrap; }

.faq-section { padding: 135px 0 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 26px 36px 26px 0; cursor: pointer; font-weight: 850; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; font-size: 24px; font-weight: 400; top: 19px; }
details[open] summary::after { content: "×"; }
details p { margin: -5px 0 25px; max-width: 620px; line-height: 1.65; color: rgba(9,16,13,.62); }

footer { padding: 48px 0; display: grid; grid-template-columns: .55fr 1fr auto; gap: 60px; align-items: center; border-top: 1px solid var(--line); }
footer p { margin: 0; max-width: 680px; font-size: 12px; line-height: 1.6; color: rgba(9,16,13,.54); }
footer > div { display: flex; gap: 18px; font-size: 12px; font-weight: 800; }

@media (max-width: 980px) {
  nav { display: none; }
  .age-mark { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 60px; }
  .access-card { max-width: 560px; transform: none; }
  .split { grid-template-columns: 50px 1fr; }
  .section-copy { grid-column: 2; }
  .steps-grid { grid-template-columns: 1fr; overflow: visible; border: 0; gap: 12px; }
  .steps-grid article { min-height: 220px; border: 1px solid var(--line); border-radius: 14px; }
  .steps-grid .step-accent { transform: none; }
  .bonus-section { grid-template-columns: 1fr; padding: 52px; gap: 30px; }
  .button-dark { width: fit-content; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; }
  footer { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 620px) {
  .site-header, .hero, .content-section, .steps-section, .bonus-section, .faq-section, footer { width: min(100% - 28px, 1380px); }
  .site-header { height: 72px; }
  .hero { min-height: 0; padding: 50px 0 64px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-text { margin: 24px 0; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-primary { width: 100%; }
  .access-card { padding: 18px; }
  .ticker { justify-content: flex-start; overflow: hidden; padding-left: 20px; gap: 20px; }
  .split { padding: 88px 0; grid-template-columns: 1fr; gap: 25px; }
  .section-copy { grid-column: 1; font-size: 16px; }
  .steps-section { padding: 88px 0; }
  .steps-grid article { min-height: 200px; padding: 26px; }
  .steps-grid h3 { margin-top: 40px; }
  .bonus-section { padding: 40px 24px; border-radius: 17px; }
  .button-dark { width: 100%; }
  .faq-section { padding: 90px 0; }
  footer { padding: 38px 0; }
}

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