/*
Theme Name: Dobbs PT & Massage
Theme URI: https://dobbsptmassage.com
Author: Dobbs Physical Therapy and Massage
Author URI: https://dobbsptmassage.com
Description: Custom theme for Dobbs Physical Therapy and Massage — concierge in-home PT and massage therapy serving the greater Los Angeles area.
Version: 6.6.0
License: GNU General Public License v2 or later
Text Domain: dobbs-pt
*/

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0a2440;
  --navy-mid:  #1a3a5c;
  --navy-dark: #061628;
  --gold:      #c9a84c;
  --gold-lt:   #e2c97e;
  --white:     #ffffff;
  --cream:     #faf8f2;
  --gray:      #e4e0d8;
  --muted:     #9a9080;
  --text:      #1c1c24;
  --text-lt:   #636270;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; }
a { color: var(--gold); text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── NAV ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 84px;
  background: rgba(6,22,40,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.nav-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logo-icon { height: 64px; width: auto; display: block; object-fit: contain; flex-shrink: 0; border-radius: 50%; background-color: var(--navy-dark); }
.nav-logo-img { display: none; }
.nav-logo-mark { display: none; }
.nav-logo-text { display: flex; flex-direction: column; justify-content: center; }
.nav-logo-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--white); line-height: 1.1;
  letter-spacing: 0.01em;
}
.nav-logo-sub {
  display: block;
  font-size: 10px; font-weight: 500; color: var(--gold);
  letter-spacing: 0.14em; text-transform: uppercase; margin-top: 3px;
}
#primary-nav { display: flex; gap: 32px; list-style: none; }
#primary-nav a {
  font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.75);
  text-decoration: none; letter-spacing: 0.07em; text-transform: uppercase;
  transition: color 0.2s;
}
#primary-nav a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-size: 13px; color: var(--gold); font-weight: 500; text-decoration: none; }
.nav-btn {
  background: var(--gold); color: var(--navy); padding: 10px 22px;
  border-radius: 3px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none;
  transition: background 0.2s; white-space: nowrap;
}
.nav-btn:hover { background: var(--gold-lt); color: var(--navy); }

/* Mobile menu toggle */
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); transition: all 0.3s; }

/* ── BUTTONS ── */
.btn-gold {
  background: var(--gold); color: var(--navy); padding: 16px 38px;
  border-radius: 3px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(201,168,76,0.3);
}
.btn-gold:hover { background: var(--gold-lt); color: var(--navy); transform: translateY(-1px); }
.btn-gold.small { font-size: 11px; padding: 12px 24px; box-shadow: none; }
/* btn-teal is an alias for btn-gold (used on services page) */
.btn-teal { background: var(--gold); color: var(--navy); padding: 16px 38px;
  border-radius: 3px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(201,168,76,0.3); }
.btn-teal:hover { background: var(--gold-lt); color: var(--navy); transform: translateY(-1px); }
.btn-ghost {
  color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 500;
  text-decoration: none; letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s;
}
.btn-ghost:hover { color: var(--gold); }
.btn-outline {
  border: 1px solid rgba(255,255,255,0.28); color: var(--white);
  padding: 16px 36px; border-radius: 3px; font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.2s;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.06); color: var(--white); }

/* ── SECTION LABELS ── */
.section-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.section-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.section-label.center { justify-content: center; }
.section-label.center::before { display: none; }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 52px); font-weight: 300;
  line-height: 1.12; color: var(--navy);
}
.section-title em { font-style: italic; color: var(--gold); }
.section-title.light { color: var(--white); }

/* ── HERO ── */
#hero {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #061628 0%, #0a2440 45%, #1a3a5c 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 65%);
}
#hero {
  min-height: 100vh !important; position: relative !important; overflow: hidden !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.hero-content {
  position: relative; z-index: 2;
  width: 100% !important; max-width: 860px !important;
  margin: 0 auto !important; padding: 160px 40px 100px !important;
  text-align: center !important; display: flex !important;
  flex-direction: column !important; align-items: center !important;
}
.hero-badge { align-self: center !important; }
#hero h1 { text-align: center !important; max-width: 820px; }
.hero-sub { text-align: center !important; max-width: 620px; margin-left: auto !important; margin-right: auto !important; }
.hero-btns { justify-content: center !important; }
.hero-creds { justify-content: center !important; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.35);
  padding: 7px 18px; border-radius: 50px; margin-bottom: 36px;
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  animation: pulse 2s infinite; flex-shrink: 0;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.35} }
.hero-badge-text { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; }
#hero h1 {
  font-size: clamp(46px, 5.5vw, 70px); font-weight: 300;
  color: var(--white); line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 24px;
}
#hero h1 em { font-style: italic; color: var(--gold); display: block; }
.hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.75;
  max-width: 560px; margin-bottom: 44px;
}
.hero-btns { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-creds {
  display: flex; gap: 14px; flex-wrap: wrap;
  padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1);
}
.cred-pill {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.25);
  padding: 10px 16px; border-radius: 4px;
  display: flex; flex-direction: column; align-items: center;
}
.cred-pill strong { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--gold); line-height: 1; }
.cred-pill span { font-size: 8px; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 3px; text-align: center; }

/* ── TRUST BAR ── */
#trust-bar {
  background: var(--cream); padding: 28px 80px;
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0;
}
.trust-item strong { display: block; font-size: 13px; font-weight: 600; color: var(--navy); }
.trust-item span { display: block; font-size: 11px; color: var(--muted); }
.trust-div { width: 1px; height: 32px; background: rgba(0,0,0,0.1); flex-shrink: 0; }

/* ── SERVICES ── */
#services { background: var(--white); padding: 100px 80px; }
.services-head { margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.svc-card {
  border-radius: 6px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  background: var(--white);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(10,36,64,0.13); }
.svc-bar { height: 3px; background: var(--gold); }
.svc-img { width: 100%; height: 200px; object-fit: cover; }
.svc-body { padding: 28px 24px 32px; background: var(--cream); }
.svc-body h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600;
  color: var(--navy); margin-bottom: 10px; line-height: 1.2;
}
.svc-body p { font-size: 13px; color: var(--text-lt); line-height: 1.7; margin-bottom: 16px; }
.svc-link { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.09em; }

/* ── ABOUT ── */
#about {
  background: var(--navy); padding: 100px 80px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.about-img-wrap { position: relative; }
.about-frame {
  position: absolute; top: -18px; left: -18px; right: 18px; bottom: 18px;
  border: 1px solid rgba(201,168,76,0.3); border-radius: 6px; pointer-events: none;
}
.about-img {
  position: relative; z-index: 1; width: 100%; border-radius: 6px;
  object-fit: cover; max-height: 580px;
}
.about-content .section-label::before { background: var(--gold); }
.about-content p {
  font-size: 15px; color: rgba(255,255,255,0.68); line-height: 1.85; margin-top: 22px;
}
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.about-tag {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.25);
  padding: 7px 14px; border-radius: 3px; font-size: 11px; font-weight: 600;
  color: var(--gold); letter-spacing: 0.04em;
}

/* ── HOW IT WORKS ── */
#how { background: var(--cream); padding: 100px 80px; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; margin-top: 64px; }
.how-step h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600;
  color: var(--navy); margin-bottom: 12px;
}
.how-num {
  font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300;
  color: rgba(201,168,76,0.2); line-height: 1; margin-bottom: 4px;
}
.how-step p { font-size: 14px; color: var(--text-lt); line-height: 1.75; }

