/*
Theme Name:   Divi USDSC Child
Theme URI:    
Description:  Child theme for Divi — USDSC custom design system
Author:       
Author URI:   
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divi-usdsc-child
*/

/* ============================================================
   DESIGN SYSTEM
   ============================================================ */
/* ============================================================
   DESIGN SYSTEM — WHITE MEDICAL
   ============================================================ */
:root {
  --cream-50:  #fdfcf9;
  --cream-100: #f8f5ef;
  --cream-200: #f0ebe0;
  --cream-300: #e4ddd0;
  --warm-gray: #8a8278;
  --warm-400:  #6b6359;

  --charcoal:  #1a1f2a;
  --charcoal-2:#2d3240;
  --charcoal-3:#4a5060;

  --gold-600:  #9a7a28;
  --gold-500:  #b89040;
  --gold-400:  #c9a558;
  --gold-300:  #dfc07c;
  --gold-100:  #f5ebd4;
  --gold-50:   #faf5e8;

  --teal:      #2e7d6e;
  --teal-light:#e8f4f1;

  --red-alert: #c0392b;
  --red-light: #fdf0ee;

  --white:     #ffffff;
  --shadow-sm: 0 2px 12px rgba(26,31,42,0.07);
  --shadow-md: 0 8px 32px rgba(26,31,42,0.10);
  --shadow-lg: 0 20px 60px rgba(26,31,42,0.12);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Outfit', system-ui, sans-serif;
  --font-mono:    'DM Mono', monospace;
  --ease:         cubic-bezier(0.22, 1, 0.36, 1);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--charcoal);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; font-weight: 600; color: var(--charcoal); }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.0rem); letter-spacing: -0.015em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p  { line-height: 1.8; color: var(--charcoal-3); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-500);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold-500);
  flex-shrink: 0;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container { max-width: 1080px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 768px) { .container { padding: 0 20px; } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 600; font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-decoration: none; cursor: pointer; border: none;
  transition: all 0.25s var(--ease);
}
.btn-primary {
  background: var(--charcoal);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--charcoal-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,31,42,0.25);
}
.btn-gold {
  background: var(--gold-500);
  color: var(--white);
}
.btn-gold:hover {
  background: var(--gold-600);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184,144,64,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border: 1.5px solid var(--cream-300);
}
.btn-outline:hover {
  border-color: var(--gold-400);
  color: var(--gold-500);
}
.btn-teal {
  background: var(--teal);
  color: var(--white);
}
.btn-teal:hover {
  background: #255f54;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46,125,110,0.3);
}
.btn-lg { padding: 16px 36px; font-size: 0.95rem; }

/* ============================================================
   NAV
   ============================================================ */

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--charcoal);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-phone:hover { color: var(--gold-500); }
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
}

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement {
  background: var(--charcoal);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.announcement a { color: var(--gold-300); text-decoration: none; }
.announcement strong { color: var(--gold-300); }

/* ============================================================
   SECTION 1 — HERO
   ============================================================ */
#hero {
  padding-top: 100px;
  background: var(--white);
  overflow: hidden;
  position: relative;
}

/* Geometric background detail */
.hero-geo {
  position: absolute;
  top: -60px; right: -100px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, var(--gold-50) 0%, transparent 70%);
  pointer-events: none;
}
.hero-geo-2 {
  position: absolute;
  bottom: 0; left: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, var(--teal-light) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 72px 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 40px 0 60px; }
}

.hero-left { animation: fadeUp 0.8s var(--ease) both; }
.hero-right { animation: fadeUp 0.8s 0.12s var(--ease) both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-headline { margin-bottom: 22px; }
.hero-headline em { font-style: italic; color: var(--gold-500); }

.hero-sub {
  font-size: 1.05rem;
  color: var(--charcoal-3);
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.85;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-600);
}
.trust-pill svg { width: 12px; height: 12px; fill: var(--gold-500); }

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Doctor card right side */
.hero-card-wrap {
  position: relative;
}

