:root {
  --ink: #132832;
  --muted: #53666d;
  --teal: #0b8f91;
  --teal-dark: #075d69;
  --teal-soft: #edf7f6;
  --sky-soft: #f4f8fa;
  --coral: #b85f5b;
  --sun: #d8a94f;
  --paper: #ffffff;
  --cream: #fbf8f0;
  --line: #d8e7e8;
  --shadow: 0 18px 50px rgba(16, 43, 51, .10);
  --radius: 8px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; letter-spacing: 0; text-transform: uppercase; font-size: .78rem; color: var(--teal-dark); }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--teal); }
h1, h2, h3 { line-height: 1.12; margin: 0 0 16px; letter-spacing: 0; }
h1 { font-size: 4.6rem; max-width: 920px; }
h2 { font-size: 3rem; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-size: 1.2rem; max-width: 760px; }
.small { font-size: .9rem; color: var(--muted); }

.top-alert { background: var(--ink); color: #fff; text-align: center; padding: 8px 16px; font-size: .86rem; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(216,231,232,.8); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand img { width: 245px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 18px; list-style: none; padding: 0; margin: 0; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .91rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal-dark); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; content: ""; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; transition: .2s; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 2px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 12px 28px rgba(8,167,165,.24); }
.btn-secondary { color: var(--ink); background: white; border-color: var(--line); }
.btn-quiet { color: var(--teal-dark); background: var(--teal-soft); }
.btn-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: rgba(255,255,255,.08); }

