:root {
  --teal: #007b8a;
  --teal-dark: #005f6b;
  --teal-mid: #009aab;
  --teal-light: #00bcd4;
  --teal-bright: #4dd0e1;
  --teal-pale: #e0f7fa;
  --teal-faint: #f0fdfeff;
  --navy: #004d5c;
  --charcoal: #1a1a1a;
  --gray-dark: #374151;
  --gray: #6b7280;
  --gray-light: #9ca3af;
  --border: #e5e7eb;
  --border-soft: #f0f0f0;
  --white: #ffffff;
  --off-white: #fafafa;
  --font-body: 'Inter', sans-serif;
  --font-display: 'Playfair Display', serif;
  --max-width: 1200px;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); overflow-x: hidden; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.bg-light { background: var(--off-white); }

/* Buttons */
.btn { display: inline-block; padding: 0.85rem 1.85rem; border-radius: 8px; font-weight: 600; font-size: 0.925rem; transition: all 0.2s; cursor: pointer; border: none; }
.btn-primary { background: var(--teal); color: white; }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,128,128,0.3); }
.btn-secondary { background: transparent; color: var(--teal); border: 2px solid var(--teal); }
.btn-secondary:hover { background: var(--teal); color: white; }
.btn-white { background: white; color: var(--teal); font-weight: 700; }
.btn-white:hover { background: var(--teal-faint); }
.btn-outline-white { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; }
.header-topbar { background: var(--navy); color: rgba(255,255,255,0.75); font-size: 0.78rem; padding: 0.45rem 0; }
.header-topbar-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.topbar-left { display: flex; gap: 1.75rem; align-items: center; }
.topbar-left span { display: flex; align-items: center; gap: 0.4rem; }
.topbar-right a { display: flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.9); font-weight: 600; }
.topbar-right a:hover { color: white; }
.header-main { background: white; border-bottom: 2px solid var(--teal-pale); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; gap: 2rem; padding: 0.75rem 1.5rem; max-width: var(--max-width); margin: 0 auto; }
.logo { height: 60px; width: auto; }
.main-nav { flex: 1; }
.main-nav > ul { display: flex; align-items: center; }
.main-nav a { padding: 0.55rem 1rem; font-size: 0.875rem; font-weight: 600; color: var(--gray-dark); transition: color 0.15s; letter-spacing: 0.01em; text-transform: uppercase; font-size: 0.78rem; }
.main-nav a:hover { color: var(--teal); }
.header-cta { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.btn-appt { background: var(--teal); color: white; padding: 0.65rem 1.25rem; border-radius: 7px; font-weight: 700; font-size: 0.82rem; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.04em; }
.btn-appt:hover { background: var(--teal-dark); }
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: var(--charcoal); }

/* Banner */
.offer-banner { background: var(--teal); color: white; padding: 0.6rem 0; text-align: center; font-size: 0.84rem; }
.offer-price-pill { background: rgba(255,255,255,0.18); padding: 0.1rem 0.6rem; border-radius: 999px; font-weight: 700; margin: 0 0.2rem; }
.offer-banner a { color: rgba(255,255,255,0.85); text-decoration: underline; }

/* Hero */
.hero { background: url('/images/hero-bg.jpg') center center / cover no-repeat; color: white; padding: 6rem 0 5rem; position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,50,50,0.88) 0%, rgba(0,60,60,0.75) 45%, rgba(0,80,80,0.35) 100%); z-index: 0; }
.hero::after { content: ''; display: none; }
.hero > .container { position: relative; z-index: 1; width: 100%; }
.hero-content { max-width: 620px; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 999px; margin-bottom: 1.5rem; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.25rem, 4.5vw, 3.5rem); font-weight: 700; line-height: 1.1; margin-bottom: 1.25rem; letter-spacing: -0.015em; }
.hero h1 em { font-style: italic; opacity: 0.75; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.82); margin-bottom: 2.25rem; line-height: 1.7; max-width: 460px; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat-num { font-size: 1.75rem; font-weight: 800; color: white; display: block; line-height: 1; }
.hero-stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.55); margin-top: 0.2rem; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-img { border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.25); aspect-ratio: 4/3; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-placeholder { color: rgba(255,255,255,0.3); text-align: center; padding: 2rem; }
.hero-img-placeholder p { font-size: 0.8rem; margin-top: 0.75rem; }

