/* ============================================================
   VoiceLeadsAI.com — v2.0vla stylesheet
   Palette: deep navy ink + electric cyan (voice/AI) + warm gold (CTA/premium)
   New Reserve section reuses existing .cta-band/.email-row/.form-note —
   no new classes needed for the v2.0vla deposit flow.
   Full changelog: VERSION.md in this R2 Brain folder.
   ============================================================ */

:root{
  --ink:#070a12;
  --ink-2:#0b0f1a;
  --panel:#0e1420;
  --panel-2:#131a29;
  --panel-border:rgba(255,255,255,.08);
  --text:#f3f6fb;
  --text-dim:#96a2b8;
  --text-faint:#5f6b81;
  --cyan:#22d3ee;
  --cyan-dim:#0891b2;
  --gold:#ffb020;
  --gold-dim:#e0961a;
  --grad-brand:linear-gradient(135deg,var(--cyan) 0%, #38bdf8 45%, var(--gold) 100%);
  --grad-panel:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,0));
  --radius-lg:26px;
  --radius-md:18px;
  --radius-sm:12px;
  --shadow-lift:0 30px 60px -20px rgba(0,0,0,.6);
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  background:
    radial-gradient(circle at 12% 0%, rgba(34,211,238,.14), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(255,176,32,.10), transparent 40%),
    var(--ink);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.wrap{max-width:1160px;margin:0 auto;padding:0 28px}
.accent-text{color:var(--cyan)}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  color:var(--gold);
  background:rgba(255,176,32,.08);
  border:1px solid rgba(255,176,32,.25);
  padding:7px 14px;border-radius:999px;
}
.section{padding:100px 0}
.section.alt-bg{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0) 60%)}
.section-head{text-align:center;max-width:660px;margin:0 auto 52px}
.section-head h2{font-size:clamp(26px,3.8vw,40px);font-weight:800;letter-spacing:-.01em;margin:14px 0 12px}
.section-head p{color:var(--text-dim);font-size:16px}

