/* LeadForge Theme */
:root {
  --bg: #F7F5F0;
  --bg-alt: #EDEAE3;
  --fg: #1C1917;
  --accent: #D94F00;
  --accent-light: #F4E4D8;
  --muted: #6B6560;
  --border: #D8D3CB;
}

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

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

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

/* Navigation */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}

.nav-brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { font-size: 20px; color: var(--accent); }
.brand-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-meta { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }

/* Sections */
section { padding: 96px 48px; }
.section-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); font-weight: 600; margin-bottom: 16px; }

/* Hero */
.hero { background: var(--fg); color: var(--bg); padding: 96px 48px 80px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.hero-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 24px; font-weight: 600; }
.hero-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(48px, 6vw, 76px); line-height: 1.0; letter-spacing: -0.01em; margin-bottom: 24px; }
.hero-headline em { color: var(--accent); font-style: normal; }
.hero-sub { font-size: 18px; color: #C8C3BB; line-height: 1.6; max-width: 540px; margin-bottom: 48px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat-number { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 40px; color: var(--bg); }
.stat-label { font-size: 12px; color: #8A847D; margin-top: 4px; line-height: 1.4; }

/* Hero Badge */
.hero-right { }
.hero-badge {
  background: var(--bg);
  color: var(--fg);
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--border);
  position: relative;
}
.hero-badge::before { content: ''; position: absolute; top: -1px; left: 24px; right: 24px; height: 3px; background: var(--accent); }
.badge-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 8px; }
.badge-site-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; color: var(--fg); margin-bottom: 4px; }
.badge-url { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.badge-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.badge-stats span { font-size: 11px; background: #EAE7E1; padding: 4px 10px; border-radius: 2px; font-weight: 500; color: var(--fg); }
.badge-cta { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; color: var(--accent); padding-top: 16px; border-top: 1px solid var(--border); }

/* Problem */
.problem { background: var(--bg); }
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(36px, 4vw, 56px); line-height: 1.1; margin-bottom: 20px; }
.problem-body { font-size: 18px; color: var(--muted); max-width: 640px; line-height: 1.7; margin-bottom: 56px; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--border); border: 1px solid var(--border); }
.problem-card { background: var(--bg); padding: 40px; }
.problem-icon { font-size: 20px; color: #B91C1C; margin-bottom: 16px; font-weight: 700; }
.problem-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.problem-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* How */
.how { background: var(--fg); color: var(--bg); }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(36px, 4vw, 52px); line-height: 1.1; margin-bottom: 20px; }
.how-sub { font-size: 18px; color: #8A847D; max-width: 580px; line-height: 1.6; margin-bottom: 56px; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid #2A2724; }
.step { padding: 32px; border-right: 1px solid #2A2724; }
.step-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 48px; color: var(--accent); margin-bottom: 20px; line-height: 1; }
.step-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; color: var(--bg); }
.step-desc { font-size: 14px; color: #8A847D; line-height: 1.6; }

/* Outcomes */
.outcomes { background: var(--bg-alt); }
.outcomes-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }
.outcomes-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.1; margin-bottom: 40px; }
.outcomes-list { display: flex; flex-direction: column; gap: 0; }
.outcome-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.outcome-check { color: var(--accent); font-weight: 700; font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.outcome-text { font-size: 15px; line-height: 1.5; }

.outcome-testimonial { background: var(--fg); color: var(--bg); padding: 40px; border-radius: 2px; margin-top: 72px; }
.testimonial-quote { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 22px; line-height: 1.4; margin-bottom: 20px; }
.testimonial-source { font-size: 13px; color: #8A847D; }

/* Manifesto */
.manifesto { background: var(--accent); color: var(--bg); }
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(247,245,240,0.6); margin-bottom: 20px; font-weight: 600; }
.manifesto-quote { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.3; margin-bottom: 28px; }
.manifesto-body { font-size: 17px; line-height: 1.7; opacity: 0.85; margin-bottom: 40px; }
.manifesto-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-size: 12px; font-weight: 500; background: rgba(247,245,240,0.15); padding: 6px 14px; border-radius: 2px; letter-spacing: 0.02em; }

/* Closing */
.closing { background: var(--bg); text-align: center; border-top: 1px solid var(--border); }
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-headline { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.1; margin-bottom: 24px; }
.closing-sub { font-size: 17px; color: var(--muted); line-height: 1.7; }

/* Footer */
.footer { background: var(--fg); color: var(--bg); padding: 40px 48px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-tagline { font-size: 15px; color: #8A847D; flex: 1; }
.footer-meta { font-size: 12px; color: #5A5752; }

/* Responsive */
@media (max-width: 900px) {
  section { padding: 64px 24px; }
  .nav { padding: 16px 24px; }
  .hero { padding: 64px 24px 56px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .outcomes-inner { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 600px) {
  .hero-stats { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .hero-badge { display: none; }
}