/* =============================
   LEADPILOT — CUSTOM THEME
   ============================= */

:root {
  --bg: #0a1628;
  --bg-alt: #0f1f36;
  --fg: #f0f4f8;
  --fg-muted: #8ba3be;
  --accent: #f59e0b;
  --accent-dim: #b4730a;
  --surface: #132440;
  --surface-2: #1a3255;
  --border: rgba(240, 244, 248, 0.08);
  --border-accent: rgba(245, 158, 11, 0.3);
}

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

html { font-size: 16px; }

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

/* Background atmosphere */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(245, 158, 11, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 100%, rgba(245, 158, 11, 0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ---- NAV ---- */
.nav {
  position: relative;
  z-index: 10;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--fg); letter-spacing: -0.02em; }
.nav-tagline { font-size: 0.85rem; color: var(--fg-muted); font-weight: 400; }

/* ---- HERO ---- */
.hero {
  position: relative;
  z-index: 1;
  padding: 5rem 2rem 4rem;
}
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 500; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem; }
.eyebrow-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; }
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 1.25rem;
}
.hero-sub { font-size: 1.1rem; color: var(--fg-muted); line-height: 1.65; max-width: 440px; }
.hero-stat-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  padding: 2.5rem;
  border-radius: 2px;
}
.stat-headline {
  font-family: 'Syne', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label { font-size: 0.85rem; font-weight: 600; color: var(--fg); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.stat-context { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.6; }

/* ---- PROOF ---- */
.proof { position: relative; z-index: 1; padding: 1.5rem 2rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof-label { font-size: 0.75rem; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; margin-bottom: 0.75rem; }
.proof-trades { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.proof-trades span { font-size: 0.9rem; font-weight: 500; color: var(--fg); }
.proof-sep { color: var(--accent); font-weight: 700; }

/* ---- SECTION EYEBROW ---- */
.section-eyebrow { font-size: 0.75rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1rem; }

/* ---- PROBLEM ---- */
.problem { position: relative; z-index: 1; padding: 5rem 2rem; }
.problem-inner { max-width: 1100px; margin: 0 auto; }
.problem-header { margin-bottom: 3.5rem; }
.problem-title { font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; color: var(--fg); max-width: 640px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.problem-card { background: var(--surface); border: 1px solid var(--border); padding: 2rem; border-radius: 2px; }
.problem-num { font-family: 'Syne', sans-serif; font-size: 0.75rem; font-weight: 800; color: var(--accent); margin-bottom: 0.75rem; letter-spacing: 0.1em; }
.problem-card h3 { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--fg); margin-bottom: 0.6rem; }
.problem-card p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.6; }

/* ---- FEATURES ---- */
.features { position: relative; z-index: 1; padding: 5rem 2rem; background: var(--bg-alt); }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-title { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--fg); letter-spacing: -0.02em; margin-bottom: 3rem; line-height: 1.25; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
.feature-card { background: var(--surface); border: 1px solid var(--border); padding: 1.75rem; border-radius: 2px; transition: border-color 0.2s; }
.feature-card:hover { border-color: var(--border-accent); }
.feature-icon { width: 40px; height: 40px; background: rgba(245,158,11,0.1); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 1rem; }
.feature-card h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; color: var(--fg); margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.875rem; color: var(--fg-muted); line-height: 1.55; }

/* ---- PROCESS ---- */
.process { position: relative; z-index: 1; padding: 5rem 2rem; }
.process-inner { max-width: 1100px; margin: 0 auto; }
.process-title { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--fg); letter-spacing: -0.02em; margin-bottom: 3rem; line-height: 1.25; }
.process-steps { display: flex; align-items: center; gap: 0; }
.step { flex: 1; background: var(--surface); border: 1px solid var(--border); padding: 2rem; border-radius: 2px; }
.step-num { font-family: 'Syne', sans-serif; font-size: 0.75rem; font-weight: 800; color: var(--accent); letter-spacing: 0.1em; margin-bottom: 1rem; }
.step-body h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; color: var(--fg); margin-bottom: 0.5rem; }
.step-body p { font-size: 0.875rem; color: var(--fg-muted); line-height: 1.55; }
.step-arrow { display: flex; align-items: center; justify-content: center; width: 48px; flex-shrink: 0; color: var(--fg-muted); }

/* ---- PRICING ---- */
.pricing { position: relative; z-index: 1; padding: 5rem 2rem; background: var(--bg-alt); }
.pricing-inner { max-width: 1100px; margin: 0 auto; }
.pricing-title { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--fg); letter-spacing: -0.02em; margin-bottom: 3rem; line-height: 1.25; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
.price-card { background: var(--surface); border: 1px solid var(--border); padding: 2rem; border-radius: 2px; position: relative; }
.price-card-featured { border-color: var(--accent); }
.price-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--bg); font-size: 0.7rem; font-weight: 700; padding: 0.25rem 0.75rem; border-radius: 0 0 4px 4px; letter-spacing: 0.06em; text-transform: uppercase; }
.price-tier { font-family: 'Syne', sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.price-amount { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--fg); letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.5rem; }
.price-amount span { font-size: 1rem; font-weight: 500; color: var(--fg-muted); }
.price-desc { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.5; margin-bottom: 1.5rem; min-height: 3rem; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.price-features li { font-size: 0.875rem; color: var(--fg); padding-left: 1.25rem; position: relative; }
.price-features li::before { content: ''; position: absolute; left: 0; top: 0.5rem; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }

/* ---- CLOSING ---- */
.closing { position: relative; z-index: 1; padding: 6rem 2rem; }
.closing-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.closing-headline { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; color: var(--fg); letter-spacing: -0.03em; margin-bottom: 1.25rem; }
.closing-body { font-size: 1.1rem; color: var(--fg-muted); max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.65; }
.closing-stat { display: inline-block; background: var(--surface); border: 1px solid var(--border-accent); padding: 1rem 2rem; border-radius: 2px; font-size: 0.9rem; font-weight: 500; color: var(--accent); }

/* ---- FOOTER ---- */
.footer { position: relative; z-index: 1; padding: 2rem; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--fg); display: block; }
.footer-tagline { font-size: 0.8rem; color: var(--fg-muted); margin-top: 0.25rem; }
.footer-meta { font-size: 0.8rem; color: var(--fg-muted); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
}

@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .proof-trades { flex-direction: column; align-items: flex-start; }
  .proof-sep { display: none; }
  .nav { padding: 1rem; }
  .hero { padding: 3rem 1.25rem 2.5rem; }
  .problem, .features, .process, .pricing, .closing { padding: 3rem 1.25rem; }
  .hero-stat-block { padding: 1.75rem; }
}
