/*!
 * Ares Energy — Solar Add-On Landing Page (Premium v2)
 * Prefix: sap- (solar addon premium)
 * Design: Elite CRO / Google Ads conversion-focused
 */

/* ── CSS Variables ───────────────────────────────────────────── */
:root {
  --sap-navy:        #0a1628;
  --sap-navy-2:      #0f1f38;
  --sap-navy-3:      #1a2e4a;
  --sap-navy-4:      #243a58;
  --sap-orange:      #f38b2a;
  --sap-orange-2:    #e07820;
  --sap-orange-3:    #ffa94d;
  --sap-orange-glow: rgba(243,139,42,0.22);
  --sap-green:       #10b981;
  --sap-red:         #ef4444;
  --sap-white:       #ffffff;
  --sap-off-white:   #fafbfc;
  --sap-gray-50:     #f9fafb;
  --sap-gray-100:    #f3f4f6;
  --sap-gray-200:    #e5e7eb;
  --sap-gray-400:    #9ca3af;
  --sap-gray-500:    #6b7280;
  --sap-gray-700:    #374151;
  --sap-gray-800:    #1f2937;
  --sap-r-sm:        8px;
  --sap-r-md:        14px;
  --sap-r-lg:        20px;
  --sap-r-xl:        28px;
  --sap-shadow-sm:   0 2px 8px rgba(0,0,0,0.07);
  --sap-shadow-md:   0 4px 20px rgba(0,0,0,0.10);
  --sap-shadow-lg:   0 8px 40px rgba(0,0,0,0.14);
  --sap-shadow-xl:   0 20px 60px rgba(0,0,0,0.20);
  --sap-glow:        0 0 0 1px rgba(243,139,42,0.3), 0 8px 32px rgba(243,139,42,0.18);
}

/* ── Base ────────────────────────────────────────────────────── */
.sap-section { padding: 88px 0; }
.sap-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.sap-section-header { text-align: center; margin-bottom: 56px; }
.sap-section-header h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--sap-navy);
  margin: 10px 0 14px;
  letter-spacing: -0.02em;
}
.sap-section-sub {
  font-size: 1.05rem;
  color: var(--sap-gray-500);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}
.sap-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}
.sap-badge-orange { background: rgba(243,139,42,0.12); color: var(--sap-orange); }
.sap-badge-white  { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.95); }
.sap-accent       { color: var(--sap-orange); }
.sap-accent-light { color: var(--sap-orange-3); }

/* Buttons */
.sap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s;
  white-space: nowrap;
  position: relative;
  border-radius: var(--sap-r-md);
}
.sap-btn-lg {
  font-size: 1.05rem;
  padding: 16px 30px;
}
.sap-btn-md {
  font-size: 0.95rem;
  padding: 13px 22px;
}
.sap-btn-primary {
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white);
  box-shadow: 0 4px 18px rgba(243,139,42,0.38);
}
.sap-btn-primary:hover {
  background: linear-gradient(135deg, var(--sap-orange-2), #c96a10);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(243,139,42,0.50);
  color: var(--sap-white);
}
.sap-btn-outline-white {
  background: rgba(255,255,255,0.08);
  color: var(--sap-white);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.sap-btn-outline-white:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.6);
  color: var(--sap-white);
}
.sap-btn-ghost {
  background: var(--sap-gray-100);
  color: var(--sap-navy);
  border: 2px solid var(--sap-gray-200);
}
.sap-btn-ghost:hover {
  background: var(--sap-navy);
  color: var(--sap-white);
  border-color: var(--sap-navy);
}
.sap-btn-micro {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.82;
  margin-top: 2px;
}

/* ── Sticky Mobile CTA ───────────────────────────────────────── */
.sap-sticky {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 950;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px env(safe-area-inset-bottom, 10px);
  background: var(--sap-navy);
  border-top: 2px solid var(--sap-orange);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sap-sticky.is-visible { transform: translateY(0); }
.sap-sticky-call {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: var(--sap-white);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 8px;
  border-radius: 10px;
  text-decoration: none;
}
.sap-sticky-quote {
  flex: 1.6;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white);
  font-family: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 8px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(243,139,42,0.4);
}
@media (max-width: 860px) { .sap-sticky { display: flex; } }

/* ── HERO ────────────────────────────────────────────────────── */
.sap-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: stretch;
  background: var(--sap-navy);
}
/* Background layers */
.sap-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse at 15% 50%, rgba(243,139,42,0.09) 0%, transparent 60%),
              radial-gradient(ellipse at 85% 20%, rgba(30,90,160,0.18) 0%, transparent 55%),
              linear-gradient(140deg, #060e1c 0%, #0a1628 40%, #0f1e36 100%);
}
.sap-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.55;
  display: block;
}
.sap-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg,
    rgba(6,14,28,0.88) 0%,
    rgba(10,22,40,0.65) 45%,
    rgba(10,22,40,0.15) 100%
  );
}
/* Subtle noise texture */
.sap-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}
.sap-hero-container {
  position: relative; z-index: 1;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px 24px 32px;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 88px);
}
.sap-hero-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3.5rem;
  align-items: center;
  width: 100%;
}
/* Hero copy side */
.sap-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(90deg, rgba(243,139,42,0.2), rgba(243,139,42,0.08));
  border: 1px solid rgba(243,139,42,0.35);
  color: var(--sap-orange-3);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.sap-hero-eyebrow svg { flex-shrink: 0; }
.sap-hero-h1 {
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--sap-white);
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}
.sap-hero-h1 em {
  font-style: normal;
  color: var(--sap-orange);
  display: block;
}
.sap-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  max-width: 500px;
  margin: 0 0 14px;
}
/* Pain micro-indicators */
.sap-hero-pains {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.sap-pain-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.78);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
}
.sap-pain-tag svg { color: var(--sap-orange); flex-shrink: 0; }
/* Package pills */
.sap-hero-pkgs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.sap-hero-pkg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
  position: relative;
  min-width: 88px;
  transition: border-color 0.18s, background 0.18s;
}
.sap-hero-pkg:hover { border-color: var(--sap-orange); background: rgba(243,139,42,0.1); }
.sap-hero-pkg.is-popular { border-color: var(--sap-orange); background: rgba(243,139,42,0.14); }
.sap-hero-pkg-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--sap-orange);
  color: var(--sap-white);
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 2px 9px; border-radius: 100px; white-space: nowrap;
}
.sap-hero-pkg-kw { font-size: 1rem; font-weight: 800; color: var(--sap-white); }
.sap-hero-pkg-price { font-size: 0.85rem; font-weight: 700; color: var(--sap-orange); }
.sap-hero-pkg-price sup { font-size: 0.6rem; }
/* CTAs */
.sap-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.sap-hero-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.58);
}
.sap-hero-trust span::before { content: '✓  '; color: var(--sap-green); }
/* Hero disclaimer */
.sap-hero-disc {
  position: absolute; bottom: 14px; left: 0; right: 0;
  text-align: center;
  font-size: 0.67rem;
  color: rgba(255,255,255,0.35);
  padding: 0 24px; z-index: 2;
}
.sap-hero-disc a { color: rgba(255,255,255,0.42); }