.doctor-photo-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(160deg, var(--cream-100) 0%, var(--cream-200) 100%);
  aspect-ratio: 3/4;
  
  position: relative;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--cream-200);
}

/* Gold corner accents */
.doctor-photo-card::before {
  content: '';
  position: absolute;
  top: 16px; left: 16px;
  width: 40px; height: 40px;
  border-top: 2px solid var(--gold-400);
  border-left: 2px solid var(--gold-400);
  border-radius: 4px 0 0 0;
  z-index: 3;
}
.doctor-photo-card::after {
  content: '';
  position: absolute;
  bottom: 16px; right: 16px;
  width: 40px; height: 40px;
  border-bottom: 2px solid var(--gold-400);
  border-right: 2px solid var(--gold-400);
  border-radius: 0 0 4px 0;
  z-index: 3;
}

/* Placeholder body */
.doctor-silhouette {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.doctor-silhouette::before {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 84%;
  background: linear-gradient(170deg, var(--cream-300) 0%, var(--cream-200) 80%);
  clip-path: polygon(30% 0%, 70% 0%, 84% 8%, 88% 22%, 86% 40%, 76% 52%, 78% 65%, 84% 100%, 16% 100%, 22% 65%, 24% 52%, 14% 40%, 12% 22%, 16% 8%);
}
.doctor-silhouette::after {
  content: '';
  position: absolute;
  top: 11%; left: 50%;
  transform: translateX(-50%);
  width: 26%;
  aspect-ratio: 1;
  background: var(--cream-300);
  border-radius: 50% 50% 45% 45%;
}

.doctor-info-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 28px 28px;
  background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.85) 60%, transparent 100%);
  z-index: 4;
}
.doctor-info-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.2;
}
.doctor-info-title {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-top: 3px;
  margin-bottom: 14px;
}
.doctor-stats {
  display: flex;
  gap: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--cream-200);
}
.ds-item { text-align: left; }
.ds-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold-500);
  line-height: 1;
}
.ds-label {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--warm-gray);
  margin-top: 2px;
}

/* Float cards */
.float-badge {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 4s ease-in-out infinite;
}
.float-badge-1 { top: 32px; left: -28px; animation-delay: 0s; }
.float-badge-2 { top: 65%; right: -24px; animation-delay: 1.5s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}
.float-icon {
  width: 36px; height: 36px;
  background: var(--gold-50);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.float-icon svg { width: 18px; height: 18px; stroke: var(--gold-500); }
.float-text-main { font-weight: 600; font-size: 0.88rem; color: var(--charcoal); }
.float-text-sub  { font-size: 0.72rem; color: var(--warm-gray); }

/* ============================================================
   SOCIAL PROOF STRIP
   ============================================================ */
.proof-strip {
  background: var(--charcoal);
  padding: 20px 0;
  overflow: hidden;
}
.proof-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 48px;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.proof-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold-400);
}
.proof-text {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.3;
  font-weight: 400;
}
.proof-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.12);
}
@media (max-width: 640px) { .proof-divider { display: none; } }

/* ============================================================
   SECTION 2 — CONDITIONS
   ============================================================ */
#conditions {
  padding: 110px 0;
  background: var(--cream-50);
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .eyebrow { justify-content: center; }
.section-header .eyebrow::before { display: none; }

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .conditions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .conditions-grid { grid-template-columns: 1fr; } }

.cond-card {
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  text-decoration: none;
  display: block;
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}
.cond-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.cond-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--cream-300);
}
.cond-card:hover::after { transform: scaleX(1); }

.cond-icon {
  width: 52px; height: 52px;
  background: var(--gold-50);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border: 1px solid var(--gold-100);
  transition: all 0.3s;
}
.cond-card:hover .cond-icon {
  background: var(--gold-100);
}
.cond-icon svg { width: 22px; height: 22px; stroke: var(--gold-500); }