/* ── PRICING ── */
#pricing { background: var(--white); padding: 100px 80px; }
.pricing-intro { font-size: 15px; color: var(--text-lt); line-height: 1.7; max-width: 580px; margin-top: 16px; margin-bottom: 56px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.price-card {
  border: 1px solid rgba(0,0,0,0.08); border-radius: 6px;
  padding: 36px 28px; transition: all 0.25s;
}
.price-card:hover { border-color: var(--gold); box-shadow: 0 8px 32px rgba(201,168,76,0.1); }
.price-card.featured { background: var(--navy); border-color: var(--gold); }
.price-tag { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.price-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.price-card.featured h3 { color: var(--white); }
.price-amt { font-family: 'Cormorant Garamond', serif; font-size: 50px; font-weight: 300; color: var(--navy); line-height: 1; margin: 18px 0 6px; }
.price-amt sup { font-size: 22px; vertical-align: top; margin-top: 10px; display: inline-block; }
.price-card.featured .price-amt { color: var(--gold); }
.price-per { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.price-card.featured .price-per { color: rgba(255,255,255,0.45); }
.price-features { list-style: none; margin-bottom: 28px; }
.price-features li {
  font-size: 13px; color: var(--text-lt); padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.5;
}
.price-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-features li { color: rgba(255,255,255,0.68); border-color: rgba(255,255,255,0.07); }
.price-note {
  margin-top: 28px; padding: 18px 24px; background: var(--cream);
  border-radius: 4px; border-left: 3px solid var(--gold);
  font-size: 13px; color: var(--text-lt); line-height: 1.7;
}

/* ── REVIEWS ── */
#reviews { background: var(--navy); padding: 100px 80px; overflow: hidden; }
.reviews-subhead { font-size: 15px; color: rgba(255,255,255,0.5); margin-top: 12px; margin-bottom: 56px; }
.reviews-track-wrap { overflow: hidden; position: relative; }
.reviews-track-wrap::before,
.reviews-track-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.reviews-track-wrap::before { left: 0; background: linear-gradient(to right, var(--navy), transparent); }
.reviews-track-wrap::after  { right: 0; background: linear-gradient(to left, var(--navy), transparent); }
.reviews-track {
  display: flex; gap: 24px; width: max-content;
  animation: scroll-reviews 32s linear infinite;
}
.reviews-track:hover { animation-play-state: paused; }
@keyframes scroll-reviews { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.review-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.2);
  padding: 32px 28px; border-radius: 6px; width: 340px; flex-shrink: 0;
}
.review-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.review-card blockquote { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.review-author { font-size: 12px; font-weight: 600; color: var(--gold); letter-spacing: 0.04em; }
.review-detail { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.reviews-plugin-note { text-align: center; margin-top: 36px; font-size: 12px; color: rgba(255,255,255,0.3); }
/* Plugin override — when Google Reviews plugin is active */
.google-reviews-widget-wrap { margin-top: 40px; }

/* ── SERVICE AREAS ── */
#areas { background: var(--cream); padding: 100px 80px; }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.area-pill {
  background: var(--white); border: 1px solid rgba(0,0,0,0.07);
  padding: 9px 18px; border-radius: 50px; font-size: 13px;
  font-weight: 500; color: var(--navy); transition: all 0.2s; cursor: default;
}
.area-pill.more { background: transparent; border: 1px dashed rgba(201,168,76,0.5); color: var(--gold); }
.areas-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: var(--navy); margin-bottom: 18px; line-height: 1.2; }
.areas-text p { font-size: 15px; color: var(--text-lt); line-height: 1.8; margin-bottom: 14px; }

/* ── CTA ── */
#contact {
  background: var(--navy-dark); padding: 110px 80px; text-align: center;
  position: relative; overflow: hidden;
}
#contact::before {
  content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
#contact .section-title { text-align: center; position: relative; z-index: 1; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 540px; margin: 18px auto 44px; line-height: 1.75; position: relative; z-index: 1; }
.cta-btns { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; position: relative; z-index: 1; }

/* ── FOOTER ── */
#site-footer { background: #030e1a; padding: 64px 80px 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 48px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.85; margin-top: 14px; max-width: 260px; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { font-size: 13px; color: rgba(255,255,255,0.42); margin-bottom: 9px; }
.footer-col a { color: inherit; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.22); }

/* ── INNER PAGES ── */
.page-hero {
  background: var(--navy); padding: 160px 80px 80px;
  text-align: center;
}
.page-hero h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 300; color: var(--white); }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 16px auto 0; line-height: 1.7; }
.page-content { max-width: 820px; margin: 0 auto; padding: 80px 40px; }
.page-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: var(--navy); margin-bottom: 16px; margin-top: 48px; }
.page-content p { font-size: 15px; color: var(--text-lt); line-height: 1.85; margin-bottom: 18px; }

/* ── MOBILE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  #site-header { padding: 0 24px; }
  #primary-nav { display: none; }
  .nav-phone { display: none; }
  .menu-toggle { display: flex; }
  #primary-nav.open {
    display: flex; flex-direction: column;
    position: absolute; top: 84px; left: 0; right: 0;
    background: var(--navy-dark); padding: 16px 0 24px;
    border-top: 1px solid rgba(201,168,76,0.15);
    gap: 0; z-index: 9999;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  }
  #primary-nav.open li { width: 100%; }
  #primary-nav.open li a {
    display: block; width: 100%;
    padding: 14px 24px;
    font-size: 15px; color: rgba(255,255,255,0.85) !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  #primary-nav.open li:last-child a { border-bottom: none; }
  #primary-nav.open li a:hover { color: var(--gold) !important; background: rgba(201,168,76,0.06); }
  .hero-content { padding: 120px 28px 80px; }
  #services, #how, #pricing, #areas, #contact, #reviews { padding: 70px 24px; }
  #trust-bar { padding: 24px 24px; gap: 20px; }
  .trust-div { display: none; }
  #about { grid-template-columns: 1fr; padding: 70px 24px; gap: 40px; }
  .about-frame { display: none; }
  .how-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  #site-footer { padding: 48px 24px 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-hero { padding: 120px 24px 60px; }
  .page-content { padding: 48px 24px; }
}


/* ═══════════════════════════════════════════════════════
   BOOK NOW PAGE
═══════════════════════════════════════════════════════ */

/* Hero */
#book-hero {
  position: relative;
  background: var(--navy-dark);
  padding: 148px 48px 0;
  overflow: hidden;
}
.hero-texture {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(26,58,92,0.6) 0%, transparent 60%);
}
.hero-grid-lines {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.book-hero-inner {
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.hero-left { padding-bottom: 64px; align-self: center; }
#book-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 300; color: var(--white);
  line-height: 1.06; margin-bottom: 22px;
  letter-spacing: -0.01em;
}
#book-hero h1 em { color: var(--gold); font-style: italic; display: block; }
.book-hero-sub {
  font-size: 15px; color: rgba(255,255,255,0.58);
  line-height: 1.8; max-width: 460px; margin-bottom: 36px;
}
.book-trust-row { display: flex; flex-direction: column; gap: 10px; }
.book-trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.55);
}
.book-trust-item svg { color: var(--gold); flex-shrink: 0; }

/* Hero stat cards */
.hero-right { align-self: center; padding-bottom: 64px; }
.hero-stat-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(201,168,76,0.15); border-radius: 8px 8px 0 0; overflow: hidden;
}
.hero-stat-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  padding: 28px 24px;
  border-top: 2px solid transparent;
}
.hero-stat-card:first-child { border-top-color: var(--gold); }
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 6px;
}
.hero-stat-label {
  font-size: 11px; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.4;
}

/* Step indicator bar */
#book-steps-bar {
  background: var(--navy);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 0 48px;
  position: sticky; top: 72px; z-index: 50;
}
.book-step-wrap {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: stretch;
}
.book-step {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}
.book-step.active { border-bottom-color: var(--gold); }
.book-step-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--muted); font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: all 0.3s;
}
.book-step.active .book-step-num { background: var(--gold); color: var(--navy); }
.book-step.complete .book-step-num { background: rgba(201,168,76,0.2); color: var(--gold); }
.book-step-label {
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.35); transition: color 0.3s; white-space: nowrap;
}
.book-step.active .book-step-label { color: var(--white); font-weight: 600; }
.book-step.complete .book-step-label { color: var(--gold); }
.book-step-divider {
  flex: 1; display: flex; align-items: center; padding: 0 24px;
}
.book-step-divider::after {
  content: ''; display: block; width: 100%; height: 1px; background: rgba(255,255,255,0.1);
}

