:root {
  --gold: #f7b500;
  --gold-light: #ffd541;
  --ink: #111820;
  --muted: #5d6670;
  --paper: #f7f7f4;
  --white: #ffffff;
  --line: #dde1e4;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 50px; height: 50px; border-radius: 12px; box-shadow: 0 8px 24px rgba(17,24,32,.14); }
.brand-copy { display: grid; line-height: .95; letter-spacing: .08em; }
.brand-copy strong { font-size: 18px; }
.brand-copy span { color: var(--gold); font-weight: 800; font-size: 13px; margin-top: 5px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-primary { background: var(--gold); box-shadow: 0 12px 28px rgba(247,181,0,.28); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { font-weight: 800; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 36px auto 0;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px;
}
.eyebrow { color: #a66f00; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(54px, 7vw, 92px); line-height: .94; letter-spacing: -.055em; margin: 16px 0 28px; max-width: 760px; }
h1 span { color: var(--gold); }
.lead { font-size: 20px; color: var(--muted); max-width: 670px; }
.hero-actions { margin-top: 34px; display: flex; gap: 24px; align-items: center; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 34px; color: #45505a; font-weight: 700; font-size: 14px; }
.trust-row span::before { content: "✓"; color: #a66f00; margin-right: 7px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.sign-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(247,181,0,.22); filter: blur(50px); }
.hero-logo { position: relative; width: min(420px, 85%); border-radius: 88px; box-shadow: 0 40px 80px rgba(17,24,32,.22); transform: rotate(-3deg); }
.route-card { position: absolute; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 14px 18px; box-shadow: 0 20px 50px rgba(17,24,32,.14); min-width: 145px; }
.route-card strong, .route-card span { display: block; }
.route-card strong { font-size: 12px; text-transform: uppercase; color: var(--muted); letter-spacing: .1em; }
.route-card span { font-size: 20px; font-weight: 900; }
.route-one { left: 0; top: 18%; }
.route-two { right: -4%; bottom: 17%; }

.section { width: min(1180px, calc(100% - 40px)); margin: 120px auto; }
.section-heading { max-width: 760px; }
h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.04em; margin: 14px 0 20px; }
.section-heading p, .promise-card p, .early-access p { color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; min-height: 260px; }
.step-number { color: #a66f00; font-weight: 900; letter-spacing: .14em; }
.step h3 { font-size: 25px; line-height: 1.08; margin: 50px 0 12px; }
.step p { color: var(--muted); }

.promise-card { background: var(--ink); color: var(--white); border-radius: 36px; padding: clamp(32px, 6vw, 72px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.promise-card .eyebrow { color: var(--gold-light); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.promise-grid div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; }
.promise-grid strong, .promise-grid span { display: block; }
.promise-grid strong { color: var(--gold-light); font-size: 19px; margin-bottom: 7px; }
.promise-grid span { color: #cfd5d9; }

.early-access { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); border-radius: 32px; padding: 34px 40px; }
.cta-logo { width: 120px; border-radius: 26px; box-shadow: 0 16px 34px rgba(17,24,32,.18); }
.early-access h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 10px; }
.early-access p { color: #3e3628; margin: 0; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 42px; display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; color: var(--muted); font-size: 14px; }
.footer-brand { color: var(--ink); }
.copyright { margin: 0; }
footer > p { margin: 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 10px; margin-top: 70px; }
  .hero-visual { min-height: 500px; }
  .route-one { left: 7%; }
  .route-two { right: 3%; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step h3 { margin-top: 26px; }
  .promise-card { grid-template-columns: 1fr; gap: 34px; }
  .early-access { grid-template-columns: auto 1fr; }
  .early-access .button { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 32px, 1180px);
    padding: 18px 0 10px;
  }
  .site-header .button { display: none; }
  .brand { gap: 10px; }
  .brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(17,24,32,.16);
  }
  .brand-copy strong { font-size: 17px; letter-spacing: .09em; }
  .brand-copy span { font-size: 12px; margin-top: 6px; }

  .hero, .section, footer { width: min(100% - 32px, 1180px); }
  .hero {
    min-height: auto;
    margin-top: 22px;
    gap: 0;
  }
  .eyebrow { font-size: 11px; letter-spacing: .2em; }
  h1 {
    font-size: clamp(46px, 13.5vw, 61px);
    line-height: .96;
    letter-spacing: -.05em;
    margin: 14px 0 24px;
  }
  .lead {
    font-size: 17px;
    line-height: 1.55;
    max-width: 34rem;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-actions .button-primary {
    min-width: 248px;
    min-height: 54px;
    padding-inline: 28px;
  }
  .text-link { font-size: 16px; }
  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 20px;
    padding: 14px 0 28px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    line-height: 1.35;
  }
  .trust-row span::before { margin-right: 5px; }

  .hero-visual {
    min-height: 330px;
    margin-top: 0;
  }
  .sign-glow { width: 270px; height: 270px; filter: blur(42px); }
  .hero-logo { width: 74%; max-width: 270px; border-radius: 48px; }
  .route-card { min-width: 108px; padding: 10px 12px; }
  .route-card strong { font-size: 10px; }
  .route-card span { font-size: 15px; }
  .route-one { left: 2%; top: 14%; }
  .route-two { right: 1%; bottom: 13%; }

  .section { margin: 76px auto; }
  .section-heading p, .promise-card p, .early-access p { font-size: 16px; }
  .promise-grid { grid-template-columns: 1fr; }
  .early-access { grid-template-columns: 1fr; padding: 28px; }
  .cta-logo { width: 96px; }
}