/* ── RESPONSIVE ── */

/* ── Scroll-triggered animations ── */

/* Hero grid visuals */

/* Why section */
.why-section{background:var(--off);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.why-pain{display:flex;flex-direction:column;gap:20px}
.why-pain-item{display:flex;gap:16px;align-items:flex-start}
.why-pain-icon{flex-shrink:0;width:38px;height:38px;background:#fee2e2;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#dc2626}
.why-pain-text h4{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:4px}
.why-pain-text p{font-size:14px;color:var(--muted);line-height:1.6}
.why-answer{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(13,115,119,.07)}
.why-answer-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--teal);margin-bottom:12px}
.why-answer h3{font-size:22px;font-weight:700;color:var(--dark);margin-bottom:14px;line-height:1.3}
.why-answer p{font-size:15px;color:var(--mid);line-height:1.7;margin-bottom:20px}
.why-answer-proof{display:flex;flex-direction:column;gap:10px}
.why-proof-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--mid)}
.why-proof-item svg{flex-shrink:0;color:var(--teal)}
@media(max-width:768px){
.why-grid{grid-template-columns:1fr;gap:32px}
}

@media(max-width:767px){
.htc-grid{grid-template-columns:1fr!important;gap:32px!important}
}

/* Hero video thumbnail */
.hero-vid-btn {
  display: block;
  border: none;
  padding: 0;
  background: #0f1720;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(13,115,119,.18);
  cursor: pointer;
  width: 100%;
}
.hero-vid-btn:hover .hero-vid-circle { transform: scale(1.08); }
.hero-vid-btn:focus-visible { outline: 2px solid #0d7377; outline-offset: 3px; }
.hero-vid-inner { position: relative; padding-bottom: 56.25%; }
.hero-vid-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; display: block; }
.hero-vid-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.hero-vid-circle {
  width: 68px;
  height: 68px;
  background: rgba(255,255,255,.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,.28);
  transition: transform .18s;
}

/* Video thumbnail button */
.video-thumb-btn {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: #0f1720;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(13,115,119,.15);
  cursor: pointer;
  position: relative;
}
.video-thumb-btn:focus-visible { outline: 2px solid #0d7377; outline-offset: 3px; }

/* Watch video button */
.btn-watch-video {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #0c1a1c;
  color: #fff;
  border: none;
  padding: 13px 28px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s;
  width: 100%;
  justify-content: center;
  max-width: 260px;
}
.btn-watch-video:hover { background: #0d7377; }
.btn-watch-video:focus-visible { outline: 2px solid #0d7377; outline-offset: 2px; background: #0d7377; }

/* Hero trust signals */
.hero-trust {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.hero-trust li {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-trust li::before {
  content: '✓';
  color: var(--teal);
  font-weight: 700;
  font-size: 12px;
}

/* Screen-reader only utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── Newsletter modal ── */
