@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Lora:ital,wght@1,500;1,600&display=swap');

:root {
  --pink-50: #fff4f7;
  --pink-100: #ffe5ed;
  --pink-200: #ffc7d8;
  --pink-500: #e9427a;
  --pink-600: #d92f68;
  --pink-700: #b91f54;
  --teal-50: #eefbf8;
  --teal-100: #d5f4ed;
  --teal-400: #43b9a7;
  --teal-600: #08746f;
  --teal-700: #055c59;
  --yellow: #ffdd74;
  --ink: #173836;
  --muted: #55706e;
  --paper: #fffdfb;
  --white: #ffffff;
  --line: rgba(8, 116, 111, 0.14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 42px;
  --shadow-sm: 0px 2px 3px -1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(25,28,33,.02), 0px 0px 0px 1px rgba(25,28,33,.08);
  --shadow-md: 0px 0px 0px 1px rgba(0,0,0,.06), 0px 1px 1px -.5px rgba(0,0,0,.06), 0px 3px 3px -1.5px rgba(0,0,0,.06), 0px 6px 6px -3px rgba(0,0,0,.06), 0px 12px 12px -6px rgba(0,0,0,.06), 0px 24px 24px -12px rgba(0,0,0,.06);
  --shadow-lg: 0 2.8px 2.2px rgba(0,0,0,.034), 0 6.7px 5.3px rgba(0,0,0,.048), 0 12.5px 10px rgba(0,0,0,.06), 0 22.3px 17.9px rgba(0,0,0,.072), 0 41.8px 33.4px rgba(0,0,0,.086), 0 100px 80px rgba(0,0,0,.12);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Be Vietnam Pro", sans-serif;
  font-synthesis: none;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--pink-50); }
.section-teal { background: var(--teal-700); color: var(--white); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--pink-600);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section-title, h1, h2, h3 { font-family: "Be Vietnam Pro", sans-serif; line-height: 1.16; letter-spacing: -.035em; text-wrap: balance; }
.section-title { max-width: 760px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.section-lead { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.section-head .section-lead { max-width: 460px; margin: 0; }

.topbar { background: var(--teal-700); color: rgba(255,255,255,.9); font-size: .82rem; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-list { display: flex; align-items: center; gap: 22px; }
.topbar a { transition: color 160ms ease-out; }
.topbar a:hover { color: var(--yellow); }
.topbar-note { color: var(--yellow); font-weight: 700; }

.site-header { position: sticky; top: 10px; z-index: 100; margin-top: 10px; }
.nav-shell {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}
.brand { display: flex; min-width: 245px; align-items: center; gap: 12px; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { line-height: 1.15; }
.brand-copy strong { display: block; color: var(--teal-700); font-family: "Be Vietnam Pro", sans-serif; font-size: .93rem; }
.brand-copy span { color: var(--pink-600); font-family: "Lora", serif; font-size: .9rem; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a, .nav-dropdown > button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #315b58;
  font-size: .86rem;
  font-weight: 700;
  transition-property: color, background-color;
  transition-duration: 160ms;
}
.nav-links > a:hover, .nav-dropdown > button:hover, .nav-links > a[aria-current="page"] { background: var(--teal-50); color: var(--teal-700); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: 260px;
  padding: 8px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition-property: opacity, transform;
  transition-duration: 180ms;
}
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a { padding: 11px 12px; border-radius: 10px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.nav-dropdown-menu a:hover { background: var(--pink-50); color: var(--pink-700); }
.nav-toggle { display: none; width: 48px; height: 48px; place-items: center; border: 0; border-radius: 14px; background: var(--teal-50); color: var(--teal-700); }
.nav-toggle svg { width: 22px; height: 22px; }

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  font-weight: 800;
  line-height: 1;
  transition-property: transform, background-color, color, box-shadow;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.btn:active { transform: scale(.96); }
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--pink-500); color: var(--white); box-shadow: 0 10px 24px rgba(233,66,122,.24); }
.btn-primary:hover { background: var(--pink-600); box-shadow: 0 14px 30px rgba(233,66,122,.3); }
.btn-secondary { background: var(--white); color: var(--teal-700); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { background: var(--teal-50); }
.btn-teal { background: var(--teal-600); color: var(--white); box-shadow: 0 10px 24px rgba(8,116,111,.18); }
.btn-teal:hover { background: var(--teal-700); }
.btn-sm { min-height: 46px; padding-inline: 17px; font-size: .86rem; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--teal-700); font-weight: 800; }
.text-link svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform 160ms ease-out; }
.text-link:hover svg { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 72px 0 74px; }
.hero::before {
  content: "";
  position: absolute;
  inset: -180px 45% auto -220px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,221,116,.24), transparent 66%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -240px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67,185,167,.18), transparent 66%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 68px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 12px 8px 9px; border-radius: 999px; background: var(--pink-50); color: var(--pink-700); box-shadow: var(--shadow-sm); font-size: .82rem; font-weight: 800; }
