/* ═══════════════════════════════════════════════════
   SRI — Full Homepage Styles
   Sections 2-8 + Responsive + Design Enhancements
   Load deferred: media="print" onload="this.media='all'"
   Version: 16.3 | Updated: 2026-03-18
═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════
   TRIAGE SECTION
═══════════════════════════════════════════════════════════ */
.triage {
  width: 100%;
  background: #F7F9FC;
  padding: 0 0 100px;
}

.section-intro {
  text-align: center;
  padding: 80px clamp(20px,4vw,56px) 56px;
  max-width: 680px;
  margin: 0 auto;
}
.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1353C8;
  margin-bottom: 16px;
}
.eyebrow-bar { height: 1px; width: 40px; background: #1353C8; opacity: 0.35; }
.triage-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.triage-desc { font-size: 16px; color: #34567A; line-height: 1.7; }

/* ── Value strip (what every wizard delivers) ── */
.triage-value-strip {
  max-width: 1200px;
  margin: 0 auto 44px;
  padding: 0 max(clamp(20px,4vw,56px), env(safe-area-inset-left,0px));
  text-align: center;
}
.tvs-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #34567A;
  margin-bottom: 14px;
}
.tvs-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.tvs-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FFFFFF;
  border: 1.5px solid #D5DDE8;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #0B1D35;
  white-space: nowrap;
  line-height: 1;
}
.tvs-chip-icon {
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.tvs-meta {
  font-size: 12px;
  color: #34567A;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .tvs-chip { font-size: 12px; padding: 7px 13px; gap: 6px; }
  .tvs-chip-icon { font-size: 13px; }
  .triage-value-strip { margin-bottom: 36px; }
}
@media (max-width: 380px) {
  .tvs-chip { font-size: 11.5px; padding: 6px 11px; }
}

/* ── Card grid ── */
.card-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: max(clamp(20px, 4vw, 56px), env(safe-area-inset-left, 0px));
  padding-right: max(clamp(20px, 4vw, 56px), env(safe-area-inset-right, 0px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rescue-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1.5px solid #D5DDE8 !important;
  border-radius: 20px !important;
  padding: 28px 24px 22px !important;
  box-sizing: border-box !important;
  cursor: pointer;
  text-decoration: none !important;
  color: #0B1D35 !important;
  position: relative;
  overflow: hidden;
  min-height: 230px;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  transition: border-color 0.12s, transform 0.12s, box-shadow 0.12s, background 0.12s !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  text-align: left;
  width: 100%;
  outline: none;
}
.rescue-card:focus-visible {
  outline: 3px solid #1353C8;
  outline-offset: 3px;
}
.rescue-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  opacity: 0;
  transition: opacity 0.12s;
  border-radius: 20px 20px 0 0;
}
.rescue-card:hover,
.rescue-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(11,29,53,0.11), 0 0 1px rgba(11,29,53,0.08);
  background: #F4F8FF !important; background-color: #F4F8FF !important;
}
.rescue-card:hover::before,
.rescue-card:focus-visible::before { opacity: 1; }
.rescue-card:active { transform: translateY(-2px); }