.cond-card h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--charcoal); }
.cond-card p  { font-size: 0.85rem; color: var(--charcoal-3); line-height: 1.7; margin-bottom: 18px; }
.cond-link {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  display: flex; align-items: center; gap: 6px;
  font-weight: 500;
}
.cond-link svg { width: 12px; height: 12px; transition: transform 0.2s; }
.cond-card:hover .cond-link svg { transform: translateX(4px); }

/* ============================================================
   SECTION 3 — ABOUT / EEAT
   ============================================================ */
#about {
  padding: 110px 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 96px;
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 56px; } }

.about-visual-wrap { position: relative; }

.about-main-img {
  
  background: var(--cream-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--cream-200);
}

/* Spine ornament */
.about-main-img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  width: 5px;
  height: 60%;
  background: repeating-linear-gradient(
    to bottom,
    var(--gold-300) 0px,
    var(--gold-300) 10px,
    transparent 10px,
    transparent 15px
  );
  border-radius: 4px;
}
.about-main-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--cream-100) 0%, transparent 35%);
}

.about-accent-card {
  position: absolute;
  bottom: -24px;
  right: -32px;
  background: var(--charcoal);
  color: var(--white);
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  min-width: 180px;
}
.aac-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1;
}
.aac-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 4px; line-height: 1.4; }

.about-logo-badge {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--white);
  border: 1px solid var(--cream-200);
  padding: 10px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.about-logo-badge img { height: 56px; width: auto; display: block; }

.pillar-list { display: flex; flex-direction: column; gap: 22px; margin-top: 32px; }
.pillar-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px;
  background: var(--cream-50);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  transition: all 0.25s;
}
.pillar-item:hover {
  border-color: var(--gold-200, var(--gold-100));
  background: var(--gold-50);
  box-shadow: var(--shadow-sm);
}
.pillar-num {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1;
  flex-shrink: 0;
  min-width: 28px;
}
.pillar-text h4 { font-size: 0.95rem; font-weight: 600; color: var(--charcoal); margin-bottom: 4px; }
.pillar-text p  { font-size: 0.83rem; line-height: 1.65; }

/* ============================================================
   SECTION 4 — AUTO ACCIDENT (alert/urgent)
   ============================================================ */
#auto-accident {
  padding: 0;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}

.accident-decor {
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(184,144,64,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.accident-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .accident-inner { grid-template-columns: 1fr; gap: 48px; padding: 70px 0; }
}

.accident-alert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.4);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e87060;
  margin-bottom: 20px;
}
.pulse-dot {
  width: 7px; height: 7px;
  background: var(--red-alert);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.6); }
}

.accident-headline { color: var(--white); }
.accident-headline em { font-style: italic; color: var(--gold-300); }
.accident-sub { color: rgba(255,255,255,0.6); margin-top: 16px; max-width: 460px; font-size: 1rem; }