/* Main layout */
#book-main { background: var(--cream); padding: 0; }
.book-main-wrap {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 340px; gap: 0; align-items: start;
}

/* Left panels */
.book-left { padding: 56px 48px 80px 0; }
.book-panel { display: block; visibility: hidden; height: 0; overflow: hidden; pointer-events: none; }
.book-panel.active { visibility: visible; height: auto; overflow: visible; pointer-events: auto; }

.book-panel-header { margin-bottom: 36px; }
.book-panel-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.book-panel-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--gold); }
.book-panel-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3vw, 42px); font-weight: 300;
  color: var(--navy); line-height: 1.15; margin-bottom: 12px;
}
.book-panel-header h2 em { font-style: italic; color: var(--gold); }
.book-panel-header p {
  font-size: 14px; color: var(--text-lt); line-height: 1.75; max-width: 500px;
}

/* Form card */
.hubspot-form-wrap {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 48px rgba(10,36,64,0.10), 0 1px 0 rgba(201,168,76,0.2);
  overflow: hidden;
}
.form-card-header {
  background: var(--navy); padding: 22px 36px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.form-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--white);
}
.form-card-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold);
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 4px 10px; border-radius: 2px;
}
#hubspot-form-target { padding: 36px; }

/* HubSpot form overrides */
#hubspot-form-target .hs-form fieldset { max-width: 100% !important; }
#hubspot-form-target .hs-form .hs-form-field { margin-bottom: 18px !important; }
#hubspot-form-target .hs-form label {
  font-size: 10px !important; font-weight: 700 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  color: var(--navy) !important; margin-bottom: 7px !important; display: block !important;
}
#hubspot-form-target .hs-form .hs-input {
  width: 100% !important; border: 1px solid var(--gray) !important;
  border-radius: 4px !important; padding: 13px 16px !important;
  font-family: 'DM Sans', sans-serif !important; font-size: 14px !important;
  color: var(--text) !important; background: var(--cream) !important;
  transition: border-color 0.2s, background 0.2s !important;
  box-sizing: border-box !important;
}
#hubspot-form-target .hs-form .hs-input:focus {
  border-color: var(--gold) !important; outline: none !important;
  background: var(--white) !important;
}
#hubspot-form-target .hs-form textarea.hs-input { min-height: 110px !important; resize: vertical !important; }
#hubspot-form-target .hs-form .hs-button {
  background: var(--gold) !important; color: var(--navy) !important;
  border: none !important; border-radius: 3px !important;
  padding: 15px 36px !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important; font-weight: 700 !important;
  letter-spacing: 0.1em !important; text-transform: uppercase !important;
  cursor: pointer !important; margin-top: 16px !important;
  box-shadow: 0 4px 20px rgba(201,168,76,0.3) !important;
  transition: all 0.2s !important;
}
#hubspot-form-target .hs-form .hs-button:hover {
  background: var(--gold-lt) !important; transform: translateY(-1px) !important;
}
#hubspot-form-target .hs-error-msgs { margin-top: 4px !important; }
#hubspot-form-target .hs-error-msgs label {
  font-size: 11px !important; color: #c0392b !important;
  text-transform: none !important; font-weight: 400 !important; letter-spacing: 0 !important;
}

/* Meetings embed */
.meetings-embed-wrap {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 48px rgba(10,36,64,0.10), 0 1px 0 rgba(201,168,76,0.2);
  overflow: hidden;
}
.meetings-embed-header {
  background: var(--navy); padding: 22px 36px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; gap: 14px;
}
.meetings-embed-icon {
  width: 38px; height: 38px; background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.meetings-embed-text span:first-child {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--white);
}
.meetings-embed-text span:last-child {
  display: block; font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px;
}
.meetings-iframe-container { min-height: 620px; }
.meetings-iframe-container iframe { width: 100% !important; min-height: 620px; border: none !important; }

/* Sidebar */
.book-sidebar {
  background: var(--navy-dark);
  padding: 56px 36px 80px;
  display: flex; flex-direction: column; gap: 28px;
  border-left: 1px solid rgba(201,168,76,0.12);
  min-height: 100%;
}
.book-sidebar-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600; color: var(--white);
  margin-bottom: 18px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
.sidebar-divider { height: 1px; background: rgba(201,168,76,0.1); }

/* Steps list */
.book-steps-list {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 18px;
}
.book-steps-list li { display: flex; gap: 14px; align-items: flex-start; }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 300; color: var(--gold);
  line-height: 1; flex-shrink: 0; width: 28px;
}
.book-steps-list strong {
  display: block; font-size: 12px; font-weight: 600; color: var(--white); margin-bottom: 3px;
}
.book-steps-list p {
  font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.6; margin: 0;
}

/* Rates */
.book-rates { list-style: none; padding: 0; display: flex; flex-direction: column; }
.book-rates li {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); gap: 8px;
}
.book-rates li:last-child { border-bottom: none; }
.rate-label { font-size: 12px; color: rgba(255,255,255,0.45); }
.rate-label em { font-style: normal; color: rgba(255,255,255,0.25); }
.rate-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--white); white-space: nowrap;
}
.rate-package .rate-price { color: var(--gold); font-size: 14px; }
.rate-note {
  font-size: 11px; color: rgba(255,255,255,0.3); line-height: 1.6;
  margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.07);
}

/* Contact card */
.sidebar-contact p {
  font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; margin-bottom: 16px;
}
.btn-gold-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(201,168,76,0.5); color: var(--gold);
  padding: 11px 20px; border-radius: 3px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-decoration: none;
  transition: all 0.2s; margin-bottom: 14px;
}
.btn-gold-outline:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); color: var(--gold); }
.contact-or {
  font-size: 10px; color: rgba(255,255,255,0.2);
  text-transform: uppercase; letter-spacing: 0.1em;
  display: block; margin: 6px 0;
}
.book-email-link {
  font-size: 12px; color: var(--gold); opacity: 0.7;
  word-break: break-all; transition: opacity 0.2s;
}
.book-email-link:hover { opacity: 1; color: var(--gold); }

/* Reassurance strip */
#book-reassurance {
  background: var(--white);
  border-top: 1px solid var(--gray);
  padding: 64px 48px;
}
.reassurance-inner { max-width: 1160px; margin: 0 auto; }
.reassurance-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 36px;
}
.reassurance-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.reassurance-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--gray); border-radius: 6px; overflow: hidden;
}
.reassurance-item {
  background: var(--cream); padding: 32px 28px; transition: background 0.2s;
}
.reassurance-item:hover { background: var(--white); }
.reassurance-icon { font-size: 24px; margin-bottom: 14px; display: block; }
.reassurance-item strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 8px;
}
.reassurance-item p { font-size: 12px; color: var(--text-lt); line-height: 1.65; margin: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .book-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-right { display: none; }
  .hero-left { padding-bottom: 56px; }
}
@media (max-width: 900px) {
  .book-main-wrap { grid-template-columns: 1fr; }
  .book-left { padding: 48px 32px 0; }
  .book-sidebar {
    border-left: none; border-top: 1px solid rgba(201,168,76,0.12);
    padding: 40px 32px 60px;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
  }
  .sidebar-divider { display: none; }
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  #book-hero { padding: 120px 24px 0; }
  #book-steps-bar { padding: 0 24px; top: 64px; }
  .book-left { padding: 36px 20px 0; }
  .book-sidebar { grid-template-columns: 1fr; padding: 36px 20px 48px; }
  #hubspot-form-target { padding: 24px 20px; }
  .form-card-header { padding: 18px 20px; }
  .meetings-embed-header { padding: 18px 20px; }
  .reassurance-grid { grid-template-columns: 1fr; }
  #book-reassurance { padding: 48px 24px; }
}

