/* ============================================================
   Trusted Women's Health Center — Professional Design System v2
   Display: Fraunces | Body: Figtree
   Brand: Plum #2d1b3d | Rose #b8729a | Blush #fdf8fb
   ============================================================ */

:root {
  --plum:        #2d1b3d;
  --plum-dark:   #1e1129;
  --plum-mid:    #43305a;
  --rose:        #b8729a;
  --rose-deep:   #9d5a82;
  --rose-light:  #d4a8c2;
  --rose-pale:   #ecd3e1;
  --blush:       #fdf9fb;
  --blush-mid:   #f9eef5;
  --blush-deep:  #f3e4ed;
  --cream:       #fbf7f4;
  --gold:        #c9a15c;
  --border:      #eee6ec;
  --border-mid:  #e3d7df;
  --white:       #ffffff;
  --text-dark:   #241531;
  --text-body:   #52465c;
  --text-muted:  #8d8296;
  --shadow-sm:   0 1px 3px rgba(45,27,61,.07);
  --shadow-md:   0 6px 24px rgba(45,27,61,.09);
  --shadow-lg:   0 16px 48px rgba(45,27,61,.15);
  --radius-sm:   8px;
  --radius:      12px;
  --radius-lg:   18px;
  --transition:  .22s cubic-bezier(.4,0,.2,1);
  --font-display:'Fraunces', Georgia, serif;
  --font-body:   'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  --container:   1240px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-body); background: var(--white); line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--rose-deep); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--plum); }
address { font-style: normal; }
ul,ol { list-style: none; }
button { font-family: var(--font-body); cursor: pointer; border: none; background: none; }

h1,h2,h3,h4,h5 { font-family: var(--font-display); line-height: 1.12; color: var(--text-dark); font-weight: 600; font-variation-settings: "SOFT" 60, "WONK" 0; }
h1 { font-size: clamp(2.4rem,5vw,3.6rem); letter-spacing: -.02em; font-weight: 560; }
h2 { font-size: clamp(1.7rem,3.2vw,2.35rem); letter-spacing: -.015em; }
h3 { font-size: clamp(1.1rem,2vw,1.3rem); }
h4 { font-size: 1.02rem; }
p  { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 44px; }

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 30px; border-radius: 100px; font-family: var(--font-body);
  font-weight: 600; font-size: 14.5px; cursor: pointer; transition: all var(--transition);
  border: 1.5px solid transparent; line-height: 1.2; letter-spacing: .01em;
  white-space: nowrap; text-decoration: none;
}
.btn svg { flex-shrink: 0; }
.btn-plum { background: var(--plum); color: var(--white); border-color: var(--plum); box-shadow: 0 2px 12px rgba(45,27,61,.22); }
.btn-plum:hover { background: var(--plum-mid); border-color: var(--plum-mid); color: var(--white); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(45,27,61,.3); }
.btn-rose { background: var(--rose); color: var(--white); border-color: var(--rose); box-shadow: 0 2px 12px rgba(184,114,154,.32); }
.btn-rose:hover { background: var(--rose-deep); border-color: var(--rose-deep); color: var(--white); transform: translateY(-1px); }
.btn-outline-plum { background: var(--white); color: var(--plum); border-color: var(--border-mid); }
.btn-outline-plum:hover { border-color: var(--plum); background: var(--white); color: var(--plum); }
.btn-outline-white { background: rgba(255,255,255,.06); color: var(--white); border-color: rgba(255,255,255,.35); backdrop-filter: blur(4px); }
.btn-outline-white:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.7); color: var(--white); }
.btn-lg { padding: 17px 38px; font-size: 15.5px; }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-block { width: 100%; }
.btn-icon { width: 44px; height: 44px; padding: 0; border-radius: 50%; border: 1.5px solid var(--border-mid); color: var(--rose-deep); background: var(--white); }
.btn-icon:hover { background: var(--blush-mid); border-color: var(--rose-light); }

/* ── Topbar ─────────────────────────────────────────────────── */
.topbar { background: var(--plum-dark); padding: 9px 0; }
.topbar-inner { display: flex; align-items: center; justify-content: center; gap: 44px; }
.topbar-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,.78); font-weight: 400; letter-spacing: .015em; }
.topbar-item a { color: rgba(255,255,255,.92); font-weight: 600; }
.topbar-item a:hover { color: var(--rose-light); }
.topbar-item svg { opacity: .6; flex-shrink: 0; }