/* ---------- NAV ---------- */
.nav{
  position:sticky;top:0;z-index:200;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  background:rgba(7,10,18,.72);
  border-bottom:1px solid var(--panel-border);
}
.nav-inner{max-width:1160px;margin:0 auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px}
.brand-mark{
  width:36px;height:36px;border-radius:11px;background:var(--grad-brand);
  display:flex;align-items:center;justify-content:center;font-size:17px;
  box-shadow:0 6px 18px rgba(34,211,238,.32);
}
.nav-version{
  font-size:10px;font-weight:600;color:var(--text-faint);letter-spacing:.03em;
  margin-left:2px;opacity:.7;
}
@media (max-width:520px){.nav-version{display:none}}
.nav-links{display:flex;gap:28px;font-size:14.5px;color:var(--text-dim)}
.nav-links a:hover{color:var(--text)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:999px;font-weight:700;font-size:14.5px;
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn:active{transform:scale(.97)}
.btn-brand{background:var(--grad-brand);color:#08141c;box-shadow:0 10px 26px rgba(34,211,238,.32)}
.btn-brand:hover{box-shadow:0 14px 34px rgba(34,211,238,.46)}
.btn-ghost{background:rgba(255,255,255,.06);border:1px solid var(--panel-border);color:var(--text)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.btn-sm{padding:9px 16px;font-size:13px}
@media (max-width:900px){.nav-links{display:none}}

/* ---------- HERO ---------- */
.hero{padding:84px 0 30px;position:relative}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.hero-copy h1{font-size:clamp(36px,5.2vw,56px);font-weight:800;letter-spacing:-.02em;line-height:1.06;margin:20px 0 20px}
.hero-copy .accent{background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{font-size:17.5px;color:var(--text-dim);max-width:480px;margin-bottom:32px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.hero-proof{display:flex;gap:26px;flex-wrap:wrap}
.proof-item{display:flex;flex-direction:column}
.proof-item b{font-size:22px;font-weight:800;color:var(--cyan)}
.proof-item span{font-size:12px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.07em}
@media (max-width:960px){.hero-grid{grid-template-columns:1fr;gap:44px;text-align:center}
  .hero-copy p{margin-left:auto;margin-right:auto}.hero-cta,.hero-proof{justify-content:center}}

/* ---------- HERO CALL CARD ---------- */
.hero-visual{display:flex;justify-content:center}
.call-card{
  width:min(400px,92vw);background:var(--panel);border:1px solid var(--panel-border);
  border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-lift);
  position:relative;
}
.call-card-top{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--text-dim);font-weight:700;letter-spacing:.03em;margin-bottom:14px}
.call-dot{width:9px;height:9px;border-radius:50%;background:#ff5a5a;box-shadow:0 0 0 4px rgba(255,90,90,.18);animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.call-wave{height:52px;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:16px}
.call-wave span{width:4px;border-radius:3px;background:var(--grad-brand);animation:wave 1.2s ease-in-out infinite}
.call-wave span:nth-child(1){height:14px;animation-delay:0s}
.call-wave span:nth-child(2){height:28px;animation-delay:.1s}
.call-wave span:nth-child(3){height:44px;animation-delay:.2s}
.call-wave span:nth-child(4){height:22px;animation-delay:.3s}
.call-wave span:nth-child(5){height:38px;animation-delay:.4s}
.call-wave span:nth-child(6){height:16px;animation-delay:.5s}
.call-wave span:nth-child(7){height:30px;animation-delay:.6s}
.call-wave span:nth-child(8){height:12px;animation-delay:.7s}
@keyframes wave{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}
.call-transcript{display:flex;flex-direction:column;gap:9px;margin-bottom:16px}
.ct-line{font-size:12.5px;line-height:1.45;padding:9px 12px;border-radius:13px;max-width:88%}
.ct-line.ai{background:var(--panel-2);border:1px solid var(--panel-border);align-self:flex-start;border-bottom-left-radius:4px}
.ct-line.caller{background:var(--grad-brand);color:#08141c;font-weight:600;align-self:flex-end;border-bottom-right-radius:4px}
.call-lead-badge{
  text-align:center;font-size:12.5px;font-weight:700;color:#7dffb0;
  background:rgba(60,255,160,.1);border:1px solid rgba(60,255,160,.32);
  padding:9px;border-radius:99px;
}

/* ---------- STATS ---------- */
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.stat-card{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-md);padding:30px 24px;text-align:center}
.stat-num{font-size:40px;font-weight:800;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:8px}
.stat-label{font-size:13.5px;color:var(--text-dim);line-height:1.5}
@media (max-width:800px){.stats-grid{grid-template-columns:1fr}}

/* ---------- STEPS ---------- */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.step-card{text-align:center;padding:8px;position:relative}
.step-num{
  width:38px;height:38px;border-radius:50%;background:var(--panel-2);border:1.5px solid var(--cyan);color:var(--cyan);
  display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto 14px;font-size:15px;
}
.step-ic{font-size:30px;margin-bottom:10px}
.step-card h4{font-size:17px;font-weight:700;margin-bottom:8px}
.step-card p{font-size:14px;color:var(--text-dim)}
@media (max-width:820px){.steps-grid{grid-template-columns:1fr}}

/* ---------- FEATURES ---------- */
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feat-card{
  background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-md);
  padding:24px 20px;transition:transform .18s ease, border-color .18s ease;
}
.feat-card:hover{transform:translateY(-4px);border-color:rgba(34,211,238,.35)}
.feat-ic{
  width:46px;height:46px;border-radius:13px;background:var(--grad-brand);
  display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;
}
.feat-card h3{font-size:15.5px;font-weight:700;margin-bottom:7px}
.feat-card p{font-size:13px;color:var(--text-dim)}
@media (max-width:1000px){.feat-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.feat-grid{grid-template-columns:1fr}}

/* ---------- INDUSTRIES ---------- */
.ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ind-card{
  display:flex;align-items:center;gap:10px;background:var(--panel);border:1px solid var(--panel-border);
  border-radius:14px;padding:14px 16px;font-size:14px;font-weight:600;position:relative;
}
.ind-card.live{border-color:rgba(34,211,238,.35)}
.ind-ic{font-size:18px}
.ind-tag{margin-left:auto;font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:99px;background:rgba(34,211,238,.14);color:var(--cyan)}
.ind-tag.soon{background:rgba(255,255,255,.06);color:var(--text-faint)}
@media (max-width:900px){.ind-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.ind-grid{grid-template-columns:1fr}}

/* ---------- PRICING ---------- */
.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.price-card{
  background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-md);
  padding:26px 20px;position:relative;display:flex;flex-direction:column;
}
.price-card.hi{border-color:rgba(255,176,32,.5);background:linear-gradient(160deg,rgba(255,176,32,.09),var(--panel));transform:scale(1.03)}
.price-badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--gold);color:#241400;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
  padding:5px 12px;border-radius:99px;white-space:nowrap;
}
.price-card h3{font-size:14px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-dim);margin-bottom:10px}
.price-card .amt{font-size:30px;font-weight:800;margin-bottom:4px}
.price-card .amt span{font-size:13px;color:var(--text-faint);font-weight:500}
.price-mins{font-size:11.5px;color:var(--cyan);font-weight:700;margin-bottom:16px}
.price-card ul{list-style:none;margin:0 0 20px;display:flex;flex-direction:column;gap:9px;flex:1}
.price-card li{font-size:12.5px;color:var(--text-dim);display:flex;gap:7px;line-height:1.4}
.price-card li::before{content:"✓";color:var(--cyan);font-weight:800;flex-shrink:0}
.price-btn{width:100%}
@media (max-width:1050px){.price-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.price-grid{grid-template-columns:1fr}.price-card.hi{transform:none}}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--panel);border:1px solid var(--panel-border);border-radius:14px;overflow:hidden}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px;font-size:14.5px;font-weight:700;text-align:left;
}
.faq-x{color:var(--cyan);font-size:18px;font-weight:400;transition:transform .2s}
.faq-item.open .faq-x{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-a p{padding:0 20px 16px;font-size:13.5px;color:var(--text-dim);line-height:1.6}
.faq-item.open .faq-a{max-height:200px}

/* ---------- CTA ---------- */
.cta-band{
  border-radius:var(--radius-lg);padding:54px 40px;text-align:center;
  background:linear-gradient(135deg, rgba(34,211,238,.16), rgba(255,176,32,.12));
  border:1px solid rgba(34,211,238,.3);
}
.cta-band h2{font-size:clamp(24px,3.2vw,32px);font-weight:800;margin-bottom:12px}
.cta-band p{color:var(--text-dim);margin-bottom:26px}
.email-row{display:flex;gap:10px;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.email-row input{
  flex:1;min-width:220px;background:rgba(0,0,0,.3);border:1px solid var(--panel-border);
  border-radius:99px;padding:12px 18px;color:var(--text);font-size:14px;
}
.email-row input::placeholder{color:var(--text-faint)}
.form-note{font-size:11.5px;color:var(--text-faint);margin-top:12px}

/* ---------- FOOTER ---------- */
footer{border-top:1px solid var(--panel-border);padding:40px 0 32px}
.foot-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}
.foot-links{display:flex;gap:22px;font-size:13.5px;color:var(--text-dim)}
.foot-links a:hover{color:var(--text)}
.foot-copy{font-size:12px;color:var(--text-faint)}

@media (max-width:520px){
  .section{padding:64px 0}
  .wrap{padding:0 20px}
}