.hero-badge-dot { width: 26px; height: 26px; border-radius: 50%; background: var(--pink-500); box-shadow: inset 0 0 0 7px var(--pink-100); }
.hero h1 { max-width: 690px; margin: 0; color: var(--teal-700); font-size: clamp(2.7rem, 5.5vw, 5rem); }
.hero h1 em { color: var(--pink-500); font-family: "Lora", serif; font-weight: 600; }
.hero-description { max-width: 635px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); }
.proof-item { display: flex; align-items: center; gap: 10px; color: #315b58; font-size: .86rem; font-weight: 700; }
.proof-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--teal-50); color: var(--teal-600); }
.proof-icon svg { width: 17px; height: 17px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-orbit { position: absolute; inset: 44px 10px 4px 20px; border: 1px dashed rgba(233,66,122,.28); border-radius: 46% 54% 45% 55% / 54% 42% 58% 46%; transform: rotate(-5deg); }
.hero-shape { position: absolute; inset: 54px 24px 20px 36px; overflow: hidden; border-radius: 46% 54% 45% 55% / 54% 42% 58% 46%; background: linear-gradient(155deg, var(--pink-100), #f7f4ed 58%, var(--teal-100)); box-shadow: var(--shadow-lg); }
.hero-doctor { position: absolute; z-index: 2; right: 9%; bottom: 0; width: 78%; max-height: 600px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 22px 30px rgba(23,56,54,.12)); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); color: var(--teal-700); font-size: .8rem; font-weight: 800; }
.floating-note svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--pink-500); }
.note-one { top: 102px; left: -6px; }
.note-two { right: -4px; bottom: 116px; }

.trust-strip { position: relative; z-index: 3; margin-top: -10px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: var(--shadow-md); }
.trust-card { position: relative; padding: 24px 25px; }
.trust-card + .trust-card::before { content: ""; position: absolute; left: 0; top: 24%; width: 1px; height: 52%; background: var(--line); }
.trust-card strong { display: block; color: var(--teal-700); font-family: "Be Vietnam Pro", sans-serif; font-size: 1.25rem; }
.trust-card span { color: var(--muted); font-size: .82rem; }

.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.concern-card {
  position: relative;
  min-height: 208px;
  overflow: hidden;
  padding: 25px;
  border-radius: 25px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition-property: transform, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
.concern-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.concern-card::after { content: ""; position: absolute; right: -34px; bottom: -44px; width: 130px; height: 130px; border-radius: 50%; background: var(--card-tint, var(--pink-100)); opacity: .75; }
.concern-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: var(--card-tint, var(--pink-100)); color: var(--card-color, var(--pink-600)); }
.concern-icon svg { width: 24px; height: 24px; }
.concern-card h3 { margin: 22px 0 7px; font-size: 1.1rem; }
.concern-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.concern-card .card-arrow { position: absolute; z-index: 2; right: 20px; bottom: 18px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--white); color: var(--teal-700); box-shadow: var(--shadow-sm); }
.concern-card .card-arrow svg { width: 17px; height: 17px; }