.acc-red::before    { background: #DC2626; }
.acc-amber::before  { background: #D97706; }
.acc-blue::before   { background: #1353C8; }
.acc-teal::before   { background: #0891B2; }
.acc-pink::before   { background: #BE185D; }
.acc-violet::before { background: #7C3AED; }
.acc-green::before  { background: #059669; }
.acc-slate::before  { background: #1353C8; }

.acc-red:hover    { border-color: rgba(220,38,38,0.28); }
.acc-amber:hover  { border-color: rgba(217,119,6,0.28); }
.acc-blue:hover   { border-color: rgba(19,83,200,0.28); }
.acc-teal:hover   { border-color: rgba(8,145,178,0.28); }
.acc-pink:hover   { border-color: rgba(190,24,93,0.28); }
.acc-violet:hover { border-color: rgba(124,58,237,0.28); }
.acc-green:hover  { border-color: rgba(5,150,105,0.28); }
.acc-slate:hover  { border-color: rgba(19,83,200,0.22); }

.card-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  transition: transform 0.12s;
}
.rescue-card:hover .card-icon { transform: scale(1.06); }

.i-red    { background: rgba(220,38,38,0.09);   color: #DC2626; }
.i-amber  { background: rgba(217,119,6,0.09);   color: #B45309; }
.i-blue   { background: rgba(19,83,200,0.09);   color: #1353C8; }
.i-teal   { background: rgba(8,145,178,0.09);   color: #0369A1; }
.i-pink   { background: rgba(190,24,93,0.09);   color: #BE185D; }
.i-violet { background: rgba(124,58,237,0.09);  color: #7C3AED; }
.i-green  { background: rgba(5,150,105,0.09);   color: #065F46; }
.i-slate  { background: rgba(19,83,200,0.08);   color: #1353C8; }

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  overflow: visible;
}

.card-title {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #0B1D35 !important;
  margin: 0 0 8px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: none;      /* prevents wizard CSS bleed */
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.card-desc {
  font-size: 13.5px !important;
  color: #34567A !important;
  line-height: 1.62 !important;
  margin: 0;
  flex: 1;
  overflow-wrap: break-word;
  word-break: break-word;
  text-transform: none;      /* prevents wizard CSS bleed */
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #D5DDE8;
}
.card-action {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #546E8F;
  transition: color 0.1s;
}
.rescue-card:hover .card-action { color: #1353C8; }
.card-chevron {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: #EEF3FA;
  border: 1px solid #D5DDE8;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  color: #546E8F;
  transition: background 0.1s, border-color 0.1s, transform 0.1s, color 0.1s;
}
.rescue-card:hover .card-chevron {
  background: #E8EFFC;
  border-color: rgba(19,83,200,0.3);
  color: #1353C8;
  transform: translateX(2px);
}
.card-help {
  background: linear-gradient(140deg, #fff 0%, #E8EFFC 100%) !important;
  border-color: rgba(19,83,200,0.18) !important;
}

/* ── Disclaimer ── */
.disclaimer-wrap {
  max-width: 1200px;
  margin: 48px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: max(clamp(20px, 4vw, 56px), env(safe-area-inset-left, 0px));
  padding-right: max(clamp(20px, 4vw, 56px), env(safe-area-inset-right, 0px));
}
.disclaimer {
  background: #FFFFFF;
  border: 1.5px solid #D5DDE8;
  border-radius: 14px;
  padding: 20px 26px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 12.5px;
  color: #546E8F;
  line-height: 1.7;
}
.disc-icon { font-size: 18px; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.disc-text strong { color: #34567A; font-weight: 700; }

/* ═══════════════════════════════════════════════════════════
   KEYFRAMES
═══════════════════════════════════════════════════════════ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════
   SECTION 3 — GOLDEN HOUR TIMELINE
═══════════════════════════════════════════════════════════ */
.golden-hour {
  width: 100%;
  background: #0B1D35;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
/* Subtle grid on dark bg */
.golden-hour::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
/* Amber glow top-right */
.golden-hour::after {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(ellipse, rgba(252,211,77,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.gh-inner { position: relative; z-index: 1; }

.gh-header {
  text-align: center;
  margin-bottom: 64px;
}
.gh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #FCD34D;
  margin-bottom: 16px;
}
.gh-eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #FCD34D;
  animation: pulse-dot 2s ease-in-out infinite;
}
.gh-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.gh-h2 em { font-style: italic; color: #FCD34D; }
.gh-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline track */
.gh-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 56px;
}
/* Connecting line */
.gh-timeline::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% );
  right: calc(12.5%);
  height: 2px;
  background: linear-gradient(90deg,
    #22C55E 0%,
    #EAB308 40%,
    #F97316 70%,
    #DC2626 100%
  );
  z-index: 0;
}

.gh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.gh-bubble {
  width: 72px; height: 72px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.1);
}
.gh-bubble-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 2px;
}
.gh-bubble-time {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.gh-bubble-unit {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.8;
}

.slot-green .gh-bubble  { background: rgba(34,197,94,0.15);  border-color: rgba(34,197,94,0.4);  color: #4ADE80; box-shadow: 0 0 24px rgba(34,197,94,0.15); }
.slot-amber .gh-bubble  { background: rgba(234,179,8,0.12);  border-color: rgba(234,179,8,0.4);  color: #FCD34D; box-shadow: 0 0 24px rgba(234,179,8,0.12); }
.slot-orange .gh-bubble { background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.4); color: #FB923C; box-shadow: 0 0 24px rgba(249,115,22,0.12); }
.slot-red .gh-bubble    { background: rgba(220,38,38,0.12);  border-color: rgba(220,38,38,0.4);  color: #F87171; box-shadow: 0 0 24px rgba(220,38,38,0.12); }

.gh-slot-label {
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.2;
}
.gh-slot-text {
  font-size: 12.5px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}
.gh-slot-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}
.badge-green  { background: rgba(34,197,94,0.12);  color: #4ADE80;  border: 1px solid rgba(34,197,94,0.3); }
.badge-amber  { background: rgba(234,179,8,0.12);  color: #FCD34D;  border: 1px solid rgba(234,179,8,0.3); }
.badge-orange { background: rgba(249,115,22,0.12); color: #FB923C;  border: 1px solid rgba(249,115,22,0.3); }
.badge-red    { background: rgba(220,38,38,0.12);  color: #F87171;  border: 1px solid rgba(220,38,38,0.3); }

/* CTA strip inside golden hour */
.gh-cta-strip {
  background: rgba(252,211,77,0.07);
  border: 1px solid rgba(252,211,77,0.2);
  border-radius: 20px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.gh-cta-text {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
}
.gh-cta-text span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  margin-top: 4px;
}
.btn-amber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FCD34D;
  color: #0B1D35;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 0 28px;
  height: 52px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(252,211,77,0.28);
  transition: background 0.1s, transform 0.1s, box-shadow 0.1s;
  -webkit-appearance: none;
}
.btn-amber:hover,
.btn-amber:focus-visible {
  background: #FDE68A;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(252,211,77,0.38);
}
.btn-amber:active { transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════
   SECTION 4 — HOW IT WORKS
═══════════════════════════════════════════════════════════ */
.how-it-works {
  width: 100%;
  background: #FFFFFF;
  padding: 96px 0;
  border-bottom: 1.5px solid #D5DDE8;
}

.hiw-header {
  text-align: center;
  margin-bottom: 72px;
}
.hiw-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1353C8;
  margin-bottom: 14px;
}
.hiw-eyebrow-bar { height: 1px; width: 36px; background: #1353C8; opacity: 0.35; }
.hiw-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.hiw-desc {
  font-size: 16px;
  color: #34567A;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* 3-step grid */
.hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  margin-bottom: 64px;
}
/* Arrow connectors between steps */
.hiw-steps::before,
.hiw-steps::after {
  content: '→';
  position: absolute;
  top: 56px;
  font-size: 22px;
  color: #D5DDE8;
  font-weight: 300;
  z-index: 1;
  pointer-events: none;
}
.hiw-steps::before { left: calc(33.33% - 14px); }
.hiw-steps::after  { left: calc(66.66% - 14px); }

.hiw-step {
  background: #F7F9FC;
  border: 1.5px solid #D5DDE8;
  border-radius: 20px;
  padding: 36px 30px 32px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  transition: border-color 0.1s, box-shadow 0.1s, transform 0.1s;
}
.hiw-step:hover {
  border-color: #1353C8;
  box-shadow: 0 12px 36px rgba(11,29,53,0.11), 0 0 1px rgba(11,29,53,0.08);
  transform: translateY(-4px);
}

.hiw-step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #E8EFFC;
  border: 2px solid rgba(19,83,200,0.2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1353C8;
  margin: 0 auto 24px;
  transition: background 0.1s, border-color 0.1s;
}
.hiw-step:hover .hiw-step-num {
  background: #1353C8;
  border-color: #1353C8;
  color: #fff;
}

.hiw-step-icon {
  width: 64px; height: 64px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.1s;
}
.hiw-step:hover .hiw-step-icon { transform: scale(1.06); }

.step-icon-1 { background: #E8EFFC;  color: #1353C8; }
.step-icon-2 { background: #ECFDF5; color: #065F46; }
.step-icon-3 { background: #FFFBEB; color: #92400E; }

.hiw-step-title {
  font-size: 19px;
  font-weight: 800;
  color: #0B1D35;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.hiw-step-text {
  font-size: 14px;
  color: #34567A;
  line-height: 1.7;
}
.hiw-step-detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D5DDE8;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hiw-detail-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: #546E8F;
}
.hiw-detail-row svg { color: #059669; flex-shrink: 0; }

/* Reassurance strip */
.hiw-reassure {
  background: #F7F9FC;
  border: 1.5px solid #D5DDE8;
  border-radius: 20px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.hiw-re-item {}
.hiw-re-num {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 36px;
  font-weight: 700;
  color: #0B1D35;
  line-height: 1;
  margin-bottom: 6px;
}
.hiw-re-num span { color: #1353C8; }
.hiw-re-label {
  font-size: 13px;
  font-weight: 600;
  color: #546E8F;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 5 — SOCIAL PROOF / REAL CASES
═══════════════════════════════════════════════════════════ */
.social-proof {
  width: 100%;
  background: #F7F9FC;
  padding: 96px 0;
  border-top: 1.5px solid #D5DDE8;
}

.sp-header {
  text-align: center;
  margin-bottom: 64px;
}
.sp-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1353C8;
  margin-bottom: 14px;
}
.sp-eyebrow-bar { height: 1px; width: 36px; background: #1353C8; opacity: 0.35; }
.sp-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.sp-desc {
  font-size: 16px;
  color: #34567A;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Outcome stat bar */
.sp-stat-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
.sp-stat-card {
  background: #FFFFFF;
  border: 1.5px solid #D5DDE8;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  position: relative;
  overflow: hidden;
}
.sp-stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}
.sp-stat-card.sc-green::before { background: #059669; }
.sp-stat-card.sc-blue::before  { background: #1353C8; }
.sp-stat-card.sc-amber::before { background: #1353C8; }

.sp-stat-num {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.sp-stat-num sup {
  font-size: 0.5em;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 800;
  vertical-align: super;
  color: #34567A;
}
.sp-stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #34567A;
  line-height: 1.45;
}
.sp-stat-sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #546E8F;
  margin-top: 5px;
}

/* Case cards grid */
.sp-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.sp-case {
  background: #FFFFFF;
  border: 1.5px solid #D5DDE8;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  transition: border-color 0.1s, box-shadow 0.1s, transform 0.1s;
}
.sp-case:hover {
  border-color: #1353C8;
  box-shadow: 0 12px 36px rgba(11,29,53,0.11), 0 0 1px rgba(11,29,53,0.08);
  transform: translateY(-3px);
}

.sp-case-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.sp-case-type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.ct-red    { background: rgba(220,38,38,0.08);  color: #DC2626;  border: 1px solid rgba(220,38,38,0.2); }
.ct-blue   { background: rgba(19,83,200,0.08);  color: #1353C8;  border: 1px solid rgba(19,83,200,0.2); }
.ct-amber  { background: rgba(217,119,6,0.08);  color: #B45309;  border: 1px solid rgba(217,119,6,0.2); }
.ct-violet { background: rgba(124,58,237,0.08); color: #7C3AED;  border: 1px solid rgba(124,58,237,0.2); }
.ct-teal   { background: rgba(8,145,178,0.08);  color: #0369A1;  border: 1px solid rgba(8,145,178,0.2); }
.ct-pink   { background: rgba(190,24,93,0.08);  color: #BE185D;  border: 1px solid rgba(190,24,93,0.2); }

.sp-outcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ob-success  { background: #ECFDF5; color: #065F46; border: 1px solid #6EE7B7; }
.ob-partial  { background: #FFFBEB; color: #92400E; border: 1px solid #FCD34D; }
.ob-filed    { background: #E8EFFC;  color: #1353C8;  border: 1px solid rgba(19,83,200,0.3); }

.sp-case-quote {
  font-size: 14.5px;
  font-weight: 500;
  color: #34567A;
  line-height: 1.7;
  font-style: italic;
  flex: 1;
  border-left: 3px solid #D5DDE8;
  padding-left: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.sp-case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #D5DDE8;
}
.sp-case-meta {
  font-size: 12px;
  font-weight: 600;
  color: #546E8F;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sp-case-meta strong { color: #0B1D35; font-size: 13.5px; font-weight: 800; }
.sp-case-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  color: #546E8F;
  white-space: nowrap;
}
.sp-case-time svg { color: #065F46; }

/* Anonymity notice */
.sp-notice {
  background: #E8EFFC;
  border: 1.5px solid rgba(19,83,200,0.18);
  border-radius: 14px;
  padding: 16px 22px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #34567A;
  line-height: 1.6;
}
.sp-notice svg { color: #1353C8; flex-shrink: 0; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════
   SECTION 6 — 1930 HELPLINE EXPLAINER
═══════════════════════════════════════════════════════════ */
.helpline {
  width: 100%;
  background: #0B1D35;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
/* Subtle left glow */
.helpline::before {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(ellipse, rgba(19,83,200,0.12) 0%, transparent 65%);
  pointer-events: none;
}
/* Right blue accent */
.helpline::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(ellipse, rgba(59,130,246,0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hl-inner { position: relative; z-index: 1; max-width: 100%; overflow-wrap: break-word; }

/* Two-column layout */
.hl-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  min-width: 0;
  align-items: start;
}
.hl-grid > * {
  min-width: 0;
  overflow-x: hidden;
}

/* Left column */
.hl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(252,211,77,0.9);
  margin-bottom: 20px;
}
.hl-eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #FCD34D;
  animation: pulse-dot 2s infinite;
}
.hl-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.hl-h2 em { font-style: italic; color: #FCD34D; }
.hl-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 100%;
  overflow-wrap: break-word;
}

/* FAQ accordion */
.hl-faq { display: flex; flex-direction: column; gap: 10px; }
.hl-faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.1s;
  max-width: 100%;
  box-sizing: border-box;
}
.hl-faq-item:hover { border-color: rgba(255,255,255,0.2); }
.hl-faq-item.open  { border-color: rgba(252,211,77,0.35); background: rgba(252,211,77,0.04); }

.hl-faq-q {
  width: 100% !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  -webkit-appearance: none;
}
.hl-faq-q:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(252,211,77,0.5);
}
.hl-faq-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  transition: background 0.1s, transform 0.1s, color 0.1s;
  line-height: 1;
}
.hl-faq-item.open .hl-faq-icon {
  background: rgba(252,211,77,0.15);
  color: #FCD34D;
  transform: rotate(45deg);
}
.hl-faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hl-faq-item.open .hl-faq-a { display: block; }
.hl-faq-a strong { color: rgba(255,255,255,0.85); font-weight: 700; }
.hl-faq-a a { color: #FCD34D; text-decoration: none; font-weight: 700; }
.hl-faq-a a:hover { text-decoration: underline; }

/* Right column — call card */
.hl-call-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
/* Amber top bar */
.hl-call-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FCD34D, #F59E0B);
  border-radius: 20px 20px 0 0;
}

.hl-number-block {
  text-align: center;
  padding: 28px 20px;
  background: rgba(252,211,77,0.06);
  border: 1px solid rgba(252,211,77,0.2);
  border-radius: 14px;
}
.hl-number-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin-bottom: 10px;
}
.hl-number {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 64px;
  font-weight: 700;
  color: #FCD34D;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  display: block;
}
.hl-number-sub {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  white-space: normal;
  overflow-wrap: break-word;
}
.btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FCD34D;
  color: #0B1D35;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 56px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(252,211,77,0.25);
  transition: background 0.1s, transform 0.1s, box-shadow 0.1s;
  -webkit-appearance: none;
}
.btn-call:hover,
.btn-call:focus-visible {
  background: #FDE68A;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(252,211,77,0.38);
}
.btn-call:active { transform: translateY(0); }

/* What to say script */
.hl-script {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 18px 20px;
}
.hl-script-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin-bottom: 10px;
}
.hl-script-text {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  font-style: italic;
}
.hl-script-text strong { color: #FCD34D; font-style: normal; font-weight: 700; }

/* Portal link row */
.hl-portal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hl-portal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  transition: border-color 0.1s, background 0.1s;
  touch-action: manipulation;
}
.hl-portal-row > div { min-width: 0; flex: 1; }
.hl-portal-row:hover,
.hl-portal-row:focus-visible {
  border-color: rgba(252,211,77,0.3);
  background: rgba(252,211,77,0.04);
}
.hl-portal-name {
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
}
.hl-portal-desc {
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin-top: 2px;
}
.hl-portal-arrow {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  transition: color 0.1s, transform 0.1s;
}
.hl-portal-row:hover .hl-portal-arrow { color: #FCD34D; transform: translateX(3px); }

/* ── 1930 route distinction note ── */
.hl-route-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  min-width: 0;
  max-width: 100%;
}
.hl-route-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hl-route-financial {
  background: rgba(252,211,77,0.08);
  border: 1px solid rgba(252,211,77,0.25);
  color: rgba(255,255,255,0.85);
}
.hl-route-financial strong { color: #FCD34D; }
.hl-route-other {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
}
.hl-route-other strong { color: rgba(255,255,255,0.9); }
.hl-route-row a { color: rgba(255,255,255,0.7); text-decoration: underline; }
.hl-route-row a:hover { color: #FCD34D; }
.hl-route-icon { font-size: 16px; flex-shrink: 0; line-height: 1.4; }

/* ── 24-hour formalization alert (call card) ── */
.hl-24hr-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(252,211,77,0.07);
  border: 1px solid rgba(252,211,77,0.22);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 24px;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.80);
  overflow-wrap: break-word;
  word-break: break-word;
}
.hl-24hr-alert svg { color: #FCD34D; flex-shrink: 0; margin-top: 2px; }
.hl-24hr-alert strong { color: #FCD34D; }
.hl-24hr-alert a { color: rgba(255,255,255,0.75); text-decoration: underline; }
.hl-24hr-alert a:hover { color: #FCD34D; }

/* ═══════════════════════════════════════════════════════════
   SECTION 7 — PREVENTION HUB
═══════════════════════════════════════════════════════════ */
.prevention {
  width: 100%;
  background: #FFFFFF;
  padding: 96px 0;
  border-top: 1.5px solid #D5DDE8;
  border-bottom: 1.5px solid #D5DDE8;
}

.pv-header {
  text-align: center;
  margin-bottom: 64px;
}
.pv-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1353C8;
  margin-bottom: 14px;
}
.pv-eyebrow-bar { height: 1px; width: 36px; background: #1353C8; opacity: 0.35; }
.pv-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.pv-desc {
  font-size: 16px;
  color: #34567A;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Two-column layout: tips left, share right */
.pv-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: start;
}

/* Left — tip cards */
.pv-tips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pv-tip {
  background: #F7F9FC;
  border: 1.5px solid #D5DDE8;
  border-radius: 20px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  transition: border-color 0.1s, box-shadow 0.1s, transform 0.1s;
}
.pv-tip:hover {
  border-color: #1353C8;
  box-shadow: 0 12px 36px rgba(11,29,53,0.11), 0 0 1px rgba(11,29,53,0.08);
  transform: translateY(-3px);
}
.pv-tip-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pti-blue   { background: #E8EFFC;  color: #1353C8; }
.pti-green  { background: #ECFDF5; color: #065F46; }
.pti-amber  { background: #FFFBEB; color: #92400E; }
.pti-red    { background: #FEF2F2;   color: #991B1B; }
.pti-violet { background: rgba(124,58,237,0.08); color: #7C3AED; }
.pti-teal   { background: rgba(8,145,178,0.08);  color: #0369A1; }

.pv-tip-title {
  font-size: 15px;
  font-weight: 800;
  color: #0B1D35;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.pv-tip-text {
  font-size: 13px;
  color: #34567A;
  line-height: 1.65;
  flex: 1;
}

/* Right — share panel */
.pv-share-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 24px;
}
.pv-share-card {
  background: #0B1D35;
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.pv-share-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1353C8, #3B74E0);
}
.pv-share-card::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(59,116,224,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.pv-share-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin-bottom: 12px;
}
.pv-share-heading {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.pv-share-sub {
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin-bottom: 22px;
  position: relative; z-index: 1;
}
.pv-share-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative; z-index: 1;
}
.btn-share {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.1s, border-color 0.1s;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
}
.btn-share:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.22); }
.btn-share svg   { flex-shrink: 0; }
.btn-share-wa {
  background: #25D366;
  background-color: #25D366;
  border-color: #25D366;
  color: #FFFFFF;
}
.btn-share-wa:hover {
  background: #1DAB55;
  background-color: #1DAB55;
  border-color: #1DAB55;
  color: #FFFFFF;
}
.btn-share-wa svg { color: #FFFFFF !important; fill: #FFFFFF !important; }
.btn-share-wa:visited { color: #FFFFFF !important; }
.btn-share-wa:link { color: #FFFFFF !important; }
.btn-share-copy{ }
.share-copied {
  display: none;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(52,211,153,0.9);
  text-align: center;
  padding: 4px 0;
}
.share-copied.visible { display: block; }

/* Audience note */
.pv-audience {
  background: #F7F9FC;
  border: 1.5px solid #D5DDE8;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pv-audience-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #ECFDF5;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #065F46;
}
.pv-audience-text {
  font-size: 13px;
  font-weight: 500;
  color: #34567A;
  line-height: 1.65;
}
.pv-audience-text strong { color: #0B1D35; font-weight: 700; }

/* ═══════════════════════════════════════════════════════════
   SECTION 8 — FAQ
═══════════════════════════════════════════════════════════ */
.faq-section {
  width: 100%;
  background: #F7F9FC;
  background-color: #F7F9FC;
  padding: 96px 0;
}

.fq-header {
  text-align: center;
  margin-bottom: 64px;
}
.fq-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1353C8;
  margin-bottom: 14px;
}
.fq-eyebrow-bar { height: 1px; width: 36px; background: #1353C8; opacity: 0.35; }
.fq-h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #0B1D35;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.fq-desc {
  font-size: 16px;
  color: #34567A;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Two-column FAQ grid */
.fq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 48px;
}
.fq-item {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: 1.5px solid #D5DDE8 !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
  transition: border-color 0.1s;
  height: auto;
  min-height: unset;
  max-height: none;
}
.fq-item:hover  { border-color: rgba(19,83,200,0.28); }
.fq-item.fq-open { border-color: rgba(19,83,200,0.38); box-shadow: 0 12px 36px rgba(11,29,53,0.11), 0 0 1px rgba(11,29,53,0.08); }

.fq-q {
  width: 100% !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 22px 24px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  cursor: pointer !important;
  text-align: left !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0B1D35 !important;
  line-height: 1.4 !important;
  min-height: unset !important;
  height: auto !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.fq-q-text {
  flex: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  display: block;
}
.fq-q:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(19,83,200,0.4);
}
.fq-q-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #EEF3FA !important;
  background-color: #EEF3FA !important;
  border: 1.5px solid #D5DDE8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: #546E8F;
  font-weight: 400;
  transition: background 0.1s, border-color 0.1s, transform 0.1s, color 0.1s;
  line-height: 1;
}
.fq-item.fq-open .fq-q-icon {
  background: #E8EFFC;
  border-color: rgba(19,83,200,0.3);
  color: #1353C8;
  transform: rotate(45deg);
}
.fq-a {
  display: none;
  padding: 18px 24px 22px !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  color: #34567A !important;
  line-height: 1.75 !important;
  border-top: 1px solid #D5DDE8 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  overflow-wrap: break-word;
  word-break: break-word;
}
.fq-item.fq-open .fq-a { display: block; }
.fq-a strong { color: #0B1D35; font-weight: 700; }
.fq-a a { color: #1353C8; text-decoration: none; font-weight: 600; }
.fq-a a:hover { text-decoration: underline; }

/* Still have questions CTA */
.fq-cta {
  background: #0B1D35;
  border-radius: 20px;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.fq-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FCD34D, #F59E0B, #1353C8);
}
.fq-cta::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(19,83,200,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.fq-cta-text {
  position: relative; z-index: 1;
}
.fq-cta-title {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.fq-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  max-width: 480px;
}
.fq-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative; z-index: 1;
}
.btn-fq-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FCD34D;
  color: #0B1D35;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(252,211,77,0.25);
  transition: background 0.1s, transform 0.1s, box-shadow 0.1s;
  -webkit-appearance: none;
}
.btn-fq-primary:hover { background: #FDE68A; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(252,211,77,0.35); }
.btn-fq-primary:active { transform: translateY(0); }
.btn-fq-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: #16A34A !important;
  background-color: #16A34A !important;
  border: 2px solid #16A34A !important;
  color: #FFFFFF !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 52px;
  padding: 0 24px;
  border-radius: 14px !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.1s, border-color 0.1s, box-shadow 0.1s;
  -webkit-appearance: none !important;
  box-shadow: 0 4px 16px rgba(22,163,74,0.35);
}
.btn-fq-secondary:hover { background: #15803D !important; border-color: #15803D !important; color: #FFFFFF !important; box-shadow: 0 6px 20px rgba(22,163,74,0.45); }
.btn-fq-secondary:active { transform: translateY(1px); box-shadow: 0 2px 8px rgba(22,163,74,0.3); }
.btn-fq-secondary:visited { color: #FFFFFF !important; }

/* ═══════════════════════════════════════════════════════════
   DESIGN ENHANCEMENT — TECH POLISH LAYER
   ─────────────────────────────────────────────────────────
   Glassmorphism · scan-line · data mono · active glow ·
   section gradients · breathing alerts · scroll reveals
═══════════════════════════════════════════════════════════ */

/* ── Monospace stack for data elements (zero network cost) ── */
.stat-num,
.sp-stat-num,
.hl-number,
.gh-bubble-time,
.gh-bubble-unit,
.tvs-meta {
  font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', 'Consolas', 'Menlo', monospace;
}

/* ── Badge scan-line sweep ── */
@keyframes badge-scan {
  0%   { left: -100%; }
  100% { left: 200%; }
}
.badge::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: -100%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(6,95,70,0.08), transparent);
  animation: badge-scan 4s ease-in-out infinite;
  pointer-events: none;
}
.badge { position: relative; overflow: hidden; }

/* ── Shield card glassmorphism ── */
.shield-card {
  background: rgba(11,29,53,0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ── Rescue card mobile :active glow ── */
.rescue-card:active {
  transform: translateY(-1px);
  transition-duration: 60ms;
}
.rescue-card:active::before { opacity: 1; }
@media (hover: none) {
  .rescue-card:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(19,83,200,0.18), 0 0 1px rgba(11,29,53,0.08);
  }
  .acc-red:active    { border-color: rgba(220,38,38,0.35); box-shadow: 0 0 0 3px rgba(220,38,38,0.08); }
  .acc-amber:active  { border-color: rgba(217,119,6,0.35); box-shadow: 0 0 0 3px rgba(217,119,6,0.08); }
  .acc-blue:active   { border-color: rgba(19,83,200,0.35); box-shadow: 0 0 0 3px rgba(19,83,200,0.08); }
  .acc-teal:active   { border-color: rgba(8,145,178,0.35); box-shadow: 0 0 0 3px rgba(8,145,178,0.08); }
  .acc-pink:active   { border-color: rgba(190,24,93,0.35); box-shadow: 0 0 0 3px rgba(190,24,93,0.08); }
  .acc-violet:active { border-color: rgba(124,58,237,0.35); box-shadow: 0 0 0 3px rgba(124,58,237,0.08); }
  .acc-green:active  { border-color: rgba(5,150,105,0.35); box-shadow: 0 0 0 3px rgba(5,150,105,0.08); }
  .acc-slate:active  { border-color: rgba(19,83,200,0.35); box-shadow: 0 0 0 3px rgba(19,83,200,0.08); }
}

/* ── Donot box breathing red border ── */
@keyframes donot-breathe {
  0%, 100% { border-left-color: rgba(220,38,38,0.7); }
  50%      { border-left-color: rgba(220,38,38,1); }
}
.donot {
  animation: fade-up 0.55s 0.3s ease both, donot-breathe 3s ease-in-out 1s infinite;
}

/* ── Section gradient dividers ── */
.triage::before,
.how-it-works::before,
.social-proof::before,
.prevention::before,
.faq-section::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(19,83,200,0.18), rgba(252,211,77,0.22), rgba(19,83,200,0.18), transparent);
  margin-bottom: 0;
}
/* Remove old flat top borders where gradient replaces them */
.triage::before    { margin: 0 auto; width: 80%; border-radius: 2px; }
.how-it-works,
.social-proof,
.prevention,
.faq-section { border-top: none; }

/* ── Golden hour slots — staggered reveal ── */
.gh-slot {
  opacity: 0;
  animation: fade-up 0.5s ease both;
}
.gh-slot:nth-child(1) { animation-delay: 0.1s; }
.gh-slot:nth-child(2) { animation-delay: 0.25s; }
.gh-slot:nth-child(3) { animation-delay: 0.4s; }
.gh-slot:nth-child(4) { animation-delay: 0.55s; }

/* ── Golden hour bubble inner glow pulse ── */
@keyframes bubble-pulse {
  0%, 100% { box-shadow: inset 0 0 12px rgba(255,255,255,0.05); }
  50%      { box-shadow: inset 0 0 20px rgba(255,255,255,0.12); }
}
.gh-bubble { animation: bubble-pulse 3s ease-in-out infinite; }

/* ── Stat boxes subtle inner light ── */
.stat-box {
  position: relative;
}
.stat-box::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* ── HiW step number ring pulse on hover ── */
.hiw-step-num {
  transition: box-shadow 0.2s;
}
.hiw-step:hover .hiw-step-num {
  box-shadow: 0 0 0 6px rgba(19,83,200,0.12);
}

/* ── Social proof stat counter shimmer ── */
@keyframes counter-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .sp-stat-num {
    background: linear-gradient(90deg, #0B1D35 40%, #1353C8 50%, #0B1D35 60%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: counter-shimmer 4s linear infinite;
  }
}

/* ── FAQ CTA subtle gradient border top ── */
.fq-cta::before {
  height: 3px;
  background: linear-gradient(90deg, #FCD34D, #F59E0B, #1353C8, #F59E0B, #FCD34D);
  background-size: 200% 100%;
  animation: gradient-shift 6s linear infinite;
}
@keyframes gradient-shift {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* ── Proof bar — subtle terminal feel ── */
.proof-bar {
  background: linear-gradient(180deg, #F7F9FC, #F0F4FA);
}
.proof-item {
  letter-spacing: 0.02em;
}
.proof-item strong {
  font-family: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
}

/* ── Helpline 1930 number glow ── */
.hl-number {
  text-shadow: 0 0 30px rgba(252,211,77,0.25), 0 0 60px rgba(252,211,77,0.1);
}

/* ── Call 1930 button — pulse ring ── */
@keyframes call-ring {
  0%   { box-shadow: 0 4px 16px rgba(252,211,77,0.35); }
  50%  { box-shadow: 0 4px 16px rgba(252,211,77,0.35), 0 0 0 6px rgba(252,211,77,0.12); }
  100% { box-shadow: 0 4px 16px rgba(252,211,77,0.35); }
}
.btn-call {
  animation: call-ring 2.5s ease-in-out infinite;
}

/* ── Chip hover micro-interaction ── */
.chip {
  transition: border-color 0.12s, transform 0.12s, background 0.12s;
}
.chip:hover {
  transform: translateY(-1px);
  background: #EEF3FA;
  border-color: rgba(19,83,200,0.22);
}

/* ── Share button hover lift ── */
.btn-share {
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s, border-color 0.12s;
}
.btn-share:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(11,29,53,0.1);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-grid    { grid-template-columns: 1fr 340px; gap: 52px; }
  .card-grid    { grid-template-columns: repeat(3, 1fr); }
  .hiw-reassure { grid-template-columns: repeat(2, 1fr); }
  .sp-stat-bar  { grid-template-columns: repeat(3, 1fr); }
  .sp-cases     { grid-template-columns: repeat(2, 1fr); }
  .hl-grid      { grid-template-columns: 1fr 360px; gap: 48px; }
  .pv-grid      { grid-template-columns: 1fr 320px; gap: 40px; }
  .fq-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-grid   { grid-template-columns: 1fr; gap: 40px; }
  .hero-right  { max-width: 500px; margin: 0 auto; width: 100%; }
  .hero-sub    { max-width: 100%; }
  .card-grid   { grid-template-columns: repeat(2, 1fr); }
  .proof-bar   { padding: 22px 0 26px; }
  .proof-item  { padding: 0 24px; font-size: 12.5px; }
  .gh-timeline { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .gh-timeline::before { display: none; }
  .hiw-steps   { grid-template-columns: 1fr; gap: 20px; }
  .hiw-steps::before, .hiw-steps::after { display: none; }
  .golden-hour  { padding: 72px 0; }
  .how-it-works { padding: 72px 0; }
  .sp-stat-bar  { grid-template-columns: repeat(3, 1fr); }
  .sp-cases     { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .social-proof { padding: 72px 0; }
  .hl-grid      { grid-template-columns: 1fr; gap: 48px; }
  .hl-call-card { position: static; }
  .helpline     { padding: 72px 0; }
  .pv-grid         { grid-template-columns: 1fr; gap: 40px; }
  .pv-share-panel  { position: static; }
  .prevention      { padding: 72px 0; }
  .fq-grid         { grid-template-columns: 1fr; gap: 12px; }
  .faq-section     { padding: 72px 0; }
  .fq-cta          { padding: 40px 32px; }
}



/* ═══════════════════════════════════════════════════════════
   MOBILE & TABLET OPTIMISATION LAYER
   ─────────────────────────────────────────────────────────
   Cascades after all base responsive rules above.
   Touch targets ≥ 48px · Body text ≥ 14px on mobile ·
   Centered layouts · Generous line-heights · Breathable spacing
═══════════════════════════════════════════════════════════ */

/* ── 768px — Tablet (iPad portrait) ── */
@media (max-width: 768px) {
  .hero-grid       { grid-template-columns: 1fr; gap: 36px; }
  .hero-right      { max-width: 440px; margin: 0 auto; width: 100%; }
  .card-grid       { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .sp-stat-bar     { grid-template-columns: 1fr; gap: 14px; }
  .sp-cases        { grid-template-columns: 1fr; gap: 14px; }
  .hl-grid         { grid-template-columns: 1fr; gap: 40px; }
  .hl-call-card    { position: static; max-width: 480px; margin: 0 auto; }
  .pv-grid         { grid-template-columns: 1fr; gap: 36px; }
  .pv-share-panel  { position: static; max-width: 480px; margin: 0 auto; width: 100%; }
  .pv-tips         { grid-template-columns: 1fr; gap: 14px; }
  .fq-grid         { grid-template-columns: 1fr; gap: 12px; }
  .hiw-steps       { grid-template-columns: 1fr; gap: 20px; }
  .hiw-steps::before, .hiw-steps::after { display: none; }
  .gh-timeline     { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .gh-timeline::before { display: none; }
}

/* ── 640px — Mobile (main phone breakpoint) ── */
@media (max-width: 640px) {
  /* ▸ Global spacing */
  .wrap { padding-left: max(16px, env(safe-area-inset-left, 0px)); padding-right: max(16px, env(safe-area-inset-right, 0px)); }

  /* ▸ Hero — tighter, centered, breathable */
  .hero-inner      { padding: 36px 0 44px; }
  .badge           { flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 12px 20px 10px; border-radius: 20px; margin-bottom: 24px; }
  .badge-pulse     { align-self: center; margin-top: 0; }
  .hero-h1         { font-size: clamp(32px, 8vw, 42px); margin-bottom: 18px; }
  .hero-sub        { font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
  .pills-wrap      { gap: 6px; margin-bottom: 24px; justify-content: center; }
  .chip            { font-size: 12px; padding: 7px 12px; }
  .donot           { padding: 14px 16px; margin-bottom: 28px; border-radius: 12px; }
  .donot-row       { font-size: 14px; line-height: 1.6; gap: 8px; }
  .donot-label     { font-size: 11px; margin-bottom: 10px; }
  .cta-group       { gap: 14px; flex-direction: column; align-items: center; text-align: center; }
  .btn-rescue      { width: 100% !important; min-width: unset !important; }
  .cta-note        { justify-content: center; text-align: center; }

  /* ▸ Shield card */
  .shield-card     { padding: 28px 20px 22px; border-radius: 16px; }
  .shield-kicker   { font-size: 11px; margin-bottom: 16px; }
  .stat-row        { gap: 8px; }
  .stat-box        { padding: 12px 14px; border-radius: 8px; }
  .stat-num        { font-size: 24px; }
  .stat-label      { font-size: 11px; }
  .trust-tiles     { gap: 8px; }
  .trust-tile      { padding: 12px 14px; border-radius: 12px; font-size: 13px; gap: 8px; }
  .tile-icon       { width: 28px; height: 28px; border-radius: 7px; font-size: 14px; }

  /* ▸ Proof bar */
  .proof-bar       { padding: 18px 0 20px; margin-top: 32px; }
  .proof-item      { font-size: 12px; padding: 0 18px; }

  /* ▸ Triage section */
  .section-intro   { padding: 44px 16px 32px; padding-left: max(16px, env(safe-area-inset-left, 0px)); padding-right: max(16px, env(safe-area-inset-right, 0px)); }
  .triage-h2       { font-size: clamp(26px, 6.5vw, 36px); }
  .triage-desc     { font-size: 15px; line-height: 1.7; }
  .triage          { padding-bottom: 56px; }

  /* ▸ Value strip */
  .triage-value-strip { margin-bottom: 32px; padding: 0 16px; }
  .tvs-label       { font-size: 11px; margin-bottom: 12px; }
  .tvs-chip        { font-size: 12px; padding: 7px 12px; }
  .tvs-meta        { font-size: 12px; }

  /* ▸ Rescue cards — vertical centered layout */
  .card-grid       { grid-template-columns: repeat(2, 1fr); gap: 10px; padding-left: max(16px, env(safe-area-inset-left, 0px)); padding-right: max(16px, env(safe-area-inset-right, 0px)); }
  .rescue-card     { flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 10px; padding: 18px 14px !important; border-radius: 14px !important; min-height: unset !important; background: #FFFFFF !important; background-color: #FFFFFF !important; }
  .card-icon       { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 0; }
  .card-icon svg   { width: 20px; height: 20px; }
  .card-body       { display: flex !important; flex-direction: column !important; align-items: center !important; min-width: 0 !important; }
  .card-title      { font-size: 14px !important; margin-bottom: 4px !important; text-align: center !important; }
  .card-desc       { font-size: 12.5px !important; line-height: 1.55 !important; text-align: center !important; }
  .card-footer     { padding-top: 10px; margin-top: 8px; width: 100%; justify-content: center !important; gap: 8px; }
  .card-action     { font-size: 10px; }
  .card-chevron    { width: 24px; height: 24px; font-size: 12px; }

  /* ▸ Disclaimer */
  .disclaimer-wrap { margin-top: 36px; padding-left: max(16px, env(safe-area-inset-left, 0px)); padding-right: max(16px, env(safe-area-inset-right, 0px)); }
  .disclaimer      { padding: 16px 18px; border-radius: 12px; font-size: 12px; gap: 10px; line-height: 1.65; }

  /* ▸ Golden hour */
  .golden-hour     { padding: 48px 0; }
  .gh-header       { margin-bottom: 36px; }
  .gh-eyebrow      { font-size: 10px; }
  .gh-h2           { font-size: clamp(24px, 6vw, 34px); }
  .gh-desc         { font-size: 14px; line-height: 1.7; }
  .gh-timeline     { gap: 20px; }
  .gh-slot         { padding: 0 8px; max-width: 320px; margin: 0 auto; width: 100%; }
  .gh-bubble       { width: 64px; height: 64px; margin-bottom: 14px; }
  .gh-bubble-time  { font-size: 12px; }
  .gh-bubble-unit  { font-size: 10px; }
  .gh-slot-label   { font-size: 14px; margin-bottom: 6px; }
  .gh-slot-text    { font-size: 13px; line-height: 1.6; }
  .gh-slot-badge   { font-size: 10px; padding: 3px 9px; margin-top: 8px; }
  .gh-cta-strip    { border-radius: 14px; flex-direction: column; align-items: center; text-align: center; }
  .gh-cta-text     { font-size: 16px; text-align: center; }
  .gh-cta-text span { font-size: 13px; }
  .btn-amber       { width: 100%; justify-content: center; }

  /* ▸ How it works */
  .how-it-works    { padding: 48px 0; }
  .hiw-header      { margin-bottom: 40px; }
  .hiw-h2          { font-size: clamp(24px, 6vw, 34px); }
  .hiw-desc        { font-size: 14px; }
  .hiw-step        { padding: 24px 20px 22px; border-radius: 16px; }
  .hiw-step-num    { width: 42px; height: 42px; font-size: 20px; margin-bottom: 18px; }
  .hiw-step-icon   { width: 56px; height: 56px; border-radius: 14px; margin-bottom: 16px; }
  .hiw-step-icon svg { width: 24px; height: 24px; }
  .hiw-step-title  { font-size: 17px; margin-bottom: 8px; }
  .hiw-step-text   { font-size: 14px; line-height: 1.65; }
  .hiw-detail-row  { font-size: 12px; }
  .hiw-reassure    { padding: 20px 16px; gap: 16px; border-radius: 16px; }
  .hiw-re-num      { font-size: 30px; }
  .hiw-re-label    { font-size: 12px; }

  /* ▸ Social proof */
  .social-proof    { padding: 48px 0; }
  .sp-header       { margin-bottom: 36px; }
  .sp-h2           { font-size: clamp(24px, 6vw, 34px); }
  .sp-desc         { font-size: 14px; }
  .sp-stat-card    { padding: 22px 20px; border-radius: 16px; }
  .sp-stat-num     { font-size: clamp(32px, 8vw, 44px); }
  .sp-stat-label   { font-size: 13px; }
  .sp-stat-sub     { font-size: 12px; }
  .sp-case         { padding: 20px 18px; border-radius: 16px; gap: 14px; }
  .sp-case-header  { display: flex; flex-direction: row; align-items: center; gap: 6px; justify-content: flex-start; }
  .sp-case-footer  { flex-wrap: wrap; gap: 8px; }
  .sp-case-quote   { font-size: 14px; line-height: 1.7; padding-left: 12px; }
  .sp-case-type    { font-size: 10px; padding: 4px 8px; letter-spacing: 0.05em; }
  .sp-outcome-badge { font-size: 10px; padding: 3px 7px; letter-spacing: 0.04em; }
  .sp-case-meta    { font-size: 12px; }
  .sp-case-meta strong { font-size: 14px; }
  .sp-case-time    { font-size: 12px; }
  .sp-notice       { padding: 14px 16px; font-size: 13px; border-radius: 12px; }

  /* ▸ Helpline */
  .helpline        { padding: 48px 0; }
  .hl-eyebrow      { font-size: 11px; }
  .hl-h2           { font-size: clamp(24px, 6vw, 34px); }
  .hl-desc         { font-size: 15px; line-height: 1.7; margin-bottom: 28px; max-width: 100%; }
  .hl-route-note   { margin-bottom: 24px; }
  .hl-route-row    { font-size: 14px; line-height: 1.65; padding: 14px 16px; border-radius: 12px; }
  .hl-route-icon   { font-size: 18px; }
  .hl-faq-q        { padding: 16px 18px; font-size: 14px; min-height: 48px; }
  .hl-faq-a        { padding: 0 18px 16px; font-size: 14px; line-height: 1.7; }
  .hl-call-card    { padding: 24px 18px; border-radius: 16px; gap: 20px; max-width: 100%; }
  .hl-number-block { padding: 22px 16px; border-radius: 12px; }
  .hl-number-label { font-size: 11px; }
  .hl-number       { font-size: 48px; margin-bottom: 8px; }
  .hl-number-sub   { font-size: 13px; }
  .hl-script       { padding: 14px 16px; border-radius: 12px; }
  .hl-script-label { font-size: 11px; margin-bottom: 8px; }
  .hl-script-text  { font-size: 14px; line-height: 1.65; }
  .hl-portal-row   { padding: 12px 14px; border-radius: 10px; }
  .hl-portal-name  { font-size: 14px; }
  .hl-portal-desc  { font-size: 12px; }
  .hl-24hr-alert   { padding: 12px 14px; font-size: 13px; border-radius: 10px; }
  .btn-call        { height: 52px; font-size: 15px; border-radius: 12px; }

  /* ▸ Prevention */
  .prevention      { padding: 48px 0; }
  .pv-header       { margin-bottom: 36px; }
  .pv-h2           { font-size: clamp(24px, 6vw, 34px); }
  .pv-desc         { font-size: 14px; }
  .pv-tips         { grid-template-columns: 1fr; gap: 12px; }
  .pv-tip          { padding: 20px 18px; border-radius: 16px; gap: 10px; flex-direction: column; align-items: center; text-align: center; }
  .pv-tip-title    { text-align: center; }
  .pv-tip-text     { text-align: center; font-size: 13px; line-height: 1.6; }
  .pv-tip-icon     { width: 40px; height: 40px; border-radius: 10px; }
  .pv-tip-icon svg { width: 20px; height: 20px; }
  .pv-tip-title    { font-size: 14.5px; }
  .pv-tip-text     { font-size: 13px; line-height: 1.6; }
  .pv-share-card   { padding: 24px 18px; border-radius: 16px; }
  .pv-share-label  { font-size: 11px; margin-bottom: 10px; }
  .pv-share-heading { font-size: 20px; }
  .pv-share-sub    { font-size: 14px; margin-bottom: 18px; }
  .btn-share       { padding: 14px 16px; min-height: 48px; border-radius: 10px; font-size: 14px; }
  .pv-audience     { padding: 16px 16px; border-radius: 12px; gap: 10px; }
  .pv-audience-icon { width: 32px; height: 32px; border-radius: 8px; }
  .pv-audience-text { font-size: 13px; }

  /* ▸ FAQ */
  .faq-section     { padding: 48px 0; }
  .fq-header       { margin-bottom: 36px; }
  .fq-h2           { font-size: clamp(24px, 6vw, 34px); }
  .fq-desc         { font-size: 14px; }
  .fq-item         { border-radius: 14px !important; }
  .fq-q            { padding: 16px 18px !important; font-size: 14px !important; min-height: 48px; background: #FFFFFF !important; color: #0B1D35 !important; }
  .fq-q-icon       { width: 26px !important; height: 26px !important; font-size: 14px !important; }
  .fq-a            { padding: 14px 18px 18px !important; font-size: 14px !important; line-height: 1.7 !important; background: #FFFFFF !important; color: #34567A !important; }
  .fq-q-icon       { width: 26px; height: 26px; font-size: 14px; }
  .fq-a            { padding: 14px 18px 18px; font-size: 14px; line-height: 1.7; }
  .fq-cta          { padding: 28px 20px; border-radius: 16px; gap: 20px; flex-direction: column; align-items: stretch; text-align: center; }
  .fq-cta-text     { text-align: center; }
  .fq-cta-title    { font-size: clamp(20px, 5vw, 26px); }
  .fq-cta-sub      { font-size: 14px; max-width: 100%; }
  .fq-cta-actions  { flex-direction: column; align-items: stretch; width: 100%; }
  .btn-fq-primary  { height: 52px; font-size: 15px; border-radius: 12px; width: 100%; justify-content: center; }
  .btn-fq-secondary { height: 52px; font-size: 14px; border-radius: 12px; width: 100%; justify-content: center; background: #16A34A !important; color: #FFFFFF !important; border-color: #16A34A !important; }

  /* ▸ Section eyebrows — consistent mobile sizing */
  .eyebrow, .gh-eyebrow, .hiw-eyebrow, .sp-eyebrow, .pv-eyebrow, .fq-eyebrow { font-size: 11px; letter-spacing: 0.1em; }
  .eyebrow-bar, .hiw-eyebrow-bar, .sp-eyebrow-bar, .pv-eyebrow-bar, .fq-eyebrow-bar { width: 28px; }
}

/* ── 420px — Small phones ── */
@media (max-width: 420px) {
  .wrap              { padding-left: max(14px, env(safe-area-inset-left, 0px)); padding-right: max(14px, env(safe-area-inset-right, 0px)); }
  .hero-h1           { font-size: clamp(28px, 8vw, 36px); }
  .hero-sub          { font-size: 14px; line-height: 1.7; }
  .badge             { padding: 10px 18px 8px; margin-bottom: 20px; font-size: 10px; }
  .chip              { font-size: 11px; padding: 6px 10px; }
  .donot-row         { font-size: 13px; }
  .shield-card       { padding: 24px 16px 20px; }
  .stat-num          { font-size: 22px; }
  .stat-label        { font-size: 11px; }
  .stat-box          { padding: 10px 12px; }
  .trust-tile        { padding: 10px 12px; font-size: 12px; }
  .tile-icon         { width: 26px; height: 26px; font-size: 13px; }
  .proof-item        { font-size: 12px; padding: 0 14px; }
  .card-grid         { gap: 8px; padding-left: max(14px, env(safe-area-inset-left, 0px)); padding-right: max(14px, env(safe-area-inset-right, 0px)); }
  .rescue-card       { padding: 16px 12px !important; gap: 8px; background: #FFFFFF !important; }
  .card-icon         { width: 40px; height: 40px; border-radius: 10px; }
  .card-title        { font-size: 13.5px !important; }
  .card-desc         { font-size: 12px !important; line-height: 1.5 !important; }
  .card-footer       { padding-top: 8px; }
  .card-chevron      { width: 22px; height: 22px; font-size: 11px; border-radius: 6px; }
  .disclaimer        { padding: 14px 14px; font-size: 12px; gap: 8px; }
  .disc-icon         { font-size: 16px; }
  .gh-h2             { font-size: clamp(22px, 6vw, 28px); }
  .gh-slot           { max-width: 280px; }
  .gh-bubble         { width: 56px; height: 56px; }
  .gh-slot-label     { font-size: 13px; }
  .gh-slot-text      { font-size: 12.5px; }
  .gh-cta-text       { font-size: 15px; }
  .hiw-h2            { font-size: clamp(22px, 6vw, 28px); }
  .hiw-re-num        { font-size: 26px; }
  .hiw-re-label      { font-size: 11px; }
  .sp-h2             { font-size: clamp(22px, 6vw, 28px); }
  .sp-stat-num       { font-size: clamp(28px, 7vw, 36px); }
  .sp-case-quote     { font-size: 13.5px; }
  .hl-h2             { font-size: clamp(22px, 6vw, 28px); }
  .hl-number         { font-size: 42px; }
  .hl-faq-q          { font-size: 13.5px; }
  .pv-h2             { font-size: clamp(22px, 6vw, 28px); }
  .pv-tip-title      { font-size: 14px; }
  .pv-tip-text       { font-size: 13px; }
  .pv-share-heading  { font-size: 18px; }
  .fq-h2             { font-size: clamp(22px, 6vw, 28px); }
  .fq-cta-title      { font-size: clamp(18px, 5vw, 22px); }
  .fq-cta-sub        { font-size: 14px; }
  .fq-q              { font-size: 13.5px; }
  .fq-a              { font-size: 13.5px; }
  .sp-case-header    { flex-direction: row; align-items: center; gap: 5px; }
  .sp-case-type      { font-size: 10px; padding: 3px 6px; letter-spacing: 0.03em; }
  .sp-outcome-badge  { font-size: 10px; padding: 2px 5px; }
  .sp-case-footer    { flex-direction: column; align-items: flex-start; gap: 6px; }
  .tvs-chip          { font-size: 11px; padding: 6px 10px; }
  .section-intro     { padding: 36px 14px 28px; padding-left: max(14px, env(safe-area-inset-left, 0px)); padding-right: max(14px, env(safe-area-inset-right, 0px)); }
  .triage-h2         { font-size: clamp(24px, 6.5vw, 32px); }
}

/* ── 360px — Ultra-small phones ── */
@media (max-width: 360px) {
  .wrap              { padding-left: max(12px, env(safe-area-inset-left, 0px)); padding-right: max(12px, env(safe-area-inset-right, 0px)); }
  .hero-inner        { padding: 28px 0 36px; }
  .hero-h1           { font-size: 26px; line-height: 1.1; }
  .hero-sub          { font-size: 13.5px; }
  .badge             { padding: 10px 16px 8px; margin-bottom: 18px; font-size: 10px; letter-spacing: 0.05em; }
  .chip              { font-size: 11px; padding: 5px 9px; }
  .donot             { padding: 12px 14px; }
  .donot-row         { font-size: 12.5px; gap: 7px; }
  .donot-icon        { width: 16px; height: 16px; font-size: 10px; }
  .trust-tiles       { grid-template-columns: 1fr; gap: 6px; }
  .trust-tile        { padding: 10px 12px; font-size: 12px; }
  .shield-card       { padding: 20px 14px 18px; }
  .stat-num          { font-size: 20px; }
  .stat-label        { font-size: 11px; }
  .rescue-card       { padding: 14px 10px !important; gap: 6px; background: #FFFFFF !important; }
  .card-icon         { width: 36px; height: 36px; border-radius: 9px !important; }
  .card-icon svg     { width: 18px; height: 18px; }
  .card-title        { font-size: 12.5px !important; }
  .card-desc         { font-size: 11px !important; line-height: 1.45 !important; }
  .card-footer       { padding-top: 7px; }
  .card-action       { font-size: 11px; }
  .card-chevron      { width: 20px; height: 20px; font-size: 11px; }
  .card-grid         { gap: 6px; padding-left: max(12px, env(safe-area-inset-left, 0px)); padding-right: max(12px, env(safe-area-inset-right, 0px)); }
  .disclaimer        { padding: 12px 12px; font-size: 12px; }
  .disclaimer-wrap   { padding-left: max(12px, env(safe-area-inset-left, 0px)); padding-right: max(12px, env(safe-area-inset-right, 0px)); }
  .gh-bubble         { width: 50px; height: 50px; }
  .gh-bubble-time    { font-size: 11px; }
  .gh-slot           { max-width: 260px; }
  .gh-slot-label     { font-size: 12.5px; }
  .gh-slot-text      { font-size: 12px; }
  .hiw-step          { padding: 20px 16px 18px; }
  .hiw-step-title    { font-size: 15px; }
  .hiw-step-text     { font-size: 13px; }
  .hiw-reassure      { padding: 16px 12px; gap: 12px; }
  .hiw-re-num        { font-size: 24px; }
  .hiw-re-label      { font-size: 11px; }
  .sp-case           { padding: 16px 14px; }
  .sp-case-quote     { font-size: 13px; }
  .sp-notice         { padding: 12px 14px; font-size: 12px; }
  .hl-number         { font-size: 38px; }
  .hl-call-card      { padding: 20px 14px; gap: 16px; }
  .hl-number-block   { padding: 18px 14px; }
  .hl-faq-q          { padding: 14px 16px; font-size: 13px; }
  .hl-faq-a          { padding: 0 16px 14px; font-size: 13px; }
  .hl-route-row      { font-size: 12.5px; padding: 10px 12px; }
  .pv-tip            { padding: 16px 14px; align-items: center; text-align: center; }
  .pv-tip-title      { font-size: 13.5px; }
  .pv-tip-text       { font-size: 12px; }
  .pv-share-card     { padding: 20px 14px; }
  .pv-share-heading  { font-size: 17px; }
  .pv-share-sub      { font-size: 13px; }
  .btn-share         { font-size: 13px; padding: 12px 14px; }
  .pv-audience-text  { font-size: 12px; }
  .fq-q              { padding: 14px 16px; font-size: 13px; }
  .fq-a              { padding: 12px 16px 16px; font-size: 13px; }
  .fq-cta            { padding: 22px 16px; flex-direction: column; align-items: stretch; text-align: center; }
  .fq-cta-title      { font-size: 18px; }
  .fq-cta-sub        { font-size: 13px; }
  .section-intro     { padding: 30px 12px 24px; padding-left: max(12px, env(safe-area-inset-left, 0px)); padding-right: max(12px, env(safe-area-inset-right, 0px)); }
  .triage-h2         { font-size: 22px; }
  .triage-desc       { font-size: 13.5px; }
  .tvs-chip          { font-size: 11px; padding: 5px 9px; }
  .tvs-meta          { font-size: 11px; }
  .btn-rescue        { height: 54px !important; font-size: 15px !important; border-radius: 12px !important; }
  .btn-fq-primary    { height: 50px; font-size: 14px; }
  .btn-fq-secondary  { height: 50px; font-size: 13px; width: 100%; justify-content: center; background: #16A34A !important; color: #FFFFFF !important; border-color: #16A34A !important; }
  .btn-amber         { height: 50px; font-size: 14px; }
  .btn-call          { height: 50px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none; transition: none; }
}

/* ═══════════════════════════════════════════════════════════
   TRIAGE WIZARD CONTAINERS
   All wizard divs (below the closing style tag) inherit these rules.
   Each wizard must have id="*-rescue-wizard" and start hidden.
═══════════════════════════════════════════════════════════ */
[id$="-rescue-wizard"] {
  display: none;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
[id$="-rescue-wizard"].wizard-open {
  display: block;
  visibility: visible;
}
/* ═══════════════════════════════════════════════════════════
   TOUCH — prevent sticky hover states on touchscreens
   @media (hover: none) matches devices that cannot hover
   (phones, tablets). Resets all transform/color lift effects.
═══════════════════════════════════════════════════════════ */
@media (hover: none) {
  /* Rescue cards */
  .rescue-card:hover,
  .rescue-card:hover::before {
    transform: none;
    box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
  }
  .rescue-card:hover::before { opacity: 0; }
  .acc-red:hover    { border-color: #D5DDE8 !important; }
  .acc-amber:hover  { border-color: #D5DDE8 !important; }
  .acc-blue:hover   { border-color: #D5DDE8 !important; }
  .acc-teal:hover   { border-color: #D5DDE8 !important; }
  .acc-pink:hover   { border-color: #D5DDE8 !important; }
  .acc-violet:hover { border-color: #D5DDE8 !important; }
  .acc-green:hover  { border-color: #D5DDE8 !important; }
  .acc-slate:hover  { border-color: rgba(19,83,200,0.18) !important; }
  .card-help:hover { background: linear-gradient(140deg, #fff 0%, #E8EFFC 100%) !important; background-color: transparent !important; }
  .rescue-card:hover .card-icon   { transform: none; }
  .rescue-card:hover .card-action { color: #546E8F; }
  .rescue-card:hover .card-chevron {
    background: #EEF3FA;
    border-color: #D5DDE8;
    color: #546E8F;
    transform: none;
  }
  /* Social proof case cards */
  .sp-case:hover {
    border-color: #D5DDE8;
    box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
    transform: none;
  }
  /* How it works steps */
  .hiw-step:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
    border-color: #D5DDE8;
  }
  .hiw-step:hover .hiw-step-num  { background: #1353C8; }
  .hiw-step:hover .hiw-step-icon { transform: none; }
  /* Prevention tip cards */
  .pv-tip:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(11,29,53,0.06), 0 0 1px rgba(11,29,53,0.08);
    border-color: #D5DDE8;
  }
  /* Scam type chips */
  .chip:hover { border-color: #D5DDE8; color: #34567A; background: #F7F9FC; }
  /* FAQ items */
  .fq-item:hover { border-color: #D5DDE8; }
  /* Helpline FAQ items */
  .hl-faq-item:hover { border-color: rgba(255,255,255,0.1); }
  /* Call 1930 button — keep green on touch, just suppress lift */
  .btn-fq-secondary:hover { background: #16A34A !important; border-color: #16A34A !important; box-shadow: 0 4px 16px rgba(22,163,74,0.35); }
}


/* ── 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;
}

/* ── Skip to main content (accessibility) ── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 9999;
  background: #0B1D35;
  color: #FCD34D;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus { top: 0; outline: 3px solid #FCD34D; outline-offset: 2px; }