/* ── Header ─────────────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: box-shadow var(--transition); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.logo img { height: 54px; width: 54px; border-radius: 50%; }
.logo-name { font-family: var(--font-display); font-size: 19px; font-weight: 640; color: var(--plum-dark); line-height: 1; letter-spacing: .045em; }
.logo-sub { font-size: 9.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--rose); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 0; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 9px 15px; border-radius: 100px; font-size: 14px; font-weight: 500; color: var(--text-body); cursor: pointer; transition: all var(--transition); white-space: nowrap; }
.nav-link:hover { background: var(--blush-mid); color: var(--plum); }
.nav-link svg { color: var(--text-muted); }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { display: block; width: 23px; height: 2px; background: var(--plum); border-radius: 2px; transition: all var(--transition); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-nav { display: none; background: var(--white); border-top: 1px solid var(--border); padding: 10px 24px 22px; max-height: 70vh; overflow-y: auto; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 11px 0; font-size: 15px; font-weight: 500; color: var(--text-body); border-bottom: 1px solid var(--border); }
.mobile-book-fab { display: none; position: fixed; bottom: 18px; left: 16px; right: 16px; z-index: 999; background: var(--plum); color: var(--white); font-weight: 700; padding: 16px; border-radius: 100px; box-shadow: 0 8px 32px rgba(45,27,61,.4); font-size: 15px; text-align: center; justify-content: center; align-items: center; }

/* ── HOME HERO — conversion layout ──────────────────────────── */
.home-hero { position: relative; background: linear-gradient(150deg, var(--blush) 0%, var(--blush-mid) 55%, var(--blush-deep) 100%); overflow: hidden; border-bottom: 1px solid var(--border); }
.home-hero::before { content: ''; position: absolute; top: -180px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(184,114,154,.12) 0%, transparent 65%); pointer-events: none; }
.home-hero::after { content: ''; position: absolute; bottom: -200px; left: -160px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(201,161,92,.07) 0%, transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; padding: 72px 0 84px; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--rose-pale); border-radius: 100px; padding: 8px 18px 8px 10px; font-size: 13px; font-weight: 600; color: var(--rose-deep); box-shadow: var(--shadow-sm); margin-bottom: 26px; }
.hero-badge-dot { width: 26px; height: 26px; background: var(--rose); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); }
.hero-grid h1 { margin-bottom: 20px; }
.hero-grid h1 em { font-style: italic; color: var(--rose-deep); font-weight: 500; }
.hero-lede { font-size: 18px; color: var(--text-body); line-height: 1.7; max-width: 520px; margin-bottom: 34px; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 38px; }
.hero-phone-cta { display: flex; align-items: center; gap: 12px; }
.hero-phone-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--white); border: 1px solid var(--border-mid); display: flex; align-items: center; justify-content: center; color: var(--rose-deep); box-shadow: var(--shadow-sm); }
.hero-phone-label { font-size: 11.5px; color: var(--text-muted); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.hero-phone-number { font-size: 17px; font-weight: 700; color: var(--plum-dark); line-height: 1.2; }
.hero-proof { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-proof-stars { display: flex; flex-direction: column; gap: 2px; }
.hero-proof-stars .stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; }
.hero-proof-stars span { font-size: 12.5px; color: var(--text-muted); }
.hero-proof-divider { width: 1px; height: 34px; background: var(--border-mid); }
.hero-proof-item { display: flex; flex-direction: column; }
.hero-proof-item strong { font-family: var(--font-display); font-size: 19px; color: var(--plum-dark); font-weight: 640; line-height: 1.1; }
.hero-proof-item span { font-size: 12.5px; color: var(--text-muted); }

/* Hero right: booking card */
.hero-card-col { position: relative; }
.hero-photo-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(165deg, #efe0ea 0%, #e4d0dd 100%); aspect-ratio: 4/4.6; box-shadow: var(--shadow-lg); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-photo-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--rose-deep); }
.hero-photo-placeholder svg { opacity: .35; }
.hero-photo-placeholder span { font-size: 12px; font-weight: 500; opacity: .7; text-align: center; }
.hero-book-card { position: absolute; left: -44px; bottom: -30px; background: var(--white); border-radius: var(--radius-lg); padding: 18px 22px; box-shadow: var(--shadow-lg); width: 252px; border: 1px solid var(--border); }
.hbc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.hbc-live-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.18); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.18);} 50% { box-shadow: 0 0 0 6px rgba(34,197,94,.08);} }
.hbc-header span { font-size: 13px; font-weight: 700; color: var(--plum-dark); }
.hbc-sub { font-size: 12.5px; color: var(--text-muted); line-height: 1.55; margin-bottom: 16px; }
.hbc-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--border); font-size: 13px; color: var(--text-body); }
.hbc-row svg { color: var(--rose); flex-shrink: 0; }
.hbc-row strong { color: var(--plum-dark); }