/* Interactive system-check card */
.sap-syscheck {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--sap-r-xl);
  padding: 28px 24px 24px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), var(--sap-shadow-xl);
}
.sap-sc-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--sap-white);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sap-sc-head-icon {
  width: 34px; height: 34px;
  background: rgba(243,139,42,0.18);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--sap-orange);
}
.sap-sc-items { display: flex; flex-direction: column; gap: 0; margin-bottom: 16px; }
.sap-sc-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
  border: 1px solid transparent;
  margin-bottom: 3px;
}
.sap-sc-item:hover { background: rgba(255,255,255,0.06); color: var(--sap-white); }
.sap-sc-item input[type="checkbox"] {
  width: 16px; height: 16px;
  accent-color: var(--sap-orange);
  cursor: pointer;
  flex-shrink: 0;
}
.sap-sc-item.is-checked {
  background: rgba(243,139,42,0.12);
  border-color: rgba(243,139,42,0.3);
  color: var(--sap-white);
}
.sap-sc-result {
  background: linear-gradient(135deg, rgba(243,139,42,0.2), rgba(243,139,42,0.08));
  border: 1px solid rgba(243,139,42,0.4);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sap-orange-3);
  margin-bottom: 14px;
  display: none;
  line-height: 1.4;
}
.sap-sc-result.is-visible { display: block; }
.sap-sc-cta-wrap { display: flex; flex-direction: column; gap: 6px; }
.sap-sc-cta-wrap .sap-btn { width: 100%; flex-direction: column; gap: 2px; }
.sap-sc-phone {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}
.sap-sc-phone a { color: rgba(255,255,255,0.7); font-weight: 600; }

/* ── Brand Strip ─────────────────────────────────────────────── */
.sap-brands {
  background: var(--sap-white);
  border-bottom: 1px solid var(--sap-gray-200);
  padding: 22px 0;
}
.sap-brands-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 24px;
}
.sap-brands-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sap-gray-400);
  margin-bottom: 14px;
}
.sap-brands-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sap-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--sap-gray-100);
  color: var(--sap-gray-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1.5px solid var(--sap-gray-200);
  transition: all 0.15s;
}
.sap-brand-pill:hover {
  background: var(--sap-navy);
  color: var(--sap-white);
  border-color: var(--sap-navy);
}
.sap-brand-dot { width: 6px; height: 6px; background: var(--sap-orange); border-radius: 50%; }
.sap-brands-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--sap-gray-400);
  margin-top: 12px;
}
.sap-brands-note strong { color: var(--sap-navy); }

/* ── Stats Bar ───────────────────────────────────────────────── */
.sap-stats {
  background: linear-gradient(135deg, var(--sap-navy), var(--sap-navy-3));
  padding: 28px 0;
}
.sap-stats-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--sap-r-lg);
  overflow: hidden;
}
.sap-stat {
  background: rgba(255,255,255,0.04);
  padding: 22px 20px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.sap-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--sap-orange);
  line-height: 1;
  letter-spacing: -0.03em;
}
.sap-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.4;
}

/* ── Diagnosis Section ───────────────────────────────────────── */
.sap-diagnosis { background: var(--sap-gray-50); }
.sap-diag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sap-diag-card {
  background: var(--sap-white);
  border-radius: var(--sap-r-lg);
  padding: 26px 22px;
  border-top: 3px solid transparent;
  box-shadow: var(--sap-shadow-md);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.sap-diag-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(243,139,42,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.sap-diag-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sap-shadow-lg);
  border-top-color: var(--sap-orange);
}
.sap-diag-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, rgba(243,139,42,0.15), rgba(243,139,42,0.06));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  color: var(--sap-orange);
}
.sap-diag-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--sap-navy);
  margin: 0 0 8px;
}
.sap-diag-card p {
  font-size: 0.875rem;
  color: var(--sap-gray-500);
  line-height: 1.65;
  margin: 0;
}