/* ============================================================
   SERVICES PAGE  (page-services.php)
   ============================================================ */

/* ── Hero ── */
#svc-hero {
  padding-top: 72px;
  background: var(--navy-dark);
  position: relative; overflow: hidden;
}
.svc-hero-texture {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 60% 100% at 100% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 0% 100%, rgba(26,58,92,0.5) 0%, transparent 60%);
}
.svc-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
}
.svc-hero-inner {
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto;
  padding: 80px 48px 72px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.svc-hero-left { padding-bottom: 48px; }
/* Force white text on dark hero background */
#svc-hero h1 { color: var(--white); }
#svc-hero h1 em { color: var(--gold); font-style: italic; }
#svc-hero .eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
#svc-hero .eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.svc-hero-sub {
  font-size: 15px; color: rgba(255,255,255,0.55);
  line-height: 1.8; max-width: 480px; margin-bottom: 36px;
}

/* In-home pillars */
.inhome-pillars { display: flex; flex-direction: column; }
.inhome-pillar {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.inhome-pillar:last-child { border-bottom: none; }
.pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: rgba(201,168,76,0.35);
  line-height: 1; flex-shrink: 0; width: 36px; margin-top: -2px;
}
.pillar-body strong {
  display: block; font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 4px;
}
.pillar-body p { font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.65; margin: 0; }

/* Credential stack */
.svc-hero-right { align-self: center; }
.credential-stack {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(201,168,76,0.15); border-radius: 8px; overflow: hidden;
}
.cred-card {
  background: rgba(255,255,255,0.04); backdrop-filter: blur(10px);
  padding: 24px 20px; border-top: 2px solid transparent;
}
.cred-card:nth-child(1) { border-top-color: var(--gold); }
.cred-abbr {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 4px;
}
.cred-name { font-size: 10px; color: rgba(255,255,255,0.35); line-height: 1.4; text-transform: uppercase; letter-spacing: 0.06em; }

/* ── Tab bar ── */
#svc-tabs {
  background: var(--navy);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 0 48px;
  position: sticky; top: 72px; z-index: 50;
}
.svc-tabs-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: stretch;
}
.svc-tab {
  display: flex; align-items: center; gap: 10px;
  padding: 18px 28px 18px 0; margin-right: 28px;
  border-bottom: 2px solid transparent;
  cursor: pointer; transition: all 0.25s; user-select: none;
  color: rgba(255,255,255,0.5) !important; font-size: 12px; font-weight: 500;
  white-space: nowrap;
}
.svc-tab.active { border-bottom-color: var(--gold); color: var(--white) !important; font-weight: 600; }
.svc-tab:hover { color: rgba(255,255,255,0.8) !important; }
.svc-tab-icon { display: flex; align-items: center; color: currentColor; pointer-events: none; }
.svc-tab-icon svg { pointer-events: none; }
.svc-tab-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); opacity: 0; transition: opacity 0.2s;
  flex-shrink: 0; pointer-events: none;
}
.svc-tab.active .svc-tab-dot { opacity: 1; }

/* ── Service panels ── */
#svc-main { background: var(--cream); }
.svc-section { display: none; }
.svc-section.active { display: block; }

.svc-layout {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 360px;
  align-items: start;
}
.svc-content { padding: 64px 56px 80px 48px; }
.svc-content-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.svc-content-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--gold); }
.svc-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.5vw, 52px); font-weight: 300;
  color: var(--text); line-height: 1.1; margin-bottom: 16px;
}
.svc-content h2 em { font-style: italic; color: var(--gold); }
.svc-lead {
  font-size: 16px; color: var(--text); line-height: 1.8;
  margin-bottom: 40px; padding-bottom: 40px;
  border-bottom: 1px solid var(--gray); max-width: 580px;
}
.svc-grid-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}

/* Conditions grid */
.svc-conditions {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--gray); border-radius: 6px; overflow: hidden; margin-bottom: 40px;
}
.svc-condition {
  background: var(--white); padding: 20px;
  display: flex; gap: 14px; align-items: flex-start;
  transition: background 0.2s;
}
.svc-condition:hover { background: var(--cream); }
.svc-cond-icon {
  flex-shrink: 0; margin-top: 2px;
  color: var(--gold); display: flex; align-items: flex-start;
}
.svc-condition strong { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.svc-condition p { font-size: 11px; color: var(--text-lt); line-height: 1.6; margin: 0; }

/* Modalities grid */
.svc-modalities {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 40px;
}
.svc-modality {
  border: 1px solid var(--gray); border-radius: 6px; padding: 18px;
  background: var(--white); transition: all 0.2s;
  border-top: 2px solid transparent;
}
.svc-modality:hover { border-top-color: var(--gold); box-shadow: 0 4px 20px rgba(10,36,64,0.08); }
.svc-modality strong { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.svc-modality p { font-size: 11px; color: var(--text-lt); line-height: 1.6; margin: 0; }

/* What to expect */
.svc-expect { background: var(--navy-dark); border-radius: 8px; padding: 28px; margin-bottom: 36px; }
.svc-expect-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600; color: var(--white);
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
.svc-expect-steps { display: flex; flex-direction: column; gap: 14px; }
.svc-expect-step { display: flex; gap: 14px; align-items: flex-start; }
.expect-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 300; color: var(--gold);
  line-height: 1; flex-shrink: 0; width: 24px;
}
.svc-expect-step strong { display: block; font-size: 12px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.svc-expect-step p { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.6; margin: 0; }

/* CTA row */
.svc-cta-row { display: flex; gap: 14px; align-items: center; }
.btn-ghost-navy {
  font-size: 12px; color: var(--text-lt); font-weight: 500;
  display: flex; align-items: center; gap: 6px;
  text-decoration: none; transition: color 0.2s;
}
.btn-ghost-navy:hover { color: var(--navy); }

/* ── Sidebar ── */
.svc-sidebar {
  background: var(--navy-dark);
  padding: 64px 32px 80px;
  border-left: 1px solid rgba(201,168,76,0.1);
  display: flex; flex-direction: column; gap: 28px;
  min-height: 100%;
}
/* Force all sidebar text light — overrides WP default styles */
.svc-sidebar,
.svc-sidebar p,
.svc-sidebar span,
.svc-sidebar h4,
.svc-sidebar h3,
.svc-sidebar h5,
.svc-sidebar li,
.svc-sidebar div {
  color: rgba(255,255,255,0.65) !important;
}
.svc-sidebar h4 { color: var(--white) !important; }
.svc-sidebar .other-svc-name { color: rgba(255,255,255,0.8) !important; }
.svc-sidebar .other-svc-arrow { color: rgba(255,255,255,0.35) !important; }
.svc-sidebar .superbill-tag { color: var(--gold) !important; }
.svc-sidebar .superbill-tag::before { color: var(--gold) !important; }
.svc-sidebar .sidebar-phone { color: var(--gold) !important; }
.svc-sidebar .sidebar-phone a { color: var(--gold) !important; }
.svc-sidebar .sidebar-phone a:hover { color: var(--gold-lt) !important; }
.svc-sidebar .sidebar-email { color: rgba(255,255,255,0.45) !important; }
.svc-sidebar .other-svc-icon { color: var(--gold) !important; }
.svc-sidebar a:not(.btn-gold) { color: rgba(255,255,255,0.65) !important; }
.sidebar-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 600; color: var(--white);
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.sidebar-divider { height: 1px; background: rgba(201,168,76,0.1); }
.other-services { display: flex; flex-direction: column; }
.other-svc {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  cursor: pointer; transition: all 0.2s;
}
.other-svc:last-child { border-bottom: none; }
.other-svc:hover .other-svc-name { color: var(--gold); }
.other-svc-icon { width: 28px; flex-shrink: 0; color: var(--gold); display: flex; align-items: center; }
.other-svc-name { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.8); transition: color 0.2s; }
.other-svc-arrow { margin-left: auto; font-size: 12px; color: rgba(255,255,255,0.4); }
.superbill-card {
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px; padding: 20px;
}
.superbill-card p { font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 14px; }
.superbill-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; color: var(--gold);
  text-transform: uppercase; letter-spacing: 0.1em;
}
.superbill-tag::before { content: '●'; font-size: 6px; }
.sidebar-contact-card p { font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 16px; }
.sidebar-phone {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--gold); margin-bottom: 8px;
}
.sidebar-phone a { color: var(--gold); text-decoration: none; }
.sidebar-phone a:hover { color: var(--gold-lt); }
.sidebar-email { font-size: 12px; color: rgba(255,255,255,0.65); }