.pip-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}
.pip-check {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: var(--cream-100); font-weight: 500;
}
.checklist .pip-check {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: var(--charcoal-2); font-weight: 500;
}
.pip-check-icon {
  width: 22px; height: 22px;
  background: rgba(184,144,64,0.2);
  border: 1px solid rgba(184,144,64,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pip-check-icon svg { width: 10px; height: 10px; stroke: var(--gold-300); }

.accident-cta-panel {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
}
.accident-cta-panel h3 { font-size: 1.7rem; line-height: 1.3; margin-bottom: 10px; }
.accident-cta-panel p  { font-size: 0.88rem; color: var(--charcoal-3); margin-bottom: 28px; }

.phone-block {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px;
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  border-radius: var(--radius-md);
  text-decoration: none;
  margin-bottom: 14px;
  transition: all 0.25s;
}
.phone-block:hover {
  background: var(--gold-100);
  transform: translateX(4px);
}
.phone-icon {
  width: 42px; height: 42px;
  background: var(--gold-500);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.phone-icon svg { width: 18px; height: 18px; stroke: white; }
.phone-num { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--charcoal); }
.phone-sub { font-size: 0.72rem; color: var(--warm-gray); text-transform: uppercase; letter-spacing: 0.1em; }

/* ============================================================
   SECTION 5 — TREATMENTS
   ============================================================ */
#treatments {
  padding: 110px 0;
  background: var(--cream-50);
}

.treatments-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 60px;
}
@media (max-width: 1100px) { .treatments-row { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 640px)  { .treatments-row { grid-template-columns: repeat(2,1fr); } }

.treat-card {
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s var(--ease);
}
.treat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-100);
}
.treat-icon {
  width: 64px; height: 64px;
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  transition: all 0.3s;
}
.treat-card:hover .treat-icon {
  background: var(--gold-100);
  transform: scale(1.05);
}
.treat-icon svg { width: 26px; height: 26px; stroke: var(--gold-500); }
.treat-card h3 { font-size: 1rem; color: var(--charcoal); margin-bottom: 8px; }
.treat-card p  { font-size: 0.8rem; color: var(--charcoal-3); line-height: 1.65; }

/* ============================================================
   SECTION 6 — TESTIMONIALS
   ============================================================ */
#testimonials {
  padding: 110px 0;
  background: var(--white);
}

.reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  flex-wrap: wrap; gap: 24px;
}
.google-badge {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 22px;
  background: var(--cream-50);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
}
.g-logo { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--charcoal); }
.g-score { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--gold-500); line-height: 1; }
.g-stars { display: flex; gap: 3px; }
.g-stars svg { width: 13px; height: 13px; fill: var(--gold-400); }
.g-count { font-size: 0.73rem; color: var(--warm-gray); margin-top: 2px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }

.review-card {
  background: var(--cream-50);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.review-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--cream-300);
}
.review-card::before {
  content: '"';
  position: absolute;
  top: -8px; right: 16px;
  font-family: var(--font-display);
  font-size: 7rem;
  color: rgba(184,144,64,0.08);
  line-height: 1;
  pointer-events: none;
}
.review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-stars svg { width: 13px; height: 13px; fill: var(--gold-400); }
.review-text { font-size: 0.88rem; color: var(--charcoal-3); line-height: 1.8; margin-bottom: 22px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-100), var(--cream-200));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  color: var(--gold-600); flex-shrink: 0;
  border: 1px solid var(--gold-100);
}
.review-name { font-weight: 600; font-size: 0.88rem; color: var(--charcoal); }
.review-sub  { font-size: 0.73rem; color: var(--warm-gray); }

/* ============================================================
   SECTION 7 — SERVICE AREA
   ============================================================ */
#service-area {
  padding: 90px 0;
  background: var(--cream-100);
}
.area-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 900px) { .area-grid { grid-template-columns: 1fr; gap: 48px; } }

.map-widget {
  aspect-ratio: 4/3;
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.map-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--cream-200) 1px, transparent 1px),
    linear-gradient(90deg, var(--cream-200) 1px, transparent 1px);
  background-size: 36px 36px;
}
.map-pulse {
  position: absolute;
  top: 43%; left: 46%;
  width: 14px; height: 14px;
  background: var(--gold-500);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(184,144,64,0.2), 0 0 0 14px rgba(184,144,64,0.08);
  animation: mapPulse 2.5s ease-in-out infinite;
}
@keyframes mapPulse {
  0%,100% { box-shadow: 0 0 0 6px rgba(184,144,64,0.2), 0 0 0 14px rgba(184,144,64,0.08); }
  50%      { box-shadow: 0 0 0 10px rgba(184,144,64,0.15), 0 0 0 24px rgba(184,144,64,0.04); }
}
.city-dot { position: absolute; width: 7px; height: 7px; background: rgba(184,144,64,0.5); border-radius: 50%; border: 1px solid var(--gold-300); }
.city-lbl { position: absolute; font-size: 0.62rem; color: var(--cream-100); font-family: var(--font-mono); white-space: nowrap; }

