/* BASE */
:root {
  --bg: #0a1628;
  --bg-alt: #0f1f38;
  --surface: #152544;
  --border: rgba(200,133,58,0.15);
  --fg: #f4ede0;
  --fg-muted: rgba(244,237,224,0.55);
  --accent: #c8853a;
  --accent-light: #e8a85a;
  --copper: #a06828;
}

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

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

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid var(--border);
}

.nav-brand { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo {
  width: 36px; height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 1rem; color: var(--bg);
  font-weight: 700;
}
.nav-name { font-family: 'DM Serif Display', serif; font-size: 1.1rem; letter-spacing: -0.02em; }
.nav-tagline { color: var(--fg-muted); font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; }

/* HERO */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6rem 3rem 4rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.12;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: #c8853a;
  top: -200px; left: -150px;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: #3a7cc8;
  bottom: -100px; right: 10%;
  opacity: 0.07;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,133,58,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,133,58,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

.hero-content {
  position: relative;
  max-width: 900px;
}

.hero-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 2rem;
}

.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 2rem;
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--fg-muted);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 3.5rem;
  font-weight: 300;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
}
.hero-stat:first-child { padding-left: 0; }

.hero-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.72rem;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}

.hero-stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* PROOF / HOW IT WORKS */
.proof {
  padding: 5rem 3rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-alt);
}

.proof-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2.5rem;
}

.proof-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.proof-step {
  display: flex;
  gap: 1.5rem;
  flex: 1;
}

.proof-step-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.5rem;
  color: var(--accent);
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
}

.proof-step-body h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--fg);
}

.proof-step-body p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.6;
  font-weight: 300;
}

.proof-step-arrow {
  color: var(--accent);
  opacity: 0.4;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  margin: 0 1.5rem;
}

/* FEATURES */
.features {
  padding: 7rem 3rem;
}

.features-header { margin-bottom: 4rem; }

.features-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.features-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.features-heading em { font-style: italic; color: var(--accent); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.feature-card {
  background: var(--bg);
  padding: 2.5rem;
}

.feature-card-main {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-card-main h3 { font-size: 1.5rem; }
.feature-card-main p { font-size: 1.05rem; }

.feature-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}

.feature-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  font-weight: 300;
}

/* PRICING */
.pricing {
  padding: 7rem 3rem;
  background: var(--bg-alt);
}

.pricing-header { margin-bottom: 4rem; }

.pricing-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.pricing-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.pricing-card {
  background: var(--bg);
  padding: 3rem;
  position: relative;
}

.pricing-card-featured {
  background: var(--surface);
}

.pricing-badge {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(200,133,58,0.1);
  border: 1px solid rgba(200,133,58,0.3);
  border-radius: 4px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 1.5rem;
}

.pricing-tier {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 1rem;
}

.pricing-price {
  font-family: 'DM Serif Display', serif;
  font-size: 3.5rem;
  color: var(--fg);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.pricing-period {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--fg-muted);
  font-weight: 300;
}

.pricing-desc {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 2rem;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-weight: 300;
}

.pricing-features li::before {
  content: '';
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23c8853a' stroke-width='1'/%3E%3Cpath d='M5 8L7 10L11 6' stroke='%23c8853a' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-note {
  color: var(--fg-muted);
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}

/* TESTIMONIALS / WHO IT'S FOR */
.testimonials {
  padding: 7rem 3rem;
}

.testimonials-header { margin-bottom: 4rem; }

.testimonials-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.testimonials-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.testimonial-card {
  background: var(--bg-alt);
  padding: 3rem;
}

.testimonial-type {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.testimonial-body {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--fg);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-detail {
  font-size: 0.75rem;
  color: var(--fg-muted);
  font-weight: 300;
  letter-spacing: 0.03em;
}

/* CLOSING */
.closing {
  padding: 8rem 3rem;
  text-align: center;
}

.closing-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}

.closing-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

.closing-body {
  color: var(--fg-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* FOOTER */
.footer {
  padding: 3rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-brand { display: flex; align-items: center; gap: 0.75rem; }
.footer-logo {
  width: 30px; height: 30px;
  background: var(--accent);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 0.85rem; color: var(--bg);
}
.footer-name { font-family: 'DM Serif Display', serif; font-size: 0.95rem; }
.footer-tagline { color: var(--fg-muted); font-size: 0.8rem; font-weight: 300; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: var(--fg-muted); text-decoration: none; font-size: 0.8rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .proof-steps { flex-direction: column; gap: 2rem; }
  .proof-step-arrow { transform: rotate(90deg); padding: 0; margin: 0; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card-main { grid-column: span 1; }
  .pricing-cards { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
  .hero-stat-divider { display: none; }
  .hero-stat { padding: 0; }
  .footer { flex-direction: column; align-items: flex-start; }
  .nav { padding: 1rem 1.5rem; }
  .hero { padding: 4rem 1.5rem 3rem; }
  .proof, .features, .pricing, .testimonials { padding: 4rem 1.5rem; }
  .closing { padding: 5rem 1.5rem; }
  .footer { padding: 2rem 1.5rem; }
}

@media (max-width: 600px) {
  .hero-headline { font-size: 2.8rem; }
  .features-heading, .pricing-heading, .testimonials-heading, .closing-headline { font-size: 2rem; }
  .pricing-price { font-size: 2.8rem; }
  .testimonial-body { font-size: 1.1rem; }
}