/* ── Compare Section ─────────────────────────────────────────── */
.sap-compare { background: var(--sap-white); }
.sap-compare-grid {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0;
  align-items: stretch;
  max-width: 880px;
  margin: 0 auto 44px;
}
.sap-compare-col {
  border-radius: var(--sap-r-lg);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
}
.sap-compare-bad {
  background: #fef2f2;
  border: 2px solid #fecaca;
}
.sap-compare-good {
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
  box-shadow: 0 4px 24px rgba(16,185,129,0.12);
}
.sap-compare-vs {
  display: flex; align-items: center; justify-content: center;
}
.sap-vs-badge {
  width: 40px; height: 40px;
  background: var(--sap-gray-200);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800;
  color: var(--sap-gray-500);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.sap-compare-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.sap-compare-head-icon {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 900; flex-shrink: 0;
}
.sap-bad-icon  { background: #fee2e2; color: var(--sap-red); }
.sap-good-icon { background: #dcfce7; color: var(--sap-green); }
.sap-compare-head h3 {
  font-size: 1rem; font-weight: 800;
  margin: 0;
}
.sap-compare-bad  h3 { color: #991b1b; }
.sap-compare-good h3 { color: #065f46; }
.sap-compare-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 9px;
  flex: 1;
}
.sap-compare-bad  .sap-compare-list li { font-size: 0.875rem; color: #991b1b; padding-left: 2px; }
.sap-compare-good .sap-compare-list li { font-size: 0.875rem; color: #065f46; padding-left: 2px; }
.sap-compare-cta {
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.sap-compare-cta p { font-size: 0.9rem; color: var(--sap-gray-500); margin: 0; }

/* ── Packages ────────────────────────────────────────────────── */
.sap-packages { background: var(--sap-gray-50); }
.sap-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 22px;
  align-items: stretch;
}
.sap-pkg-card {
  background: var(--sap-white);
  border-radius: var(--sap-r-xl);
  padding: 32px 26px 26px;
  box-shadow: var(--sap-shadow-md);
  display: flex; flex-direction: column;
  border: 2px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.sap-pkg-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sap-shadow-xl);
}
.sap-pkg-featured {
  border-color: var(--sap-orange);
  box-shadow: var(--sap-glow);
  transform: scale(1.025);
}
.sap-pkg-featured:hover { transform: scale(1.025) translateY(-4px); }
.sap-pkg-pop-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white);
  font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 18px; border-radius: 100px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(243,139,42,0.35);
}
.sap-pkg-top {
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--sap-gray-100);
  margin-bottom: 22px;
}
.sap-pkg-icon {
  width: 60px; height: 60px;
  background: var(--sap-gray-100);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  color: var(--sap-gray-500);
}
.sap-pkg-featured .sap-pkg-icon {
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white);
}
.sap-pkg-kw {
  font-size: 1.6rem; font-weight: 900; color: var(--sap-navy);
  letter-spacing: -0.02em;
}
.sap-pkg-price {
  font-size: 2.5rem; font-weight: 900;
  color: var(--sap-orange); line-height: 1;
  margin: 4px 0 6px; letter-spacing: -0.03em;
}
.sap-pkg-price sup { font-size: 1.2rem; }
.sap-pkg-tag {
  font-size: 0.8rem; color: var(--sap-gray-500);
  background: var(--sap-gray-100);
  padding: 3px 10px; border-radius: 100px; display: inline-block;
}
.sap-pkg-features {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: flex; flex-direction: column; gap: 9px;
  flex: 1;
}
.sap-pkg-features li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 0.875rem; color: var(--sap-gray-700); font-weight: 500;
}
.sap-pkg-features li::before {
  content: '✓';
  color: var(--sap-green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.sap-pkg-cta {
  display: flex; align-items: center; justify-content: center;
  font-family: inherit; font-weight: 700; font-size: 0.9rem;
  padding: 13px; border-radius: 10px; cursor: pointer;
  transition: all 0.18s; margin-top: auto;
  border: 2px solid var(--sap-gray-200);
  background: var(--sap-gray-100); color: var(--sap-navy);
}
.sap-pkg-cta:hover { background: var(--sap-navy); color: var(--sap-white); border-color: var(--sap-navy); }
.sap-pkg-cta-featured {
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white); border-color: transparent;
  box-shadow: 0 4px 16px rgba(243,139,42,0.3);
}
.sap-pkg-cta-featured:hover {
  background: linear-gradient(135deg, var(--sap-orange-2), #c96a10);
  box-shadow: 0 6px 24px rgba(243,139,42,0.45);
}
.sap-pkg-disc {
  text-align: center;
  font-size: 0.73rem; color: var(--sap-gray-400); line-height: 1.5;
}
.sap-pkg-disc a { color: var(--sap-orange); }

/* ── Audience ────────────────────────────────────────────────── */
.sap-audience { background: var(--sap-navy); }
.sap-audience .sap-section-header h2 { color: var(--sap-white); }
.sap-audience .sap-section-sub { color: rgba(255,255,255,0.6); }
.sap-aud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sap-aud-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--sap-r-lg);
  padding: 24px 20px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.sap-aud-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(243,139,42,0.4);
  transform: translateY(-2px);
}
.sap-aud-emoji { font-size: 2rem; margin-bottom: 10px; }
.sap-aud-card h3 { font-size: 0.95rem; font-weight: 800; color: var(--sap-white); margin: 0 0 7px; }
.sap-aud-card p { font-size: 0.825rem; color: rgba(255,255,255,0.58); line-height: 1.6; margin: 0 0 12px; }
.sap-aud-rec {
  font-size: 0.72rem; font-weight: 700;
  color: var(--sap-orange);
  background: rgba(243,139,42,0.12);
  border: 1px solid rgba(243,139,42,0.22);
  border-radius: 6px; padding: 4px 9px;
  display: inline-block;
}

/* ── Urgency Banner ──────────────────────────────────────────── */
.sap-urgency {
  background: linear-gradient(135deg, var(--sap-orange-2) 0%, var(--sap-orange) 60%, var(--sap-orange-3) 100%);
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}
.sap-urgency::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E") repeat;
}
.sap-urgency-inner {
  max-width: 900px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  position: relative; z-index: 1;
}
.sap-urgency-copy h3 {
  font-size: 1.25rem; font-weight: 900; color: var(--sap-white);
  margin: 0 0 4px; letter-spacing: -0.01em;
}
.sap-urgency-copy p {
  font-size: 0.88rem; color: rgba(255,255,255,0.85);
  margin: 0; line-height: 1.5;
}
.sap-urgency-cta .sap-btn {
  background: var(--sap-white);
  color: var(--sap-orange-2);
}
.sap-urgency-cta .sap-btn:hover {
  background: var(--sap-navy);
  color: var(--sap-white);
  box-shadow: none;
}

/* ── Process ─────────────────────────────────────────────────── */
.sap-process { background: var(--sap-white); }
.sap-process-steps {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto 44px;
}
.sap-step { flex: 1; display: flex; flex-direction: column; }
.sap-step-num-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.sap-step-num {
  width: 52px; height: 52px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white);
  font-size: 1.1rem; font-weight: 900;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(243,139,42,0.3);
}
.sap-step-connector {
  flex: 1; height: 2px;
  background: linear-gradient(90deg, var(--sap-orange), transparent);
  margin-top: -1px;
}
.sap-step-content h3 {
  font-size: 1rem; font-weight: 800; color: var(--sap-navy); margin: 0 0 8px;
}
.sap-step-content p {
  font-size: 0.875rem; color: var(--sap-gray-500); line-height: 1.65; margin: 0;
}
.sap-process-cta { text-align: center; }