/* ── Trust strip ── */
#svc-trust {
  background: var(--navy); padding: 56px 48px;
  border-top: 1px solid rgba(201,168,76,0.12);
}
.trust-inner { max-width: 1160px; margin: 0 auto; }
.trust-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 36px;
}
.trust-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(201,168,76,0.1); border-radius: 6px; overflow: hidden;
}
.trust-card { background: rgba(255,255,255,0.03); padding: 32px 28px; transition: background 0.2s; }
.trust-card:hover { background: rgba(255,255,255,0.06); }
.trust-card-icon { margin-bottom: 16px; display: block; color: var(--gold); }
.trust-card strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 8px;
}
.trust-card p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.7; margin: 0; }

/* ── Bottom CTA ── */
#svc-cta { background: var(--cream); padding: 80px 48px; text-align: center; }
.svc-cta-inner { max-width: 620px; margin: 0 auto; }
.svc-cta-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 52px); font-weight: 300;
  color: var(--text); line-height: 1.15; margin-bottom: 16px;
}
.svc-cta-inner h2 em { font-style: italic; color: var(--navy-mid); }
.svc-cta-inner p { font-size: 14px; color: var(--text-lt); line-height: 1.75; margin-bottom: 32px; }
.svc-cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; }
.btn-outline-navy {
  border: 1px solid rgba(10,36,64,0.3); color: var(--text-lt);
  padding: 14px 28px; border-radius: 3px;
  font-size: 12px; font-weight: 500;
  text-decoration: none; transition: all 0.2s;
}
.btn-outline-navy:hover { border-color: var(--navy); color: var(--navy); }

/* ── Services responsive ── */
@media (max-width: 1024px) {
  .svc-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .svc-hero-right { max-width: 480px; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-sidebar { border-left: none; border-top: 1px solid rgba(201,168,76,0.1); padding: 40px 48px; flex-direction: row; flex-wrap: wrap; gap: 0; }
  .sidebar-card { flex: 1; min-width: 220px; padding: 0 24px 24px 0; }
  .sidebar-divider { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #svc-tabs { padding: 0 24px; overflow-x: auto; }
  .svc-tabs-inner { min-width: max-content; }
  .svc-content { padding: 40px 24px; }
  .svc-conditions { grid-template-columns: 1fr; }
  .svc-modalities { grid-template-columns: 1fr; }
  .svc-hero-inner { padding: 48px 24px 48px; }
  .svc-sidebar { padding: 32px 24px; flex-direction: column; }
  #svc-trust { padding: 40px 24px; }
  #svc-cta { padding: 56px 24px; }
  .svc-cta-btns { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════ */

/* ── Hero ── */
#about-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #061628 0%, #0a2440 45%, #1a3a5c 100%);
  padding: 120px 80px 100px;
}
.about-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.about-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.about-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: center; position: relative; z-index: 1;
}
.about-hero-text .eyebrow { margin-bottom: 20px; }
.about-hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 24px;
}
.about-hero-text h1 em { color: var(--gold); font-style: italic; display: block; }
.about-hero-sub {
  font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.7);
  max-width: 520px; margin-bottom: 40px;
}
.about-hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

/* ── Photo frame ── */
.about-photo-frame {
  position: relative; border-radius: 8px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
.about-headshot {
  width: 100%; display: block;
  aspect-ratio: 3/4; object-fit: cover; object-position: top center;
  background: var(--navy-mid);
  min-height: 420px;
}
/* Placeholder style when image is missing */
.about-headshot[src*="headshot.jpg"]:not([complete]) {
  background: linear-gradient(160deg, var(--navy-mid) 0%, var(--navy) 100%);
}
.about-photo-badge {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(6,22,40,0.95) 0%, transparent 100%);
  padding: 40px 24px 24px;
}
.badge-line1 {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 4px;
}
.badge-line2 {
  display: block; font-size: 11px; font-weight: 600;
  color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase;
}

/* ── Story ── */
#about-story {
  background: var(--cream); padding: 100px 80px;
}
.about-story-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start;
}
.story-timeline {
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 0;
}
.story-node {
  display: flex; flex-direction: column; gap: 6px;
  padding: 24px 0; border-left: 2px solid rgba(201,168,76,0.2);
  padding-left: 24px; position: relative;
}
.story-node::before {
  content: ''; position: absolute; left: -6px; top: 28px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); border: 2px solid var(--cream);
}
.story-year {
  font-size: 11px; font-weight: 700; color: var(--gold);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.story-label {
  font-size: 13px; line-height: 1.5; color: var(--text); font-weight: 500;
}
.about-story-body .section-label { margin-bottom: 16px; }
.about-story-body h2 { margin-bottom: 32px; }
.about-story-body p {
  font-size: 16px; line-height: 1.8; color: var(--text);
  margin-bottom: 20px; max-width: 640px;
}
.about-story-body p:last-child { margin-bottom: 0; }

/* ── Credentials grid ── */
#about-credentials {
  background: var(--navy); padding: 100px 80px;
}
.about-cred-inner { max-width: 1200px; margin: 0 auto; }
.about-cred-header {
  max-width: 560px; margin: 0 auto 64px;
  display: flex; flex-direction: column; align-items: center;
}
.about-cred-header .section-label { margin-bottom: 16px; }
.about-cred-header .section-title { color: var(--white); text-align: center; margin-bottom: 16px; }
.about-cred-header .section-title em { color: var(--gold); }
.about-cred-sub {
  font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.6);
  text-align: center;
}
.cred-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  border: 1px solid rgba(201,168,76,0.15); border-radius: 8px; overflow: hidden;
}
.cred-block {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 40px 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.08);
  transition: background 0.2s;
}
.cred-block:hover { background: rgba(255,255,255,0.06); }
.cred-block-abbr {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 600; color: var(--gold);
  line-height: 1; flex-shrink: 0; min-width: 56px;
}
.cred-block-body strong {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--white); margin-bottom: 10px;
}
.cred-block-body p {
  font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); margin: 0;
}

/* ── Philosophy ── */
#about-philosophy {
  background: var(--white); padding: 100px 80px;
}
.about-phil-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.about-phil-text .section-label { margin-bottom: 16px; }
.about-phil-text h2 { margin-bottom: 28px; }
.about-phil-text p {
  font-size: 16px; line-height: 1.8; color: var(--text);
  margin-bottom: 20px;
}
.about-phil-text p:last-child { margin-bottom: 0; }
.about-phil-pillars {
  display: flex; flex-direction: column; gap: 0;
  padding-top: 8px;
}
.phil-pillar {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 0; border-bottom: 1px solid rgba(201,168,76,0.12);
}
.phil-pillar:last-child { border-bottom: none; }
.phil-pillar-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: rgba(201,168,76,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.phil-pillar strong {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--navy); margin-bottom: 6px;
}
.phil-pillar p {
  font-size: 14px; line-height: 1.65; color: var(--text-lt); margin: 0;
}

/* ── Fact strip ── */
#about-facts {
  background: var(--navy);
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 64px 80px;
}
.about-facts-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 0;
}
.about-fact {
  flex: 1; text-align: center; padding: 0 40px;
}
.fact-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 300; color: var(--gold);
  line-height: 1; margin-bottom: 12px;
}
.fact-label {
  font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.55);
  max-width: 180px; margin: 0 auto;
}
.about-fact-divider {
  width: 1px; height: 80px; background: rgba(201,168,76,0.2); flex-shrink: 0;
}

