:root {
  --bg: #070707;
  --bg-raised: #11100d;
  --bg-card: #0d0c0a;
  --ink: #f7f2e8;
  --muted: #b7b0a2;
  --gold: #d6a84b;
  --gold-light: #f4d58a;
  --line: rgba(214, 168, 75, .25);
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.55 Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
img { max-width: 100%; }
.site { min-height: 100vh; overflow: hidden; }
.wrap { width: var(--wrap); margin: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 99; background: var(--gold-light); color: #090806; padding: 8px 12px; font-weight: 800; }
.skip-link:focus { left: 8px; }

.nav { position: sticky; top: 0; z-index: 20; background: rgba(7, 7, 7, .94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.navin { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.brand b { color: var(--gold); }
.links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.links > a:not(.button):hover, .footnav a:hover, .social a:hover { color: var(--gold-light); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 22px; border: 1px solid var(--gold); border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #0a0907; font-weight: 800; box-shadow: 0 10px 34px rgba(214, 168, 75, .16); transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(214, 168, 75, .25); }
.button.ghost { background: transparent; color: var(--gold-light); }

.hero { min-height: 760px; display: grid; align-items: center; background: radial-gradient(circle at 78% 40%, rgba(214, 168, 75, .12), transparent 29%), linear-gradient(180deg, #070707, #0b0a08); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 88px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4.5vw, 60px); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; }
h3 { font-size: 24px; }
.lede { max-width: 670px; margin-bottom: 32px; color: var(--muted); font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust { display: flex; gap: 24px; margin-top: 26px; color: #8f887b; font-size: 13px; }
.trust span::before { margin-right: 7px; color: var(--gold); content: '✓'; }
.botstage { position: relative; display: grid; min-height: 620px; place-items: center; }
.botstage::before { position: absolute; width: 420px; height: 420px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 120px rgba(214, 168, 75, .12), inset 0 0 80px rgba(214, 168, 75, .05); content: ''; }
.robot-cutout { position: relative; z-index: 1; width: min(480px, 100%); height: 620px; overflow: hidden; filter: drop-shadow(0 34px 48px rgba(0, 0, 0, .72)); }
.robot-cutout::after { position: absolute; z-index: -1; inset: 8% 10% 2%; background: radial-gradient(circle at 52% 36%, rgba(244, 213, 138, .16), transparent 44%); filter: blur(28px); content: ''; }
.robot-photo { display: block; width: 100%; height: auto; }

section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head p, .form-copy p { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #15130f, #0b0a08); }
.card .num, .step strong { color: var(--gold); font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.card h3 { margin: 44px 0 12px; }
.card p, .step p { margin-bottom: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.step { min-height: 270px; padding: 34px; background: var(--bg-card); }
.step + .step { border-left: 1px solid var(--line); }
.step h3 { margin: 42px 0 12px; font-size: 26px; }
.form-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: start; }
.form-shell { min-height: 520px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--bg-raised); box-shadow: 0 28px 80px rgba(0, 0, 0, .35); }
.form-shell iframe {
  display: block !important;
  position: relative !important;
  left: auto !important;
  width: 100%;
  min-height: 500px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.fine { margin-top: 14px; color: #877f72 !important; font-size: 12px !important; }
.fine a, .legal-copy a { color: var(--gold-light); text-decoration: underline; }

.site-footer { border-top: 1px solid var(--line); background: #050505; }
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 24px; padding: 34px 0; color: #9f988b; font-size: 13px; }
.footnav, .social { display: flex; align-items: center; gap: 16px; }
.social a { display: grid; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; place-items: center; }
.social svg { width: 18px; height: 18px; fill: var(--gold-light); }

/* NFC / missed-call page */
.nfc-page .nav { position: static; }
.nfc-page .navin { min-height: 72px; }
.nfc-main { padding: 80px 0; }
.nfc-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 54px; align-items: center; }
.nfc-copy h1 { margin: 18px 0 24px; font-size: clamp(46px, 7vw, 76px); }
.nfc-copy p { color: #b8b0a3; font-size: 18px; }
.nfc-phone { padding: 22px; border: 2px solid var(--gold); border-radius: 38px; background: var(--bg-raised); box-shadow: 0 34px 90px #000; }
.nfc-screen { min-height: 440px; padding: 24px; border: 1px solid rgba(214, 168, 75, .22); border-radius: 24px; background: #060606; }
.msg { max-width: 84%; margin: 18px 0; padding: 13px 15px; border: 1px solid rgba(214, 168, 75, .2); border-radius: 16px 16px 16px 4px; background: #1b1914; color: #ddd5c8; }
.msg.you { margin-left: auto; border-radius: 16px 16px 4px 16px; background: var(--gold); color: #090806; }
.nfc-steps { margin-top: 90px; }
.nfc-steps .step { min-height: 0; padding: 28px; }
.nfc-steps .step b { display: block; margin-bottom: 14px; color: var(--gold); }
.nfc-steps .step p { font-size: 15px; }

/* Legal pages */
.legal-hero { padding: 76px 0 46px; background: radial-gradient(circle at 75% 10%, rgba(214, 168, 75, .10), transparent 25%), #0b0a08; }
.legal-hero h1 { margin-bottom: 0; font-size: clamp(40px, 5vw, 62px); }
.legal-content { max-width: 820px; padding: 20px 0 90px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 1.2rem; }
.last-updated { color: var(--gold-light); font-weight: 700; }

@media (max-width: 900px) {
  .links > a:not(.button) { display: none; }
  .hero-grid, .form-grid, .nfc-grid { grid-template-columns: 1fr; }
  .botstage { order: -1; min-height: 540px; margin-bottom: -20px; }
  .robot-cutout { width: 420px; height: 560px; }
  .cards, .steps { grid-template-columns: 1fr; }
  .step + .step { border-top: 1px solid var(--line); border-left: 0; }
}
@media (max-width: 560px) {
  :root { --wrap: min(100% - 26px, 1160px); }
  .navin { min-height: 66px; }
  .nav .button { min-height: 40px; padding: 10px 14px; font-size: 12px; }
  .hero-grid { padding: 50px 0; }
  .botstage { min-height: 450px; margin: -20px 0 -35px; }
  .robot-cutout { width: 340px; height: 465px; }
  h1 { font-size: 45px; }
  .trust { flex-direction: column; gap: 6px; }
  section { padding: 70px 0; }
  .foot { flex-direction: column; align-items: flex-start; }
  .nfc-main { padding: 52px 0; }
  .nfc-phone { max-width: 430px; margin: auto; }
}