/* ── Trust strip ───────────────────────────────────────────── */
.trust-strip { background: var(--plum-dark); padding: 22px 0; }
.trust-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust-strip-item { display: flex; align-items: center; gap: 12px; }
.trust-strip-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; color: var(--rose-light); flex-shrink: 0; }
.trust-strip-text strong { display: block; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.94); line-height: 1.25; }
.trust-strip-text span { font-size: 12px; color: rgba(255,255,255,.5); }

/* ── Sections ──────────────────────────────────────────────── */
.section { padding: 92px 0; }
.section-md { padding: 68px 0; }
.bg-blush { background: var(--blush); }
.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.section-hdr { margin-bottom: 56px; }
.section-hdr-center { text-align: center; }
.section-hdr-center .section-sub { margin-left: auto; margin-right: auto; }
.section-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--rose); border-radius: 2px; }
.section-eyebrow-center { justify-content: center; }
.section-eyebrow-center::before { display: none; }
.section-eyebrow-center::after { display: none; }
.section-title { margin-bottom: 16px; }
.section-title em { font-style: italic; color: var(--rose-deep); font-weight: 500; }
.section-sub { font-size: 16.5px; color: var(--text-body); max-width: 560px; line-height: 1.75; }

/* ── Page hero (inner pages) ───────────────────────────────── */
.page-hero { background: linear-gradient(150deg, var(--blush) 0%, var(--blush-mid) 100%); border-bottom: 1px solid var(--border); padding: 64px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; right: -100px; top: -100px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(184,114,154,.1) 0%, transparent 70%); }
.breadcrumb { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--text-muted); margin-bottom: 22px; position: relative; z-index: 1; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--rose-deep); }
.breadcrumb-sep { color: var(--border-mid); }
.breadcrumb span { color: var(--rose-deep); font-weight: 500; }
.page-hero h1 { margin-bottom: 14px; position: relative; z-index: 1; }
.page-hero p { font-size: 17px; max-width: 600px; position: relative; z-index: 1; }
.page-hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); display: flex; align-items: center; gap: 12px; margin-bottom: 14px; position: relative; z-index: 1; }
.page-hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--rose); border-radius: 2px; }

/* ── Services grid ─────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.svc-card { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; transition: all var(--transition); display: flex; flex-direction: column; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--rose), var(--rose-light)); opacity: 0; transition: opacity var(--transition); }
.svc-card:hover { border-color: var(--rose-pale); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
.svc-card-icon { width: 52px; height: 52px; background: var(--blush-mid); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--rose-deep); margin-bottom: 20px; transition: all var(--transition); }
.svc-card:hover .svc-card-icon { background: var(--rose); color: var(--white); }
.svc-card h3 { font-size: 17px; margin-bottom: 10px; color: var(--text-dark); }
.svc-card p { font-size: 14px; color: var(--text-body); line-height: 1.65; flex: 1; margin: 0; }
.svc-card-link { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: var(--rose-deep); margin-top: 20px; transition: gap var(--transition); }
.svc-card:hover .svc-card-link { gap: 12px; }

/* ── Why choose (conversion) ───────────────────────────────── */
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-checklist { display: flex; flex-direction: column; gap: 0; }
.why-check-item { display: flex; align-items: flex-start; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.why-check-item:last-child { border-bottom: none; }
.why-check-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--blush-mid); display: flex; align-items: center; justify-content: center; color: var(--rose-deep); flex-shrink: 0; }
.why-check-item h3 { font-size: 16.5px; margin-bottom: 5px; }
.why-check-item p { font-size: 14px; color: var(--text-body); line-height: 1.65; margin: 0; }
.stats-panel { background: var(--plum-dark); border-radius: var(--radius-lg); padding: 48px 44px; position: relative; overflow: hidden; }
.stats-panel::before { content: ''; position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(184,114,154,.22) 0%, transparent 70%); }
.stats-panel-title { font-family: var(--font-display); font-size: 1.35rem; color: var(--white); margin-bottom: 32px; position: relative; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; position: relative; }
.stat-item strong { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 560; color: var(--rose-light); line-height: 1; margin-bottom: 6px; }
.stat-item span { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.45; display: block; }