.city-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.city-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 16px;
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  transition: all 0.22s;
}
.city-chip:hover { border-color: var(--gold-300); background: var(--gold-50); }
.city-pin { color: var(--gold-500); font-size: 0.85rem; }
.city-name { font-weight: 500; font-size: 0.87rem; color: var(--charcoal); }

/* ============================================================
   SECTION 8 — FAQ
   ============================================================ */
#faq {
  padding: 110px 0;
  background: var(--white);
}
.faq-cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; margin-top: 60px;
}
@media (max-width: 900px) { .faq-cols { grid-template-columns: 1fr; gap: 36px; } }

.faq-item {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--cream-200);
}
.faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.faq-q {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 8px;
  line-height: 1.45;
}
.faq-a { font-size: 0.87rem; color: var(--charcoal-3); line-height: 1.8; }

/* ============================================================
   SECTION 9 — FINAL CTA
   ============================================================ */
#final-cta {
  background: var(--charcoal);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#final-cta-location {
  background: none;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px){
  #final-cta-location {
    max-width: 80%;
  }
}

.final-cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(184,144,64,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta-glow::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,144,64,0.4), transparent);
}
.final-cta-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.final-cta-inner h2 { color: var(--white); margin-bottom: 14px; }
.final-cta-inner h2 em { font-style: italic; color: var(--gold-300); }
.final-cta-inner p { color: rgba(255,255,255,0.6); font-size: 1.02rem; margin-bottom: 44px; }

.cta-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }

.insurance-row {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 5%;
}
.ins-item {
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
  font-weight: 500; display: flex; align-items: center; gap: 5px;
}
.ins-item::before { content: '✓'; color: var(--gold-400); font-weight: 700; }

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--cream-200);
  padding: 10px 16px;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(26,31,42,0.1);
}
@media (max-width: 768px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 68px; }
}
.mobile-bar .btn { flex: 1; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #11141c;
  padding: 60px 0 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}



@media (max-width: 540px)  { .footer-top { grid-template-columns: 1fr; } }

.footer-brand img { height: 60px; width: auto; margin-bottom: 14px; display: block; filter: brightness(0) invert(1) opacity(0.7); }
.footer-brand p { font-size: 0.83rem; color: rgba(255,255,255,0.4); line-height: 1.75; max-width: 280px; }
.footer-col-head { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { text-decoration: none; color: rgba(255,255,255,0.45); font-size: 0.86rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-300); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 0.76rem; color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.76rem; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--gold-300); }

@media (max-width: 900px) { 
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; } 
  .footer-links {
    gap: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-links li::marker{
    color: #b89040;
    
  }
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.divider {
  display: block; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cream-200), transparent);
}

.sec {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 768px) { .sec { padding: 72px 0; } }
 
.sec--dark    { background: var(--slate-950); }
.sec--darker  { background: var(--slate-900); }
.sec--accent  { background: #070b12; }
.sec--tight   { padding: 80px 0; }
 
/* Generic two-column split used by split-feature blocks */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.split-grid.image-right { grid-template-columns: 1.1fr 1fr; }
@media (max-width: 900px) {
  .split-grid,
  .split-grid.image-right { grid-template-columns: 1fr; gap: 48px; }
}
 
/* Slim subpage hero */
.hero-slim {
  padding: 160px 0 80px;
  position: relative;
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(184,144,64,0.07) 0%, transparent 60%),
    linear-gradient(165deg, var(--slate-950) 0%, #0f1726 60%, var(--slate-950) 100%);
}
.hero-slim .hero-headline { margin: 14px 0 18px; max-width: 18ch; }
.hero-slim .hero-sub { max-width: 60ch; }
 
/* Pull quote */
.pull-quote {
  border-left: 3px solid var(--gold-500);
  padding: 8px 0 8px 28px;
  margin: 28px 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--charcoal-3);
}

