/* ═══════════════════════════════════════════════
   Sonic Boom — sipsconsultant.com
   High-conversion layer over the SIPs Consultant theme
   ═══════════════════════════════════════════════ */

/* ── Scroll-reveal base ── */
.sb-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sb-reveal.sb-visible {
  opacity: 1;
  transform: translateY(0);
}
.sb-reveal-delay-1 { transition-delay: 0.1s; }
.sb-reveal-delay-2 { transition-delay: 0.2s; }
.sb-reveal-delay-3 { transition-delay: 0.3s; }
.sb-reveal-delay-4 { transition-delay: 0.4s; }

/* ── Hero trust badge row ── */
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  align-items: center;
}
.hero-trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 6px 14px;
  border-radius: 50px;
  white-space: nowrap;
}
.hero-trust-badge svg {
  flex-shrink: 0;
  color: var(--bronze);
}

/* ── Problem section ── */
.section-problem {
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
.problem-intro {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}
.problem-intro .label { color: #c0392b; border-color: rgba(192,57,43,0.2); background: rgba(192,57,43,0.06); }
.problem-intro h2 { font-size: clamp(26px,3.2vw,40px); font-weight: 700; color: var(--slate); letter-spacing: -0.025em; margin-bottom: 16px; }
.problem-intro p { font-size: 17px; color: var(--text-muted); line-height: 1.65; }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.problem-item {
  background: #fafafa;
  border: 1px solid #ececec;
  border-left: 3px solid #c0392b;
  border-radius: 6px;
  padding: 24px 20px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.problem-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.problem-item-pain {
  font-size: 15px;
  font-weight: 600;
  color: var(--slate);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.problem-item-pain svg { flex-shrink: 0; margin-top: 2px; color: #c0392b; }
.problem-item p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.55; padding-left: 26px; }

/* ── Proof / testimonials moved up ── */
.section-proof {
  background: var(--off-white);
  padding: 80px 0;
}
.proof-stats-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  padding: 32px 0;
  border-bottom: 1px solid #e0dcd6;
}
.proof-stat { text-align: center; }
.proof-stat-num {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(36px,4.5vw,56px);
  font-weight: 800;
  color: var(--slate);
  line-height: 1;
  letter-spacing: -0.03em;
}
.proof-stat-num em {
  font-style: normal;
  color: var(--bronze);
}
.proof-stat-lbl {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Testimonial cards enhanced ── */
.testi-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.testi-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.testi-outcome {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bronze);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-top: 1px solid var(--bronze);
  padding-top: 10px;
}

/* ── Named methodology section ── */
.section-method {
  background: #fff;
  padding: 80px 0;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 2px;
  margin-top: 48px;
  background: #e8e4df;
  border-radius: 8px;
  overflow: hidden;
}
.method-step {
  background: #fff;
  padding: 36px 28px;
  position: relative;
  transition: background 0.25s ease;
}
.method-step:hover { background: #fdfaf6; }
.method-num {
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--bronze);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.method-step h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--slate);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.method-step p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.6; }
.method-outcome {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bronze);
}

/* ── Persona cards hover ── */
.persona-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  cursor: default;
}
.persona-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-4px);
}

/* ── Package cards hover ── */
.pkg-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.pkg-card:not(.featured):hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}

/* ── Evidence / about section enhanced ── */
.evidence-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}
.evidence-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate);
  background: var(--off-white);
  border: 1px solid #e0dcd6;
  padding: 7px 14px;
  border-radius: 50px;
}
.evidence-badge svg { color: var(--bronze); flex-shrink: 0; }

/* ── Final CTA enhanced ── */
.cta-multi-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.cta-divider {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cta-phone-big {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(28px,3.5vw,42px);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}
.cta-phone-big:hover { color: var(--bronze); }
.cta-reassurance {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-align: center;
}
.cta-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 10px;
}

/* ── Sticky mobile CTA ── */
.sb-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--slate);
  border-top: 2px solid var(--bronze);
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sb-sticky-cta a.sb-sticky-primary {
  flex: 1;
  background: var(--bronze);
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  padding: 13px 16px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.sb-sticky-cta a.sb-sticky-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.sb-sticky-cta a.sb-sticky-phone svg { color: var(--bronze); }
.sb-sticky-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  padding: 4px;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .sb-sticky-cta { display: flex; }
  /* add padding to body so footer content isn't hidden behind sticky CTA */
  body.has-sticky-cta { padding-bottom: 68px; }
  /* hero trust row vertical */
  .hero-trust-row { gap: 10px; }
  .hero-trust-badge { font-size: 12px; padding: 5px 12px; }
  /* proof stats compact */
  .proof-stats-row { gap: 28px; }
  .proof-stat-num { font-size: 36px; }
}

@media (min-width: 769px) {
  .sb-sticky-cta { display: none !important; }
}
