:root {
  --black: #080808;
  --dark: #0f0f0f;
  --card: #141414;
  --border: #1e1e1e;
  --gold: #C9A84C;
  --gold-light: #e8c76a;
  --gold-dim: rgba(201,168,76,0.12);
  --red: #e53935;
  --white: #ffffff;
  --gray: #888;
  --light: #ccc;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── UTILS ── */
.gold { color: var(--gold); }
.red { color: var(--red); }
.gray { color: var(--gray); }
.center { text-align: center; }
.tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.gold-bar {
  width: 40px; height: 3px;
  background: var(--gold);
  margin: 0 auto 32px;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(8,8,8,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 900;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold);
}
.nav-cta {
  background: var(--gold); color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold-light); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 120px 60px 80px;
  position: relative;
  overflow: hidden;
}

/* Ambient glow */
.hero::before {
  content: "";
  position: absolute;
  top: -200px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.06) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -100px; left: 20%;
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(229,57,53,0.04) 0%, transparent 65%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: center;
  width: 100%;
}

.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 15px; font-style: italic;
  color: var(--gray); margin-bottom: 16px;
}

.hero-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900; line-height: 1.0;
  letter-spacing: -2px;
  margin-bottom: 8px;
}

.hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.5px;
  margin-bottom: 28px;
}

.hero-body {
  font-size: 17px; color: var(--gray);
  max-width: 520px; line-height: 1.7;
  margin-bottom: 36px;
}
.hero-body strong { color: var(--light); font-weight: 600; }

.hero-bullets {
  list-style: none; margin-bottom: 44px;
}
.hero-bullets li {
  font-size: 15px; color: var(--light);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 14px;
}
.hero-bullets li:first-child { border-top: 1px solid var(--border); }
.check {
  width: 22px; height: 22px;
  background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 11px; color: var(--black); font-weight: 900;
}