.cond-card .proof-text {
  font-size: 0.85rem;
  color: var(--charcoal-3);
  line-height: 1.7;
  margin-bottom: 18px;
}

.pull-quote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-500);
}
 
/* Reuse-friendly checklist (mirrors homepage .pip-checks) */
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}
@media (max-width: 640px) { .checklist { grid-template-columns: 1fr; } }

.beyond-clinic p {
  font-size: 16px;
  color: var(--cream-300);
}

/* ── Final CTA dark section — force white text over theme defaults ── */
#final-cta-location h2,
#final-cta-location h2 em { color: #ffffff; }
#final-cta-location h2 em { color: #c9a84c; }
#final-cta-location p { color: rgba(255,255,255,0.75); }
#final-cta-location .eyebrow { color: #c9a84c; }

/* === DESKTOP DROPDOWN SCROLL === */




/* ============================================================
   CONDITION & AUTO-INJURY PAGE COMPONENTS  (pg-*)
   ============================================================ */

/* ── Hero ── */
.page-hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px 72px;
  text-align: center;
}
.page-hero h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.page-hero h1 em {
  color: var(--gold-400);
  font-style: italic;
}
.page-hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.page-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background: var(--gold-400);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn-hero-primary:hover {
  background: var(--gold-300);
  transform: translateY(-2px);
}
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.btn-hero-outline:hover {
  border-color: rgba(255,255,255,0.8);
  color: #ffffff;
}

/* ── Eyebrow variants ── */
.pg-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-500);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.pg-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold-500);
  flex-shrink: 0;
}
.pg-eyebrow--hero {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 16px;
}
.pg-eyebrow--hero::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold-400);
  flex-shrink: 0;
}

/* ── Section headers ── */
.pg-sec-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}
@media (max-width: 980px) {
  .pg-sec-header {
    max-width: 80% !important;
    margin: 0 auto 0px; 
  }
  .pg-detail-wrap {
    max-width: 80% !important;
    margin: 0 auto 0px;
  }
}
.pg-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3.0rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--charcoal);
  margin-bottom: 16px;
  line-height: 1.15;
}
.pg-h2 em {
  color: var(--gold-500);
  font-style: italic;
}
.pg-h2--sm {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--charcoal);
  margin-bottom: 16px;
  line-height: 1.2;
}
.pg-h2--cta {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3.0rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
}
.pg-h2--cta em {
  color: var(--gold-400);
  font-style: italic;
}

/* ── Paragraph variants ── */
.pg-p {
  color: var(--charcoal-3);
  line-height: 1.8;
  margin-bottom: 18px;
}
.pg-p--sub {
  color: var(--charcoal-3);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 8px;
}
.pg-p--mb {
  color: var(--charcoal-3);
  line-height: 1.8;
  margin-bottom: 20px;
}
.pg-p--card {
  color: var(--charcoal-3);
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0;
}
.pg-p--faq {
  color: var(--charcoal-3);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
}
.pg-p--cta {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 36px;
}

/* ── Overview split ── */
.pg-intro-pad {
  padding: 20px 0 20px 10px;
}
.pg-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}
.pg-trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--cream-100);
  border: 1px solid var(--cream-300);
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.01em;
}
.pg-intro-btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  background: var(--charcoal);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.pg-intro-btn:hover {
  background: var(--charcoal-2);
  transform: translateY(-2px);
}
.pg-img-placeholder {
  background: var(--cream-100);
  border: 2px dashed var(--cream-300);
  border-radius: var(--radius-md);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--warm-gray);
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 10px 0;
}

/* ── Checklist ── */
.pg-checklist-col {
  padding: 8px 0;
}
.pg-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pg-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pg-checklist-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--gold-50);
  border: 1.5px solid var(--gold-300);
  border-radius: 50%;
  color: var(--gold-600);
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 2px;
}
.pg-checklist-text {
  color: var(--charcoal);
  font-size: 0.97rem;
  line-height: 1.6;
}
.pg-checklist-link {
  color: var(--gold-600);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--gold-300);
  transition: color 0.15s;
}
.pg-checklist-link:hover {
  color: var(--gold-500);
}