/* ── Doctor section ────────────────────────────────────────── */
.doctor-layout { display: grid; grid-template-columns: 1fr 1fr 300px; gap: 48px; }
.doctor-col h3 { display: flex; align-items: center; gap: 10px; font-size: 17px; margin-bottom: 16px; }
.doctor-col h3 svg { color: var(--rose); }
.doctor-col p { font-size: 15px; line-height: 1.8; }
.philosophy-box { background: var(--white); border-radius: var(--radius); padding: 26px; border: 1px solid var(--border); margin-top: 22px; }
.philosophy-box h3 { font-size: 15.5px; margin-bottom: 10px; }
.philosophy-box p { font-size: 14.5px; line-height: 1.75; }
.philosophy-quote { font-family: var(--font-display); font-style: italic; font-size: 15px; color: var(--rose-deep); line-height: 1.65; border-left: 2.5px solid var(--rose-pale); padding-left: 18px; margin-top: 14px; font-weight: 500; }
.clinical-list { display: flex; flex-direction: column; gap: 9px; }
.clinical-item { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: var(--text-body); line-height: 1.5; }
.clinical-dot { width: 7px; height: 7px; background: var(--rose); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
.edu-list { display: flex; flex-direction: column; gap: 18px; }
.edu-item { display: flex; align-items: flex-start; gap: 13px; }
.edu-dot { width: 9px; height: 9px; background: var(--rose); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.edu-degree { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
.edu-school { font-size: 13px; color: var(--text-muted); }
.doctor-sidebar { display: flex; flex-direction: column; gap: 18px; }
.review-card { background: var(--white); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
.review-quote-glyph { font-family: var(--font-display); font-size: 54px; line-height: .7; color: var(--rose-pale); margin-bottom: 12px; }
.review-text { font-family: var(--font-display); font-style: italic; font-size: 14.5px; color: var(--text-dark); line-height: 1.7; margin-bottom: 14px; font-weight: 500; }
.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2.5px; margin-bottom: 6px; }
.review-author { font-size: 12.5px; color: var(--text-muted); }
.lang-card { background: var(--white); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
.lang-card-title { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); display: flex; align-items: center; gap: 8px; margin-bottom: 15px; }
.lang-row-label { font-size: 12.5px; font-weight: 700; color: var(--text-body); margin-bottom: 9px; }
.lang-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.lang-pill { background: var(--blush-mid); border: 1px solid var(--rose-pale); color: var(--rose-deep); font-size: 12.5px; font-weight: 600; padding: 5px 14px; border-radius: 100px; }
.membership-list { display: flex; flex-direction: column; gap: 7px; }
.membership-item { font-size: 12.5px; color: var(--text-body); padding-left: 15px; position: relative; line-height: 1.55; }
.membership-item::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }

/* ── Testimonials ──────────────────────────────────────────── */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.patient-review { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 30px; position: relative; transition: all var(--transition); }
.patient-review:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.patient-review .review-stars { margin-bottom: 16px; font-size: 15px; }
.patient-review > p { font-size: 15px; color: var(--text-dark); line-height: 1.75; margin-bottom: 20px; }
.patient-name { display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 700; color: var(--text-dark); }
.patient-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-light), var(--rose)); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 15px; flex-shrink: 0; }
.patient-name span { display: block; font-size: 12px; font-weight: 400; color: var(--text-muted); margin-top: 1px; }
.reviews-cta { text-align: center; margin-top: 44px; }
.reviews-google { display: inline-flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--text-muted); }
.reviews-google strong { color: var(--text-dark); }

/* ── Insurance strip ───────────────────────────────────────── */
.insurance-strip { padding: 52px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); }
.insurance-strip-title { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 28px; }
.insurance-logos { display: flex; align-items: center; justify-content: center; gap: 18px 44px; flex-wrap: wrap; }
.insurance-logo-item { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--text-muted); opacity: .75; letter-spacing: .01em; transition: all var(--transition); }
.insurance-logo-item:hover { opacity: 1; color: var(--plum); }
.insurance-strip-note { text-align: center; margin-top: 26px; font-size: 13.5px; color: var(--text-muted); }
.insurance-strip-note a { font-weight: 600; }