/* ── Testimonials ── */
#about-testimonials {
  background: var(--cream); padding: 100px 80px;
}
.about-test-inner { max-width: 1200px; margin: 0 auto; }
.about-test-inner .section-label { justify-content: center; margin-bottom: 16px; }
.about-test-inner .section-title em { color: var(--gold); }
.test-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.test-card {
  background: var(--white); border-radius: 8px; padding: 36px 32px;
  border: 1px solid rgba(201,168,76,0.12);
  display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 2px 16px rgba(10,36,64,0.06);
}
.test-stars {
  color: var(--gold); font-size: 14px; letter-spacing: 2px;
}
.test-body {
  font-size: 15px; line-height: 1.75; color: var(--text);
  flex: 1; margin: 0; font-style: italic;
}
.test-attribution {
  display: flex; align-items: center; gap: 14px;
  padding-top: 16px; border-top: 1px solid rgba(201,168,76,0.1);
}
.test-initials {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--navy); color: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
}
.test-attribution strong {
  display: block; font-size: 13px; font-weight: 600; color: var(--navy);
}
.test-attribution span {
  font-size: 12px; color: var(--text-lt);
}
.test-disclaimer {
  margin-top: 40px; text-align: center;
  font-size: 12px; color: var(--text-lt); font-style: italic;
}

/* ── Local roots ── */
#about-local {
  background: var(--white); padding: 100px 80px;
}
.about-local-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.about-local-text .section-label { margin-bottom: 16px; }
.about-local-text h2 { margin-bottom: 24px; }
.about-local-text p {
  font-size: 16px; line-height: 1.8; color: var(--text); margin-bottom: 20px;
}
.about-local-text .btn-gold { margin-top: 12px; }
.about-local-tags {
  display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start;
}
.local-tag {
  padding: 8px 16px; border-radius: 100px;
  background: var(--cream); border: 1px solid rgba(201,168,76,0.2);
  font-size: 13px; font-weight: 500; color: var(--navy);
}
.local-tag.more {
  background: transparent; border-style: dashed;
  color: var(--text-lt);
}

/* ── Bottom CTA ── */
#about-cta {
  background: linear-gradient(135deg, #061628 0%, #0a2440 60%, #1a3a5c 100%);
  padding: 100px 80px; text-align: center;
}
.about-cta-inner { max-width: 600px; margin: 0 auto; }
#about-cta .eyebrow { justify-content: center; margin-bottom: 20px; }
#about-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 52px); font-weight: 300;
  color: var(--white); line-height: 1.15; margin-bottom: 20px;
}
#about-cta h2 em { color: var(--gold); font-style: italic; }
#about-cta p {
  font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.65);
  margin-bottom: 40px;
}
.about-cta-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.btn-outline {
  padding: 16px 38px; border-radius: 3px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8);
  background: transparent;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── About page responsive ── */
@media (max-width: 900px) {
  #about-hero { padding: 80px 32px; }
  .about-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-hero-photo { max-width: 400px; }
  #about-story { padding: 72px 32px; }
  .about-story-inner { grid-template-columns: 1fr; gap: 48px; }
  .story-timeline { position: static; flex-direction: row; flex-wrap: wrap; gap: 0; border-left: none; border-top: 2px solid rgba(201,168,76,0.2); padding-left: 0; padding-top: 20px; }
  .story-node { border-left: none; padding-left: 0; flex: 1; min-width: 140px; padding: 0 20px 20px 0; }
  .story-node::before { top: -16px; left: 0; }
  #about-credentials { padding: 72px 32px; }
  .cred-grid { grid-template-columns: 1fr; }
  #about-philosophy { padding: 72px 32px; }
  .about-phil-inner { grid-template-columns: 1fr; gap: 48px; }
  #about-facts { padding: 48px 24px; }
  .about-facts-inner { flex-wrap: wrap; gap: 40px; justify-content: center; }
  .about-fact { flex: 0 0 calc(50% - 20px); padding: 0 16px; }
  .about-fact-divider { display: none; }
  .fact-value { font-size: 40px; }
  #about-testimonials { padding: 72px 32px; }
  .test-grid { grid-template-columns: 1fr; gap: 20px; }
  #about-local { padding: 72px 32px; }
  .about-local-inner { grid-template-columns: 1fr; gap: 48px; }
  #about-cta { padding: 72px 32px; }
}

/* ═══════════════════════════════════════════════════
   TRUSTINDEX WIDGET WRAPPERS
   ═══════════════════════════════════════════════════ */

/* Shared wrapper for both pages */
.reviews-widget-wrap {
  max-width: 1200px; margin: 0 auto;
  width: 100%;
}

/* Homepage slider — sits on navy background */
#reviews .reviews-header {
  max-width: 1200px; margin: 0 auto 48px;
  padding: 0 80px;
}
#reviews .reviews-widget-wrap {
  padding: 0 40px;
}

/* About page grid — sits on cream background */
#about-testimonials .reviews-widget-wrap {
  padding: 0;
}

/* Override Trustindex defaults to better match our palette */
#reviews .ti-widget,
#about-testimonials .ti-widget {
  background: transparent !important;
}
/* Force Trustindex star color to match our gold on both pages */
#reviews .ti-stars,
#about-testimonials .ti-stars {
  color: var(--gold) !important;
}
/* Remove any Trustindex branding box-shadows that clash */
#reviews .ti-review-item,
#about-testimonials .ti-review-item {
  box-shadow: 0 2px 16px rgba(10,36,64,0.08) !important;
  border-radius: 8px !important;
}

@media (max-width: 900px) {
  #reviews .reviews-header { padding: 0 24px; }
  #reviews .reviews-widget-wrap { padding: 0 12px; }
}

/* ═══════════════════════════════════════════════════
   FAQ PAGE
   ═══════════════════════════════════════════════════ */

/* ── Hero ── */
#faq-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #061628 0%, #0a2440 50%, #1a3a5c 100%);
  padding: 152px 80px 100px;
}
.faq-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 60%);
}
.faq-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.faq-hero-inner {
  max-width: 760px; margin: 0 auto;
  position: relative; z-index: 1;
}
.faq-hero-inner .eyebrow { margin-bottom: 20px; }
.faq-hero-inner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 20px;
}
.faq-hero-inner h1 em { color: var(--gold); font-style: italic; }
.faq-hero-sub {
  font-size: 16px; line-height: 1.75;
  color: rgba(255,255,255,0.6); margin-bottom: 40px; max-width: 560px;
}
.faq-hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

/* ── Body layout ── */
#faq-body { background: var(--cream); padding: 80px; }
.faq-body-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start;
}

/* ── Sticky nav ── */
.faq-nav { position: sticky; top: 100px; }
.faq-nav-inner {
  background: var(--white); border-radius: 8px;
  border: 1px solid rgba(201,168,76,0.15);
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(10,36,64,0.06);
}
.faq-nav-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.faq-nav-label::before { content: ''; width: 20px; height: 1px; background: var(--gold); }
.faq-nav-link {
  display: block; font-size: 13px; font-weight: 500;
  color: var(--text-lt); text-decoration: none;
  padding: 9px 0; border-bottom: 1px solid rgba(201,168,76,0.08);
  transition: color 0.2s; line-height: 1.4;
}
.faq-nav-link:last-of-type { border-bottom: none; }
.faq-nav-link:hover,
.faq-nav-link.active { color: var(--gold); }
.faq-nav-link.active { font-weight: 600; }
.faq-nav-cta {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.faq-nav-cta p { font-size: 12px; color: var(--text-lt); margin-bottom: 12px; line-height: 1.5; }

/* ── FAQ sections ── */
.faq-content { display: flex; flex-direction: column; gap: 64px; }
.faq-section { display: flex; flex-direction: column; }
.faq-section-header {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 24px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.faq-section-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--navy); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.faq-section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 400; color: var(--navy); margin: 0;
}