.hero { padding: 72px 0 54px; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--sky-soft), #fff); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 54px; }
.hero h1 span { color: var(--teal-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.micro-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; list-style: none; color: var(--muted); font-weight: 700; font-size: .91rem; }
.micro-trust li::before { content: "✓"; color: var(--teal); font-weight: 900; margin-right: 8px; }
.hero-art, .hero-profile { position: relative; }
.hero-art img { width: 100%; }
.hero-profile { max-width: 460px; margin-left: auto; }
.hero-profile > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 56% 40%; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, var(--teal-soft), var(--sky-soft)); }
.profile-card { margin-top: 16px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 18px; border-radius: var(--radius); display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; }
.profile-card strong, .profile-card span { display: block; }
.profile-card span { color: var(--muted); font-size: .96rem; }
.profile-mark { width: 46px; height: auto; }
.availability-card { position: absolute; left: -24px; bottom: 24px; max-width: 265px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 18px; border-radius: 18px; }
.availability-card strong { display: block; }
.pulse { display: inline-block; width: 10px; height: 10px; background: #30b978; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 6px rgba(48,185,120,.12); }

.trust-strip { padding: 18px 0; border-block: 1px solid var(--line); background: #fbfefe; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: center; text-align: center; }
.trust-item { padding: 10px; font-weight: 800; }
.trust-item span { display: block; font-size: .8rem; color: var(--muted); font-weight: 650; }
.stars { color: #b98318; letter-spacing: 0; }

.audience-band { padding: 42px 0; background: var(--ink); color: white; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 30px; background: rgba(255,255,255,.06); }
.audience-card .eyebrow { color: #7fe3d7; }
.audience-card p { color: #d5e3e6; }
.text-link { color: #83efe3; font-weight: 850; text-decoration: none; border-bottom: 2px solid currentColor; }
.text-link:hover { color: white; }

section { padding: 88px 0; }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.section-head > * { max-width: 720px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 32px rgba(16,43,51,.05); }
.card:hover { border-color: #a6deda; }
.icon-chip { width: 54px; height: 54px; display: grid; place-items: center; border-radius: var(--radius); background: var(--teal-soft); color: var(--teal-dark); font-size: 1.55rem; margin-bottom: 20px; }
.price { font-size: 1.65rem; font-weight: 900; margin: 14px 0 4px; }
.price small { font-size: .88rem; font-weight: 700; color: var(--muted); }
.card-list { list-style: none; margin: 18px 0 24px; padding: 0; color: var(--muted); }
.card-list li { margin: 9px 0; padding-left: 24px; position: relative; }
.card-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.featured-card { border: 2px solid var(--teal); position: relative; }
.badge { display: inline-block; font-size: .74rem; text-transform: uppercase; letter-spacing: 0; font-weight: 900; background: var(--teal); color: white; padding: 6px 10px; border-radius: var(--radius); margin-bottom: 14px; }

.soft-section { background: var(--teal-soft); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; padding: 8px 20px 0 76px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 54px; height: 54px; border-radius: var(--radius); display: grid; place-items: center; background: var(--ink); color: white; font-size: 1.3rem; font-weight: 900; }

.conditions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.condition-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.condition-cloud span { padding: 12px 16px; border-radius: var(--radius); background: white; border: 1px solid var(--line); font-weight: 750; box-shadow: 0 5px 15px rgba(16,43,51,.04); }
.safe-note { margin-top: 24px; padding: 18px 20px; background: #fff8e7; border-left: 5px solid var(--sun); border-radius: var(--radius); color: #5b4b27; }

.doctor-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.doctor-photo-wrap { background: linear-gradient(145deg, var(--teal-soft), var(--sky-soft)); border-radius: var(--radius); padding: 30px 30px 0; position: relative; overflow: hidden; border: 1px solid var(--line); }
.doctor-photo-wrap img { width: 100%; max-width: 430px; height: 560px; object-fit: cover; object-position: center top; margin: auto; border-radius: var(--radius) var(--radius) 0 0; }
.portrait-crop img { height: 470px; object-position: 52% 22%; }
.clinical-portrait img { height: 610px; object-position: 54% 18%; }
.credential-pill { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 800; margin: 5px 8px 5px 0; }

.reviews { background: var(--ink); color: white; }
.reviews .eyebrow { color: #65e4d8; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px; }
.review-card blockquote { margin: 10px 0 20px; font-size: 1.04rem; }
.review-card cite { font-style: normal; color: #b9d2d6; font-size: .9rem; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 850; font-size: 1.08rem; list-style: none; padding-right: 44px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: -4px; font-size: 1.65rem; color: var(--teal-dark); }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin-top: 12px; max-width: 850px; }

.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; background: linear-gradient(135deg, #0f4651, #087579); color: white; border-radius: var(--radius); padding: 44px; overflow: hidden; position: relative; }
.cta-panel::after { display: none; }
.cta-panel .btn-secondary { position: relative; z-index: 1; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.page-hero { padding: 72px 0 54px; background: linear-gradient(180deg, var(--teal-soft), white); }
.page-hero h1 { font-size: 4rem; }
.media-hero { padding: 66px 0; }
.media-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 52px; }
.media-hero-photo img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: 56% 40%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.clinical-media img { object-position: 55% 22%; }
.small-photo { margin-top: 26px; max-width: 360px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 10px 32px rgba(16,43,51,.08); }
.small-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 42% 38%; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.info-panel { background: var(--cream); border: 1px solid #f0e3ce; padding: 28px; border-radius: var(--radius); }
.service-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-list { margin-top: 28px; }
.price-box { background: var(--teal-soft); padding: 26px; border-radius: var(--radius); position: sticky; top: 115px; }
.legal-copy h2 { font-size: 1.7rem; margin-top: 42px; }
.legal-copy h3 { font-size: 1.2rem; margin-top: 30px; }
.legal-copy p, .legal-copy li { color: var(--muted); }

.site-footer { background: #0b242b; color: white; padding: 58px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer-logo { width: 245px; opacity: 1; background: white; border-radius: var(--radius); padding: 10px 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 9px 0; }
.footer-links a { color: #c5d6da; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 22px; color: #a7bcc1; font-size: .84rem; }
.mobile-cta { display: none; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; background: white; padding: 22px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.35rem; }
  .page-hero h1 { font-size: 3rem; }
  .hero-grid, .doctor-grid, .conditions-grid, .cta-panel, .two-col, .service-detail, .audience-grid, .media-hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 650px; margin: 0 auto; }
  .hero-profile { margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .cards, .reviews-grid, .steps { grid-template-columns: 1fr; }
  .step { min-height: 64px; }
  .section-head { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-box { position: static; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .top-alert { font-size: .77rem; }
  .brand img { width: 198px; }
  .nav-wrap { min-height: 72px; }
  .nav-links { top: 72px; }
  .hero { padding-top: 46px; }
  h1, .hero h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .page-hero h1 { font-size: 2.35rem; }
  .lead { font-size: 1.06rem; }
  .hero-actions .btn { width: 100%; }
  .availability-card { position: static; margin: -12px 16px 0; max-width: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; font-size: .88rem; }
  section { padding: 68px 0; }
  .card { padding: 23px; }
  .doctor-photo-wrap { padding: 18px 18px 0; }
  .doctor-photo-wrap img, .portrait-crop img, .clinical-portrait img { height: 430px; }
  .media-hero-photo img { aspect-ratio: 4 / 3; }
  .cta-panel { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; position: fixed; z-index: 900; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid var(--line); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); gap: 10px; }
  .mobile-cta .btn { flex: 1; min-height: 46px; padding: 0 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
