/* ── Variables — Teal Palette (index) ────────────────────────────────── */
:root {
  --navy:       #0a1628;
  --navy-dark:  #071020;
  --navy-deeper:#050c1a;
  --navy-light: #e0f7fa;
  --navy-mid:   #0097a7;
  --accent:     #00bcd4;
  --accent-glow:rgba(0,188,212,0.15);
  --white:      #ffffff;
  --off-white:  #f4f8fa;
  --text:       #0a1628;
  --muted:      #607d8b;
  --border:     rgba(10,22,40,0.12);
  --gold:       #E8A020;
  --gold-light: #FEF3DC;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero {
  background: var(--navy-deeper);
  padding: 100px 36px 90px;
  text-align: center;
  position: relative; overflow: hidden;
}
.hero-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,188,212,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 100px; padding: 6px 16px 6px 8px;
  font-size: 12px; color: rgba(255,255,255,0.85); letter-spacing: 0.3px;
  margin-bottom: 32px; position: relative;
}
.hero-tag-dot { width: 8px; height: 8px; border-radius: 50%; background: #4DF0A0; }
.hero h1 {
  font-size: clamp(36px, 5.5vw, 62px); font-weight: 800;
  color: var(--white); max-width: 840px; margin: 0 auto 24px;
  letter-spacing: -2px; position: relative;
}
.hero h1 em { color: #00bcd4; font-style: normal; }
.hero p { font-size: 18px; max-width: 540px; margin: 0 auto 44px; color: rgba(255,255,255,0.7); position: relative; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.btn-hero-primary {
  background: var(--white); color: var(--navy-deeper);
  padding: 15px 32px; border-radius: 10px;
  font-size: 15px; font-weight: 500; font-family: 'DM Sans', sans-serif; border: none; cursor: pointer;
}
.btn-hero-sec {
  background: rgba(255,255,255,0.08); color: var(--white);
  padding: 15px 32px; border-radius: 10px;
  font-size: 15px; font-family: 'DM Sans', sans-serif;
  border: 1px solid rgba(255,255,255,0.25); cursor: pointer;
}
.hero-stats {
  margin-top: 64px; display: flex; gap: 0; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.hero-stat { padding: 0 40px; text-align: center; border-right: 1px solid rgba(255,255,255,0.12); }
.hero-stat:last-child { border-right: none; }
.hero-stat strong { display: block; font-size: 34px; font-family: 'Syne', sans-serif; font-weight: 800; color: var(--white); }
.hero-stat span   { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ── Pain ─────────────────────────────────────────────────────────────── */
.pain { background: var(--white); padding: 80px 36px; }
.pain-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.pain-inner h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; }
.pain-inner > p { color: var(--muted); font-size: 16px; margin-bottom: 44px; max-width: 500px; margin-left: auto; margin-right: auto; }
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.pain-card { background: #FFF5F5; border-left: 3px solid #E05050; border-radius: 10px; padding: 20px; text-align: left; }
.pain-card p { font-size: 14px; color: #4A1515; line-height: 1.6; font-style: italic; }

/* ── Pillars ──────────────────────────────────────────────────────────── */
.pillars { background: var(--off-white); padding: 88px 36px; }
.pillars-inner { max-width: 1060px; margin: 0 auto; }
.pillars-header { text-align: center; margin-bottom: 64px; }
.pillars-header h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -1px; }

.pillar { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 88px; }
.pillar.rev .pillar-visual { order: -1; }

.pillar-num {
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700;
  color: var(--navy); letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 12px; display: flex; align-items: center; gap: 10px;
}
.pillar-num::before { content: ''; display: block; width: 28px; height: 2px; background: var(--navy); }
.pillar h3    { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 14px; }
.pillar-sub   { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.pillar-points { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.pillar-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.check {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px;
  background: var(--navy); margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M5 11l4.5 4.5 7.5-8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Visual cards */
.pillar-visual { background: var(--white); border-radius: 18px; border: 1px solid var(--border); padding: 26px; box-shadow: 0 4px 32px rgba(10,22,40,0.07); }
.pv-head { font-size: 11px; font-weight: 500; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; }
.pv-metric { background: var(--navy-light); border-radius: 10px; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.pv-metric-label { font-size: 13px; color: var(--navy); }
.pv-metric-val   { font-family: 'Syne', sans-serif; font-size: 24px; font-weight: 800; color: var(--navy); }
.pv-row  { display: flex; gap: 10px; margin-bottom: 12px; }
.pv-chip { background: var(--off-white); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; font-size: 13px; flex: 1; color: var(--muted); }
.pv-chip strong { display: block; font-size: 20px; font-family: 'Syne', sans-serif; color: var(--navy); font-weight: 800; }
.pv-chat { display: flex; flex-direction: column; gap: 10px; }
.pv-msg  { background: var(--navy-light); border-radius: 12px 12px 12px 2px; padding: 12px 16px; font-size: 13px; color: var(--navy-deeper); max-width: 82%; }
.pv-msg.out { background: var(--navy); color: #fff; align-self: flex-end; border-radius: 12px 12px 2px 12px; }
.pv-badge { display: inline-block; background: rgba(255,255,255,0.2); font-size: 10px; border-radius: 4px; padding: 2px 6px; margin-bottom: 5px; }
.pv-pipe-row { display: flex; justify-content: space-between; align-items: center; background: var(--off-white); border-radius: 8px; padding: 12px 14px; font-size: 13px; margin-bottom: 8px; border: 1px solid var(--border); }
.pv-pipe-val { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; }
.pv-pipe-val.closed  { color: var(--navy); }
.pv-pipe-val.pending { color: var(--gold); }
.pv-closed-row { background: var(--navy-light); border-radius: 8px; padding: 14px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--navy-deeper); }
.pv-closed-val { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); }

/* ── Channels strip ───────────────────────────────────────────────────── */
.channels   { background: var(--navy); padding: 56px 36px; text-align: center; }
.channels h3 { font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.channels p  { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 32px; }
.ch-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ch-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 100px; padding: 10px 20px; font-size: 14px; color: var(--white); }

/* ── Features grid ────────────────────────────────────────────────────── */
.features { background: var(--white); padding: 88px 36px; }
.features-inner  { max-width: 1060px; margin: 0 auto; }
.features-header { text-align: center; margin-bottom: 52px; }
.features-header h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -0.5px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.feat-card { border: 1px solid var(--border); border-radius: 14px; padding: 26px; }
.feat-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 16px; }
.feat-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.feat-card p  { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── Testimonials ─────────────────────────────────────────────────────── */
.testi { background: var(--off-white); padding: 88px 36px; }
.testi-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.testi-inner h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi-card { background: var(--white); border-radius: 14px; padding: 26px; text-align: left; border: 1px solid var(--border); }
.testi-stars  { color: var(--gold); font-size: 14px; margin-bottom: 14px; }
.testi-card q { font-size: 15px; color: var(--text); font-style: italic; display: block; margin-bottom: 22px; quotes: "\201C""\201D"; }
.testi-card q::before { content: open-quote; }
.testi-card q::after  { content: close-quote; }
.testi-author  { display: flex; align-items: center; gap: 10px; }
.testi-avatar  { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.testi-name    { font-size: 14px; font-weight: 500; }
.testi-biz     { font-size: 12px; color: var(--muted); }

/* ── Pricing preview ──────────────────────────────────────────────────── */
.pricing { background: var(--white); padding: 88px 36px; }
.pricing-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.pricing-inner h2   { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.pricing-inner > p  { color: var(--muted); font-size: 16px; margin-bottom: 48px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { border: 1.5px solid var(--border); border-radius: 18px; padding: 34px; text-align: left; }
.price-card.featured { background: var(--navy-deeper); border-color: var(--navy-deeper); color: var(--white); }
.price-tier { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.price-card.featured .price-tier { color: rgba(255,255,255,0.5); }
.price-amt     { font-family: 'Syne', sans-serif; font-size: 46px; font-weight: 800; letter-spacing: -2px; line-height: 1; margin-bottom: 4px; }
.price-amt sup { font-size: 20px; font-weight: 500; letter-spacing: 0; }
.price-per     { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.price-card.featured .price-per { color: rgba(255,255,255,0.5); }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 30px; }
.price-list li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.price-list li::before {
  content: ''; flex-shrink: 0; width: 18px; height: 18px; border-radius: 5px;
  background: var(--navy); margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9l3.5 3.5 6.5-7' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.price-card.featured .price-list li::before {
  background: rgba(255,255,255,0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9l3.5 3.5 6.5-7' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.price-btn { display: block; width: 100%; padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 500; font-family: 'DM Sans', sans-serif; cursor: pointer; text-align: center; border: none; }
.price-btn.outline { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
.price-btn.solid   { background: var(--white); color: var(--navy-deeper); }

/* ── Final CTA (index variant) ────────────────────────────────────────── */
.final-cta { background: var(--navy); padding: 100px 36px; text-align: center; }
.final-cta h2 { font-size: clamp(28px, 5vw, 50px); font-weight: 800; color: var(--white); max-width: 680px; margin: 0 auto 18px; letter-spacing: -1.5px; }
.final-cta p  { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 480px; margin: 0 auto 44px; }
.cta-btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-cta-w     { background: var(--white); color: var(--navy-deeper); padding: 16px 36px; border-radius: 10px; font-size: 16px; font-weight: 500; font-family: 'DM Sans', sans-serif; border: none; cursor: pointer; }
.btn-cta-ghost { background: transparent; color: rgba(255,255,255,0.85); padding: 16px 28px; border-radius: 10px; font-size: 16px; font-family: 'DM Sans', sans-serif; border: 1px solid rgba(255,255,255,0.25); cursor: pointer; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 660px) {
  .pillar, .pillar.rev { grid-template-columns: 1fr; }
  .pillar.rev .pillar-visual { order: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-stat { padding: 12px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .hero-stat:last-child { border-bottom: none; }
}
