:root {
  --bg-dark: #070b14;
  --bg-card: #0e1526;
  --bg-card-hover: #131c33;
  --bg-input: #0a0f1d;
  --border-color: #1e293b;
  --border-hover: #38bdf8;
  
  --primary-blue: #0284c7;
  --primary-hover: #0369a1;
  --accent-cyan: #38bdf8;
  --accent-glow: rgba(56, 189, 248, 0.2);
  --success-green: #10b981;
  --gold-star: #f59e0b;

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 40px -5px rgba(56, 189, 248, 0.25);
}

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

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Ambient Glow */
.glow-sphere { position: absolute; width: 500px; height: 500px; border-radius: 50%; pointer-events: none; filter: blur(140px); z-index: 0; }
.glow-top-left { top: -100px; left: -150px; background: radial-gradient(circle, rgba(14, 165, 233, 0.2), transparent 70%); }
.glow-top-right { top: 100px; right: -150px; background: radial-gradient(circle, rgba(99, 102, 241, 0.18), transparent 70%); }

/* Live Ticker Bar */
.live-ticker-bar {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-bottom: 1px solid var(--border-color);
  padding: 8px 16px;
  font-size: 12px;
  color: #cbd5e1;
  text-align: center;
  position: relative;
  z-index: 101;
}
.ticker-content { display: inline-flex; align-items: center; gap: 10px; }
.pulse-green { width: 8px; height: 8px; background: var(--success-green); border-radius: 50%; box-shadow: 0 0 8px var(--success-green); animation: pulse 2s infinite; }
@keyframes pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.3); } 100% { opacity: 1; transform: scale(1); } }
.ticker-sep { color: var(--text-muted); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* Navbar */
.navbar { border-bottom: 1px solid var(--border-color); background: rgba(7, 11, 20, 0.85); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 100; padding: 14px 0; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; }
.brand-logo { font-size: 22px; font-weight: 800; color: var(--text-primary); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.brand-symbol { color: var(--accent-cyan); }
.brand-accent { color: var(--accent-cyan); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s; }
.nav-links a:hover { color: var(--text-primary); }
.btn-nav-auth { padding: 8px 18px; border-radius: var(--radius-full); border: 1px solid var(--border-color); background: var(--bg-card); color: var(--accent-cyan) !important; }
.btn-dashboard-active { background: var(--primary-blue) !important; color: #fff !important; border-color: var(--primary-blue) !important; }

/* Hero */
.hero-section { padding: 50px 0 80px; }
.hero-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(16, 185, 129, 0.12); border: 1px solid rgba(16, 185, 129, 0.35); padding: 6px 14px; border-radius: var(--radius-full); font-size: 13px; font-weight: 700; color: #34d399; margin-bottom: 18px; }
.badge-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; box-shadow: 0 0 8px #10b981; }

.hero-headline { font-size: 44px; font-weight: 800; line-height: 1.15; letter-spacing: -1.2px; margin-bottom: 18px; }
.gradient-text { background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-subline { font-size: 17px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 24px; }

/* Specialist Proof Stack */
.specialist-proof-card { display: flex; align-items: center; gap: 14px; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 12px 18px; margin-bottom: 28px; width: fit-content; }
.avatar-stack { display: flex; align-items: center; }
.avatar-img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg-dark); object-fit: cover; margin-left: -10px; }
.avatar-img:first-child { margin-left: 0; }
.proof-stars { color: var(--gold-star); font-size: 13px; font-weight: 700; }
.proof-score { color: var(--text-primary); margin-left: 4px; font-weight: 800; }
.proof-sub { font-size: 12px; color: var(--text-muted); }

.trust-metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 20px; border-top: 1px solid var(--border-color); }
.metric-val { font-size: 24px; font-weight: 800; color: var(--text-primary); font-family: 'JetBrains Mono', monospace; }
.metric-label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; font-weight: 600; }

/* Intake Card */
.intake-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-card), var(--shadow-glow); }
.card-header-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.card-header-title h3 { font-size: 20px; font-weight: 700; }
.launch-pill { background: rgba(56, 189, 248, 0.15); color: var(--accent-cyan); border: 1px solid rgba(56, 189, 248, 0.35); padding: 4px 10px; border-radius: var(--radius-full); font-size: 12px; font-weight: 800; }
.card-header-desc { font-size: 13px; color: var(--text-secondary); margin-bottom: 16px; }