/* ── Causes / resource card grid ── */
.pg-causes-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}
.pg-causes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .pg-causes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pg-causes-grid { grid-template-columns: 1fr; }
}
.pg-cause-card {
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.pg-cause-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pg-cause-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.pg-cause-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
  line-height: 1.3;
}

/* ── Resource cards (hub page — clickable) ── */
.pg-resource-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s;
}
.pg-resource-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--gold-300);
}
.pg-resource-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-600);
  text-decoration: none;
}

/* ── Symptom chips ── */
.pg-symptom-wrap {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.pg-symptom-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.pg-symptom-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 18px;
  background: var(--white);
  border: 1.5px solid var(--cream-300);
  border-radius: 99px;
  font-size: 0.9rem;
  color: var(--charcoal-3);
  line-height: 1.4;
}
.pg-symptom-chip strong {
  color: var(--charcoal);
  font-weight: 700;
}

/* ── Detail / text block ── */
.pg-detail-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.pg-body-link {
  color: var(--gold-600);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--gold-300);
  transition: color 0.15s;
}
.pg-body-link:hover {
  color: var(--gold-500);
}

/* ── FAQ ── */
.pg-faq-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .pg-section-inner div {
    grid-template-columns: 1fr !important;
  }
}
.pg-faq-card {
  background: var(--cream-50);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  padding: 24px 26px;
}
.pg-faq-q {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
  line-height: 1.35;
}

/* ── Final CTA ── */
.pg-final-cta {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
}
.pg-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.btn-cta-gold {
  display: inline-flex;
  align-items: center;
  padding: 15px 32px;
  background: var(--gold-400);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn-cta-gold:hover {
  background: var(--gold-300);
  transform: translateY(-2px);
}
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  padding: 15px 32px;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: border-color 0.2s var(--ease);
}
.btn-cta-outline:hover {
  border-color: rgba(255,255,255,0.8);
}

/* ── Reveal animation ── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── Responsive tweaks ── */
@media (max-width: 768px) {
  .page-hero { padding: 60px 24px 56px; }
  .pg-intro-pad { padding: 0; }
  .pg-final-cta { padding: 48px 24px; }
  .pg-symptom-chips { gap: 8px; }
  .pg-trust-pills { gap: 8px; }
}
@media (max-width: 480px) {
  .page-hero-ctas,
  .pg-cta-btns { flex-direction: column; align-items: center; }
  .btn-hero-primary,
  .btn-hero-outline,
  .btn-cta-gold,
  .btn-cta-outline { width: 100%; justify-content: center; }
}

/* ============================================================
   RESOURCE / INFO PAGE COMPONENTS  (pg-hero-slim, pg-split-*, etc.)
   ============================================================ */

/* ── Shared section content wrapper ── */
.pg-section-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) { .pg-section-inner { padding: 0 24px; } }
@media (max-width: 480px) { .pg-section-inner { padding: 0 16px; } }

/* ── Hero slim ── */
.pg-hero-slim {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 48px 72px;
  text-align: center;
}
.pg-h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.12;
}
.pg-h1 em {
  color: var(--gold-400);
  font-style: italic;
}
.pg-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.pg-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 768px) { .pg-hero-slim { padding: 64px 24px 56px; } }
@media (max-width: 480px) {
  .pg-hero-slim { padding: 48px 16px 44px; }
  .pg-hero-ctas { flex-direction: column; align-items: center; }
  .pg-hero-ctas .btn-hero-primary,
  .pg-hero-ctas .btn-hero-outline,
  .pg-hero-ctas .btn-hero-gold { width: 100%; justify-content: center; }
}