/* Proof Bar */
.proof-bar { background: var(--teal-pale); border-bottom: 2px solid var(--teal-bright); padding: 1rem 0; }
.proof-bar-inner { display: flex; justify-content: center; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.875rem; font-weight: 500; color: var(--teal-dark); padding: 0.5rem 2rem; border-right: 1px solid rgba(0,128,144,0.2); }
.proof-item:last-child { border-right: none; }
.proof-item svg { color: var(--teal); flex-shrink: 0; }
.proof-val { font-weight: 800; color: var(--navy); }

/* Section headers */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 0.85rem; display: block; }
.section-header h2 { font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.6rem); font-weight: 700; color: var(--charcoal); line-height: 1.15; letter-spacing: -0.01em; }
.section-header p { font-size: 1rem; color: var(--gray); max-width: 560px; margin: 0.85rem auto 0; line-height: 1.65; }

/* Pillars */
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.pillar { background: white; border-radius: var(--radius); padding: 2rem 1.5rem; border: 1px solid var(--border); transition: all 0.2s; }
.pillar:hover { border-color: var(--teal); box-shadow: 0 4px 20px rgba(0,128,128,0.08); transform: translateY(-2px); }
.pillar-icon { width: 52px; height: 52px; background: white; border-radius: 14px; border: 1.5px solid #d4d4d4; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: var(--teal); }
.pillar h3 { font-size: 0.975rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--charcoal); }
.pillar p { font-size: 0.865rem; color: var(--gray); line-height: 1.65; }

/* Offer */
.offer-section { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 4.5rem 0; }
.offer-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.offer-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
.offer-section h2 { font-family: var(--font-display); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; margin-bottom: 1.25rem; line-height: 1.15; color: var(--charcoal); }
.offer-items { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 1rem; }
.offer-item { display: flex; align-items: center; gap: 0.65rem; font-size: 0.95rem; color: var(--gray-dark); font-weight: 500; }
.offer-item svg { color: var(--teal); flex-shrink: 0; }
.offer-value { font-size: 0.84rem; color: var(--gray); margin-top: 0.5rem; }
.offer-price-box { background: var(--teal); color: white; border-radius: 14px; padding: 2.25rem 2.5rem; text-align: center; white-space: nowrap; }
.offer-price-box .price { font-family: var(--font-display); font-size: 4rem; font-weight: 700; line-height: 1; display: block; }
.offer-price-box .price-label { font-size: 0.76rem; color: rgba(255,255,255,0.6); margin: 0.4rem 0 1.5rem; letter-spacing: 0.04em; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; transition: all 0.2s; }
.service-card:hover { border-color: var(--teal); box-shadow: 0 4px 20px rgba(0,128,128,0.08); transform: translateY(-2px); }
.service-card-icon { width: 52px; height: 52px; background: white; border-radius: 14px; border: 1.5px solid #d4d4d4; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; color: var(--teal); }
.service-card h3 { font-size: 0.975rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--charcoal); }
.service-card p { font-size: 0.865rem; color: var(--gray); line-height: 1.65; margin-bottom: 1.1rem; }
.service-card a { font-size: 0.82rem; font-weight: 600; color: var(--teal); }
.service-card a:hover { color: var(--teal-dark); }

/* Anxiety */
.anxiety-section { background: url('/images/office-wall.jpg') center center / cover no-repeat; color: white; padding: 5.5rem 0; position: relative; }
.anxiety-section::before { content: ''; position: absolute; inset: 0; background: rgba(0,40,50,0.82); z-index: 0; }
.anxiety-section .container { position: relative; z-index: 1; }
.anxiety-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.anxiety-content .section-eyebrow { color: rgba(255,255,255,0.45); }
.anxiety-content h2 { font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.6rem); font-weight: 700; margin-bottom: 1.25rem; line-height: 1.15; }
.anxiety-content p { color: rgba(255,255,255,0.72); font-size: 1rem; line-height: 1.75; margin-bottom: 1.25rem; }
.anxiety-features { display: flex; flex-direction: column; gap: 1rem; }
.anxiety-feature { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: rgba(255,255,255,0.06); border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); }
.anxiety-feature-icon { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: rgba(255,255,255,0.65); }
.anxiety-feature h4 { font-size: 0.875rem; font-weight: 700; color: white; margin-bottom: 0.2rem; }
.anxiety-feature p { font-size: 0.815rem; color: rgba(255,255,255,0.5); margin: 0; line-height: 1.5; }