.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-secondary); margin-bottom: 8px; }
.required { color: var(--accent-cyan); }
.optional { font-weight: 400; color: var(--text-muted); }

.category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-label input { display: none; }
.chip { display: inline-block; padding: 7px 11px; background: var(--bg-input); border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-size: 12px; font-weight: 600; color: var(--text-secondary); cursor: pointer; transition: all 0.15s; }
.chip-label input:checked + .chip { background: rgba(2, 132, 199, 0.25); border-color: var(--accent-cyan); color: var(--text-primary); }

.form-textarea, .form-input { width: 100%; background: var(--bg-input); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 12px 14px; color: var(--text-primary); font-size: 14px; font-family: inherit; }
.form-textarea:focus, .form-input:focus { border-color: var(--accent-cyan); outline: none; box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15); }
.form-row { display: flex; gap: 12px; }
.col-half { flex: 1; }

.btn-submit-hero { width: 100%; background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%); color: #fff; border: none; border-radius: var(--radius-md); padding: 14px 20px; font-size: 15px; font-weight: 800; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 10px; box-shadow: 0 4px 16px rgba(2, 132, 199, 0.4); transition: transform 0.15s; }
.btn-submit-hero:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(2, 132, 199, 0.6); }
.form-footer-notes { display: flex; justify-content: center; gap: 10px; margin-top: 14px; font-size: 12px; color: var(--text-muted); }

/* How It Works */
.section-how, .section-reviews, .section-guarantee { padding: 80px 0; border-top: 1px solid var(--border-color); }
.section-header { margin-bottom: 48px; }
.text-center { text-align: center; }
.section-eyebrow { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--accent-cyan); margin-bottom: 8px; display: block; }
.section-title { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.section-desc { font-size: 16px; color: var(--text-secondary); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 32px 24px; position: relative; }
.step-card.highlight-step { border-color: rgba(56, 189, 248, 0.4); box-shadow: 0 0 25px rgba(56, 189, 248, 0.1); }
.step-badge-num { width: 32px; height: 32px; background: rgba(56, 189, 248, 0.15); color: var(--accent-cyan); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 16px; font-family: 'JetBrains Mono', monospace; }
.step-card h3 { font-size: 18px; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.review-stars { color: var(--gold-star); margin-bottom: 12px; font-size: 15px; }
.review-quote { font-size: 14px; color: #cbd5e1; line-height: 1.6; margin-bottom: 20px; font-style: italic; }
.review-author { border-top: 1px solid var(--border-color); padding-top: 12px; }
.author-name { font-weight: 700; font-size: 14px; color: var(--text-primary); }
.author-tag { font-size: 12px; color: var(--accent-cyan); }

/* Guarantee */
.guarantee-box { background: linear-gradient(135deg, rgba(14, 21, 38, 0.95) 0%, rgba(10, 15, 29, 0.95) 100%); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 48px 30px; max-width: 800px; margin: 0 auto; }
.guarantee-icon { font-size: 42px; margin-bottom: 14px; }
.guarantee-box h2 { font-size: 26px; margin-bottom: 12px; }
.guarantee-box p { color: var(--text-secondary); max-width: 600px; margin: 0 auto 24px; font-size: 15px; }
.guarantee-chips { display: flex; justify-content: center; gap: 16px; font-size: 13px; font-weight: 700; color: #34d399; flex-wrap: wrap; }

/* Footer */
.footer { border-top: 1px solid var(--border-color); padding: 40px 0 24px; background: #04070d; }
.footer-container { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.footer-tagline { font-size: 13px; color: var(--text-muted); margin-top: 6px; }
.footer-right { display: flex; gap: 24px; }
.footer-right a { color: var(--text-secondary); font-size: 13px; text-decoration: none; }
.footer-right a:hover { color: var(--accent-cyan); }
.footer-bottom p { font-size: 12px; color: var(--text-muted); }

@media (max-width: 900px) {
  .hero-layout, .steps-grid, .reviews-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 34px; }
  .footer-container { flex-direction: column; gap: 20px; text-align: center; }
  .footer-right { flex-wrap: wrap; justify-content: center; }
}
