/*
 * Product Page — schedule-validator-theme
 * All styles scoped under .prod-page to avoid conflicts with main.css
 */

/* ── HERO ─────────────────────────────────────────────────────────── */
.prod-page .hero {
  position: relative;
  height: 755px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0 48px;
  color: white;
  background: linear-gradient(160deg, #1a2e1a 0%, #2a4a30 30%, #1e3a24 60%, #152812 100%);
  background-size: cover;
  background-position: center;
}
/* Dark overlay when a custom bg image is applied */
.prod-page .hero[style]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
  pointer-events: none;
}
.prod-page .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.prod-page .hero-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1.5px solid #7EDB7F;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 24px;
  color: #7EDB7F;
  backdrop-filter: blur(4px);
}
.prod-page .hero-platform-badge .bolt {
  width: 16px; height: 16px;
  background: none;
  display: flex; align-items: center; justify-content: center;
}
.prod-page .hero-platform-badge .bolt svg { width: 14px; height: 14px; fill: #7EDB7F; }
.prod-page .hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(42px, 6.5vw, 56px);
  line-height: 1.0;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-weight: 400;
}
.prod-page .hero h1 .line1 { display: block; color: #7EDB7F; font-style: normal; }
.prod-page .hero h1 .line2 { display: block; color: #ffffff; margin-top: 4px; }
.prod-page .hero-body {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  max-width: 700px;
  margin: 22px auto 10px;
  font-weight: 400;
}
.prod-page .hero-compat {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #7EDB7F;
  letter-spacing: .1px;
  margin-bottom: 20px;
}
.prod-page .hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.prod-page .hero .btn-primary {
  background: #46A147;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 7px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background .2s;
}
.prod-page .hero .btn-primary:hover { background: #3a8e3b; }
.prod-page .hero .btn-outline {
  background: rgba(70,161,71,0.1);
  color: #fff;
  border: 1px solid #46A147;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 64px;
}
.prod-page .hero-note {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #7EDB7F;
  font-weight: 600;
}

/* ── KPI BLOCK ────────────────────────────────────────────────────── */
.prod-page .kpi-block {
  position: relative;
  overflow: hidden;
  background-color: #f4f6f4;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent, transparent 18px,
    rgba(180,210,185,.18) 18px, rgba(180,210,185,.18) 19px
  );
}
/* Custom background image — covers the diagonal pattern */
.prod-page .kpi-block[style] {
  background-color: #0d1a0d;
  background-image: var(--prod-kpi-bg, none);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.prod-page .kpi-block[style] .kpi-row { position: relative; z-index: 1; }
.prod-page .kpi-row { position: relative; padding: 80px; overflow: visible; }
.prod-page .kpi-row-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
}
.prod-page .kpi-visual-right { margin-right: -80px; }
.prod-page .kpi-visual-left  { margin-left:  -80px; }

.prod-page .kpi-card-outer {
  background: rgba(70,161,71,.1);
  border-radius: 18px 0 0 18px;
  padding: 20px;
  width: 700px;
  height: 613px;
  display: flex;
  flex-direction: column;
}
.prod-page .kpi-card-outer.kpi-visual-left { border-radius: 0 18px 18px 0; }
.prod-page .kpi-card-inner {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}
.prod-page .kpi-card-inner.screenshot { overflow: hidden; }

/* screenshot image fill */
.prod-page .kpi-card-inner .kpi-screenshot-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* text side */
.prod-page .kpi-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7EDB7F;
  margin-bottom: 14px;
}
.prod-page .kpi-title {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #121212;
  margin-bottom: 16px;
}
.prod-page .kpi-title-green {
  display: block;
  color: #7EDB7F;
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
.prod-page .kpi-body {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  max-width: 420px;
}
.prod-page .kpi-checklist {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prod-page .kpi-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}
.prod-page .kpi-check-icon {
  flex-shrink: 0;
  margin-top: 1px;
  width: 22px; height: 22px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.prod-page .kpi-check-icon svg { width: 13px; height: 13px; }

/* ── Dashboard illustration styles (static SVG placeholders) ──────── */
.prod-page .sv-score-bar { display: grid; grid-template-columns: repeat(6,1fr); }
.prod-page .sv-score-cell {
  padding: 8px 6px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.15);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.prod-page .sv-score-cell:last-child { border-right: none; }
.prod-page .sv-score-cell .sc-label { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; opacity: .8; color: white; }
.prod-page .sv-score-cell .sc-num  { font-family: 'Anton', sans-serif; font-size: 22px; line-height: 1; color: white; }
.prod-page .sv-score-cell .sc-sub  { font-size: 7px; font-weight: 600; color: rgba(255,255,255,.7); }
.prod-page .sc-orange { background: #e07c00; }
.prod-page .sc-green  { background: #46A147; }
.prod-page .sc-teal   { background: #2a9d8f; }
.prod-page .sc-dark   { background: #1a3a1a; }
.prod-page .sv-body { padding: 10px 12px; display: flex; flex-direction: column; gap: 8px; }
.prod-page .sv-section-title { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #888; margin-bottom: 4px; border-bottom: 1px solid #eee; padding-bottom: 3px; }
.prod-page .sv-row { display: flex; gap: 8px; align-items: center; font-size: 9px; color: #444; margin-bottom: 2px; }
.prod-page .sv-row-label { width: 80px; flex-shrink: 0; color: #888; font-weight: 500; }
.prod-page .sv-row-val { font-weight: 700; color: #222; }
.prod-page .sv-metric-grid   { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; margin-top: 4px; }
.prod-page .sv-metric-grid-2 { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; margin-top: 4px; }
.prod-page .sv-metric-box { padding: 5px 4px; border-radius: 4px; text-align: center; border: 1px solid #ddd; }
.prod-page .sv-metric-box .mb-num { font-family: 'Anton', sans-serif; font-size: 16px; line-height: 1; color: #46A147; }
.prod-page .sv-metric-box .mb-num.red    { color: #c0392b; }
.prod-page .sv-metric-box .mb-num.orange { color: #e07c00; }
.prod-page .sv-metric-box .mb-label { font-size: 7px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .3px; margin-top: 2px; }
.prod-page .sv-metric-box.highlight { background: #e8f5e9; border-color: #46A147; }
.prod-page .sv-metric-box.highlight .mb-num { color: #46A147; }
.prod-page .sv-metric-box.warn    { background: #fff8e1; border-color: #f4a261; }
.prod-page .sv-metric-box.warn .mb-num { color: #e07c00; }
.prod-page .sv-metric-box.danger  { background: #fde8e8; border-color: #e63946; }
.prod-page .sv-metric-box.danger .mb-num { color: #c0392b; }
.prod-page .sv-data-table { width: 100%; border-collapse: collapse; font-size: 8.5px; }
.prod-page .sv-data-table thead tr { background: #1e3a28; color: white; }
.prod-page .sv-data-table th { padding: 5px; font-weight: 700; font-size: 7.5px; text-transform: uppercase; letter-spacing: .4px; white-space: nowrap; }
.prod-page .sv-data-table td { padding: 4px 5px; border-bottom: 1px solid #f0f0f0; white-space: nowrap; }
.prod-page .sv-data-table tbody tr:nth-child(odd)  { background: #fafafa; }
.prod-page .sv-data-table tbody tr:nth-child(even) { background: #fff; }
.prod-page .sv-num-cell { text-align: center; font-weight: 700; font-family: 'Manrope', sans-serif; border-radius: 3px; padding: 2px 4px; font-size: 8px; }
.prod-page .sv-num-cell.g { background: #46A147; color: white; }
.prod-page .sv-num-cell.r { background: #e63946; color: white; }
.prod-page .sv-num-cell.o { background: #e07c00; color: white; }
.prod-page .sv-num-cell.y { background: #f9c74f; color: #333; }
.prod-page .sv-num-cell.n { background: #eee; color: #555; }
.prod-page .sv-chart-card { padding: 12px; }
.prod-page .sv-chart-title { font-size: 10px; font-weight: 800; color: #222; margin-bottom: 2px; }
.prod-page .sv-chart-sub   { font-size: 8px; color: #888; margin-bottom: 8px; line-height: 1.4; }
.prod-page .sv-chart-legend { display: flex; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
.prod-page .sv-chart-legend-item { display: flex; align-items: center; gap: 4px; font-size: 8px; color: #555; font-weight: 600; }
.prod-page .sv-legend-line { width: 20px; height: 2px; border-radius: 1px; }
.prod-page .sv-legend-dash { width: 20px; height: 0; border-top: 2px dashed; }
.prod-page .sv-portfolio { padding: 10px; }

/* ── VIDEO SECTION ────────────────────────────────────────────────── */
.prod-page .video-section {
  background: #f0faf0;
  padding: 72px 48px 80px;
  text-align: center;
}
.prod-page .video-section-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-style: normal;
  font-weight: 400;
  color: #121212;
  margin-bottom: 12px;
  line-height: 1.1;
}
.prod-page .video-section-title .highlight { color: #7EDB7F; }
.prod-page .video-section-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #555;
  margin: 0 auto 36px;
  max-width: 480px;
  font-weight: 500;
}
.prod-page .video-placeholder {
  margin: 0 auto;
  max-width: 860px;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.45) 100%),
    linear-gradient(135deg, #2a3a28 0%, #1a2a18 30%, #3a4a30 60%, #1e2e1c 100%);
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
}
.prod-page .video-placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 14px;
}
.prod-page .video-placeholder img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.prod-page .video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.prod-page .video-play-btn span {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.prod-page .video-play-btn span svg {
  width: 100%;
  height: 100%;
  fill: white;
  margin-left: 4px;
}

/* ── INTEGRATIONS ─────────────────────────────────────────────────── */
.prod-page .integrations-section {
  position: relative;
  padding: 80px 64px;
  overflow: hidden;
  background:
    linear-gradient(rgba(10,20,10,.78), rgba(10,20,10,.82)),
    linear-gradient(135deg, #1a2a18 0%, #0e1a0e 40%, #1e2e1c 70%, #111a10 100%);
}
/* When a custom bg image is uploaded */
.prod-page .integrations-section[style] {
  background:
    linear-gradient(rgba(10,20,10,.78), rgba(10,20,10,.82)),
    var(--prod-int-bg, none);
  background-size: cover;
  background-position: center;
}
.prod-page .integrations-section[style] .integrations-bg { opacity: 0; }
.prod-page .integrations-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.prod-page .integrations-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.prod-page .int-heading {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 16px;
}
.prod-page .int-heading .line-green { display: block; color: #7EDB7F; }
.prod-page .int-heading .line-white { display: block; color: #ffffff; }
.prod-page .int-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,.7);
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 600px;
}
.prod-page .int-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.prod-page .int-card {
  background: rgba(30,60,30,.55);
  border: 1px solid rgba(100,180,100,.25);
  border-radius: 10px;
  padding: 28px 24px;
  backdrop-filter: blur(4px);
}
.prod-page .int-card-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #7EDB7F;
  margin-bottom: 16px;
  line-height: 1.6;
}
.prod-page .int-card-body {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  font-weight: 400;
}
.prod-page .int-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.prod-page .int-btn-primary {
  background: #46A147;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 7px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s;
}
.prod-page .int-btn-primary:hover { background: #3a8e3b; }
.prod-page .int-btn-outline {
  background: rgba(70,161,71,0.1);
  color: #fff;
  border: 1px solid #46A147;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 64px;
}
.prod-page .int-note {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #7EDB7F;
  font-weight: 600;
}

/* ── STATS BAR ────────────────────────────────────────────────────── */
.prod-page .stats-bar {
  background: var(--stats-bar-bg, none), #0E6B21;
  background-size: cover, auto;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 36px 48px;
}
.prod-page .stats-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.prod-page .stat-item {
  flex: 1;
  min-width: 160px;
  text-align: center;
  padding: 20px 32px;
  /* border-right: 2px dashed rgba(255,255,255,.3); */
  color: white;
}
.prod-page .stat-item:last-child { border-right: none; }
.prod-page .stat-num {
  font-family: 'Anton', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 8px;
  color: #ffffff;
}
.prod-page .stat-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,.85);
}

/* ── CTA SECTION ──────────────────────────────────────────────────── */
.prod-page .cta-section {
  position: relative;
  background: #0a160a var(--prod-cta-bg, none);
  background-size: 100% 100%;
  background-position: center center;
  padding: 100px 80px;
  overflow: hidden;
  height: 706px;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .prod-page .cta-section {
    height: 400px;
  }
}
/* Left-to-right gradient so text stays readable when a bg image is set */
.prod-page .cta-section[style]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
  pointer-events: none;
}
.prod-page .cta-section[style] .cta-bg { opacity: 0; }
.prod-page .cta-section[style] .cta-inner { z-index: 1; }
.prod-page .cta-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}
.prod-page .cta-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.prod-page .cta-inner {
  max-width: 560px;
}
.prod-page .cta-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 16px;
}
.prod-page .cta-title .line-white { display: block; color: #ffffff; }
.prod-page .cta-title .line-green { display: block; color: #7EDB7F; }
.prod-page .cta-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 28px;
  font-weight: 400;
}
.prod-page .cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.prod-page .cta-btn-primary {
  background: #46A147;
  color: #fff;
  border: 2px solid #46A147;
  padding: 13px 26px;
  border-radius: 7px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background .2s;
}
.prod-page .cta-btn-primary:hover { background: #3a8e3b; }
.prod-page .cta-btn-outline {
  background: rgba(70,161,71,0.1);
  color: #fff;
  border: 1px solid #46A147;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 64px;
}
.prod-page .cta-note {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #7EDB7F;
  font-weight: 600;
}

/* ── RESPONSIVE: tablet 860px ────────────────────────────────────── */
@media (max-width: 860px) {
  .prod-page .hero { height: auto; min-height: 480px; padding: 60px 24px; }
  .prod-page .hero h1 { font-size: clamp(32px, 8vw, 52px); }
  .prod-page .hero-body { font-size: 14px; }
  .prod-page .hero-btns { flex-direction: column; align-items: center; }

  .prod-page .kpi-block { overflow: hidden; }
  .prod-page .kpi-row { padding: 52px 24px; }
  .prod-page .kpi-row-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .prod-page .kpi-row-inner .kpi-card-outer.kpi-visual-left { order: 2; }
  .prod-page .kpi-row-inner .kpi-text.kpi-text-right { order: 1; }
  .prod-page .kpi-visual-right,
  .prod-page .kpi-visual-left { margin-right: 0; margin-left: 0; }
  .prod-page .kpi-card-outer {
    width: 100%; height: auto;
    border-radius: 12px !important;
  }
  .prod-page .kpi-card-inner.screenshot { max-height: 280px; }
  .prod-page .kpi-title { font-size: 26px; }
  .prod-page .kpi-title-green { font-size: 26px; }
  .prod-page .kpi-body { font-size: 13px; }

  .prod-page .video-section { padding: 48px 24px; }
  .prod-page .video-section-title { font-size: 26px; }
  .prod-page .video-placeholder { border-radius: 10px; }

  .prod-page .integrations-section { padding: 60px 24px; }
  .prod-page .int-heading { font-size: clamp(28px, 7vw, 42px); }
  .prod-page .int-cards { grid-template-columns: 1fr; gap: 14px; }
  .prod-page .int-actions { flex-direction: column; align-items: flex-start; }
  .prod-page .int-btn-primary,
  .prod-page .int-btn-outline { width: 100%; justify-content: center; }

  .prod-page .stats-bar { padding: 32px 16px; }
  .prod-page .stats-bar-inner { flex-wrap: wrap; }
  .prod-page .stat-item {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px dashed rgba(255,255,255,.25);
    padding: 16px;
  }
  .prod-page .stat-item:nth-child(odd) { border-right: 1px dashed rgba(255,255,255,.25); }
  .prod-page .stat-item:last-child { border-bottom: none; }
  .prod-page .stat-num { font-size: 36px; }

  .prod-page .cta-section { padding: 60px 24px; }
  .prod-page .cta-inner { max-width: 100%; }
  .prod-page .cta-title { font-size: clamp(26px, 7vw, 40px); }
  .prod-page .cta-btns { flex-direction: column; }
  .prod-page .cta-btn-primary,
  .prod-page .cta-btn-outline { width: 100%; justify-content: center; }
}

/* ── RESPONSIVE: mobile 480px ────────────────────────────────────── */
@media (max-width: 480px) {
  .prod-page .hero { padding: 40px 16px; min-height: 420px; }
  .prod-page .hero h1 { font-size: 30px; }
  .prod-page .hero-compat { font-size: 11px; }
  .prod-page .hero .btn-primary,
  .prod-page .hero .btn-outline { font-size: 13px; padding: 12px 18px; width: 100%; justify-content: center; }
  .prod-page .hero-btns { width: 100%; }

  .prod-page .kpi-row { padding: 40px 16px; }
  .prod-page .kpi-title { font-size: 22px; }
  .prod-page .kpi-title-green { font-size: 22px; }
  .prod-page .kpi-eyebrow { font-size: 10px; }
  .prod-page .kpi-checklist li { font-size: 13px; }
  .prod-page .kpi-card-inner.screenshot { max-height: 220px; }
  .prod-page .sv-score-bar { grid-template-columns: repeat(3,1fr); }
  .prod-page .sv-data-table { font-size: 7.5px; }
  .prod-page .sv-data-table th { font-size: 6.5px; padding: 4px 3px; }
  .prod-page .sv-data-table td { padding: 3px; }

  .prod-page .video-section { padding: 40px 16px; }
  .prod-page .video-section-title { font-size: 22px; }
  .prod-page .video-section-sub { font-size: 13px; }

  .prod-page .integrations-section { padding: 48px 16px; }
  .prod-page .int-heading { font-size: 26px; }
  .prod-page .int-sub { font-size: 13px; }
  .prod-page .int-card { padding: 20px 16px; }
  .prod-page .int-btn-primary,
  .prod-page .int-btn-outline { font-size: 13px; padding: 12px 18px; }

  .prod-page .stats-bar { padding: 24px 12px; }
  .prod-page .stat-item { flex: 0 0 50%; padding: 12px 8px; }
  .prod-page .stat-num { font-size: 30px; }
  .prod-page .stat-label { font-size: 9px; }

  .prod-page .cta-section { padding: 48px 16px; }
  .prod-page .cta-title { font-size: 24px; }
  .prod-page .cta-sub { font-size: 13px; }
  .prod-page .cta-btn-primary,
  .prod-page .cta-btn-outline { font-size: 13px; padding: 12px 18px; }
}