.services-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; }
.service-card { position: relative; display: flex; min-height: 440px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 30px; border-radius: 32px; background: var(--white); box-shadow: var(--shadow-md); }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(7,75,72,.94)); }
.service-card.primary { background: linear-gradient(145deg, var(--teal-100), #94dfd4); }
.service-card.nutrition { background: linear-gradient(145deg, #fff1b9, #ffda78); }
.service-card.mother { background: linear-gradient(145deg, var(--pink-100), #f5a6c1); }
.service-illustration { position: absolute; top: 34px; right: 28px; display: grid; width: 100px; height: 100px; place-items: center; border-radius: 32px; background: rgba(255,255,255,.52); color: var(--teal-700); transform: rotate(4deg); }
.service-illustration svg { width: 48px; height: 48px; }
.service-card-content { position: relative; z-index: 2; color: var(--white); }
.service-index { display: block; margin-bottom: 14px; color: var(--yellow); font-family: "Be Vietnam Pro", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 10px; font-size: 1.7rem; }
.service-card p { margin: 0 0 20px; color: rgba(255,255,255,.8); font-size: .9rem; }
.service-card .text-link { color: var(--white); }

.doctor-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.doctor-portrait { position: relative; min-height: 650px; border-radius: 38px; background: linear-gradient(155deg, #fde6ee, #fff9f2 54%, #d8f2ec); box-shadow: var(--shadow-lg); }
.doctor-portrait img { position: absolute; inset: auto 0 0; width: 100%; height: 94%; object-fit: contain; object-position: center bottom; }
.doctor-seal { position: absolute; right: -30px; top: 50px; display: grid; width: 126px; height: 126px; place-items: center; padding: 15px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-md); }
.doctor-seal img { position: static; width: 100%; height: 100%; object-fit: contain; }
.doctor-copy blockquote { margin: 28px 0; padding: 23px 25px; border-left: 4px solid var(--pink-500); border-radius: 0 18px 18px 0; background: var(--pink-50); color: var(--teal-700); font-family: "Lora", serif; font-size: 1.18rem; font-style: italic; }
.credentials { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.credentials li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); }
.credentials svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; color: var(--pink-500); }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step-card { position: relative; padding: 28px 24px; border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.11); }
.step-card::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 22px; color: var(--yellow); font-family: "Be Vietnam Pro", sans-serif; font-size: 1.8rem; font-weight: 800; }
.step-card h3 { margin: 0 0 8px; font-size: 1.02rem; }
.step-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .84rem; }

.testimonial-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.testimonial-card { padding: 34px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow-md); }
.testimonial-card.featured { background: var(--pink-500); color: var(--white); }
.quote-mark { color: var(--yellow); font-family: "Lora", serif; font-size: 4rem; line-height: .7; }
.testimonial-card blockquote { margin: 22px 0 28px; font-family: "Lora", serif; font-size: 1.2rem; line-height: 1.65; }
.testimonial-card:not(.featured) blockquote { color: var(--teal-700); }
.testimonial-meta { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-weight: 800; }
.testimonial-card.featured .testimonial-avatar { background: rgba(255,255,255,.2); color: var(--white); }
.testimonial-meta strong { display: block; font-size: .9rem; }
.testimonial-meta span { display: block; color: var(--muted); font-size: .78rem; }
.testimonial-card.featured .testimonial-meta span { color: rgba(255,255,255,.72); }
.testimonial-stack { display: grid; gap: 20px; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.insight-card { overflow: hidden; border-radius: 26px; background: var(--white); box-shadow: var(--shadow-sm); transition-property: transform, box-shadow; transition-duration: 200ms; }
.insight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.insight-art { position: relative; display: grid; height: 190px; place-items: center; overflow: hidden; background: var(--art-bg, var(--pink-100)); color: var(--art-color, var(--pink-600)); }
.insight-art::before, .insight-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.42); }
.insight-art::before { width: 150px; height: 150px; right: -30px; top: -38px; }
.insight-art::after { width: 88px; height: 88px; left: 24px; bottom: -34px; }
.insight-art svg { position: relative; z-index: 1; width: 58px; height: 58px; }
.insight-body { padding: 23px; }
.insight-tag { color: var(--pink-600); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.insight-body h3 { margin: 10px 0 9px; font-size: 1.08rem; }
.insight-body p { margin: 0 0 12px; color: var(--muted); font-size: .84rem; }

.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 36px; background: var(--white); box-shadow: var(--shadow-lg); }
.contact-copy { padding: 50px; }
.contact-list { display: grid; gap: 16px; margin: 30px 0; }
.contact-row { display: flex; align-items: flex-start; gap: 13px; }
.contact-row svg { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 3px; color: var(--pink-500); }
.contact-row strong { display: block; color: var(--teal-700); }
.contact-row span { display: block; color: var(--muted); font-size: .88rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-frame { min-height: 510px; border: 0; width: 100%; background: var(--teal-50); }

.site-footer { position: relative; overflow: hidden; padding: 72px 0 110px; background: var(--teal-700); color: var(--white); }
.site-footer::before { content: ""; position: absolute; inset: 0; background: url("assets/nutrition-pattern.webp") center top / auto 170px repeat-x; opacity: .08; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 44px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; border-radius: 50%; background: var(--white); }
.footer-brand strong { font-family: "Be Vietnam Pro", sans-serif; }
.footer-copy { max-width: 340px; color: rgba(255,255,255,.7); font-size: .88rem; }
.footer-title { margin: 0 0 18px; color: var(--yellow); font-size: .92rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .86rem; transition: color 160ms ease-out; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: .78rem; }

.mobile-actions { position: fixed; z-index: 120; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 6px; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.mobile-actions a { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 6px; border-radius: 14px; color: var(--teal-700); font-size: .74rem; font-weight: 800; }
.mobile-actions a:last-child { background: var(--pink-500); color: var(--white); }
.mobile-actions svg { width: 18px; height: 18px; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 90px 0 76px; background: linear-gradient(145deg, var(--pink-50), #fffdf8 55%, var(--teal-50)); }
.page-hero::after { content: ""; position: absolute; right: -100px; bottom: -260px; width: 520px; height: 520px; border: 90px solid rgba(67,185,167,.09); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 60px; }
.page-hero h1 { max-width: 800px; margin: 0; color: var(--teal-700); font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero p { max-width: 650px; margin: 22px 0 28px; color: var(--muted); font-size: 1.04rem; }
.page-hero-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 34px; background: var(--teal-600); box-shadow: var(--shadow-lg); }
.page-hero-card img { position: absolute; right: 0; bottom: 0; width: 82%; height: 98%; object-fit: contain; object-position: center bottom; }
.page-hero-card .mini-badge { position: absolute; z-index: 2; left: 24px; top: 24px; max-width: 170px; padding: 14px; border-radius: 16px; background: var(--white); color: var(--teal-700); box-shadow: var(--shadow-md); font-size: .78rem; font-weight: 800; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--pink-600); font-size: .8rem; font-weight: 700; }
.breadcrumbs span { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 54px; }
.prose h2 { margin: 50px 0 18px; color: var(--teal-700); font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 12px; font-size: 1.25rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { display: grid; gap: 8px; padding-left: 22px; }
.prose-callout { margin: 34px 0; padding: 26px; border-radius: 24px; background: var(--pink-50); box-shadow: var(--shadow-sm); }
.prose-callout strong { display: block; margin-bottom: 6px; color: var(--pink-700); }
.sidebar-card { position: sticky; top: 112px; padding: 26px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow-md); }
.sidebar-card h3 { margin: 0 0 10px; color: var(--teal-700); font-size: 1.28rem; }
.sidebar-card p { margin: 0 0 20px; color: var(--muted); font-size: .86rem; }
.sidebar-card .btn { width: 100%; margin-top: 9px; }
.symptom-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.symptom-item { display: flex; min-height: 92px; align-items: center; gap: 12px; padding: 17px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); color: var(--teal-700); font-weight: 700; }
.symptom-item svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--pink-500); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }
.faq-list summary { display: flex; min-height: 64px; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 21px; color: var(--teal-700); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--teal-50); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 21px 20px; color: var(--muted); }

