:root {
  --brand-primary: #163f73;
  --brand-secondary: #277ec3;
  --brand-accent: #4a9cff;
  --bg: #fff;
  --bg-alt: #f4f8fc;
  --bg-tint: #eaf4fc;
  --surface: #fff;
  --surface-dark: #0b213b;
  --text: #0b1e33;
  --text-muted: #526174;
  --border: #d9e5ef;
  --cta: #155dfc;
  --cta-hover: #1048cb;
  --focus: #66aadd;
  --star: #f4b400;
  --form-bg: #06182c;
  --form-alt: #0b213b;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow: 0 16px 42px rgba(11, 33, 59, .09);
  --shadow-hero: 0 24px 64px rgba(7, 23, 43, .2);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
body.menu-open, body.modal-open { overflow: hidden; }
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0 0 .65em; font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.75rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3.2rem); }
h3 { font-size: clamp(1.14rem, 2vw, 1.42rem); }
p { margin: 0 0 1.15rem; }
address { font-style: normal; }
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 2000; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--text); border-radius: 6px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.eyebrow { margin-bottom: 15px; color: var(--brand-secondary); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #94c7ff; }

.utility-bar { color: #dbeafe; background: #071b31; font-size: .84rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: #fff; font-weight: 750; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(217,229,239,.9); box-shadow: 0 8px 24px rgba(11,33,59,.04); backdrop-filter: blur(12px); }
.header-main { width: min(1280px, calc(100% - 40px)); min-height: 92px; margin: auto; display: grid; grid-template-columns: 116px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 92px; max-height: 78px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 2vw, 28px); }
.site-nav a { position: relative; color: #20364e; font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--cta); transform: scaleX(0); transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { color: var(--brand-primary); font-weight: 800; text-decoration: none; white-space: nowrap; }
.header-phone span { display: block; color: var(--text-muted); font-size: .7rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: #fff; border: 1px solid var(--border); border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--text); }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; color: #fff; background: var(--cta); border: 1px solid var(--cta); border-radius: 10px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.btn:hover { background: var(--cta-hover); border-color: var(--cta-hover); transform: translateY(-1px); }
.btn-small { min-height: 44px; padding: 10px 16px; font-size: .87rem; }
.btn-outline { color: var(--brand-primary); background: transparent; border-color: #9eb5cc; }
.btn-outline:hover { color: #fff; background: var(--brand-primary); border-color: var(--brand-primary); }
.btn-outline-dark { color: var(--brand-primary); background: #fff; border-color: var(--brand-primary); }
.text-link { color: var(--cta); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.page-hero { overflow: hidden; padding: 36px 0 88px; background: linear-gradient(135deg, #f8fbfe 0%, #eaf4fc 52%, #fff 100%); }
.breadcrumb { min-height: 34px; display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--text-muted); font-size: .82rem; }
.breadcrumb a { color: var(--brand-secondary); text-decoration: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(440px, 6fr); align-items: center; gap: clamp(44px, 6vw, 78px); }
.hero-copy { max-width: 650px; }
.hero-lede { max-width: 60ch; color: var(--text-muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-actions, .cta-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-bullets { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: #27445f; font-weight: 700; }
.hero-bullets li { position: relative; padding-left: 25px; }
.hero-bullets li::before { content: ""; position: absolute; top: .62em; left: 2px; width: 8px; height: 8px; background: var(--brand-accent); border: 3px solid #d9ecff; border-radius: 50%; }
.hero-art { position: relative; min-height: 465px; display: grid; place-items: center; color: var(--brand-secondary); background: linear-gradient(145deg, #09213c, #163f73); border-radius: 28px 28px 90px 28px; box-shadow: var(--shadow-hero); isolation: isolate; }
.hero-art::after { content: ""; position: absolute; inset: 24px; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 18px 18px 72px 18px; }
.hero-art svg { width: 42%; color: #9fd2ff; filter: drop-shadow(0 16px 28px rgba(0,0,0,.18)); }
.hero-art-orbit { position: absolute; border: 1px solid rgba(135,197,255,.2); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 410px; height: 410px; }
.hero-art-label { position: absolute; right: 28px; bottom: 26px; left: 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; color: #d9ecff; background: rgba(5,20,37,.72); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; backdrop-filter: blur(12px); }
.hero-art-label strong { color: #fff; text-align: right; }
.hero-video-wrap { min-width: 0; }
.video-shell { position: relative; width: 100%; padding: 0; overflow: hidden; background: #06182c; border: 8px solid #fff; border-radius: 20px; box-shadow: var(--shadow-hero); cursor: pointer; aspect-ratio: 16/9; }
.video-shell img { width: 100%; height: 100%; object-fit: cover; }
.video-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,19,34,.6), transparent 56%); }
.video-play { position: absolute; top: 50%; left: 50%; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; color: #fff; background: var(--cta); border: 5px solid rgba(255,255,255,.85); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 12px 30px rgba(4,24,54,.34); }
.video-play svg { width: 30px; }
.video-caption { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 2; display: flex; justify-content: space-between; color: #fff; font-weight: 800; text-align: left; }
.video-caption small { font-weight: 600; }
.hero-video-wrap > iframe { width: 100%; border: 8px solid #fff; border-radius: 20px; box-shadow: var(--shadow-hero); aspect-ratio: 16/9; }
.video-access { margin: 12px 0 0; font-size: .84rem; text-align: right; }
.video-access a { color: var(--brand-primary); }
.video-summary { max-width: 900px; margin: 30px auto 0; padding: 14px 18px; color: var(--text-muted); background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 10px; font-size: .9rem; }

.trust-rail { position: relative; z-index: 2; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.trust-item { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 22px 25px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--brand-primary); font: 800 clamp(1.45rem, 2.8vw, 2.2rem)/1 Manrope, sans-serif; }
.trust-item span { margin-top: 8px; font-weight: 800; }
.trust-item small { color: var(--text-muted); }

.section { padding: 94px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head > p:last-child { color: var(--text-muted); font-size: 1.08rem; }
.grid { display: grid; gap: 24px; }
.grid-services { grid-template-columns: repeat(4,1fr); }
.grid-cards { grid-template-columns: repeat(3,1fr); }
.service-card, .card { position: relative; min-height: 260px; padding: 27px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: 0 8px 24px rgba(11,33,59,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .card:hover { border-color: #a7c9e8; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card h3 a, .card h3 a, .doctor-card h3 a { text-decoration: none; }
.card-kicker { color: var(--brand-secondary); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card p, .card p { color: var(--text-muted); }
.card-index { width: 36px; height: 4px; display: block; margin-bottom: 23px; background: var(--brand-accent); border-radius: 3px; }
.steps-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { min-height: 245px; padding: 27px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); }
.steps-grid li > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 30px; color: #fff; background: var(--brand-primary); border-radius: 50%; font-weight: 800; }
.steps-grid p, .compare-grid p { color: var(--text-muted); }
.feature-section { color: #e6f2ff; background: linear-gradient(135deg, #06182c, #163f73); }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.feature-section h2 { color: #fff; }
.feature-section .section-head > p:last-child { color: #c4d8eb; }
.feature-panel { padding: 35px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); }
.feature-mark { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; background: var(--cta); border-radius: 12px; font-size: 2rem; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #74c0ff; font-weight: 900; }
.doctor-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.doctor-card { display: grid; grid-template-columns: 122px 1fr; gap: 27px; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.doctor-monogram, .bio-monogram { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--brand-secondary), var(--brand-primary)); border-radius: 22px 22px 50px 22px; font: 800 2rem Manrope, sans-serif; }
.doctor-card p { color: var(--text-muted); }

.reviews-section { background: var(--bg-tint); }
.rating-summary { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.rating-summary > strong { color: var(--brand-primary); font: 800 3rem/1 Manrope, sans-serif; }
.rating-summary span { color: var(--text-muted); }
.stars { color: var(--star); letter-spacing: .1em; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.review-card { padding: 27px; color: #26394c; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: 0 8px 22px rgba(11,33,59,.055); }
.review-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.review-meta div { display: flex; flex-direction: column; }
.review-meta span { color: var(--text-muted); font-size: .82rem; }
.google-badge { align-self: flex-start; padding: 3px 8px; color: #2f65bb !important; background: #edf4ff; border: 1px solid #d8e7ff; border-radius: 5px; font-weight: 800; }
.review-card p { margin-top: 16px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.location-grid address { font-size: 1.2rem; font-weight: 750; }
.location-phone { color: var(--cta); font-size: 1.55rem; font-weight: 850; text-decoration: none; }
.hours-panel { padding: 32px; background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-md); }
.hours-panel > div, .hours-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid var(--border); }
.hours-panel small { display: block; margin-top: 18px; color: var(--text-muted); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 22px 38px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-right: -30px; color: var(--cta); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 20px 10px 0; color: var(--text-muted); }
.cta-band { padding: 68px 0; color: #e6f2ff; background: linear-gradient(120deg, #0b213b, #164b82); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-inner h2 { max-width: 800px; color: #fff; }
.cta-inner p { max-width: 760px; color: #c5d9ec; }
.cta-band .btn-outline { color: #fff; border-color: #fff; }
.compare-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); }
.compare-grid article { min-height: 230px; padding: 30px; background: #fff; border-right: 1px solid var(--border); }
.compare-grid article:last-child { border-right: 0; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.price-grid article { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); }
.price-grid p { color: var(--brand-secondary); font-weight: 800; }
.price-grid strong { display: block; margin-bottom: 13px; color: var(--brand-primary); font: 800 clamp(1.55rem,2.5vw,2.15rem) Manrope, sans-serif; }
.price-grid span, .disclaimer { color: var(--text-muted); }
.disclaimer { margin-top: 20px; font-size: .88rem; }
.bio-grid { display: grid; grid-template-columns: 270px 1fr; gap: 60px; align-items: start; }
.bio-monogram { min-height: 320px; font-size: 4rem; }
.bio-grid > div:last-child > p { color: var(--text-muted); }
.bio-facts { grid-template-columns: repeat(2,1fr); margin-top: 30px; }

.contact-section { background: var(--bg-alt); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.contact-card { padding: 27px; margin: 28px 0 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); }
.contact-label { margin-bottom: 3px; color: var(--text-muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.contact-phone { color: var(--cta); font-size: clamp(1.7rem,3vw,2.35rem); font-weight: 850; text-decoration: none; }
.contact-card address { margin: 17px 0; font-weight: 700; }
.contact-form-card { padding: 38px; color: #fff; background: var(--form-bg); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); box-shadow: var(--shadow-hero); }
.contact-form-card > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.form-embed-wrap { width: 100%; min-height: 640px; margin-top: 24px; overflow: hidden; background: var(--form-bg); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.form-embed-wrap iframe { width: 100%; border: 0; background: var(--form-bg); }
.form-embed-placeholder { min-height: inherit; display: flex; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,.74); background: var(--form-bg); }
.loading-dot { width: 11px; height: 11px; background: #70b7ff; border-radius: 50%; animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .3; transform: scale(.75); } }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .18s ease; }
.booking-modal.is-open { opacity: 1; }
.booking-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(2,13,27,.76); border: 0; }
.booking-dialog { position: relative; width: min(980px, 100%); max-height: calc(100vh - 40px); display: flex; flex-direction: column; overflow: hidden; color: #fff; background: var(--form-bg); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.booking-header { display: flex; justify-content: space-between; gap: 30px; padding: 23px 27px; border-bottom: 1px solid rgba(255,255,255,.13); }
.booking-header h2 { margin: 0; font-size: 1.5rem; }
.booking-close { width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; font-size: 1.8rem; line-height: 1; }
.booking-frame-wrap { height: 800px; overflow: hidden; background: var(--form-bg); }
.booking-frame-wrap iframe { width: 100%; border: 0; background: var(--form-bg); }
.booking-placeholder { min-height: 400px; display: grid; place-items: center; padding: 25px; text-align: center; }
.booking-placeholder a { color: #8bc8ff; font-weight: 800; }

.legal-hero { padding: 76px 0 60px; background: var(--bg-tint); }
.legal-hero p:last-child { color: var(--text-muted); }
.legal-content { max-width: 880px; padding-top: 65px; padding-bottom: 80px; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--border); }
.legal-content h2 { font-size: 1.55rem; }
.legal-content h3 { margin-top: 28px; }
.legal-content p, .legal-content li { color: #41536a; }
.legal-callout { padding: 20px 22px; background: #edf6ff; border-left: 4px solid var(--brand-secondary); border-radius: 0 10px 10px 0; }
.legal-callout p { margin: 0; }
.legal-date { color: var(--text-muted); font-weight: 700; }
.redirect-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; padding: 40px; text-align: center; }
.redirect-page img { width: 125px; }

.site-footer { color: #cbd9e7; background: #06182c; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 46px; padding-top: 72px; padding-bottom: 60px; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-intro p, .site-footer address, .site-footer > .footer-grid > div > p { color: #9fb3c6; }
.footer-brand { width: 128px; min-height: 108px; display: grid; place-items: center; margin-bottom: 22px; background: #fff; border-radius: 12px; }
.footer-brand img { width: 92px; max-height: 88px; object-fit: contain; }
.footer-phone { color: #fff; font-size: 1.35rem; font-weight: 850; text-decoration: none; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .site-footer a { text-decoration: none; }
.footer-links a:hover, .site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom nav { display: flex; gap: 18px; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 95px auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; top: 126px; right: 0; bottom: 0; width: min(390px, 90vw); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 28px; background: #fff; box-shadow: -20px 25px 50px rgba(11,33,59,.18); transform: translateX(110%); transition: transform .2s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav a { padding: 14px 2px; border-bottom: 1px solid var(--border); }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .header-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .grid-services { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.25fr repeat(2,1fr); }
}

@media (max-width: 780px) {
  .wrap { width: min(100% - 40px, 680px); }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: center; }
  .header-main { min-height: 78px; grid-template-columns: 82px 1fr auto; }
  .brand img { width: 70px; max-height: 64px; }
  .header-actions { grid-column: 2; }
  .header-actions .btn { min-height: 42px; padding: 8px 11px; font-size: .74rem; }
  .site-nav { top: 112px; }
  .page-hero { padding: 24px 0 64px; }
  .hero-grid, .feature-grid, .location-grid, .faq-layout, .contact-grid, .cta-inner, .bio-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .hero-art { min-height: 390px; }
  .hero-video-wrap { order: 2; }
  .video-summary { margin-top: 22px; }
  .trust-rail { margin-top: -20px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section { padding: 66px 0; }
  .grid-cards, .review-grid, .compare-grid, .price-grid { grid-template-columns: 1fr; }
  .compare-grid article { border-right: 0; border-bottom: 1px solid var(--border); }
  .compare-grid article:last-child { border-bottom: 0; }
  .doctor-grid { grid-template-columns: 1fr; }
  .doctor-card { grid-template-columns: 95px 1fr; }
  .bio-monogram { min-height: 240px; }
  .bio-facts { grid-template-columns: 1fr; }
  .contact-form-card { padding: 26px 20px; }
  .form-embed-wrap { min-height: 760px; }
  .booking-modal { padding: 0; place-items: stretch; }
  .booking-dialog { width: 100%; height: 100dvh; max-height: 100dvh; min-height: 0; border-radius: 0; overflow: hidden; }
  .booking-header { flex: 0 0 auto; }
  .booking-frame-wrap { flex: 1 1 auto; height: auto; min-height: 0; overflow: hidden; }
  .booking-frame-wrap iframe { height: 100% !important; min-height: 100% !important; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .wrap { width: calc(100% - 40px); }
  h1 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .header-main { width: calc(100% - 24px); gap: 7px; }
  .header-actions .btn { max-width: 134px; line-height: 1.1; }
  .hero-actions, .cta-actions, .location-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn, .cta-actions .btn, .location-actions .btn { width: 100%; }
  .hero-art { min-height: 330px; border-radius: 22px 22px 62px 22px; }
  .hero-art-label { align-items: flex-start; flex-direction: column; }
  .hero-art-label strong { text-align: left; }
  .trust-grid, .grid-services, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-item:last-child { border-bottom: 0; }
  .doctor-card { grid-template-columns: 1fr; }
  .doctor-monogram { min-height: 130px; }
  .footer-bottom nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