/* ── Steps / how it works ─────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; counter-reset: step; }
.step-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 30px; position: relative; }
.step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--plum); color: var(--white); font-family: var(--font-display); font-size: 19px; font-weight: 600; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step-card h3 { font-size: 17px; margin-bottom: 9px; }
.step-card p { font-size: 14px; line-height: 1.7; margin: 0; }
.step-arrow { position: absolute; top: 50%; right: -22px; transform: translateY(-50%); color: var(--rose-light); z-index: 2; }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-intro { display: flex; align-items: flex-start; gap: 14px; background: var(--blush-mid); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 30px; border: 1px solid var(--rose-pale); }
.faq-intro svg { color: var(--rose-deep); flex-shrink: 0; margin-top: 2px; }
.faq-intro p { font-size: 14.5px; margin: 0; line-height: 1.65; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: all var(--transition); }
.faq-item.open { border-color: var(--rose-pale); box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; text-align: left; padding: 20px 24px; font-family: var(--font-body); font-size: 15.5px; font-weight: 600; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; gap: 18px; transition: background var(--transition); line-height: 1.45; }
.faq-question:hover { background: var(--blush); }
.faq-item.open .faq-question { background: var(--blush); }
.faq-icon { width: 28px; height: 28px; background: var(--blush-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--rose-deep); flex-shrink: 0; transition: all var(--transition); font-size: 17px; font-weight: 400; }
.faq-item.open .faq-icon { background: var(--rose); color: var(--white); transform: rotate(45deg); }
.faq-answer { display: none; padding: 4px 24px 22px; font-size: 15px; color: var(--text-body); line-height: 1.8; }
.faq-answer.open { display: block; }
.faq-group { margin-bottom: 40px; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group-title { font-size: 1.25rem; padding-bottom: 14px; border-bottom: 2px solid var(--blush-deep); margin-bottom: 18px; }

/* ── Content + sidebar (service pages) ─────────────────────── */
.content-with-sidebar { display: grid; grid-template-columns: 1fr 330px; gap: 60px; align-items: start; }
.content-main h2 { margin: 44px 0 16px; }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { margin: 30px 0 10px; }
.content-main p { font-size: 15.5px; line-height: 1.85; }
.content-main ul, .content-main ol { margin: 14px 0 22px; display: flex; flex-direction: column; gap: 9px; }
.content-main li { font-size: 15px; padding-left: 20px; position: relative; line-height: 1.7; }
.content-main li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--rose); }
.content-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.sidebar-card-title { font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 15px; font-family: var(--font-display); }
.sidebar-card-plum { background: var(--plum-dark); border-color: var(--plum-dark); }
.sidebar-card-plum .sidebar-card-title { color: var(--white); }
.sidebar-links { display: flex; flex-direction: column; }
.sidebar-links a { font-size: 14px; color: var(--text-body); font-weight: 500; padding: 9px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.sidebar-links a::after { content: '›'; color: var(--rose-light); font-size: 16px; }
.sidebar-links a:last-child { border-bottom: none; }
.sidebar-links a:hover { color: var(--rose-deep); padding-left: 4px; }
.cta-inline { background: var(--blush); border-radius: var(--radius); padding: 28px 30px; margin: 36px 0; border: 1px solid var(--border); }
.cta-inline h3 { margin-bottom: 8px; }
.cta-inline p { font-size: 14.5px; margin-bottom: 18px; }

/* ── Locations ─────────────────────────────────────────────── */
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.location-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 38px; transition: all var(--transition); }
.location-card:hover { box-shadow: var(--shadow-md); }
.location-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--blush-mid); color: var(--rose-deep); border: 1px solid var(--rose-pale); font-size: 11.5px; font-weight: 700; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; letter-spacing: .06em; text-transform: uppercase; }
.location-card h2, .location-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.location-card address { font-size: 15px; line-height: 1.75; margin-bottom: 16px; }
.location-detail-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.location-detail-item { display: flex; align-items: center; gap: 11px; font-size: 14px; }
.location-detail-item svg { color: var(--rose); flex-shrink: 0; }
.map-embed { border-radius: var(--radius); overflow: hidden; margin: 20px 0; border: 1px solid var(--border); }
.location-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Insurance page ────────────────────────────────────────── */
.insurance-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 12px; }
.insurance-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 15px 19px; font-size: 14.5px; font-weight: 500; display: flex; align-items: center; gap: 11px; }
.insurance-check { color: var(--rose); flex-shrink: 0; }
.insurance-notice { background: #fffaf0; border: 1px solid #f0d493; border-radius: var(--radius-sm); padding: 18px 22px; font-size: 14.5px; color: #8a6420; display: flex; gap: 12px; margin-top: 26px; line-height: 1.65; }

/* ── Booking form ──────────────────────────────────────────── */
.booking-wrap { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-md); }
.booking-header { background: var(--plum-dark); padding: 26px 36px; display: flex; align-items: center; gap: 14px; }
.booking-header h2 { color: var(--white); font-size: 1.25rem; margin: 0; }
.booking-header p { color: rgba(255,255,255,.6); font-size: 13.5px; margin: 0; }
.booking-header svg { color: var(--rose-light); flex-shrink: 0; }
.booking-body { padding: 40px 36px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--text-dark); }
.form-group input, .form-group select, .form-group textarea { border: 1.5px solid var(--border-mid); border-radius: var(--radius-sm); padding: 13px 16px; font-family: var(--font-body); font-size: 15px; color: var(--text-dark); background: var(--white); width: 100%; transition: all var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(184,114,154,.12); }
.form-group small { font-size: 12.5px; color: var(--text-muted); }
.req { color: #dc2626; }
.radio-group { display: flex; gap: 22px; flex-wrap: wrap; }
.radio-label { display: flex; align-items: center; gap: 9px; font-size: 14.5px; cursor: pointer; }
.form-privacy { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); background: var(--blush); border-radius: var(--radius-sm); padding: 14px 18px; line-height: 1.6; }
.form-privacy svg { color: var(--rose); flex-shrink: 0; margin-top: 2px; }
.alert { padding: 17px 22px; border-radius: var(--radius-sm); margin-bottom: 26px; font-size: 14.5px; line-height: 1.6; }
.alert-error { background: #fef2f2; border: 1px solid #fca5a5; color: #b91c1c; }
.alert-success { background: #f0fdf4; border: 1px solid #86efac; color: #166534; }
.alert ul { padding-left: 18px; margin-top: 6px; list-style: disc; }

/* ── Blog ──────────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(330px,1fr)); gap: 28px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card-img { height: 190px; background: linear-gradient(135deg,var(--blush-deep),#e8d3e1); display: flex; align-items: center; justify-content: center; }
.blog-card-img svg { color: var(--rose-light); opacity: .6; }
.blog-card-body { padding: 26px; }
.blog-cat { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-deep); background: var(--blush-mid); padding: 4px 12px; border-radius: 100px; margin-bottom: 12px; }
.blog-card h2, .blog-card h3 { font-size: 1.1rem; margin-bottom: 9px; line-height: 1.35; }
.blog-card h2 a, .blog-card h3 a { color: var(--text-dark); }
.blog-card h2 a:hover, .blog-card h3 a:hover { color: var(--rose-deep); }
.blog-excerpt { font-size: 14px; line-height: 1.7; }
.blog-meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--text-muted); margin-top: 15px; }
.blog-card-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: var(--rose-deep); margin-top: 13px; }
.blog-post-layout { display: grid; grid-template-columns: 1fr 330px; gap: 60px; }
.blog-post-hdr { margin-bottom: 38px; }
.blog-post-body { font-size: 16px; line-height: 1.9; }
.blog-post-body h2 { margin: 44px 0 16px; }
.blog-post-body h3 { margin: 30px 0 10px; }
.blog-post-body ul { margin: 16px 0; display: flex; flex-direction: column; gap: 9px; }
.blog-post-body li { padding-left: 22px; position: relative; }
.blog-post-body li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--rose); }
.blog-post-cta { background: var(--blush); border-radius: var(--radius); padding: 34px; margin: 44px 0; border: 1px solid var(--border); }
.social-share { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 36px 0; }
.social-share-label { font-size: 14px; font-weight: 600; }
.share-btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--white); }
.share-fb { background: #1877f2; } .share-tw { background: #0f1419; } .share-li { background: #0a66c2; }

/* ── Contact ───────────────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.contact-block { margin-bottom: 30px; }
.contact-block h3 { font-size: 15px; margin-bottom: 9px; display: flex; align-items: center; gap: 9px; }
.contact-block h3 svg { color: var(--rose); }
.contact-block p, .contact-block address { font-size: 15px; line-height: 1.8; }
.contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 42px; box-shadow: var(--shadow-sm); }

/* ── CTA banner ────────────────────────────────────────────── */
.cta-banner { background: var(--plum-dark); position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -120px; right: 8%; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(184,114,154,.2) 0%, transparent 70%); }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 72px 0; position: relative; z-index: 1; }
.cta-banner-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rose-light); margin-bottom: 12px; }
.cta-banner-text h2 { color: var(--white); margin-bottom: 10px; }
.cta-banner-text h2 em { color: var(--rose-light); font-style: italic; font-weight: 500; }
.cta-banner-text p { color: rgba(255,255,255,.6); font-size: 15.5px; margin: 0; }
.cta-banner-btns { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }

/* ── Pagination / thankyou ─────────────────────────────────── */
.pagination { margin-top: 48px; }
.pagination ul { display: flex; gap: 8px; justify-content: center; }
.pagination li a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; font-size: 14px; font-weight: 600; color: var(--rose-deep); border: 1px solid var(--border); transition: all var(--transition); }
.pagination li.active a { background: var(--plum); color: var(--white); border-color: var(--plum); }
.pagination li a:hover { background: var(--blush); }
.thankyou-wrap { text-align: center; max-width: 660px; margin: 0 auto; padding: 88px 24px; }
.thankyou-icon { width: 84px; height: 84px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; }
.thankyou-steps { background: var(--blush); border-radius: var(--radius); padding: 30px 34px; margin: 34px 0; text-align: left; border: 1px solid var(--border); }
.thankyou-steps h3 { font-size: 1.05rem; margin-bottom: 15px; }
.thankyou-steps ol { padding-left: 22px; list-style: decimal; display: flex; flex-direction: column; gap: 9px; }
.thankyou-steps li { font-size: 15px; }

/* ── Footer ────────────────────────────────────────────────── */
.site-footer { background: var(--plum-dark); }
.footer-main { padding: 72px 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.25fr; gap: 48px; }
.footer-logo { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer-logo img { height: 52px; width: 52px; border-radius: 50%; background: var(--white); padding: 2px; }
.footer-logo-name { font-family: var(--font-display); font-size: 17px; font-weight: 640; color: rgba(255,255,255,.94); line-height: 1; letter-spacing: .045em; }
.footer-logo-sub { font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.42); margin-top: 4px; }
.footer-brand p { font-size: 13.5px; color: rgba(255,255,255,.48); line-height: 1.8; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 9px; }
.footer-social { width: 36px; height: 36px; background: rgba(255,255,255,.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); transition: all var(--transition); }
.footer-social:hover { background: var(--rose); color: var(--white); transform: translateY(-2px); }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 20px; font-family: var(--font-body); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-link { font-size: 13.5px; color: rgba(255,255,255,.6); transition: all var(--transition); }
.footer-link:hover { color: var(--rose-light); padding-left: 3px; }
.footer-loc { margin-bottom: 20px; }
.footer-loc-name { font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 5px; }
.footer-loc-addr { font-size: 13px; color: rgba(255,255,255,.44); line-height: 1.7; }
.footer-loc-phone { font-size: 13px; color: var(--rose-light); margin-top: 6px; display: flex; align-items: center; gap: 6px; font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 24px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-copy { font-size: 12.5px; color: rgba(255,255,255,.3); }
.footer-legal-links { display: flex; gap: 22px; }
.footer-legal-links a { font-size: 12.5px; color: rgba(255,255,255,.3); }
.footer-legal-links a:hover { color: rgba(255,255,255,.65); }
.footer-emergency { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 100px; padding: 9px 18px; font-size: 12px; color: rgba(255,255,255,.35); }
.footer-emergency svg { color: #d97706; flex-shrink: 0; }

/* ── Misc cards ────────────────────────────────────────────── */
.info-card { background: var(--blush); border-radius: var(--radius-sm); padding: 22px; border: 1px solid var(--border); }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; text-align: center; transition: all var(--transition); }
.why-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.why-icon { width: 56px; height: 56px; background: var(--blush-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--rose-deep); margin: 0 auto 18px; }
.why-card h3 { font-size: 1.02rem; margin-bottom: 9px; }
.why-card p { font-size: 14px; line-height: 1.65; margin: 0; }

/* ── Animations ────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1); }
  .fade-up.visible { opacity: 1; transform: none; }
}
:focus-visible { outline: 2.5px solid var(--rose); outline-offset: 3px; border-radius: 4px; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width:1120px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .doctor-layout { grid-template-columns: 1fr 1fr; }
  .doctor-sidebar { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .content-with-sidebar { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .blog-post-layout { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 44px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .hero-book-card { left: 12px; }
}
@media (max-width:820px) {
  .container { padding: 0 22px; }
  .main-nav, .header-book-btn-desktop { display: none; }
  .hamburger { display: flex; }
  .mobile-book-fab { display: flex; }
  .section { padding: 60px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 48px 0 60px; }
  .hero-book-card { position: static; width: 100%; margin-top: -46px; margin-left: auto; margin-right: auto; max-width: 380px; }
  .trust-strip-inner { justify-content: flex-start; gap: 18px 32px; }
  .reviews-grid, .steps-grid { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
  .locations-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .form-grid, .contact-layout { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; padding: 56px 0; }
  .cta-banner-btns { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom-inner { flex-direction: column; gap: 14px; text-align: center; }
  .topbar-inner { gap: 16px; font-size: 11px; flex-wrap: wrap; }
  .topbar-item:nth-child(2) { display: none; }
  .booking-body { padding: 26px 22px; }
  .services-grid { grid-template-columns: 1fr; }
}
@media (max-width:480px) {
  h1 { font-size: 2.1rem; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-proof { gap: 12px; }
  .hero-proof-divider { display: none; }
}

/* ── About page ────────────────────────────────────────────── */
.about-profile-grid { display: grid; grid-template-columns: 400px 1fr; gap: 64px; align-items: start; }
.about-photo-col { position: sticky; top: 100px; }
.about-photo-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 22px; }
.about-photo-frame img { width: 100%; display: block; }
.about-cred-card { background: var(--blush); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; }
.about-cred-title { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-dark); margin-bottom: 16px; }
.about-cred-list { display: flex; flex-direction: column; gap: 11px; }
.about-cred-item { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 500; color: var(--text-body); }
.about-cred-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--rose); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-bio-col p { font-size: 15.5px; line-height: 1.85; }
.about-quote-band { position: relative; background: var(--blush-mid); border-left: 3px solid var(--rose); border-radius: 0 var(--radius) var(--radius) 0; padding: 26px 30px; margin: 32px 0; color: var(--rose-deep); }
.about-quote-band p { font-family: var(--font-display); font-style: italic; font-size: 17px; line-height: 1.7; color: var(--text-dark); margin: 10px 0 8px; font-weight: 500; }
.about-quote-band span { font-size: 13px; font-weight: 700; color: var(--rose-deep); }
.about-timeline { display: flex; flex-direction: column; position: relative; padding-left: 8px; }
.about-timeline::before { content: ''; position: absolute; left: 13px; top: 10px; bottom: 10px; width: 2px; background: var(--blush-deep); }
.about-timeline-item { display: flex; gap: 20px; padding: 12px 0; position: relative; }
.about-timeline-marker { width: 12px; height: 12px; border-radius: 50%; background: var(--rose); border: 3px solid var(--blush-mid); box-shadow: 0 0 0 2px var(--rose-pale); flex-shrink: 0; margin-top: 5px; position: relative; z-index: 1; }
.about-timeline-title { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; }
.about-timeline-place { font-size: 13.5px; color: var(--text-muted); }
.about-memberships { display: flex; gap: 10px; flex-wrap: wrap; }
.about-membership-pill { background: var(--white); border: 1px solid var(--border-mid); color: var(--text-body); font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 100px; }