.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; }
.booking-info, .booking-form { padding: 34px; border-radius: 30px; background: var(--white); box-shadow: var(--shadow-md); }
.booking-info { background: var(--teal-700); color: var(--white); }
.booking-info p { color: rgba(255,255,255,.72); }
.booking-info .contact-row strong { color: var(--white); }
.booking-info .contact-row span { color: rgba(255,255,255,.68); }
.booking-info .contact-row svg { color: var(--yellow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--teal-700); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid rgba(8,116,111,.22); border-radius: 13px; background: var(--paper); color: var(--ink); padding: 11px 13px; transition-property: border-color, box-shadow; transition-duration: 160ms; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-600); outline: 0; box-shadow: 0 0 0 3px rgba(67,185,167,.18); }
.form-note { margin: 14px 0 20px; color: var(--muted); font-size: .78rem; }
.form-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: var(--teal-50); color: var(--teal-700); font-size: .86rem; font-weight: 700; }
.form-status.visible { display: block; }
.article-list { display: grid; gap: 18px; }
.article-row { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); }
.article-row .insight-art { height: 100%; min-height: 190px; }
.article-row .insight-body { padding: 28px; }

.reveal { opacity: 0; transform: translateY(18px); filter: blur(3px); transition-property: opacity, transform, filter; transition-duration: 520ms; transition-timing-function: var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.reveal[data-delay="1"] { transition-delay: 80ms; }
.reveal[data-delay="2"] { transition-delay: 160ms; }
.reveal[data-delay="3"] { transition-delay: 240ms; }

@media (max-width: 1060px) {
  .nav-links { position: absolute; top: calc(100% + 10px); right: 0; left: 0; z-index: 10; display: flex; max-height: calc(100vh - 130px); overflow-y: auto; overscroll-behavior: contain; flex-direction: column; align-items: stretch; gap: 4px; padding: 12px; border-radius: 24px; background: rgba(255,253,251,.98); box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translateY(-10px); transition-property: opacity, transform; transition-duration: 200ms; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links > a, .nav-dropdown > button { width: 100%; min-height: 54px; justify-content: space-between; padding-inline: 18px; font-size: 1rem; }
  .nav-dropdown-menu { position: static; width: 100%; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-toggle { display: grid; }
  .nav-shell > .btn { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-visual { min-height: 520px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .services-grid { grid-template-columns: 1.1fr .9fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .doctor-grid { gap: 46px; }
  .doctor-portrait { min-height: 560px; }
  .content-grid { grid-template-columns: 1fr 300px; gap: 36px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 720px); }
  .section { padding: 74px 0; }
  .topbar-list > :not(:first-child), .topbar-note { display: none; }
  .site-header { top: 6px; margin-top: 6px; }
  .nav-shell { min-height: 70px; gap: 10px; border-radius: 22px; }
  .brand { min-width: 0; flex: 1 1 auto; gap: 9px; }
  .brand-copy { display: block; min-width: 0; line-height: 1.12; }
  .brand-copy strong { font-size: clamp(.62rem, 2.7vw, .76rem); letter-spacing: -.01em; }
  .brand-copy span { display: block; margin-top: 3px; font-size: .76rem; }
  .brand-logo { width: 44px; height: 44px; flex: 0 0 auto; }
  .nav-toggle { width: 46px; height: 46px; flex: 0 0 auto; }
  .nav-shell > .btn { display: none; }
  .hero { padding: 60px 0 42px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-description { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-card:nth-child(3)::before { display: none; }
  .trust-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head .section-lead { margin-top: 18px; }
  .concern-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 360px; }
  .doctor-grid { grid-template-columns: 1fr; }
  .doctor-portrait { max-width: 560px; width: 100%; margin-inline: auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
  .map-frame { min-height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .content-grid, .booking-layout { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .page-hero-card { display: none; }
  .article-row { grid-template-columns: 150px 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 82px; }
  .section { padding: 64px 0; }
  .hero h1, .page-hero h1 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .hero-description { font-size: .98rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; text-align: left; }
  .hero-visual { min-height: 430px; }
  .hero-shape { inset: 38px 8px 8px; }
  .hero-orbit { inset: 30px 0 0; }
  .hero-doctor { right: 4%; width: 90%; max-height: 430px; }
  .floating-note { padding: 9px 11px; font-size: .7rem; }
  .note-one { top: 74px; }
  .note-two { bottom: 60px; }
  .trust-card { padding: 19px 16px; }
  .trust-card strong { font-size: 1.05rem; }
  .concern-grid, .insight-grid, .steps-grid, .symptom-list { grid-template-columns: 1fr; }
  .concern-card { min-height: 180px; }
  .doctor-portrait { min-height: 470px; }
  .doctor-seal { right: -4px; width: 96px; height: 96px; }
  .testimonial-card, .contact-copy, .booking-info, .booking-form { padding: 26px; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .mobile-actions { display: grid; }
  .page-hero { padding: 70px 0 56px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .article-row { grid-template-columns: 1fr; }
  .article-row .insight-art { min-height: 160px; }
}

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