/* Doctors */
.doctors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 800px; margin: 0 auto; }
.doctor-card { background: white; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: box-shadow 0.2s; }
.doctor-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.doctor-img { height: 260px; background: var(--teal-pale); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.doctor-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.doctor-img-placeholder { text-align: center; color: var(--teal-mid); }
.doctor-img-placeholder svg { margin: 0 auto 0.5rem; opacity: 0.35; }
.doctor-img-placeholder span { font-size: 0.78rem; opacity: 0.6; display: block; }
.doctor-info { padding: 1.5rem; }
.doctor-info h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.25rem; line-height: 1.25; }
.doctor-info .credentials { font-size: 0.72rem; color: var(--teal); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.75rem; }
.doctor-info p { font-size: 0.865rem; color: var(--gray); line-height: 1.65; margin-bottom: 1.1rem; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; }
.review-stars { color: #e6a817; font-size: 0.85rem; letter-spacing: 0.05em; margin-bottom: 0.85rem; }
.review-text { font-size: 0.875rem; color: var(--gray-dark); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.review-author { font-size: 0.75rem; font-weight: 600; color: var(--gray-light); }

/* CTA */
.cta-section { background: var(--off-white); border-top: 1px solid var(--border); padding: 5rem 0; text-align: center; }
.cta-section h2 { font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.5rem); font-weight: 700; margin-bottom: 1rem; color: var(--charcoal); }
.cta-section p { color: var(--gray); font-size: 1rem; max-width: 500px; margin: 0 auto 2rem; line-height: 1.65; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Footer */
.site-footer { background: #111; color: rgba(255,255,255,0.6); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand img { height: 64px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.84rem; line-height: 1.7; color: rgba(255,255,255,0.35); }
.rating-badge { display: inline-block; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.45); font-size: 0.74rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; margin-top: 1rem; }
.footer-col h4 { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: white; margin-bottom: 1.1rem; }
.footer-col p { font-size: 0.84rem; line-height: 1.8; color: rgba(255,255,255,0.4); }
.footer-col p strong { color: rgba(255,255,255,0.6); }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a, .footer-col a { font-size: 0.84rem; color: rgba(255,255,255,0.4); transition: color 0.15s; }
.footer-col ul li a:hover, .footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.25rem 0; }
.footer-bottom p { font-size: 0.76rem; color: rgba(255,255,255,0.22); text-align: center; }

.mobile-call-sticky { display: none; position: fixed; bottom: 1.25rem; right: 1.25rem; background: var(--teal); color: white; padding: 0.9rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: 0.9rem; box-shadow: 0 4px 20px rgba(0,128,128,0.4); z-index: 999; }

@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .offer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-inner, .anxiety-inner { grid-template-columns: 1fr; }
  .hero-img { display: none; }
  .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .doctors-grid { grid-template-columns: 1fr; max-width: 100%; }
  .main-nav { display: none; }
  .main-nav.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: white; border-top: 1px solid var(--border); padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .main-nav.open ul { flex-direction: column; }
  .mobile-menu-toggle { display: flex; align-items: center; }
  .header-cta .btn-appt { display: none; }
  .mobile-call-sticky { display: flex; align-items: center; gap: 0.5rem; }
  .proof-item { border-right: none; padding: 0.5rem 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ─── Page Hero ───────────────────── */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--teal-dark) 100%); color: white; padding: 3.5rem 0; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; margin-bottom: 0.75rem; line-height: 1.2; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.8); max-width: 600px; }
.breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-bottom: 0.85rem; }
.breadcrumb a { color: rgba(255,255,255,0.65); }
.breadcrumb a:hover { color: white; }

/* ─── Content Layout ──────────────── */
.content-layout { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; }
.content-body h2 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--charcoal); margin: 2.5rem 0 1rem; }
.content-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--teal); margin: 2rem 0 1rem; }
.content-body p { margin-bottom: 1.25rem; line-height: 1.75; color: #374151; }
.content-body ul, .content-body ol { margin: 0 0 1.25rem 1.5rem; }
.content-body li { margin-bottom: 0.5rem; line-height: 1.65; color: #374151; }
.sidebar { position: sticky; top: 90px; }
.sidebar-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.25rem; }
.sidebar-card h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; color: var(--charcoal); }
.offer-card { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); color: white; border: none; }
.offer-card h4 { color: rgba(255,255,255,0.7); }
.offer-price { font-family: var(--font-display); font-size: 3rem; font-weight: 700; color: white; line-height: 1; margin-bottom: 0.25rem; }
.offer-desc { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-bottom: 1rem; line-height: 1.5; }
@media (max-width: 1024px) { .content-layout { grid-template-columns: 1fr; } .sidebar { position: static; } }
