:root {
  --navy-950: #061c35;
  --navy-900: #082d59;
  --navy-800: #0c3b70;
  --teal-700: #0a7f8c;
  --teal-600: #0e98a3;
  --teal-500: #20aeb8;
  --gold-600: #b98122;
  --gold-500: #cfa148;
  --ivory-100: #fbf8f1;
  --ivory-50: #fffdf9;
  --cream-200: #efe7d8;
  --ink: #172234;
  --muted: #5c6675;
  --line: rgba(8, 45, 89, .12);
  --line-strong: rgba(8, 45, 89, .22);
  --white: #ffffff;
  --shadow-sm: 0 12px 34px rgba(8, 45, 89, .08);
  --shadow-md: 0 24px 70px rgba(8, 45, 89, .12);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory-100); }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 2%, rgba(207,161,72,.08), transparent 28rem),
    linear-gradient(180deg, var(--ivory-50), var(--ivory-100));
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(14,152,163,.2); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 820px); }
.section { padding: 92px 0; position: relative; }
.section-heading { margin-bottom: 42px; max-width: 760px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.split { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.7fr); gap: 42px; align-items: end; max-width: none; }
.section-heading h2, .page-hero h1, .hero h1, .prose h2, .article-hero h1 {
  font-family: var(--serif);
  color: var(--navy-900);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 4.1rem); margin: 10px 0 16px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: .76rem;
  color: var(--teal-700);
}
.eyebrow .service-icon { width: 28px; height: 28px; margin-right: 2px; }
.eyebrow.light { color: #d8f1f3; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 999; padding: 10px 14px; background: var(--white); border-radius: 10px; box-shadow: var(--shadow-sm); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.utility-bar { background: var(--navy-950); color: rgba(255,255,255,.88); font-size: .82rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; gap: 22px; }
.utility-inner a, .utility-hours { display: inline-flex; align-items: center; gap: 7px; }
.utility-inner .icon { width: 15px; height: 15px; color: #82d9df; }
.utility-hours { margin-left: auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,253,249,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(8,45,89,.07); transition: box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(8,45,89,.08); background: rgba(255,253,249,.96); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand img { width: 54px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--serif); font-weight: 500; font-size: 1.48rem; color: var(--navy-900); letter-spacing: -.03em; }
.brand-text strong span { color: var(--teal-600); }
.brand-text small { margin-top: 5px; font-size: .78rem; color: var(--navy-800); letter-spacing: .05em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.desktop-nav > a, .nav-popover > a { position: relative; font-weight: 700; font-size: .92rem; color: #33435b; padding: 30px 0; }
.desktop-nav > a::after, .nav-popover > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--teal-600); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a.is-active::after, .nav-popover > a:hover::after, .nav-popover > a.is-active::after { right: 0; }
.nav-popover { position: relative; }
.nav-popover-panel { position: absolute; left: 50%; top: calc(100% - 10px); transform: translate(-50%, 8px); width: 320px; padding: 12px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); border: 1px solid var(--line); border-radius: 18px; opacity: 0; visibility: hidden; transition: .18s ease; }
.nav-popover:hover .nav-popover-panel, .nav-popover:focus-within .nav-popover-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-popover-panel a { display: block; padding: 10px 12px; border-radius: 10px; font-weight: 650; font-size: .9rem; color: #37465a; }
.nav-popover-panel a:hover { background: #eef8f8; color: var(--teal-700); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; min-height: 48px; font-weight: 800; font-size: .92rem; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy-900); color: var(--white); box-shadow: 0 10px 26px rgba(8,45,89,.18); }
.btn-primary:hover { background: var(--navy-800); box-shadow: 0 14px 32px rgba(8,45,89,.22); }
.btn-whatsapp { background: #118d70; color: var(--white); box-shadow: 0 10px 26px rgba(17,141,112,.2); }
.btn-whatsapp:hover { background: #0c785f; }
.btn-secondary { background: rgba(255,255,255,.7); color: var(--navy-900); border-color: var(--line-strong); }
.btn-secondary:hover { background: var(--white); border-color: rgba(8,45,89,.35); }
.btn-ghost { background: transparent; color: var(--navy-900); border-color: var(--line); }
.btn-light { background: var(--white); color: var(--navy-900); box-shadow: 0 16px 34px rgba(0,0,0,.14); }
.btn-small { min-height: 42px; padding: 10px 16px; font-size: .84rem; }
.btn-large { min-height: 56px; padding: 15px 24px; }
.btn-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-weight: 800; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.light-link { color: var(--white); }
.plain-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; color: var(--navy-900); }

.hero-home { padding: 72px 0 0; overflow: hidden; position: relative; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(5px); pointer-events: none; }
.hero-glow-a { width: 450px; height: 450px; right: 7%; top: 8%; background: radial-gradient(circle, rgba(14,152,163,.14), rgba(14,152,163,0) 68%); }
.hero-glow-b { width: 500px; height: 500px; left: -12%; bottom: -10%; background: radial-gradient(circle, rgba(207,161,72,.13), rgba(207,161,72,0) 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.75fr); gap: 58px; align-items: center; }
.hero-copy { padding: 36px 0 70px; }
.hero h1 { margin: 18px 0 24px; font-size: clamp(3.6rem, 6.6vw, 6.65rem); color: var(--navy-900); }
.hero h1 span { color: var(--teal-600); }
.hero-lead { max-width: 750px; margin: 0; color: #48566a; font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #4e5e70; font-size: .88rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row .icon { color: var(--gold-600); }
.hero-visual { align-self: stretch; display: flex; align-items: end; justify-content: center; }
.portrait-card { width: min(100%, 465px); min-height: 650px; position: relative; border-radius: 220px 220px 36px 36px; background: linear-gradient(160deg, #f0f9f8, #efe8db); border: 1px solid rgba(8,45,89,.08); box-shadow: var(--shadow-md); overflow: hidden; }
.portrait-card::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(207,161,72,.35); border-radius: inherit; z-index: 1; pointer-events: none; }
.portrait-card img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 52% 10%; }
.portrait-badge { position: absolute; z-index: 3; left: 28px; top: 30px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow-sm); border-radius: 16px; padding: 12px 15px; display: flex; flex-direction: column; }
.portrait-badge strong { color: var(--navy-900); font-size: .93rem; }
.portrait-badge span { color: var(--muted); font-size: .75rem; }
.portrait-note { position: absolute; left: 28px; right: 28px; bottom: 22px; z-index: 3; padding: 12px 16px; background: rgba(8,45,89,.92); border: 1px solid rgba(255,255,255,.12); color: var(--white); border-radius: 14px; display: flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; }
.portrait-note .icon { color: #f1c56d; }
.hero-strip { margin-top: 18px; transform: translateY(32px); border-radius: 22px; background: var(--navy-900); color: var(--white); box-shadow: 0 18px 50px rgba(8,45,89,.2); display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 4; }
.hero-strip > div { padding: 23px 28px; min-height: 96px; }
.hero-strip > div + div { border-left: 1px solid rgba(255,255,255,.13); }
.hero-strip strong { display: block; font-family: var(--serif); font-size: 1.14rem; font-weight: 500; }
.hero-strip span { display: block; margin-top: 3px; color: rgba(255,255,255,.7); font-size: .82rem; }

.services-section { padding-top: 132px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 285px; padding: 28px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(8,45,89,.045); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ''; position: absolute; right: -56px; bottom: -72px; width: 160px; height: 160px; border: 1px solid rgba(14,152,163,.12); border-radius: 50%; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: rgba(14,152,163,.26); }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(145deg, #e7f6f6, #f6fbfb); color: var(--teal-700); border: 1px solid rgba(14,152,163,.14); }
.service-icon .icon { width: 28px; height: 28px; }
.service-card h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 1.56rem; line-height: 1.1; color: var(--navy-900); font-weight: 500; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: .94rem; }
.service-card .text-link { font-size: .88rem; }

.process-section { background: linear-gradient(135deg, #061f3d, #0a3967); color: var(--white); overflow: hidden; }
.process-section::after { content: ''; position: absolute; right: -140px; top: -120px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.process-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1fr); gap: 70px; align-items: start; position: relative; z-index: 2; }
.process-section .section-heading h2 { color: var(--white); }
.process-section .section-heading p { color: rgba(255,255,255,.7); }
.process-list { display: grid; gap: 14px; }
.process-step { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.process-step > span { width: 48px; height: 48px; border: 1px solid rgba(240,195,99,.55); border-radius: 50%; display: grid; place-items: center; color: #f1c56d; font-weight: 800; font-size: .84rem; }
.process-step h3 { margin: 0 0 4px; font-family: var(--serif); font-weight: 500; font-size: 1.4rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.67); font-size: .9rem; }

.doctor-section { background: #fffdf9; }
.doctor-grid { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.15fr); gap: 68px; align-items: center; }
.doctor-media { display: flex; justify-content: center; }
.poster-image { width: min(100%, 430px); border-radius: 30px; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.portrait-about { width: min(100%, 470px); max-height: 720px; object-fit: cover; object-position: 50% 0; border-radius: 240px 240px 34px 34px; box-shadow: var(--shadow-md); }
.doctor-copy h2 { font-family: var(--serif); color: var(--navy-900); font-size: clamp(2.6rem,4.4vw,4.4rem); font-weight: 500; line-height: 1.02; letter-spacing: -.03em; margin: 10px 0 12px; }
.doctor-credentials { color: var(--teal-700); font-weight: 800; margin: 0 0 24px; }
.doctor-copy > p:not(.doctor-credentials) { color: var(--muted); font-size: 1.03rem; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list .icon { margin-top: 3px; color: var(--teal-600); }
.check-list.big { font-size: 1.02rem; gap: 15px; }
.credential-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 30px; }
.credential-cards > div { padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.7); }
.credential-cards strong { display: block; color: var(--navy-900); font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.credential-cards span { color: var(--muted); font-size: .75rem; }

.local-intent-section { background: linear-gradient(180deg, #f7f3e9, #fffdf9); border-block: 1px solid rgba(207,161,72,.16); }
.local-intent-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 64px; align-items: center; }
.local-intent-grid h2 { font-family: var(--serif); color: var(--navy-900); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 500; line-height: 1.05; margin: 12px 0 20px; letter-spacing: -.035em; }
.local-intent-grid p { color: var(--muted); }
.keyword-panel { padding: 26px; border-radius: 26px; background: var(--navy-900); box-shadow: var(--shadow-md); display: flex; flex-wrap: wrap; gap: 10px; align-content: center; min-height: 300px; }
.keyword-panel span { display: inline-flex; padding: 10px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.86); background: rgba(255,255,255,.07); font-size: .84rem; font-weight: 700; }

.location-preview-section { background: #fff; }
.location-preview-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); gap: 56px; align-items: center; }
.location-copy h2 { font-family: var(--serif); color: var(--navy-900); font-size: clamp(2.5rem,4vw,4rem); line-height: 1.05; font-weight: 500; letter-spacing: -.03em; margin: 12px 0 20px; }
.location-copy p { color: var(--muted); }
.office-card { border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; }
.office-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.office-card > div { padding: 18px 20px; display: flex; justify-content: space-between; gap: 22px; align-items: start; }
.office-card strong { color: var(--navy-900); }
.office-card span { color: var(--muted); font-size: .8rem; max-width: 270px; }

.blog-preview-section { background: #f8f5ef; }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.blog-grid-full { grid-template-columns: repeat(2,minmax(0,1fr)); }
.blog-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.9); min-height: 290px; display: flex; flex-direction: column; }
.blog-category { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: #e7f6f6; color: var(--teal-700); font-weight: 800; font-size: .72rem; letter-spacing: .04em; }
.blog-card h2, .blog-card h3 { font-family: var(--serif); color: var(--navy-900); font-weight: 500; line-height: 1.13; margin: 17px 0 10px; letter-spacing: -.02em; }
.blog-card h2 { font-size: 1.82rem; }
.blog-card h3 { font-size: 1.62rem; }
.blog-card h2 a:hover, .blog-card h3 a:hover { color: var(--teal-700); }
.blog-card p { color: var(--muted); margin: 0 0 24px; font-size: .92rem; }
.blog-meta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .78rem; color: var(--muted); }
.blog-meta a { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-900); font-weight: 800; }
.blog-meta .icon { width: 16px; height: 16px; }
.blog-keywords { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.blog-keywords span { font-size: .72rem; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: #5a6676; }
.blog-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.blog-filter span { padding: 8px 11px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #516071; font-size: .76rem; font-weight: 700; }

.faq-section { background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 21px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 30px; height: 30px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; font-size: 1.3rem; font-weight: 400; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 50px 22px 0; }
.faq-item p { margin: 0; color: var(--muted); }

.cta-section { padding-top: 0; }
.cta-panel { background: linear-gradient(130deg, #082d59, #0b4a78 68%, #0d7f8b); color: var(--white); border-radius: 34px; padding: 46px 52px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; box-shadow: var(--shadow-md); overflow: hidden; position: relative; }
.cta-panel::after { content: ''; position: absolute; right: -120px; top: -170px; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { font-family: var(--serif); font-size: clamp(2.2rem,3.6vw,3.8rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.04; margin: 10px 0; }
.cta-panel p { color: rgba(255,255,255,.72); margin: 0; max-width: 720px; }

.page-hero { padding: 76px 0 64px; background: linear-gradient(145deg, #f6f0e4, #fffdf9 55%, #edf8f7); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -140px; bottom: -180px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(14,152,163,.13); box-shadow: 0 0 0 70px rgba(14,152,163,.04), 0 0 0 140px rgba(207,161,72,.035); }
.page-hero.small { padding: 62px 0; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.6fr); gap: 68px; align-items: end; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(3rem,5.8vw,6rem); margin: 12px 0 18px; }
.page-lead { font-size: clamp(1.05rem,1.7vw,1.25rem); color: #4c5a6e; margin: 0; max-width: 780px; }
.page-hero-note { background: var(--navy-900); color: var(--white); padding: 24px 26px; border-radius: 22px; box-shadow: var(--shadow-sm); }
.page-hero-note strong { display: block; font-family: var(--serif); font-size: 1.28rem; font-weight: 500; }
.page-hero-note p { color: rgba(255,255,255,.7); margin: 8px 0 0; font-size: .9rem; }
.page-hero-about .page-hero-note { background: linear-gradient(145deg, #0a465f, #0d7f8b); }

.values-section { background: #f8f4ec; }
.values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.values-grid article { padding: 26px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.75); }
.values-grid article > span { color: var(--gold-600); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.values-grid h3 { font-family: var(--serif); color: var(--navy-900); font-size: 1.4rem; font-weight: 500; margin: 12px 0 8px; }
.values-grid p { color: var(--muted); font-size: .9rem; margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: start; }
.gallery-grid img { width: 100%; border-radius: 24px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.gallery-grid img:nth-child(3) { aspect-ratio: 3/4; object-fit: cover; object-position: center; }

.service-matrix-section { background: #fff; }
.service-matrix-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1fr); gap: 70px; align-items: center; }
.service-matrix-grid h2 { font-family: var(--serif); color: var(--navy-900); font-size: clamp(2.5rem,4vw,4.2rem); font-weight: 500; line-height: 1.05; margin: 12px 0 20px; letter-spacing: -.03em; }
.service-matrix-grid p { color: var(--muted); }
.service-hero { padding-bottom: 70px; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.56fr); gap: 60px; align-items: center; position: relative; z-index: 2; }
.service-hero .eyebrow { gap: 10px; }
.service-poster-wrap { display: flex; justify-content: center; }
.service-poster-wrap img { width: min(100%, 420px); aspect-ratio: 1; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-md); border: 1px solid rgba(8,45,89,.1); }

.article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(270px,1fr); gap: 70px; align-items: start; }
.prose { font-size: 1.02rem; color: #39485b; }
.prose h2 { font-size: clamp(2rem,3.5vw,3rem); margin: 54px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 18px; }
.prose ul { padding-left: 1.2rem; display: grid; gap: 9px; }
.prose li::marker { color: var(--teal-600); }
.prose-intro { padding: 26px; background: #eff8f8; border: 1px solid rgba(14,152,163,.15); border-radius: 22px; }
.prose-intro h2 { font-size: 2rem; margin: 0 0 12px; }
.lead-paragraph { font-family: var(--serif); color: var(--navy-900); font-size: 1.35rem; line-height: 1.55; }
.article-aside { min-width: 0; }
.sticky-card { position: sticky; top: 120px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.sticky-card h3 { font-family: var(--serif); font-weight: 500; color: var(--navy-900); font-size: 1.65rem; line-height: 1.1; margin: 9px 0 12px; }
.sticky-card p { color: var(--muted); font-size: .9rem; }
.sticky-card .btn + .btn { margin-top: 9px; }
.medical-note { margin-top: 44px; padding: 22px 24px; background: #fff5e2; border: 1px solid rgba(185,129,34,.25); border-radius: 18px; }
.medical-note strong { color: #6d4c12; }
.medical-note p { margin: 7px 0 0; color: #705f43; font-size: .9rem; }
.related-section { background: #f8f5ef; }

.article-hero { padding: 78px 0 60px; background: linear-gradient(140deg, #f6f0e5, #fffdf9 60%, #eef8f7); border-bottom: 1px solid var(--line); }
.article-hero h1 { font-size: clamp(3rem,5.5vw,5.6rem); margin: 18px 0 18px; }
.article-back { margin-bottom: 18px; }
.author-row { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.author-row > div { display: flex; flex-direction: column; }
.author-row strong { color: var(--navy-900); }
.author-row span { color: var(--muted); font-size: .8rem; }
.author-row > div:last-child { text-align: right; }
.article-content-section { background: #fff; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.72fr); gap: 48px; align-items: start; }
.appointment-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fffdf9; box-shadow: var(--shadow-sm); }
.appointment-card h2 { font-family: var(--serif); color: var(--navy-900); font-weight: 500; font-size: clamp(2.2rem,3.7vw,3.6rem); line-height: 1.05; margin: 10px 0 24px; }
.appointment-card form { display: grid; gap: 15px; }
.appointment-card label { display: grid; gap: 7px; color: #324156; font-weight: 700; font-size: .84rem; }
.appointment-card input, .appointment-card textarea, .appointment-card select { width: 100%; border: 1px solid rgba(8,45,89,.17); background: #fff; border-radius: 13px; padding: 13px 14px; outline: none; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.appointment-card input:focus, .appointment-card textarea:focus, .appointment-card select:focus { border-color: var(--teal-600); box-shadow: 0 0 0 4px rgba(14,152,163,.09); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: 0; font-size: .75rem; color: var(--muted); text-align: center; }
.contact-side { display: grid; gap: 12px; }
.contact-card { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.contact-icon { width: 44px; height: 44px; border-radius: 14px; background: #eef8f8; color: var(--teal-700); display: grid; place-items: center; }
.contact-card strong { display: block; color: var(--navy-900); margin-bottom: 4px; }
.contact-card p, .contact-card a:not(.text-link) { color: var(--muted); margin: 0; font-size: .9rem; }
.map-section { padding-top: 0; background: #fff; }
.map-office-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: 20px; }
.map-frame { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; min-height: 410px; box-shadow: var(--shadow-sm); }
.map-frame iframe { width: 100%; height: 100%; min-height: 410px; border: 0; }
.office-card-contact img { aspect-ratio: 4/3; }
.social-proof-section { background: #f7f4ed; }
.social-proof-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); gap: 60px; align-items: center; }
.social-proof-grid h2 { font-family: var(--serif); color: var(--navy-900); font-weight: 500; font-size: clamp(2.3rem,4vw,4rem); line-height: 1.05; margin: 12px 0 18px; }
.social-proof-grid p { color: var(--muted); }
.social-proof-grid img { width: min(100%, 420px); justify-self: center; border-radius: 22px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }

.site-footer { background: #061c35; color: rgba(255,255,255,.72); padding: 68px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1fr; gap: 44px; }
.brand-footer { min-width: 0; color: var(--white); }
.brand-footer .brand-text strong, .brand-footer .brand-text small { color: var(--white); }
.brand-footer .brand-text strong span { color: #5fd2d9; }
.brand-footer img { mix-blend-mode: normal; border-radius: 14px; background: #fff; padding: 3px; }
.footer-brand p { max-width: 380px; font-size: .9rem; }
.footer-grid h2 { color: var(--white); font-size: .83rem; text-transform: uppercase; letter-spacing: .12em; margin: 6px 0 17px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .86rem; }
.footer-grid a:hover { color: #77dce1; }
.social-links { display: flex; gap: 9px; margin-top: 18px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--white); }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 16px; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 70; min-height: 50px; padding: 0 16px; border-radius: 999px; display: flex; align-items: center; gap: 8px; color: #fff; background: #108c6f; box-shadow: 0 12px 34px rgba(0,0,0,.22); font-size: .82rem; font-weight: 800; }

.mobile-menu { position: fixed; inset: 0; z-index: 100; }
.mobile-menu-backdrop { position: absolute; inset: 0; border: 0; background: rgba(6,28,53,.58); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(90vw,390px); background: #fffdf9; box-shadow: -24px 0 60px rgba(6,28,53,.22); padding: 24px; overflow-y: auto; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mobile-menu-brand { font-family: var(--serif); color: var(--navy-900); font-size: 1.5rem; }
.mobile-menu-panel nav { display: grid; margin-top: 16px; }
.mobile-menu-panel nav > a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--navy-900); font-weight: 800; }
.mobile-subnav { display: grid; padding: 6px 0 10px 14px; border-bottom: 1px solid var(--line); }
.mobile-subnav a { padding: 6px 0; font-size: .82rem; color: var(--muted); }
.mobile-menu-cta { display: grid; gap: 16px; margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav > a, .nav-popover > a { font-size: .85rem; }
  .header-actions .btn { display: none; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); gap: 34px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .9fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .utility-inner { overflow-x: auto; white-space: nowrap; gap: 14px; padding-block: 2px; }
  .utility-hours { margin-left: 0; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { min-height: 76px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 50px; }
  .brand-text strong { font-size: 1.3rem; }
  .hero-home { padding-top: 40px; }
  .hero-grid, .doctor-grid, .local-intent-grid, .location-preview-grid, .process-grid, .page-hero-grid, .service-hero-grid, .service-matrix-grid, .article-layout, .contact-grid, .map-office-grid, .social-proof-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero h1 { font-size: clamp(3.25rem,12vw,5rem); }
  .hero-visual { margin-top: 12px; }
  .portrait-card { min-height: 600px; }
  .portrait-card img { min-height: 600px; }
  .hero-strip { grid-template-columns: 1fr; transform: translateY(28px); }
  .hero-strip > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .section-heading.split { grid-template-columns: 1fr; gap: 12px; }
  .doctor-grid { gap: 38px; }
  .doctor-media { order: 2; }
  .credential-cards { grid-template-columns: 1fr 1fr 1fr; }
  .location-preview-grid { gap: 28px; }
  .blog-grid, .blog-grid-full { grid-template-columns: 1fr 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 38px 30px; }
  .page-hero { padding: 58px 0; }
  .page-hero-grid { gap: 26px; }
  .service-hero-grid { gap: 32px; }
  .service-poster-wrap { justify-content: flex-start; }
  .article-aside { order: 2; }
  .sticky-card { position: static; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img:nth-child(3) { grid-column: 1 / -1; max-height: 440px; }
  .map-office-grid { gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .section { padding: 58px 0; }
  .utility-bar { font-size: .74rem; }
  .utility-inner { min-height: 34px; }
  .utility-hours { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 42px; height: 45px; }
  .brand-text strong { font-size: 1.18rem; }
  .brand-text small { font-size: .68rem; }
  .hero h1 { margin-top: 14px; font-size: clamp(3rem,14vw,4.45rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .portrait-card { min-height: 510px; border-radius: 170px 170px 28px 28px; }
  .portrait-card img { min-height: 510px; }
  .portrait-badge { left: 18px; top: 20px; }
  .portrait-note { left: 18px; right: 18px; bottom: 16px; }
  .hero-strip > div { padding: 20px; min-height: auto; }
  .services-section { padding-top: 106px; }
  .service-grid, .blog-grid, .blog-grid-full, .values-grid, .credential-cards, .gallery-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .process-step { grid-template-columns: 48px 1fr; padding: 18px; }
  .keyword-panel { min-height: 230px; padding: 22px; }
  .office-card > div { display: grid; gap: 4px; }
  .cta-panel { border-radius: 24px; padding: 32px 22px; }
  .cta-panel .btn { width: 100%; }
  .page-hero h1, .article-hero h1 { font-size: clamp(2.7rem,12vw,4.1rem); }
  .page-hero-note { padding: 20px; }
  .form-two { grid-template-columns: 1fr; }
  .appointment-card { padding: 24px 18px; }
  .author-row { align-items: flex-start; }
  .author-row > div:last-child { text-align: left; }
  .author-row { flex-direction: column; }
  .article-layout { gap: 34px; }
  .gallery-grid img:nth-child(3) { grid-column: auto; max-height: none; aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
}