/* ── Trust ───────────────────────────────────────────────────── */
.sap-trust { background: var(--sap-gray-50); }
.sap-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sap-trust-card {
  background: var(--sap-white);
  border-radius: var(--sap-r-lg);
  padding: 26px 20px;
  box-shadow: var(--sap-shadow-sm);
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
}
.sap-trust-card:hover { border-bottom-color: var(--sap-orange); transform: translateY(-2px); }
.sap-trust-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(243,139,42,0.12), rgba(243,139,42,0.05));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  color: var(--sap-orange);
}
.sap-trust-card h3 { font-size: 0.9rem; font-weight: 800; color: var(--sap-navy); margin: 0 0 7px; }
.sap-trust-card p { font-size: 0.82rem; color: var(--sap-gray-500); line-height: 1.6; margin: 0; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.sap-faq { background: var(--sap-white); }
.sap-faq-wrap { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 6px; }
.sap-faq-item {
  border: 1.5px solid var(--sap-gray-200);
  border-radius: var(--sap-r-md);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sap-faq-item.is-open {
  border-color: var(--sap-orange);
  box-shadow: 0 4px 20px rgba(243,139,42,0.1);
}
.sap-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; width: 100%;
  background: var(--sap-white); border: none;
  padding: 17px 20px; text-align: left;
  font-family: inherit; font-size: 0.93rem; font-weight: 700;
  color: var(--sap-navy); cursor: pointer;
  transition: background 0.15s;
}
.sap-faq-q:hover { background: var(--sap-gray-50); }
.sap-faq-chevron { flex-shrink: 0; color: var(--sap-orange); transition: transform 0.25s; }
.sap-faq-item.is-open .sap-faq-chevron { transform: rotate(180deg); }
.sap-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.sap-faq-item.is-open .sap-faq-a { max-height: 320px; }
.sap-faq-a p {
  margin: 0; padding: 0 20px 18px;
  font-size: 0.88rem; color: var(--sap-gray-500); line-height: 1.7;
}

/* ── Final CTA ───────────────────────────────────────────────── */
.sap-finalcta { background: var(--sap-navy); position: relative; overflow: hidden; }
.sap-finalcta::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(243,139,42,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.sap-fc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative; z-index: 1;
}
.sap-fc-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900; color: var(--sap-white);
  line-height: 1.15; margin: 12px 0 14px;
  letter-spacing: -0.02em;
}
.sap-fc-copy .sap-section-sub { color: rgba(255,255,255,0.6); text-align: left; max-width: none; }
.sap-fc-check {
  list-style: none; padding: 0; margin: 22px 0 0;
  display: flex; flex-direction: column; gap: 8px;
}
.sap-fc-check li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: rgba(255,255,255,0.8); font-weight: 600;
}
.sap-fc-check li::before {
  content: '';
  width: 18px; height: 18px;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
/* Final form card */
.sap-fc-form-card {
  background: var(--sap-white);
  border-radius: var(--sap-r-xl);
  padding: 36px 32px;
  box-shadow: var(--sap-shadow-xl);
}
.sap-fc-form-card h3 {
  font-size: 1.2rem; font-weight: 900; color: var(--sap-navy);
  margin: 0 0 6px; text-align: center;
}
.sap-fc-form-card .sap-form-sub {
  font-size: 0.78rem; color: var(--sap-gray-400);
  text-align: center; margin-bottom: 18px;
}
.sap-form-field { margin-bottom: 10px; }
.sap-form-field input, .sap-form-field select {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid var(--sap-gray-200);
  border-radius: 9px;
  padding: 12px 14px;
  font-family: inherit; font-size: 0.88rem; color: var(--sap-navy);
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  background: var(--sap-gray-50);
}
.sap-form-field input:focus, .sap-form-field select:focus {
  border-color: var(--sap-orange);
  box-shadow: 0 0 0 3px rgba(243,139,42,0.12);
  background: var(--sap-white);
}
.sap-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.sap-form-row .sap-form-field { margin-bottom: 0; }
.sap-form-consent {
  margin: 10px 0 12px;
  padding: 8px 10px;
  background: var(--sap-gray-50);
  border-radius: 8px;
  border: 1px solid var(--sap-gray-200);
}
.sap-form-consent label {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.7rem; color: var(--sap-gray-500); line-height: 1.5; cursor: pointer;
}
.sap-form-consent input[type="checkbox"] {
  margin-top: 2px; flex-shrink: 0;
  accent-color: var(--sap-orange); width: 13px; height: 13px;
}
.sap-form-consent a { color: var(--sap-orange); }
.sap-form-error {
  background: #fef2f2; border: 1px solid #fecaca; color: #991b1b;
  border-radius: 8px; padding: 9px 12px; font-size: 0.8rem; margin-bottom: 9px;
}
.sap-form-error a { color: #991b1b; font-weight: 700; }
.sap-fc-submit {
  width: 100%; display: flex; align-items: center; justify-content: center;
  gap: 8px; font-family: inherit; font-size: 1rem; font-weight: 700;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white); border: none; border-radius: 10px;
  padding: 14px; cursor: pointer;
  box-shadow: 0 4px 18px rgba(243,139,42,0.38);
  transition: all 0.18s;
}
.sap-fc-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(243,139,42,0.5); }
.sap-fc-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.sap-fc-privacy { text-align: center; font-size: 0.7rem; color: var(--sap-gray-400); margin: 8px 0 0; }