/* ── Mobile refinements ────────────────────────────────────── */
@media (max-width:1120px) {
  .about-profile-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo-col { position: static; max-width: 480px; }
}
@media (max-width:820px) {
  /* Hero photo: keep face visible, card fully below */
  .hero-photo-frame { aspect-ratio: 4/4.2; }
  .hero-photo-frame img { object-position: center 12%; }
  .hero-book-card { position: static; width: 100%; max-width: none; margin: 16px 0 0; left: auto; bottom: auto; }
  .hero-grid h1 { font-size: 2.15rem; }
  .hero-lede { font-size: 16px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-cta-row .btn { width: 100%; }
  .hero-phone-cta { justify-content: center; }
  .trust-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .trust-strip-item:last-child { grid-column: 1/-1; }
  .about-quote-band p { font-size: 15.5px; }
  .section-hdr { margin-bottom: 36px; }
  .stats-panel { padding: 36px 28px; }
  .cta-banner-btns { width: 100%; flex-direction: column; }
  .cta-banner-btns .btn { width: 100%; }
  .location-btn-row .btn { flex: 1; }
  .footer-main { padding: 52px 0 40px; }
  h2 { font-size: 1.55rem; }
  .insurance-logos { gap: 14px 26px; }
  .insurance-logo-item { font-size: 15px; }
}
@media (max-width:480px) {
  .container { padding: 0 18px; }
  .topbar-item:first-child { display: none; }
  .logo img { height: 44px; width: 44px; }
  .logo-name { font-size: 16px; }
  .header-inner { height: 66px; }
  .hero-grid { padding: 36px 0 48px; }
  .hero-badge { font-size: 11.5px; padding: 7px 14px 7px 8px; }
  .hero-proof { justify-content: space-between; width: 100%; }
  .patient-review { padding: 26px 22px; }
  .step-card { padding: 28px 24px; }
  .faq-question { font-size: 14.5px; padding: 17px 18px; }
  .faq-answer { padding: 2px 18px 18px; font-size: 14px; }
  .about-cred-card { padding: 22px 20px; }
  .booking-header { flex-wrap: wrap; }
}