/* ── Accordion items ── */
.faq-item {
  border-bottom: 1px solid rgba(201,168,76,0.12);
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 0;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
  color: var(--navy) !important; line-height: 1.4;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold) !important; }
.faq-q[aria-expanded="true"] { color: var(--gold) !important; }
.faq-chevron {
  flex-shrink: 0; color: var(--gold);
  transition: transform 0.25s ease;
}
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 0 24px;
}
.faq-a.open { display: block; }
.faq-a p {
  font-size: 15px; line-height: 1.8;
  color: var(--text) !important; margin-bottom: 14px;
}
.faq-a p:last-child { margin-bottom: 0; }
.faq-a strong { color: var(--navy) !important; }
.faq-a a { color: var(--gold) !important; text-decoration: underline; text-underline-offset: 3px; }
.faq-a a:hover { color: var(--gold-lt) !important; }

@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── CTA ── */
#faq-cta {
  background: linear-gradient(135deg, #061628 0%, #0a2440 60%, #1a3a5c 100%);
  padding: 100px 80px; text-align: center;
}
.faq-cta-inner { max-width: 580px; margin: 0 auto; }
#faq-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 52px); font-weight: 300;
  color: var(--white); line-height: 1.15; margin: 20px 0;
}
#faq-cta h2 em { color: var(--gold); font-style: italic; }
#faq-cta p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.faq-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 900px) {
  #faq-hero { padding: 100px 24px 72px; }
  #faq-body { padding: 48px 24px; }
  .faq-body-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-nav { position: static; }
  .faq-nav-inner { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 20px; }
  .faq-nav-label { width: 100%; margin-bottom: 4px; padding-bottom: 8px; }
  .faq-nav-link { border: 1px solid rgba(201,168,76,0.2); border-radius: 100px; padding: 6px 14px; font-size: 12px; }
  .faq-nav-link:last-of-type { border-bottom: 1px solid rgba(201,168,76,0.2); }
  .faq-nav-cta { width: 100%; margin-top: 8px; padding-top: 12px; }
  .faq-content { gap: 48px; }
  #faq-cta { padding: 72px 24px; }
}

/* ═══════════════════════════════════════════════════
   SERVICE AREAS PAGE
   ═══════════════════════════════════════════════════ */

/* ── Hero ── */
#areas-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #061628 0%, #0a2440 55%, #1a3a5c 100%);
  padding: 140px 80px 0;
}
.areas-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 55% 50%, rgba(201,168,76,0.08) 0%, transparent 60%);
}
.areas-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.areas-hero-inner {
  position: relative; z-index: 1;
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  padding-bottom: 0;
}
.areas-hero-text { padding-bottom: 80px; }
.areas-hero-text .eyebrow { margin-bottom: 20px; }
.areas-hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 58px); font-weight: 300;
  color: var(--white); line-height: 1.1; margin-bottom: 22px;
}
.areas-hero-text h1 em { color: var(--gold); font-style: italic; display: block; }
.areas-hero-sub {
  font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.6);
  max-width: 480px; margin-bottom: 40px;
}
.areas-hero-stats {
  display: flex; align-items: center; gap: 32px;
}
.areas-stat { text-align: center; }
.areas-stat-val {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 300; color: var(--gold); line-height: 1;
  margin-bottom: 6px;
}
.areas-stat-label {
  font-size: 10px; font-weight: 500; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.4;
}
.areas-stat-div { width: 1px; height: 40px; background: rgba(201,168,76,0.2); }

/* ── Map ── */
.areas-hero-map {
  position: relative;
  align-self: end;
}
.areas-map-wrap {
  width: 100%; height: 440px;
  border-radius: 8px 8px 0 0; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.2);
  border-bottom: none;
}
.areas-map-wrap iframe { display: block; }
.areas-map-badge {
  display: flex; align-items: center; gap: 8px;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25);
  border-top: none; border-radius: 0 0 8px 8px;
  padding: 12px 20px;
  font-size: 11px; font-weight: 500; color: var(--gold);
  letter-spacing: 0.04em;
}

/* ── Travel strip ── */
#areas-travel-strip {
  background: var(--navy);
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 40px 80px;
}
.areas-travel-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; gap: 0;
}
.travel-item {
  display: flex; align-items: flex-start; gap: 16px;
  flex: 1;
  padding: 0 40px;
}
.travel-item:first-child { padding-left: 0; }
.travel-item:last-child { padding-right: 0; }
.travel-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(201,168,76,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.travel-label {
  font-size: 13px; font-weight: 600; color: var(--white);
  margin-bottom: 4px;
}
.travel-sub { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.travel-div { width: 1px; height: 48px; background: rgba(201,168,76,0.15); flex-shrink: 0; }

/* ── City grid section ── */
#areas-grid-section {
  background: var(--cream); padding: 96px 80px;
}
.areas-grid-inner { max-width: 1160px; margin: 0 auto; }
.areas-section-header {
  text-align: center; margin-bottom: 64px;
}
.areas-section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 48px); font-weight: 300;
  color: var(--navy); margin: 12px 0 16px;
}
.areas-section-header p {
  font-size: 15px; color: var(--text-lt); line-height: 1.7;
  max-width: 560px; margin: 0 auto;
}

/* ── Area groups ── */
.area-group { margin-bottom: 48px; }
.area-group-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--text-lt);
  margin-bottom: 20px;
}
.area-group-dot {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
}
.area-group-dot.core { background: var(--gold); }
.area-group-dot.extended { background: #6b9ec4; }
.area-group-dot.outer { background: #a0a0b0; }

.areas-city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.city-card {
  background: var(--white); border-radius: 8px;
  padding: 24px; border: 1px solid var(--gray);
  border-top: 3px solid transparent;
  transition: box-shadow 0.2s, transform 0.2s;
}
.city-card:hover { box-shadow: 0 8px 28px rgba(10,36,64,0.1); transform: translateY(-2px); }
.city-card.core { border-top-color: var(--gold); }
.city-card.extended { border-top-color: #6b9ec4; }
.city-card.outer { border-top-color: #c0c0cc; }
.city-name {
  font-size: 15px; font-weight: 700; color: var(--navy);
  margin-bottom: 8px;
}
.city-detail { font-size: 12px; line-height: 1.6; color: var(--text-lt); }

.areas-not-listed {
  margin-top: 32px; padding: 20px 24px;
  background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 8px;
  font-size: 13px; color: var(--text-lt); line-height: 1.6;
  display: flex; align-items: center; gap: 12px;
}
.areas-not-listed svg { color: var(--gold); flex-shrink: 0; }
.areas-not-listed a { color: var(--gold); font-weight: 600; text-decoration: none; }
.areas-not-listed a:hover { color: var(--navy); }

/* ── Per-city detail section ── */
#areas-detail-section {
  background: var(--white); padding: 96px 80px;
}
.areas-detail-inner { max-width: 1160px; margin: 0 auto; }
.areas-detail-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.area-detail-card {
  border: 1px solid var(--gray); border-radius: 8px;
  padding: 32px; transition: box-shadow 0.2s;
}
.area-detail-card:hover { box-shadow: 0 8px 28px rgba(10,36,64,0.08); }
.area-detail-header {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 12px;
  margin-bottom: 16px;
}
.area-detail-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600; color: var(--navy);
  line-height: 1.3; margin: 0;
}
.area-detail-badge {
  flex-shrink: 0; padding: 4px 10px; border-radius: 100px;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
}
.core-badge { background: rgba(201,168,76,0.12); color: var(--gold); }
.extended-badge { background: rgba(107,158,196,0.12); color: #4a7fa8; }
.area-detail-card p {
  font-size: 14px; line-height: 1.8; color: var(--text-lt); margin-bottom: 20px;
}
.area-detail-link {
  font-size: 12px; font-weight: 700; color: var(--gold);
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.08em;
  transition: color 0.2s;
}
.area-detail-link:hover { color: var(--navy); }

/* ── CTA ── */
#areas-cta {
  background: linear-gradient(135deg, #061628 0%, #0a2440 60%, #1a3a5c 100%);
  padding: 100px 80px; text-align: center;
}
.areas-cta-inner { max-width: 560px; margin: 0 auto; }
#areas-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 52px); font-weight: 300;
  color: var(--white); line-height: 1.15; margin: 16px 0 20px;
}
#areas-cta h2 em { color: var(--gold); font-style: italic; }
#areas-cta p { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.areas-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.areas-cta-contact {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.4);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .areas-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .areas-hero-text { padding-bottom: 0; }
  .areas-map-wrap { height: 320px; }
  .areas-hero-map { margin-bottom: 0; }
  .areas-city-grid { grid-template-columns: 1fr 1fr; }
  .areas-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #areas-hero { padding: 100px 24px 0; }
  #areas-travel-strip { padding: 40px 24px; }
  .areas-travel-inner { flex-direction: column; gap: 28px; }
  .travel-item { padding: 0; }
  .travel-div { display: none; }
  #areas-grid-section,
  #areas-detail-section,
  #areas-cta { padding: 72px 24px; }
  .areas-city-grid { grid-template-columns: 1fr; }
  .areas-hero-stats { gap: 20px; }
  .areas-stat-val { font-size: 28px; }
}

/* ════════════════════════════════════════════════════════════════
   CONDITION LANDING PAGES — shared styles
   ════════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.lp-hero {
  position: relative; padding: 140px 60px 90px;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #0d2d4a 100%);
  overflow: hidden;
}
.lp-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: center;
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.lp-eyebrow::before {
  content: ''; display: block; width: 28px; height: 1px; background: var(--gold);
}
.lp-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1.1;
  color: var(--white); margin-bottom: 24px;
}
.lp-hero h1 em { color: var(--gold); font-style: italic; }
.lp-hero-sub {
  font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.72);
  margin-bottom: 36px; max-width: 520px;
}
.lp-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero card */
.lp-hero-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 16px; padding: 36px 32px;
  backdrop-filter: blur(8px);
}
.lp-hero-card-title {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.lp-symptom-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.lp-symptom-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.5;
}
.lp-symptom-list li::before {
  content: ''; display: block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); margin-top: 6px; flex-shrink: 0;
}
.lp-hero-card-note {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(201,168,76,0.15);
  font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5;
}