/* ── Modal ───────────────────────────────────────────────────── */
.sap-modal-wrap {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(6,12,24,0.7);
  backdrop-filter: blur(5px);
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.sap-modal-wrap.is-open { opacity: 1; visibility: visible; }
.sap-modal-box {
  background: var(--sap-white);
  border-radius: var(--sap-r-xl);
  width: 100%; max-width: 520px;
  max-height: 90vh; overflow-y: auto;
  position: relative;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s cubic-bezier(0.22,1,0.36,1);
  box-shadow: var(--sap-shadow-xl);
}
.sap-modal-wrap.is-open .sap-modal-box { transform: translateY(0) scale(1); }
.sap-modal-close {
  position: sticky; top: 10px; float: right; right: 14px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.15); border: none; border-radius: 50%;
  font-size: 1.3rem; color: rgba(255,255,255,0.9);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  margin: 10px 12px 0 0; z-index: 10; transition: background 0.15s;
}
.sap-modal-close:hover { background: rgba(255,255,255,0.25); }
.sap-modal-header {
  background: linear-gradient(140deg, var(--sap-navy) 0%, var(--sap-navy-3) 100%);
  padding: 22px 26px 18px;
  border-radius: var(--sap-r-xl) var(--sap-r-xl) 0 0;
  margin-top: -44px;
}
.sap-modal-badge {
  display: inline-block;
  background: var(--sap-orange); color: var(--sap-white);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 100px; margin-bottom: 8px;
}
.sap-modal-header h2 { font-size: 1.25rem; font-weight: 900; color: var(--sap-white); margin: 0 0 5px; }
.sap-modal-header p { font-size: 0.78rem; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.4; }
.sap-modal-form { padding: 18px 24px 22px; }
.sap-modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.sap-modal-field { margin-bottom: 10px; }
.sap-modal-field label { display: block; font-size: 0.78rem; font-weight: 700; color: var(--sap-navy); margin-bottom: 4px; }
.sap-modal-field input, .sap-modal-field textarea {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid var(--sap-gray-200);
  border-radius: 9px; padding: 10px 12px;
  font-family: inherit; font-size: 0.875rem; color: var(--sap-navy);
  outline: none; background: var(--sap-gray-50);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.sap-modal-field input:focus, .sap-modal-field textarea:focus {
  border-color: var(--sap-orange);
  box-shadow: 0 0 0 3px rgba(243,139,42,0.12);
  background: var(--sap-white);
}
.sap-modal-consent {
  margin: 6px 0 12px; padding: 7px 9px;
  background: var(--sap-gray-50);
  border-radius: 8px; border: 1px solid var(--sap-gray-200);
}
.sap-modal-consent label {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.68rem; color: var(--sap-gray-500); cursor: pointer; line-height: 1.45;
}
.sap-modal-consent input[type="checkbox"] {
  margin-top: 2px; flex-shrink: 0;
  accent-color: var(--sap-orange); width: 13px; height: 13px;
}
.sap-modal-consent a { color: var(--sap-orange); }
.sap-consent-err { color: var(--sap-red); font-size: 0.73rem; margin-top: 3px; }
.sap-modal-err {
  background: #fef2f2; border: 1px solid #fecaca; color: #991b1b;
  border-radius: 8px; padding: 9px 12px; font-size: 0.8rem; margin-bottom: 9px;
}
.sap-modal-err a { color: #991b1b; font-weight: 700; }
.sap-modal-submit {
  width: 100%; display: flex; align-items: center; justify-content: center;
  gap: 8px; font-family: inherit; font-size: 0.98rem; font-weight: 700;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: var(--sap-white); border: none; border-radius: 10px;
  padding: 13px; cursor: pointer;
  box-shadow: 0 4px 16px rgba(243,139,42,0.35);
  transition: all 0.18s;
}
.sap-modal-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(243,139,42,0.48); }
.sap-modal-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.sap-modal-privacy { text-align: center; font-size: 0.68rem; color: var(--sap-gray-400); margin: 7px 0 0; }
.sap-modal-privacy a { color: var(--sap-orange); }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .sap-hero-grid { grid-template-columns: 1fr 360px; gap: 2.5rem; }
  .sap-diag-grid { grid-template-columns: repeat(2, 1fr); }
  .sap-trust-grid { grid-template-columns: repeat(3, 1fr); }
  .sap-stats-inner { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .sap-section { padding: 64px 0; }
  .sap-hero-grid { grid-template-columns: 1fr; }
  .sap-syscheck { max-width: 460px; margin: 0 auto; }
  .sap-hero-container { min-height: unset; padding: 80px 24px 56px; }
  .sap-hero { min-height: unset; }
  .sap-hero-bg img { object-position: center; }
  .sap-pkg-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .sap-pkg-featured { transform: none; }
  .sap-pkg-featured:hover { transform: translateY(-5px); }
  .sap-aud-grid { grid-template-columns: repeat(2, 1fr); }
  .sap-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .sap-compare-grid { grid-template-columns: 1fr; gap: 12px; }
  .sap-compare-vs { display: none; }
  .sap-fc-grid { grid-template-columns: 1fr; gap: 36px; }
  .sap-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .sap-process-steps { flex-direction: column; }
  .sap-step-connector { display: none; }
  .sap-urgency-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 680px) {
  .sap-diag-grid { grid-template-columns: 1fr; }
  .sap-aud-grid { grid-template-columns: 1fr; }
  .sap-trust-grid { grid-template-columns: 1fr; }
  .sap-hero-ctas { flex-direction: column; }
  .sap-hero-ctas .sap-btn { width: 100%; justify-content: center; }
  .sap-hero-pkgs { gap: 8px; }
  .sap-hero-pkg { flex: 1; min-width: 72px; padding: 9px 10px; }
  .sap-modal-row { grid-template-columns: 1fr; }
  .sap-form-row { grid-template-columns: 1fr; }
  .sap-fc-form-card { padding: 24px 18px; }
  .sap-brands-row { gap: 6px; }
  .sap-brand-pill { font-size: 0.7rem; padding: 5px 10px; }
}
@media (max-width: 480px) {
  .sap-hero-h1 { font-size: 1.9rem; }
  .sap-stats-inner { grid-template-columns: 1fr 1fr; }
  .sap-stat-num { font-size: 1.6rem; }
}

/* ═══════════════════════════════════════════════════════════════
   v3 ENHANCEMENTS — CRO / Google Ads upgrade
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero Credential Badges ──────────────────────────────────── */
.sap-hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
.sap-cred-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.22);
  color: #4ade80;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}
.sap-cred-badge svg { color: #10b981; flex-shrink: 0; }

/* ── Reviews / Social Proof ──────────────────────────────────── */
.sap-reviews { background: var(--sap-off-white); }
.sap-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}
.sap-review-card {
  background: var(--sap-white);
  border-radius: var(--sap-r-lg);
  padding: 24px 22px;
  box-shadow: var(--sap-shadow-sm);
  border: 1.5px solid var(--sap-gray-200);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.sap-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sap-shadow-md);
  border-color: rgba(243,139,42,0.28);
}
.sap-review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
  color: #fbbf24;
  font-size: 0.95rem;
}
.sap-review-text {
  font-size: 0.875rem;
  color: var(--sap-gray-700);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px;
  font-style: italic;
}
.sap-review-text strong { font-style: normal; color: var(--sap-navy); font-weight: 700; }
.sap-review-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--sap-gray-100);
  gap: 8px;
}
.sap-review-author {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--sap-navy);
  line-height: 1.3;
}
.sap-review-suburb {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--sap-gray-400);
  display: block;
  margin-top: 2px;
}
.sap-review-source {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--sap-gray-400);
  white-space: nowrap;
  flex-shrink: 0;
}
.sap-review-g-icon {
  width: 16px; height: 16px;
  flex-shrink: 0;
}
.sap-review-note {
  text-align: center;
  font-size: 0.72rem;
  color: var(--sap-gray-400);
}
.sap-review-note a { color: var(--sap-orange); }

/* ── Package Best-For Tags ────────────────────────────────────── */
.sap-pkg-bestfor {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sap-gray-100);
}
.sap-pkg-bf-tag {
  display: inline-block;
  background: rgba(243,139,42,0.08);
  border: 1px solid rgba(243,139,42,0.18);
  color: var(--sap-orange-2);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}
