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

:root {
  --bg: #0a0a0f;
  --bg-2: #111118;
  --gold: #d4a843;
  --gold-dim: #a07d2e;
  --cream: #f5f0e8;
  --cream-dim: #c8c2b8;
  --text: #f5f0e8;
  --text-dim: #8a857c;
  --border: rgba(212,168,67,0.2);
  --border-bright: rgba(212,168,67,0.5);
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
  border-bottom: 1px solid var(--border);
  background: rgba(10,10,15,0.85);
  backdrop-filter: blur(12px);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  max-width: 1100px;
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.nav-tag {
  font-size: 0.8rem;
  color: var(--text-dim);
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6rem, 12vw, 9rem) clamp(1.5rem, 8vw, 8rem);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 10% 50%, rgba(212,168,67,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 0;
}
.hero-headline em {
  font-style: italic;
  color: var(--gold);
}
.hero-rule {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 2rem 0;
  opacity: 0.7;
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--cream-dim);
  font-weight: 300;
  max-width: 540px;
  line-height: 1.7;
}

/* HOW IT WORKS */
.how-it-works {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 8vw, 8rem);
}
.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 3rem;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.step {}
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--gold);
  opacity: 0.5;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.step h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: var(--cream);
}
.step p {
  font-size: 0.9rem;
  color: var(--text-dim);
  font-weight: 300;
  line-height: 1.6;
}

/* FEATURES */
.features {
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 8vw, 8rem);
  max-width: 1100px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  border: 1px solid var(--border);
}
.feature-card {
  background: var(--bg-2);
  padding: 2rem 1.8rem;
  position: relative;
  border: 1px solid var(--border);
}
.feature-card--wide {
  grid-column: span 2;
}
.feature-icon {
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: block;
}
.feature-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.feature-card p {
  font-size: 0.85rem;
  color: var(--text-dim);
  font-weight: 300;
  line-height: 1.65;
}

/* TRUST / STATS */
.trust {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(4rem, 8vw, 5rem) clamp(1.5rem, 8vw, 8rem);
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.trust-stat {}
.trust-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.trust-label {
  font-size: 0.8rem;
  color: var(--text-dim);
  font-weight: 300;
  max-width: 180px;
  line-height: 1.5;
  margin: 0 auto;
}
.trust-divider {
  width: 1px;
  height: 60px;
  background: var(--border-bright);
  flex-shrink: 0;
}
.trust-cta {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* CLOSING */
.closing {
  padding: clamp(5rem, 10vw, 8rem) clamp(1.5rem, 8vw, 8rem);
  max-width: 1100px;
  margin: 0 auto;
}
.closing-rule {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2.5rem;
  opacity: 0.5;
}
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 1.2rem;
}
.closing-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: var(--text-dim);
  font-weight: 300;
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.closing-product {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.closing-product-name {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.closing-product-tag {
  font-size: 0.9rem;
  color: var(--text-dim);
  font-weight: 300;
  font-style: italic;
}

/* FOOTER */
.footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem clamp(1.5rem, 8vw, 8rem);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
}
.footer-tag {
  font-size: 0.75rem;
  color: var(--text-dim);
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--text-dim);
  font-weight: 300;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-card--wide {
    grid-column: span 1;
  }
  .trust-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .trust-divider {
    width: 40px;
    height: 1px;
  }
  .hero {
    padding-top: 8rem;
  }
}
@media (max-width: 480px) {
  .closing-product {
    flex-direction: column;
    gap: 0.5rem;
  }
}