/* Hero proof strip — white band below homepage hero */

.scv-hero-proof {
  --hp-teal: #268599;
  --hp-coral: #e8885e;
  --hp-mid: #618480;
  --hp-navy: #16344c;

  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(40px, 5vw, 56px) 0 clamp(44px, 5vw, 60px);
  background: #fff;
  color: var(--fg-2, #404040);
  font-family: 'Poppins', system-ui, sans-serif;
}

.scv-section.scv-hero-proof::before {
  display: none;
}

.scv-hero-proof__container {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.scv-hero-proof--cards {
  padding-top: clamp(32px, 4vw, 48px);
}

.scv-first-fold__trust-band {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  padding: clamp(12px, 1.8vh, 20px) clamp(20px, 4vw, 64px) clamp(14px, 2vh, 22px);
  background: #fbf4e8;
  border-top: 1px solid rgba(22, 52, 76, 0.1);
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.scv-first-fold__trust-band.scv-section {
  padding-top: clamp(12px, 1.8vh, 20px);
  padding-bottom: clamp(14px, 2vh, 22px);
}

.scv-first-fold__trust-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.scv-first-fold__live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 auto clamp(10px, 1.5vh, 18px);
  padding: 10px 22px 10px 16px;
  border-radius: 999px;
  background: rgba(232, 136, 94, 0.14);
  border: 1px solid rgba(232, 136, 94, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.scv-first-fold__live-badge-dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #239e9b;
  box-shadow: 0 0 0 0 rgba(35, 158, 155, 0.45);
  animation: scv-proof-pulse 2s ease-in-out infinite;
}

.scv-first-fold__live-badge-count {
  font-family: 'Nunito', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #155469;
}

.scv-first-fold__live-badge-label {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 600;
  line-height: 1.35;
  color: #cd7858;
  letter-spacing: 0.02em;
}

.scv-first-fold__trust-heading {
  margin: 0 0 clamp(12px, 1.8vh, 20px);
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #16344c;
}

.scv-first-fold__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(22, 52, 76, 0.2);
  border-bottom: 1px solid rgba(22, 52, 76, 0.2);
}

.scv-first-fold__stat {
  padding: clamp(14px, 2vh, 24px) clamp(10px, 1.5vw, 20px);
  border-right: 1px solid rgba(22, 52, 76, 0.2);
}

.scv-first-fold__stat:last-child {
  border-right: none;
}

.scv-first-fold__stat-value {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.scv-first-fold__stat-number {
  font-family: var(--font-serif, 'Playfair Display', Georgia, serif);
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #155469;
}

.scv-first-fold__stat-suffix {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.2;
  color: #e8885e;
  font-weight: 600;
  align-self: flex-start;
  margin-top: 0.12em;
}

.scv-first-fold__stat-label {
  margin: clamp(6px, 0.8vh, 10px) auto 0;
  max-width: 16ch;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.45;
  color: #525252;
}

@media (max-width: 768px) {
  .scv-first-fold__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scv-first-fold__stat:nth-child(2) {
    border-right: none;
  }

  .scv-first-fold__stat:nth-child(1),
  .scv-first-fold__stat:nth-child(2) {
    border-bottom: 1px solid rgba(22, 52, 76, 0.2);
  }

  .scv-first-fold__trust-heading {
    font-size: clamp(18px, 5vw, 24px);
  }

  .scv-first-fold__stat-number {
    font-size: clamp(32px, 9vw, 44px);
  }
}

html[dir="rtl"] .scv-first-fold__trust-band,
html[dir="rtl"] .scv-first-fold__trust-band * {
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', sans-serif;
}

html[dir="rtl"] .scv-first-fold__trust-heading {
  font-family: 'Tajawal', 'IBM Plex Sans Arabic', sans-serif;
}

html[dir="rtl"] .scv-first-fold__stat {
  border-right: none;
  border-left: 1px solid rgba(22, 52, 76, 0.2);
}

html[dir="rtl"] .scv-first-fold__stat:last-child {
  border-left: none;
}

html[dir="rtl"] .scv-first-fold__stat:nth-child(2) {
  border-left: none;
}

/* Templates directly below trust stats */
.scv-first-fold .hp2026-templates {
  padding-top: clamp(24px, 3vw, 36px);
  margin-top: 0;
  background: #e8e8e8;
}

.scv-hero-proof__ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.5vw, 16px);
  margin-bottom: clamp(32px, 4.5vw, 44px);
  line-height: 1.1;
}

.scv-hero-proof__live-dot {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #239e9b;
  box-shadow: 0 0 0 0 rgba(35, 158, 155, 0.45);
  animation: scv-proof-pulse 2s ease-in-out infinite;
}

@keyframes scv-proof-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(35, 158, 155, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(35, 158, 155, 0); }
}

.scv-hero-proof__ticker-count {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--hp-teal-deep, #155469);
  background: linear-gradient(135deg, var(--hp-teal) 0%, var(--hp-mid) 55%, var(--hp-coral) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scv-hero-proof__ticker-text {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: var(--hp-navy);
  letter-spacing: -0.02em;
}

.scv-hero-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.scv-hero-proof__card {
  padding: clamp(22px, 2.5vw, 28px) clamp(18px, 2vw, 24px);
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid rgba(22, 52, 76, 0.1);
  box-shadow: 0 4px 16px -8px rgba(22, 52, 76, 0.1);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.scv-hero-proof__card:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(38, 133, 153, 0.28);
  box-shadow: 0 16px 32px -14px rgba(22, 52, 76, 0.14);
}

.scv-hero-proof__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.scv-hero-proof__icon svg {
  width: 22px;
  height: 22px;
}

.scv-hero-proof__card--teal .scv-hero-proof__icon {
  background: rgba(38, 133, 153, 0.12);
  color: var(--hp-teal);
}

.scv-hero-proof__card--coral .scv-hero-proof__icon {
  background: rgba(232, 136, 94, 0.14);
  color: var(--hp-coral);
}

.scv-hero-proof__card--mid .scv-hero-proof__icon {
  background: rgba(97, 132, 128, 0.16);
  color: var(--hp-mid);
}

.scv-hero-proof__card--navy .scv-hero-proof__icon {
  background: rgba(22, 52, 76, 0.08);
  color: var(--hp-navy);
}

.scv-hero-proof__title {
  margin: 0 0 10px;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--hp-navy);
}

.scv-hero-proof__body {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.55;
  color: var(--fg-2, #525252);
}

.scv-hero-proof__footnote {
  margin: clamp(28px, 4vw, 36px) 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--fg-3, #737373);
}

@media (max-width: 1024px) {
  .scv-hero-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .scv-hero-proof__container {
    width: min(1240px, calc(100% - 28px));
  }

  .scv-hero-proof__grid {
    grid-template-columns: 1fr;
  }

  .scv-hero-proof__ticker {
    text-align: center;
  }
}

html[dir="rtl"] .scv-hero-proof,
html[dir="rtl"] .scv-hero-proof * {
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', sans-serif;
}

html[dir="rtl"] .scv-hero-proof__title {
  font-family: 'Tajawal', 'IBM Plex Sans Arabic', sans-serif;
}