.sap-pkg-battery-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  background: rgba(16,185,129,0.06);
  border: 1px solid rgba(16,185,129,0.18);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.74rem;
  color: #065f46;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.45;
}
.sap-pkg-battery-note svg { color: var(--sap-green); flex-shrink: 0; margin-top: 1px; }

/* ── Real Installations Section ─────────────────────────────── */
.sap-installations { background: var(--sap-gray-50); }
.sap-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.sap-photo-card {
  border-radius: var(--sap-r-lg);
  overflow: hidden;
  box-shadow: var(--sap-shadow-md);
  aspect-ratio: 4 / 3;
  position: relative;
  background: linear-gradient(135deg, var(--sap-navy-2), var(--sap-navy-3));
}
.sap-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sap-photo-card:hover img { transform: scale(1.05); }
.sap-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--sap-navy-2) 0%, var(--sap-navy-3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
  position: absolute;
  inset: 0;
}
.sap-photo-placeholder svg { color: rgba(255,255,255,0.2); }
.sap-photo-placeholder p { font-size: 0.72rem; color: rgba(255,255,255,0.38); margin: 0; line-height: 1.4; }
.sap-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(10,22,40,0.90) 0%, rgba(10,22,40,0.18) 65%, transparent 100%);
  padding: 20px 16px 14px;
  pointer-events: none;
}
.sap-photo-kw-badge {
  display: inline-block;
  background: var(--sap-orange);
  color: var(--sap-white);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 9px;
  border-radius: 4px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sap-photo-caption-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sap-white);
  display: block;
  margin-bottom: 2px;
}
.sap-photo-caption-sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.62);
}
.sap-install-cta { text-align: center; }
.sap-install-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--sap-gray-400);
  margin-top: 14px;
}

/* ── Form Goal Select (What to improve) ─────────────────────── */
.sap-form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.sap-modal-field select {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid var(--sap-gray-200);
  border-radius: 9px;
  padding: 10px 12px 10px 12px;
  padding-right: 2.5rem;
  font-family: inherit; font-size: 0.875rem;
  color: var(--sap-navy);
  outline: none;
  background-color: var(--sap-gray-50);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  appearance: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  cursor: pointer;
}
.sap-modal-field select:focus {
  border-color: var(--sap-orange);
  box-shadow: 0 0 0 3px rgba(243,139,42,0.12);
  background-color: var(--sap-white);
  outline: none;
}

/* ── Urgency stats row ───────────────────────────────────────── */
.sap-urgency-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.sap-urgency-fact {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
}
.sap-urgency-fact svg { color: rgba(255,255,255,0.7); flex-shrink: 0; }