/* ── Trust strip ── */
.lp-trust-strip {
  background: var(--navy-dark);
  border-top: 1px solid rgba(201,168,76,0.12);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  padding: 28px 60px;
}
.lp-trust-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.lp-trust-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 500;
}
.lp-trust-item svg { color: var(--gold); flex-shrink: 0; }
.lp-trust-div { width: 1px; height: 32px; background: rgba(201,168,76,0.2); }

/* ── What we treat section ── */
.lp-conditions {
  padding: 96px 60px; background: #fff;
}
.lp-conditions-inner { max-width: 1160px; margin: 0 auto; }
.lp-section-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.lp-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.2;
  color: var(--navy-dark); margin-bottom: 16px;
}
.lp-section-sub {
  font-size: 16px; line-height: 1.7; color: #555; max-width: 640px; margin-bottom: 56px;
}
.lp-condition-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.lp-condition-card {
  border: 1px solid #e8e8e8; border-radius: 12px; padding: 28px 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lp-condition-card:hover {
  border-color: var(--gold); box-shadow: 0 4px 20px rgba(201,168,76,0.1);
}
.lp-condition-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; color: var(--gold);
}
.lp-condition-card h3 {
  font-size: 16px; font-weight: 600; color: var(--navy-dark); margin-bottom: 8px;
}
.lp-condition-card p {
  font-size: 14px; line-height: 1.6; color: #666;
}

/* ── Process / How it works ── */
.lp-process {
  padding: 96px 60px;
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}
.lp-process-inner { max-width: 1160px; margin: 0 auto; }
.lp-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px;
}
.lp-process-step { position: relative; }
.lp-step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy-dark); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600;
  margin-bottom: 20px;
}
.lp-process-step h3 {
  font-size: 16px; font-weight: 600; color: var(--navy-dark); margin-bottom: 8px;
}
.lp-process-step p {
  font-size: 14px; line-height: 1.6; color: #666;
}
.lp-step-connector {
  position: absolute; top: 24px; left: 64px; right: -16px; height: 1px;
  background: linear-gradient(90deg, rgba(201,168,76,0.4), rgba(201,168,76,0.1));
}
.lp-process-step:last-child .lp-step-connector { display: none; }

/* ── Why in-home ── */
.lp-inhome {
  padding: 96px 60px; background: var(--navy-dark);
}
.lp-inhome-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.lp-inhome-body .lp-section-title { color: var(--white); }
.lp-inhome-body .lp-section-sub { color: rgba(255,255,255,0.65); }
.lp-inhome-body .lp-section-eyebrow { color: var(--gold); }
.lp-benefit-list { display: flex; flex-direction: column; gap: 20px; }
.lp-benefit-item {
  display: flex; gap: 16px; align-items: flex-start;
}
.lp-benefit-icon {
  width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center; color: var(--gold);
}
.lp-benefit-item h4 {
  font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 4px;
}
.lp-benefit-item p {
  font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.6);
}
.lp-credentials-panel {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 16px; padding: 36px 32px;
}
.lp-cred-title {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
}
.lp-cred-list { display: flex; flex-direction: column; gap: 16px; }
.lp-cred-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lp-cred-item:last-child { border-bottom: none; padding-bottom: 0; }
.lp-cred-badge {
  background: rgba(201,168,76,0.15); color: var(--gold);
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 8px; border-radius: 4px; white-space: nowrap; margin-top: 2px;
}
.lp-cred-item p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.5; }

/* ── CTA section ── */
.lp-cta {
  padding: 96px 60px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  text-align: center;
}
.lp-cta-inner { max-width: 640px; margin: 0 auto; }
.lp-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 48px); font-weight: 600; color: var(--white);
  line-height: 1.2; margin-bottom: 16px;
}
.lp-cta h2 em { color: var(--gold); font-style: italic; }
.lp-cta p {
  font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 40px;
}
.lp-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── City links footer strip ── */
.lp-cities {
  padding: 48px 60px; background: #f7f8fa;
  border-top: 1px solid #e8e8e8;
}
.lp-cities-inner { max-width: 1160px; margin: 0 auto; }
.lp-cities-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #999; margin-bottom: 16px;
}
.lp-city-links { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-city-link {
  font-size: 13px; color: var(--navy); font-weight: 500;
  text-decoration: none; padding: 6px 14px;
  border: 1px solid #ddd; border-radius: 20px;
  transition: border-color 0.2s, color 0.2s;
}
.lp-city-link:hover { border-color: var(--gold); color: var(--gold); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .lp-hero-card { max-width: 480px; }
  .lp-condition-grid { grid-template-columns: 1fr 1fr; }
  .lp-process-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .lp-step-connector { display: none; }
  .lp-inhome-inner { grid-template-columns: 1fr; gap: 56px; }
}
@media (max-width: 768px) {
  .lp-hero { padding: 110px 24px 72px; }
  .lp-trust-strip { padding: 28px 24px; }
  .lp-trust-inner { flex-wrap: wrap; gap: 20px; }
  .lp-trust-div { display: none; }
  .lp-conditions, .lp-process, .lp-inhome, .lp-cta, .lp-cities { padding: 72px 24px; }
  .lp-condition-grid { grid-template-columns: 1fr; }
  .lp-process-grid { grid-template-columns: 1fr; }
  .lp-hero-actions, .lp-cta-actions { flex-direction: column; }
  .lp-hero-actions .btn-gold,
  .lp-hero-actions .btn-outline,
  .lp-cta-actions .btn-gold,
  .lp-cta-actions .btn-outline { text-align: center; }
}