/* ── PHONE MOCKUP ── */
.phone-wrap {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.phone-wrap::before {
  content: "";
  position: absolute;
  width: 300px; height: 500px;
  background: radial-gradient(ellipse, rgba(229,57,53,0.10) 0%, transparent 65%);
  border-radius: 50%;
}
.phone {
  width: 240px; height: 480px;
  background: #0f0f0f;
  border-radius: 44px;
  border: 2px solid #2c2c2e;
  position: relative;
  box-shadow:
    0 0 0 1px #111,
    0 50px 120px rgba(0,0,0,0.9),
    0 0 80px rgba(229,57,53,0.07),
    inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
  z-index: 2;
}
.missed-badge {
  position: absolute; top: -8px; right: -8px;
  width: 30px; height: 30px;
  background: var(--red); border-radius: 50%;
  border: 2px solid var(--black);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: #fff;
  z-index: 10;
}
.pscreen {
  width: 100%; height: 100%;
  background: #000; border-radius: 42px;
  overflow: hidden; display: flex; flex-direction: column;
}
.status {
  padding: 18px 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-shrink: 0;
}
.s-time { font-size: 14px; font-weight: 700; color: #fff; }
.s-right { display: flex; gap: 3px; align-items: flex-end; }
.sb { width: 3px; border-radius: 1px; background: #fff; }
.island {
  width: 80px; height: 26px;
  background: #000; border-radius: 20px;
  margin: 6px auto 0;
  border: 1.5px solid #1a1a1a; flex-shrink: 0;
}
.lock-t {
  text-align: center; padding: 18px 0 10px; flex-shrink: 0;
}
.lock-hr { font-size: 58px; font-weight: 200; color: #fff; line-height: 1; }
.lock-d { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.notif {
  margin: 8px 8px 0; background: rgba(28,28,30,0.97);
  border-radius: 16px; padding: 11px 13px;
  position: relative; overflow: hidden; flex-shrink: 0;
}
.notif::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--red); border-radius: 3px 0 0 3px;
}
.notif.vm::before { background: #555; }
.n-top {
  display: flex; align-items: center; gap: 8px; margin-bottom: 5px;
}
.n-ico {
  width: 20px; height: 20px; background: var(--red);
  border-radius: 6px; display: flex; align-items: center;
  justify-content: center; font-size: 10px; flex-shrink: 0;
}
.n-ico.g { background: #3a3a3c; }
.n-app { font-size: 10px; color: rgba(255,255,255,0.4); font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.n-when { font-size: 10px; color: rgba(255,255,255,0.25); margin-left: auto; }
.n-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.n-body { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.3; }
.n-body.r { color: #e57373; }

/* ── TRUST BAR ── */
.trust-bar {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 60px;
  display: flex; align-items: center;
  justify-content: center; gap: 60px;
  overflow: hidden;
}
.trust-bar span {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #333; white-space: nowrap;
}
.trust-stat {
  text-align: center;
}
.trust-stat .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px; font-weight: 900;
  color: var(--gold); display: block;
}
.trust-stat .lbl {
  font-size: 11px; color: #555;
  text-transform: uppercase; letter-spacing: 1px;
}

/* ── SECTIONS ── */
section {
  padding: 100px 60px;
  max-width: 1200px; margin: 0 auto;
}
section.full {
  max-width: 100%;
  background: var(--dark);
  padding: 100px 60px;
}
section.full .inner { max-width: 1200px; margin: 0 auto; }

.section-head {
  text-align: center; margin-bottom: 64px;
}
.section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900; letter-spacing: -1.5px;
  line-height: 1.1; margin-bottom: 16px;
}
.section-head p {
  font-size: 16px; color: var(--gray);
  max-width: 540px; margin: 0 auto; line-height: 1.7;
}

/* ── HOW IT WORKS ── */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  position: relative;
}
.step {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 36px 28px;
  position: relative;
  transition: border-color 0.2s;
}
.step:hover { border-color: var(--gold); }
.step-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px; font-weight: 900;
  color: var(--gold-dim);
  line-height: 1; margin-bottom: 20px;
  -webkit-text-stroke: 1px rgba(201,168,76,0.3);
  color: transparent;
}
.step h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 800;
  margin-bottom: 10px; letter-spacing: -0.3px;
}
.step p { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ── PAIN SECTION ── */
.pain-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.pain-card {
  background: var(--card); border: 1px solid var(--border);
  padding: 40px;
}
.pain-card.bad { border-top: 3px solid var(--red); }
.pain-card.good { border-top: 3px solid var(--gold); }
.pain-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 24px;
}
.pain-card h3.r { color: var(--red); }
.pain-card h3.g { color: var(--gold); }
.pain-item {
  display: flex; gap: 14px; align-items: flex-start;
  margin-bottom: 18px;
}
.pain-icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.pain-item p { font-size: 14px; color: var(--gray); line-height: 1.5; }
.pain-item p strong { color: var(--light); display: block; margin-bottom: 2px; }

/* ── WHO IT'S FOR ── */
.who-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.who-card {
  background: var(--card); border: 1px solid var(--border);
  padding: 40px 32px;
  transition: border-color 0.2s, transform 0.2s;
}
.who-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.who-icon { font-size: 32px; margin-bottom: 20px; display: block; }
.who-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 900;
  margin-bottom: 8px; letter-spacing: -0.5px;
}
.who-card .role { font-size: 12px; color: var(--gold); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.who-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }
.who-stat {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid var(--border);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px; font-weight: 900; color: var(--gold);
}
.who-stat span { display: block; font-size: 11px; color: var(--gray); font-family: 'Inter', sans-serif; font-weight: 400; margin-top: 2px; }

/* ── TESTIMONIALS ── */
.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.testi {
  background: var(--card); border: 1px solid var(--border);
  padding: 36px;
}
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.testi blockquote {
  font-size: 15px; color: var(--light);
  line-height: 1.7; font-style: italic;
  margin-bottom: 24px; border: none; padding: 0;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold-dim);
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 900; color: var(--gold);
  flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 700; color: var(--white); }
.testi-role { font-size: 12px; color: var(--gray); }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%; background: none; border: none;
  text-align: left; padding: 22px 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px; font-weight: 600; color: var(--white);
  cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 20px;
}
.faq-q:hover { color: var(--gold); }
.faq-q .arr { color: var(--gold); font-size: 18px; transition: transform 0.2s; flex-shrink: 0; }
.faq-q.open .arr { transform: rotate(45deg); }
.faq-a {
  display: none; padding-bottom: 22px;
  font-size: 14px; color: var(--gray); line-height: 1.7;
}
.faq-a.open { display: block; }

/* ── FINAL CTA ── */
.final-cta {
  background: var(--dark);
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 120px 60px;
}
.final-cta h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900; letter-spacing: -2px;
  line-height: 1.0; margin-bottom: 20px;
}
.final-cta p {
  font-size: 17px; color: var(--gray);
  max-width: 500px; margin: 0 auto 44px;
  line-height: 1.7;
}
.final-btn {
  display: inline-block;
  background: var(--gold); color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 900;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 22px 48px; text-decoration: none;
  transition: background 0.2s;
  margin-bottom: 20px;
}
.final-btn:hover { background: var(--gold-light); }
.final-note { font-size: 12px; color: #444; font-style: italic; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border);
  padding: 40px 60px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 900;
  letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
}
footer p { font-size: 12px; color: #333; }

/* ── SCROLL ANIMATIONS ── */
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  nav { padding: 16px 24px; }
  .hero { padding: 100px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .phone-wrap { order: -1; }
  section { padding: 60px 24px; }
  section.full { padding: 60px 24px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .trust-bar { flex-wrap: wrap; gap: 32px; padding: 32px 24px; }
  footer { flex-direction: column; gap: 12px; text-align: center; }
}