/* ── v3 Responsive additions ─────────────────────────────────── */
@media (max-width: 900px) {
  .sap-review-grid { grid-template-columns: repeat(2, 1fr); }
  .sap-photo-grid   { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .sap-review-grid { grid-template-columns: 1fr; }
  .sap-photo-grid   { grid-template-columns: 1fr; }
  .sap-hero-credentials { gap: 6px; }
  .sap-cred-badge { font-size: 0.65rem; padding: 3px 9px; }
}

/* ═══════════════════════════════════════════════════════════════
   v4 — Hero Checklist + Inline Form + Battery Section +
        Clean Testimonials + Responsive
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero grid: wider right column for form card ─────────────── */
.sap-hero-grid { grid-template-columns: 1fr 430px; }

/* ── Hero Checklist ──────────────────────────────────────────── */
.sap-hero-checklist {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 14px 0 18px;
}
.sap-cl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.sap-cl-item.sap-cl-featured {
  padding: 8px 12px;
  border-radius: 10px;
}
.sap-cl-check {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(16,185,129,0.18);
  border: 1px solid rgba(16,185,129,0.38);
  color: #10b981;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sap-cl-item.sap-cl-featured {
  background: rgba(243,139,42,0.13);
  border: 1px solid rgba(243,139,42,0.42);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 14px rgba(243,139,42,0.12);
}
.sap-cl-item.sap-cl-featured .sap-cl-check {
  background: rgba(243,139,42,0.22);
  border-color: rgba(243,139,42,0.5);
  color: var(--sap-orange);
}
.sap-cl-featured-tag {
  margin-left: auto;
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Hero Inline Form Card ───────────────────────────────────── */
.sap-hero-form-card {
  background: rgba(255,255,255,0.97);
  border-radius: 20px;
  padding: 26px 24px 20px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.07);
}
.sap-hf-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--sap-navy);
  margin: 0 0 3px;
  letter-spacing: -0.02em;
}
.sap-hf-sub {
  font-size: 0.76rem;
  color: var(--sap-gray-500);
  margin: 0 0 14px;
  line-height: 1.5;
}
.sap-hf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 7px;
}
.sap-hf-field { margin-bottom: 7px; }
.sap-hf-field:last-child { margin-bottom: 0; }
.sap-hf-field input,
.sap-hf-field select,
.sap-hf-field textarea {
  width: 100%;
  padding: 0.58rem 0.8rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  font-size: 0.865rem;
  color: #111827;
  background: #fff;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.sap-hf-field input:focus,
.sap-hf-field select:focus,
.sap-hf-field textarea:focus {
  border-color: var(--sap-orange);
  box-shadow: 0 0 0 3px rgba(243,139,42,0.11);
}
.sap-hf-field input::placeholder,
.sap-hf-field textarea::placeholder { color: #9ca3af; }
.sap-hf-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 1.8rem;
  cursor: pointer;
}
.sap-hf-other-wrap { margin-top: 7px; display: none; }
.sap-hf-other-wrap.is-visible { display: block; }
.sap-hf-field textarea { resize: none; min-height: 56px; }
.sap-hf-consent-wrap {
  margin: 4px 0 10px;
  padding: 7px 9px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.sap-hf-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  cursor: pointer;
}
.sap-hf-consent-check {
  width: 14px; height: 14px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--sap-orange);
  cursor: pointer;
}
.sap-hf-consent-label span {
  font-size: 0.67rem;
  color: #64748b;
  line-height: 1.45;
}
.sap-hf-consent-label a { color: var(--sap-orange); text-decoration: underline; }
.sap-hf-consent-err {
  font-size: 0.7rem;
  color: #dc2626;
  display: none;
  margin: 3px 0 0 21px;
}
.sap-hf-submit {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, var(--sap-orange), var(--sap-orange-2));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(243,139,42,0.4);
  letter-spacing: 0.01em;
}
.sap-hf-submit:hover {
  background: linear-gradient(135deg, var(--sap-orange-2), #c96a10);
  transform: translateY(-1px);
  box-shadow: 0 7px 22px rgba(243,139,42,0.52);
}
.sap-hf-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.sap-hf-privacy {
  font-size: 0.65rem;
  color: #9ca3af;
  text-align: center;
  margin: 5px 0 0;
}
.sap-hf-form-err {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.8rem;
  margin-bottom: 8px;
  display: none;
}

/* ── Battery Section ─────────────────────────────────────────── */
.sap-battery-sec {
  background: linear-gradient(145deg, #050c1a 0%, #080f22 45%, #0a1628 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.sap-battery-sec::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(243,139,42,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.sap-battery-sec::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(30,90,200,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.sap-batt-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative; z-index: 1;
}
.sap-batt-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3.5rem;
  align-items: center;
}
.sap-batt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(243,139,42,0.18);
  border: 1px solid rgba(243,139,42,0.38);
  color: var(--sap-orange-3);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.sap-batt-h2 {
  font-size: clamp(1.75rem, 2.7vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.18;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
}
.sap-batt-h2 em { font-style: normal; color: var(--sap-orange); }
.sap-batt-lead {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 540px;
}
.sap-batt-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.sap-batt-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}
.sap-batt-point-dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(243,139,42,0.2);
  border: 1px solid rgba(243,139,42,0.4);
  color: var(--sap-orange);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.sap-batt-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(243,139,42,0.28);
  border-radius: var(--sap-r-lg);
  padding: 24px 22px;
  backdrop-filter: blur(6px);
}
.sap-batt-card-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--sap-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
}
.sap-batt-symptom {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 10px 11px;
  border-radius: 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 8px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.4;
}
.sap-batt-symptom:last-of-type { margin-bottom: 0; }
.sap-batt-sym-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--sap-orange);
  flex-shrink: 0;
  margin-top: 5px;
}
.sap-batt-fix-block {
  background: rgba(243,139,42,0.12);
  border: 1px solid rgba(243,139,42,0.32);
  border-radius: 10px;
  padding: 13px 14px;
  margin-top: 14px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
}
.sap-batt-fix-block strong { color: var(--sap-orange); }
.sap-batt-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ── Clean Testimonials (no Google logo) ─────────────────────── */
.sap-review-initial {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sap-navy), #1a3a5c);
  color: var(--sap-orange);
  font-weight: 800;
  font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sap-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.64rem;
  font-weight: 700;
  color: #10b981;
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.2);
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── v4 Responsive ───────────────────────────────────────────── */
@media (max-width: 1080px) {
  .sap-hero-grid { grid-template-columns: 1fr 390px; }
  .sap-batt-grid { grid-template-columns: 1fr 340px; }
}
@media (max-width: 900px) {
  .sap-hero-grid { grid-template-columns: 1fr; }
  .sap-hero-form-card { width: 100%; box-sizing: border-box; max-width: 560px; margin: 0 auto; }
  .sap-hero-sub { max-width: 100%; }
  .sap-batt-grid { grid-template-columns: 1fr; }
  .sap-hf-row { grid-template-columns: 1fr; }
  .sap-hero-trust { margin-bottom: 28px; gap: 10px; }
}
@media (max-width: 680px) {
  .sap-battery-sec { padding: 48px 0; }
  .sap-hf-title { font-size: 1rem; }
  .sap-hero-checklist { margin: 16px 0 20px; }
  .sap-cl-item { font-size: 0.82rem; padding: 8px 11px; }
  /* Battery CTA buttons full-width stack */
  .sap-batt-cta { flex-direction: column; gap: 10px; }
  .sap-batt-cta .sap-btn,
  .sap-batt-cta a { width: 100%; justify-content: center; text-align: center; box-sizing: border-box; }
  /* Review footer wrap */
  .sap-review-footer { flex-wrap: wrap; align-items: center; gap: 8px; }
  /* Package grid full-width */
  .sap-pkg-grid { max-width: 100%; }
  /* Reduce section padding */
  .sap-section { padding: 52px 0; }
  /* Stats bar overflow fix */
  .sap-stats-inner { gap: 14px; }
  .sap-stat-item { min-width: 0; }
  .sap-stat-num { font-size: 1.5rem; }
}
/* ── v4 Bug Fixes & Mobile Polish ────────────────────────────── */
@media (max-width: 480px) {
  .sap-hero-container { padding: 48px 16px 36px; }
  .sap-hero-form-card { padding: 20px 16px 16px; max-width: 100%; }
  .sap-hf-row { grid-template-columns: 1fr; }
  /* Container padding */
  .sap-container,
  .sap-batt-inner { padding-left: 16px; padding-right: 16px; }
  /* Section padding */
  .sap-section { padding: 44px 0; }
  .sap-battery-sec { padding: 44px 0; }
  /* Featured tag overflow on very narrow screens */
  .sap-cl-featured-tag { font-size: 0.52rem; padding: 2px 5px; letter-spacing: 0.04em; }
  /* Checklist item text wrapping */
  .sap-cl-item { font-size: 0.8rem; padding: 7px 10px; gap: 8px; }
  /* Stats bar tighter */
  .sap-stats-inner { gap: 10px; }
  .sap-stat-num { font-size: 1.35rem; }
  .sap-stat-label { font-size: 0.65rem; }
  /* Hero heading size */
  .sap-hero-h1 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  /* Form button full width */
  .sap-hf-submit { padding: 14px 18px; font-size: 0.9rem; }
  /* Battery card padding */
  .sap-batt-card { padding: 20px 16px; }
  /* Review card padding */
  .sap-review-card { padding: 20px 16px; }
  /* FAQ padding */
  .sap-faq-q { padding: 16px 14px; }
  .sap-faq-a { padding: 0 14px; }
  /* Sticky CTA bar */
  .sap-sticky { padding: 10px 16px; gap: 8px; }
  .sap-sticky-call,
  .sap-sticky-quote { font-size: 0.8rem; padding: 10px 14px; }
}
@media (max-width: 360px) {
  .sap-hero-h1 { font-size: 1.4rem; }
  .sap-cl-featured-tag { display: none; }
  .sap-cl-item { font-size: 0.78rem; }
  .sap-hero-form-card { padding: 18px 14px 14px; }
  .sap-hf-title { font-size: 0.92rem; }
}

/* ── v5 Full-Page Responsive ─────────────────────────────────── */

/* Global: prevent any content overflowing viewport horizontally */
.sap-battery-sec,
.sap-batt-inner,
.sap-hero,
.sap-section { overflow-x: hidden; }