/* ── Hero gold button variant ── */
.btn-hero-gold {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background: var(--gold-400);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn-hero-gold:hover { background: var(--gold-300); transform: translateY(-2px); }

/* ── Split feature layout ── */
.pg-split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}
.pg-split-text { display: flex; flex-direction: column; gap: 0; }
.pg-split-text .pg-h2 { margin-bottom: 20px; }
.pg-split-img img,
.pg-split-img .pg-img-placeholder { width: 100%; border-radius: var(--radius-md); }
@media (max-width: 900px) {
  .pg-split-wrap { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
}
@media (max-width: 480px) { .pg-split-wrap { padding: 0 16px; } }

/* ── Checklist section wrapper ── */
.pg-checklist-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) { .pg-checklist-wrap { padding: 0 24px; } }
@media (max-width: 480px) { .pg-checklist-wrap { padding: 0 16px; } }

/* ── Text/detail section wrapper ── */
.pg-text-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) { .pg-text-wrap { padding: 0 24px; } }
@media (max-width: 480px) { .pg-text-wrap { padding: 0 16px; } }

/* ── CTA panel (info pages) ── */
.cond-cta-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}
.cond-cta-inner .pg-h2 { color: var(--charcoal); margin-bottom: 16px; }
.cond-cta-inner .pg-p { color: var(--charcoal-3); margin-bottom: 24px; }
.pg-address-block { margin-top: 28px; color: var(--charcoal-3); font-size: 0.93rem; line-height: 1.7; }
.pg-address-block strong { color: var(--charcoal); }
@media (max-width: 768px) { .cond-cta-inner { padding: 0 24px; } }
@media (max-width: 480px) { .cond-cta-inner { padding: 0 16px; } }

/* ── FAQ two-column layout (resource pages) ── */
.pg-faq-header-col { padding-bottom: 32px; }
.pg-faq-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .pg-faq-two-col { grid-template-columns: 1fr; padding: 0 24px; }
}
@media (max-width: 480px) { .pg-faq-two-col { padding: 0 16px; } }

/* ── Final CTA (resource pages) ── */
#final-cta .final-cta-inner,
.pg-final-cta-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 48px;
  text-align: center;
}
.final-cta-inner .pg-eyebrow { justify-content: center; color: var(--gold-400); }
.final-cta-inner .pg-eyebrow::before { background: var(--gold-400); }
.final-cta-inner .pg-h2 { color: #ffffff; }
.final-cta-inner .pg-h2 em { color: var(--gold-400); }
.final-cta-inner .pg-p { color: rgba(255,255,255,0.75); margin-bottom: 36px; }
@media (max-width: 768px) {
  #final-cta .final-cta-inner,
  .pg-final-cta-wrap { padding: 48px 24px; }
}

/* ── Card grid (resource pages) ── */
.cond-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}
.cond-card {
  background: var(--white);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.cond-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
}
.cond-card__body {
  font-size: 0.93rem;
  color: var(--charcoal-3);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 900px) { .cond-cards { grid-template-columns: repeat(2, 1fr); padding: 0 24px; } }
@media (max-width: 560px) { .cond-cards { grid-template-columns: 1fr; padding: 0 16px; } }

/* ── Map embed ── */
.pg-map-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pg-map-wrap iframe { display: block; border-radius: var(--radius-md); }
@media (max-width: 768px) { .pg-map-wrap { padding: 0 24px; } }
@media (max-width: 480px) { .pg-map-wrap { padding: 0 16px; } }

.pg-area-header {
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

.pg-area-container {
  flex:1 1 420px;
}

.pg-area-container .eyebrow--hero {
  color: #b89040 !important;
}

.pg-area-container .hero-headline {
  color: var(--cream-200);
}

.pg-area-container .hero-sub {
  color: var(--cream-300);
}

.pg-area-container .hero-ctas .btn {
  background: var(--gold-500) !important;
  border: none;
}

.et_mobile_menu {
  overflow-y: scroll !important;
  max-height: 80vh;
}