.sap-batt-lead,
.sap-batt-point span,
.sap-batt-symptom span,
.sap-batt-fix-block,
.sap-batt-h2 {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* 900px: fix hero container padding conflict + pkg-grid width */
@media (max-width: 900px) {
  /* Override base 80px padding — too tall for stacked layout */
  .sap-hero-container { padding: 56px 24px 44px; }
  /* Remove narrow max-width on package cards */
  .sap-pkg-grid { max-width: 100%; }
  /* Battery inner horizontal padding */
  .sap-batt-inner { padding-left: 24px; padding-right: 24px; }
  /* Section header breathing room */
  .sap-section-header { margin-bottom: 40px; }
  /* Urgency banner padding */
  .sap-urgency { padding: 48px 24px; }
  /* Urgency facts row wrap */
  .sap-urgency-facts { flex-wrap: wrap; gap: 10px; justify-content: center; }
  /* Final CTA checklist */
  .sap-fc-check { column-count: unset; }
}

/* 680px: typography + card padding */
@media (max-width: 680px) {
  .sap-section-header { margin-bottom: 28px; }
  /* Urgency */
  .sap-urgency { padding: 40px 20px; }
  .sap-urgency-copy h3 { font-size: 1.2rem; }
  .sap-urgency-copy p { font-size: 0.9rem; }
  .sap-urgency-facts { flex-direction: column; align-items: center; gap: 8px; }
  /* Cards */
  .sap-diag-card { padding: 20px 16px; }
  .sap-trust-card { padding: 20px 16px; }
  .sap-aud-card { padding: 20px 14px; }
  /* Process */
  .sap-step-content h3 { font-size: 1rem; }
  .sap-step-content p { font-size: 0.875rem; }
  /* FAQ */
  .sap-faq-q { font-size: 0.88rem; }
  /* Compare */
  .sap-compare-cta p { font-size: 0.9rem; }
  /* Pkg disclaimer */
  .sap-pkg-disc { font-size: 0.72rem; }
  /* FC copy */
  .sap-fc-copy h2 { font-size: 1.7rem; }
  .sap-fc-copy .sap-section-sub { font-size: 0.9rem; }
  .sap-fc-check li { font-size: 0.875rem; }
}

/* 480px: compact everything for narrow phones */
@media (max-width: 480px) {
  /* Urgency */
  .sap-urgency { padding: 32px 16px; }
  /* Compare */
  .sap-compare-col { padding: 18px 14px; }
  .sap-compare-cta { padding: 0 4px; }
  .sap-compare-cta .sap-btn { width: 100%; justify-content: center; }
  /* Final CTA form card */
  .sap-fc-form-card { padding: 20px 16px; }
  .sap-fc-check { padding-left: 14px; }
  /* Brands strip */
  .sap-brands-inner { padding: 16px; }
  .sap-brands-row { gap: 5px; }
  .sap-brand-pill { font-size: 0.68rem; padding: 4px 9px; }
  /* Section header */
  .sap-section-header { margin-bottom: 24px; }
  /* Audience card */
  .sap-aud-card { padding: 18px 14px; }
  .sap-aud-emoji { font-size: 1.6rem; }
  /* Stats */
  .sap-stats-inner { padding: 0 16px; }
  /* Trust grid - 1 column on very small screens */
  .sap-trust-grid { grid-template-columns: 1fr; }
  /* Process */
  .sap-process-steps { gap: 24px; }
  .sap-step-num { width: 42px; height: 42px; font-size: 1rem; }
  /* FAQ */
  .sap-faq-q { font-size: 0.85rem; padding: 14px 12px; gap: 10px; }
  .sap-faq-a p { font-size: 0.875rem; }
  /* Pkg card */
  .sap-pkg-card { padding: 20px 16px; }
  /* Diagnosis card */
  .sap-diag-card { padding: 18px 14px; }
  .sap-diag-card h3 { font-size: 0.95rem; }
  /* Urgency cta button */
  .sap-urgency-cta .sap-btn { width: 100%; justify-content: center; }
}

/* ── Critical Grid Overflow Fix ─────────────────────────────────
   CSS Grid children default to min-width: auto which lets them
   expand beyond their column and cause text to overflow off-screen.
   Setting min-width: 0 on every grid child fixes this globally.
   ────────────────────────────────────────────────────────────── */
.sap-batt-grid > *,
.sap-hero-grid > *,
.sap-fc-grid > *,
.sap-diag-grid > *,
.sap-trust-grid > *,
.sap-compare-grid > *,
.sap-process-steps > *,
.sap-pkg-grid > *,
.sap-aud-grid > *,
.sap-stats-inner > * {
  min-width: 0;
}

/* Ensure all text containers wrap properly */
.sap-batt-lead,
.sap-batt-h2,
.sap-batt-point,
.sap-batt-point span,
.sap-batt-symptom,
.sap-batt-symptom span,
.sap-batt-fix-block,
.sap-batt-fix-block p,
.sap-batt-fix-block strong,
.sap-diag-card h3,
.sap-diag-card p,
.sap-trust-card h3,
.sap-trust-card p,
.sap-pkg-card h3,
.sap-pkg-card p,
.sap-aud-card p,
.sap-step-content h3,
.sap-step-content p,
.sap-fc-copy h2,
.sap-fc-copy p,
.sap-compare-col h3,
.sap-compare-row,
.sap-urgency-copy h3,
.sap-urgency-copy p {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

/* Battery section — ensure inner container never overflows */
.sap-battery-sec {
  overflow-x: hidden;
  width: 100%;
}
.sap-batt-inner {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.sap-batt-grid {
  width: 100%;
  box-sizing: border-box;
}

/* Prevent horizontal scroll on full-width containers.
   Use overflow-x: clip (not hidden) so the page body does NOT become
   a new scroll container — that would break position:sticky on the header. */
html, body {
  overflow-x: clip;
  max-width: 100%;
}

/* Battery list items — icon + text side by side without overflow */
.sap-batt-point,
.sap-batt-symptom {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.sap-batt-point svg,
.sap-batt-symptom svg {
  flex-shrink: 0;
}
.sap-batt-point span,
.sap-batt-symptom span {
  flex: 1;
  min-width: 0;
}

/* Mobile: battery section extra safety */
@media (max-width: 768px) {
  .sap-batt-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sap-batt-grid {
    grid-template-columns: 1fr;
  }
  .sap-batt-lead {
    font-size: 0.95rem;
  }
  .sap-batt-fix-block {
    padding: 16px;
  }
  .sap-batt-symptom-list,
  .sap-batt-points {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
