:root {
  --ink: #132f3b;
  --ink-2: #274754;
  --deep: #153843;
  --deep-2: #0d2933;
  --coral: #f2776c;
  --coral-dark: #d85d54;
  --mint: #7dbdaf;
  --mint-pale: #e7f3ef;
  --rose-pale: #fff0ed;
  --cream: #fffaf5;
  --paper: #ffffff;
  --sand: #f4e7da;
  --line: rgba(19, 47, 59, .12);
  --muted: #637781;
  --shadow: 0 28px 70px rgba(24, 54, 66, .14);
  --radius: 24px;
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon .fill-current, .fill-current { fill: currentColor; stroke: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--deep-2); color: rgba(255,255,255,.8); font-size: 12px; letter-spacing: .03em; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar-inner div { display: flex; align-items: center; gap: 10px; }
.topbar a { color: #fff; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.topbar-dot { color: var(--coral); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(21,56,67,.96); color: #fff; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 40px rgba(8,30,38,.24); background: rgba(13,41,51,.98); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { width: 104px; height: 61px; display: flex; align-items: flex-start; overflow: hidden; }
.brand img { width: 100%; max-width: none; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--coral); transition: right .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--coral); min-height: 46px; padding: 0 18px; border-radius: 999px; font-size: 13px; font-weight: 800; box-shadow: 0 10px 24px rgba(242,119,108,.22); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: #fb887e; }
.nav-toggle { display: none; border: 0; color: #fff; background: transparent; width: 48px; height: 48px; padding: 10px; }
.nav-toggle .icon { width: 25px; height: 25px; }
.nav-toggle b { position: absolute; clip: rect(0 0 0 0); }

.hero { min-height: calc(100vh - 120px); padding: 76px 0 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8eee6 0%, #fffaf5 48%, #edf5f1 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(21,56,67,.1) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg, #000, transparent 48%); opacity: .35; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.orb-one { width: 240px; height: 240px; background: var(--mint-pale); left: -90px; top: 90px; }
.orb-two { width: 360px; height: 360px; border: 70px solid rgba(242,119,108,.08); right: -170px; bottom: 40px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--coral-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.eyebrow i { width: 23px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffc0ba; }
.hero h1, .page-hero h1, .article-hero h1, .contact-hero h1, .city-hero h1, .not-found h1 { margin: 0; max-width: 750px; font-family: var(--font-display); font-size: clamp(48px, 5.6vw, 76px); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lede { max-width: 660px; color: var(--ink-2); font-size: 18px; line-height: 1.7; margin: 28px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--deep); color: #fff; box-shadow: 0 14px 28px rgba(21,56,67,.18); }
.button.primary:hover { background: var(--deep-2); box-shadow: 0 18px 34px rgba(21,56,67,.24); }
.button.coral { background: var(--coral); color: #fff; }
.button.ghost { border-color: rgba(19,47,59,.16); color: var(--ink); background: rgba(255,255,255,.4); padding: 5px 18px; }
.button.ghost b, .button.ghost small { display: block; line-height: 1.2; }
.button.ghost small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.button.ghost-dark { background: transparent; color: var(--ink); border-color: var(--line); }
.trust-row { display: flex; gap: 0; margin-top: 44px; }
.trust-row div { padding: 0 26px; border-left: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; border: 0; }
.trust-row strong { display: block; font-family: var(--font-display); font-size: 26px; line-height: 1; }
.trust-row span { display: block; max-width: 100px; color: var(--muted); font-size: 11px; line-height: 1.35; margin-top: 7px; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image { position: absolute; inset: 0 0 0 35px; border-radius: 260px 260px 32px 32px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,41,51,.25), transparent 55%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(21,56,67,.18); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; }
.symptom-card { left: 0; top: 16%; padding: 14px 17px; gap: 12px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--rose-pale); color: var(--coral); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 10px; }
.floating-card strong { font-size: 12px; margin-top: 2px; }
.doctor-card { right: -22px; bottom: 13%; padding: 13px 15px; gap: 12px; }
.avatar-stack { display: flex; padding-left: 14px; }
.avatar-stack img { width: 37px; height: 37px; object-fit: cover; object-position: top; border: 2px solid #fff; border-radius: 50%; margin-left: -14px; background: var(--sand); }
.symptom-ribbon { position: relative; z-index: 4; margin-top: 64px; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 22px 22px 0 0; padding: 16px 24px; color: #fff; background: var(--deep); box-shadow: 0 -10px 36px rgba(21,56,67,.12); font-size: 12px; }
.symptom-ribbon span { color: #ffc0ba; font-weight: 800; }
.symptom-ribbon a { color: rgba(255,255,255,.8); }
.symptom-ribbon a:hover { color: #fff; }
.symptom-ribbon .ribbon-link { color: #fff; font-weight: 800; }

.section-heading { max-width: 570px; }
.section-heading.centered { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .spotlight-copy h2, .form-head h2, .sticky-card h2, .city-care-card h2 { margin: 0; font-family: var(--font-display); font-size: clamp(36px, 4vw, 54px); line-height: 1.06; letter-spacing: -.035em; font-weight: 600; }
.section-heading p, .spotlight-copy > p, .fertility-copy > p { color: var(--muted); font-size: 17px; margin: 22px 0; }
.text-arrow { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-weight: 800; font-size: 14px; }
.text-arrow .icon { color: var(--coral); width: 18px; height: 18px; transition: transform .2s ease; }
.text-arrow:hover .icon { transform: translateX(4px); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pillar-grid article { min-height: 220px; padding: 27px; border: 1px solid var(--line); background: rgba(255,255,255,.62); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.pillar-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(21,56,67,.1); }
.pillar-grid article:nth-child(2), .pillar-grid article:nth-child(3) { background: var(--mint-pale); }
.pillar-grid article > span, .service-card > span { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.pillar-grid h3 { font-family: var(--font-display); font-size: 26px; margin: 32px 0 8px; }
.pillar-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.service-card { min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); display: flex; flex-direction: column; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.feature { grid-row: span 2; padding: 0; overflow: hidden; background: var(--deep); color: #fff; }
.service-image { height: 290px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-card.feature > div:last-child { padding: 28px; }
.service-card .line-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--mint-pale); color: var(--deep); font-family: var(--font-display); font-size: 25px; margin: 26px 0 auto; }
.service-card h3 { font-family: var(--font-display); font-size: 26px; line-height: 1.15; margin: 18px 0 10px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 20px; }
.service-card.feature p { color: rgba(255,255,255,.68); }
.service-card a { margin-top: auto; color: var(--coral-dark); font-size: 13px; font-weight: 900; display: inline-flex; align-items: center; gap: 8px; }
.service-card.feature a { color: #ffb8b1; }

.doctor-spotlight { background: var(--deep); color: #fff; overflow: hidden; }
.doctor-spotlight::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: rgba(125,189,175,.12); right: -180px; top: -180px; }
.spotlight-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: center; }
.spotlight-image { position: relative; }
.image-frame { height: 570px; border-radius: 250px 250px 28px 28px; overflow: hidden; background: #e8dad1; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.award-card { position: absolute; right: -30px; bottom: 36px; border-radius: 16px; padding: 16px 20px; background: var(--coral); box-shadow: 0 20px 40px rgba(6,28,35,.3); }
.award-card strong, .award-card span { display: block; }
.award-card span { font-size: 11px; opacity: .85; }
.spotlight-copy { position: relative; }
.spotlight-copy .credentials { color: #a9d9ce; font-weight: 700; }
.spotlight-copy > p { color: rgba(255,255,255,.7); }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.84); }
.check-list li .icon { width: 18px; height: 18px; color: #9dd8ca; margin-top: 2px; }
.spotlight-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.light-link { color: #fff; }

.symptoms-section { background: var(--rose-pale); }
.symptom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 46px 0 22px; }
.symptom-grid div { display: flex; align-items: center; gap: 13px; min-height: 88px; padding: 16px; border-radius: 17px; background: rgba(255,255,255,.72); border: 1px solid rgba(242,119,108,.14); }
.symptom-grid span { flex: 0 0 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--coral-dark); }
.symptom-grid span .icon { width: 19px; height: 19px; }
.symptom-grid p { margin: 0; font-size: 13px; font-weight: 750; line-height: 1.35; }
.symptoms-note { display: flex; align-items: center; gap: 22px; background: #fff; padding: 20px 24px; border-radius: 17px; }
.symptoms-note strong { font-family: var(--font-display); font-size: 22px; }
.symptoms-note span { color: var(--muted); font-size: 13px; }
.symptoms-note a { margin-left: auto; font-weight: 850; color: var(--coral-dark); font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }

.fertility-section { background: #fff; }
.fertility-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.fertility-copy h2 { max-width: 600px; margin: 0; font-family: var(--font-display); font-size: clamp(40px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; }
.care-path { margin: 30px 0; }
.care-path > div { display: flex; align-items: center; gap: 17px; padding: 14px 0; border-top: 1px solid var(--line); }
.care-path > div:last-child { border-bottom: 1px solid var(--line); }
.care-path span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; background: var(--mint-pale); border-radius: 50%; color: var(--deep); font-size: 12px; font-weight: 900; }
.care-path p { margin: 0; color: var(--muted); font-size: 13px; }
.care-path strong { display: block; color: var(--ink); font-size: 14px; }
.fertility-visual { position: relative; }
.fertility-visual img { width: 100%; height: 560px; object-fit: cover; border-radius: 260px 260px 30px 30px; }
.quote-card { position: absolute; left: -48px; right: 70px; bottom: 30px; padding: 22px; background: rgba(21,56,67,.94); color: #fff; border-radius: 16px; font-family: var(--font-display); font-size: 20px; line-height: 1.35; box-shadow: var(--shadow); }

.team-section { background: var(--cream); }
.doctor-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.doctor-card-full a { display: block; }
.doctor-photo { height: 315px; overflow: hidden; border-radius: 120px 120px 18px 18px; background: var(--sand); position: relative; }
.doctor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.doctor-photo span { position: absolute; left: 14px; right: 14px; bottom: 12px; padding: 8px 10px; border-radius: 999px; color: #fff; background: rgba(13,41,51,.82); font-size: 10px; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s ease; display: flex; align-items: center; justify-content: center; gap: 6px; }
.doctor-card-full:hover .doctor-photo img { transform: scale(1.035); }
.doctor-card-full:hover .doctor-photo span { opacity: 1; transform: none; }
.doctor-card-full h3 { margin: 16px 0 3px; font-family: var(--font-display); font-size: 20px; line-height: 1.15; }
.doctor-card-full p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.commitment-section { background: var(--mint-pale); }
.commitment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.commitment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(21,56,67,.14); border: 1px solid rgba(21,56,67,.14); border-radius: var(--radius); overflow: hidden; }
.commitment-list div { padding: 30px; background: #eef8f4; }
.commitment-list span { font-size: 10px; font-weight: 900; color: var(--coral-dark); }
.commitment-list h3 { font-family: var(--font-display); font-size: 25px; margin: 30px 0 7px; }
.commitment-list p { color: var(--muted); font-size: 13px; margin: 0; }

.locations-section { background: #fff; }
.locations-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 44px; }
.location-card { padding: 24px; min-height: 300px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.location-card > span { color: var(--coral); font-size: 11px; font-weight: 900; }
.location-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; margin-top: 42px; }
.location-card h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.15; margin: 8px 0 12px; }
.location-card p { color: var(--muted); font-size: 12px; margin: 0 0 20px; }
.location-card a { margin-top: auto; color: var(--coral-dark); font-size: 12px; font-weight: 850; display: inline-flex; align-items: center; gap: 7px; }
.official-locations-link { display: flex; justify-content: center; margin-top: 28px; }

.journal-section { background: var(--cream); }
.inline-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.inline-heading h2 { max-width: 650px; }
.journal-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journal-card { border: 1px solid var(--line); background: #fff; border-radius: 22px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.journal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journal-image { height: 210px; overflow: hidden; background: var(--sand); }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.journal-card:hover .journal-image img { transform: scale(1.04); }
.journal-body { padding: 25px; }
.journal-body > span { color: var(--coral-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.journal-body h2, .journal-body h3 { font-family: var(--font-display); font-size: 25px; line-height: 1.16; margin: 10px 0; }
.journal-body p { color: var(--muted); font-size: 13px; margin: 0 0 18px; }
.journal-body b { color: var(--ink); font-size: 12px; display: inline-flex; align-items: center; gap: 7px; }

.faq-section { background: var(--rose-pale); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: start; }
.accordion { border-top: 1px solid rgba(19,47,59,.16); }
.accordion-item { border-bottom: 1px solid rgba(19,47,59,.16); }
.accordion-item button { width: 100%; padding: 22px 0; border: 0; background: transparent; color: var(--ink); display: flex; justify-content: space-between; align-items: center; text-align: left; font-family: var(--font-display); font-size: 20px; cursor: pointer; }
.accordion-item button b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(242,119,108,.1); color: var(--coral-dark); transition: transform .2s ease; }
.accordion-item button b .icon { width: 17px; height: 17px; }
.accordion-item.open button b { transform: rotate(180deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel p { padding: 0 35px 22px 0; }

.final-cta { padding: 0 0 112px; background: var(--rose-pale); }
.cta-inner { min-height: 330px; padding: 58px 64px; border-radius: 32px; background: var(--deep); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 70px; overflow: hidden; position: relative; }
.cta-inner::before { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -180px; border-radius: 50%; border: 64px solid rgba(125,189,175,.16); }
.cta-inner > div { position: relative; }
.cta-inner h2 { max-width: 650px; margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4.3vw, 58px); line-height: 1.02; font-weight: 600; letter-spacing: -.035em; }
.cta-inner p { color: rgba(255,255,255,.66); max-width: 620px; }
.cta-inner > div:last-child { flex: 0 0 230px; text-align: center; }
.cta-inner > div:last-child > a:last-child { display: block; margin-top: 15px; font-size: 12px; color: rgba(255,255,255,.8); }

.page-hero, .article-hero, .city-hero { padding: 90px 0; background: linear-gradient(135deg, var(--mint-pale), var(--cream) 60%, var(--rose-pale)); overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.page-hero p, .article-hero p, .city-hero p { max-width: 700px; color: var(--muted); font-size: 18px; margin: 24px 0 0; }
.page-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.page-hero-art { height: 410px; border-radius: 190px 190px 24px 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 70px; align-items: start; }
.prose { min-width: 0; color: var(--ink-2); }
.prose > *:first-child { margin-top: 0; }
.prose h1, .prose h2, .prose h3, .prose h4 { color: var(--ink); font-family: var(--font-display); line-height: 1.15; letter-spacing: -.025em; }
.prose h1 { font-size: 44px; }
.prose h2 { font-size: 36px; margin: 55px 0 18px; }
.prose h3 { font-size: 27px; margin: 38px 0 14px; }
.prose p, .prose li { font-size: 16px; line-height: 1.85; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 7px 0; }
.prose a { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose figure { margin: 40px 0; }
.prose figure img, .prose > img { width: 100%; border-radius: 18px; }
.prose blockquote { margin: 36px 0; padding: 25px 30px; border-left: 4px solid var(--coral); background: var(--rose-pale); font-family: var(--font-display); font-size: 22px; }
.prose table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 12px; min-width: 150px; text-align: left; }
.sticky-card { position: sticky; top: 115px; padding: 28px; border-radius: 22px; background: var(--deep); color: #fff; box-shadow: var(--shadow); }
.sticky-card > span { color: #ffc0ba; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.sticky-card h2 { font-size: 32px; margin-top: 13px; }
.sticky-card p { color: rgba(255,255,255,.68); font-size: 13px; }
.sticky-card .button { width: 100%; background: var(--coral); }
.sticky-card > a:last-child { display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center; margin-top: 15px; font-size: 12px; color: rgba(255,255,255,.85); }

.library-hero, .team-hero { text-align: center; }
.library-hero .container, .team-hero .container { max-width: 850px; }
.library-hero h1, .team-hero h1 { margin-inline: auto; }
.library-hero p, .team-hero p { margin-inline: auto; }
.filter-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 38px; flex-wrap: wrap; }
.filter-bar button { border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 9px 15px; font-size: 12px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.filter-bar button.active { background: var(--deep); color: #fff; }
.filter-bar label { display: flex; align-items: center; gap: 8px; margin-left: auto; font-size: 0; color: var(--muted); }
.filter-bar label > .icon { width: 18px; height: 18px; }
.filter-bar input { width: 240px; height: 42px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0 16px; font-size: 13px; color: var(--ink); }
.blog-grid { row-gap: 28px; }
.no-results { text-align: center; color: var(--muted); padding: 50px; }

.article-hero { text-align: center; padding-bottom: 140px; }
.article-hero .container { max-width: 920px; }
.article-hero h1 { margin-inline: auto; font-size: clamp(44px, 5vw, 68px); }
.article-hero p { margin-inline: auto; }
.breadcrumbs { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 11px; margin-bottom: 30px; }
.breadcrumbs a:hover { color: var(--coral-dark); }
.article-meta { display: flex; justify-content: center; gap: 22px; margin-top: 27px; font-size: 11px; color: var(--muted); }
.article-cover { margin-top: -90px; position: relative; height: 520px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.medical-review { margin-top: 50px; padding: 22px; border-radius: 15px; background: var(--mint-pale); }
.medical-review span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.medical-review p { font-size: 13px; margin: 7px 0 0; }
.related-section { background: #fff; }

.doctor-directory { display: grid; gap: 26px; }
.doctor-profile-card { display: grid; grid-template-columns: 310px 1fr; gap: 55px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.doctor-profile-card:nth-child(even) .doctor-profile-image { order: 2; }
.doctor-profile-image { position: relative; height: 370px; background: var(--sand); overflow: hidden; border-radius: 150px 150px 20px 20px; }
.doctor-profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.doctor-profile-image span { position: absolute; left: 16px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 11px; font-weight: 900; }
.doctor-profile-card h2 { font-family: var(--font-display); font-size: 42px; line-height: 1.05; margin: 0 0 13px; }
.doctor-profile-card p { max-width: 650px; color: var(--muted); }
.credentials { color: var(--mint) !important; font-weight: 800; }

.contact-hero { background: var(--deep); color: #fff; padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 30px; position: sticky; top: 130px; }
.contact-copy p { color: rgba(255,255,255,.7); max-width: 520px; font-size: 17px; }
.contact-direct { display: flex; gap: 12px; margin-top: 40px; }
.contact-direct a { padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; display: flex; align-items: center; gap: 10px; }
.contact-direct a > .icon { width: 20px; height: 20px; color: #ffaaa2; }
.contact-direct small, .contact-direct strong { display: block; }
.contact-direct small { color: rgba(255,255,255,.55); font-size: 10px; }
.contact-direct strong { font-size: 13px; margin-top: 4px; }
.appointment-form { background: #fff; color: var(--ink); padding: 38px; border-radius: 26px; box-shadow: 0 30px 70px rgba(3,20,26,.25); }
.form-head { margin-bottom: 28px; }
.form-head span { color: var(--coral-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-head h2 { font-size: 38px; margin-top: 6px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.appointment-form label { display: block; margin-bottom: 14px; color: var(--muted); font-size: 11px; font-weight: 800; }
.appointment-form input, .appointment-form select, .appointment-form textarea { width: 100%; height: 49px; margin-top: 6px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--cream); color: var(--ink); outline: none; }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(125,189,175,.16); }
.appointment-form .button { width: 100%; border: 0; margin-top: 5px; }
.appointment-form > small { display: block; color: var(--muted); font-size: 10px; text-align: center; margin-top: 13px; }
.form-status { margin: 12px 0 0; padding: 10px; border-radius: 9px; display: none; font-size: 12px; }
.form-status.success { display: block; background: var(--mint-pale); color: #235f52; }
.form-status.error { display: block; background: var(--rose-pale); color: #a74640; }

.city-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.city-care-card { padding: 36px; border-radius: 26px; background: var(--deep); color: #fff; box-shadow: var(--shadow); }
.city-care-card > span { color: #ffc0ba; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.city-care-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.city-care-card li { display: flex; align-items: center; gap: 9px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 14px; }
.city-care-card li .icon { width: 17px; height: 17px; color: var(--mint); }

.journey-hero { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: linear-gradient(135deg, var(--deep-2), var(--deep) 64%, #215565); }
.journey-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.journey-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.orbit-a { width: 590px; height: 590px; right: -260px; top: -240px; }
.orbit-b { width: 390px; height: 390px; right: -110px; top: -90px; border-color: rgba(242,119,108,.3); }
.journey-hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 80px; align-items: center; }
.journey-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(50px, 5.8vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.journey-hero h1 em { color: #ffaca4; font-weight: 500; }
.journey-hero p { max-width: 650px; color: rgba(255,255,255,.68); font-size: 18px; margin: 26px 0 32px; }
.journey-call { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.journey-call > .icon { width: 38px; height: 38px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.journey-call small, .journey-call strong { display: block; }
.journey-call small { color: rgba(255,255,255,.5); font-size: 9px; }
.journey-call strong { font-size: 12px; }
.journey-summary { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; padding: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); box-shadow: 0 30px 70px rgba(3,20,26,.25); }
.journey-summary-ring { width: 148px; height: 148px; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 0 14px rgba(125,189,175,.1); }
.journey-summary-ring strong { font-family: var(--font-display); font-size: 60px; line-height: .8; color: #ffb5ae; }
.journey-summary-ring span { margin-top: 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.58); }
.journey-summary > div:last-child > span { color: #9ed8cc; font-size: 9px; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
.journey-summary h2 { font-family: var(--font-display); font-size: 31px; line-height: 1.05; margin: 7px 0 17px; }
.journey-summary ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.journey-summary li { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.68); font-size: 11px; }
.journey-summary li .icon { color: #8fd0c1; }
.journey-intro { background: #fff; }
.journey-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.journey-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 4.8vw, 62px); line-height: 1.02; letter-spacing: -.04em; font-weight: 600; }
.journey-intro h2 em { color: var(--coral); font-weight: 500; }
.journey-intro p { margin: 0 0 24px; color: var(--muted); font-size: 17px; }
.journey-intro .text-arrow .icon { color: var(--coral); }
.journey-steps { background: var(--cream); }
.journey-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-step-card { position: relative; min-height: 350px; padding: 28px; border-radius: 22px; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.journey-step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.journey-step-card:nth-child(5) { color: #fff; background: var(--deep); border-color: var(--deep); }
.journey-step-card:nth-child(5) p { color: rgba(255,255,255,.68); }
.journey-step-head { display: flex; align-items: center; justify-content: space-between; }
.journey-step-head > span { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.journey-step-head i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-pale); color: var(--deep); font-style: normal; }
.journey-step-head .icon { width: 23px; height: 23px; }
.journey-step-card h3 { max-width: 260px; margin: 45px 0 20px; font-family: var(--font-display); font-size: 28px; line-height: 1.08; }
.journey-step-line { width: 34px; height: 2px; background: var(--coral); }
.journey-step-card p { color: var(--muted); font-size: 13px; margin: 18px 0 0; }
.journey-step-card > b { position: absolute; z-index: 2; right: -25px; top: 50%; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; box-shadow: 0 8px 20px rgba(242,119,108,.25); }
.journey-step-card:nth-child(3n) > b { display: none; }
.journey-support { color: #fff; background: var(--deep); }
.journey-support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.journey-support-copy h2 { margin: 0; max-width: 580px; font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 60px); line-height: 1.03; font-weight: 600; }
.journey-support-copy p { color: rgba(255,255,255,.68); font-size: 16px; margin: 24px 0 30px; }
.journey-support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.12); }
.journey-support-list > div { min-height: 170px; padding: 27px; background: #173c48; }
.journey-support-list > div > .icon { width: 29px; height: 29px; color: #9ed8cc; margin-bottom: 25px; }
.journey-support-list strong, .journey-support-list span { display: block; }
.journey-support-list strong { color: #fff; font-family: var(--font-display); font-size: 21px; }
.journey-support-list span { color: rgba(255,255,255,.58); font-size: 11px; }
.journey-final { padding-top: 90px; background: var(--cream); }
.journey-final .cta-inner > div:last-child > a { display: flex; align-items: center; justify-content: center; gap: 7px; }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 100px 0; }
.not-found span { display: block; color: var(--coral); font-family: var(--font-display); font-size: 90px; line-height: 1; opacity: .35; }
.not-found h1 { margin: 15px auto; }
.not-found p { color: var(--muted); }
.not-found div div { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }

.site-footer { position: relative; overflow: hidden; padding: 80px 0 28px; background: var(--deep-2); color: #fff; }
.footer-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(125,189,175,.08); top: -280px; left: 25%; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr 1.1fr; gap: 60px; position: relative; }
.footer-brand { overflow: hidden; }
.footer-brand img { width: 134px; max-width: none; height: 80px; object-fit: cover; object-position: center top; margin-left: -3px; }
.footer-brand p, .footer-grid > div:last-child p { color: rgba(255,255,255,.55); font-size: 13px; max-width: 310px; }
.footer-actions { display: flex; gap: 9px; margin-top: 24px; }
.footer-actions a { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 8px 13px; font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; }
.social-links { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.social-links a { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.14); transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { color: #fff; background: var(--coral); transform: translateY(-2px); }
.social-links .icon { width: 16px; height: 16px; }
.footer-grid h2 { margin: 14px 0 20px; font-family: var(--font-display); font-size: 19px; }
.footer-grid > div:not(:first-child) > a { display: flex; align-items: center; gap: 7px; width: fit-content; margin: 10px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-grid a:hover { color: #fff !important; }
.city-links { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; margin-top: 50px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: 10px; }
.city-links span { color: #ffc0ba; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: rgba(255,255,255,.4); font-size: 10px; }

.floating { position: fixed; z-index: 200; width: 54px; height: 54px; border: 0; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 14px 35px rgba(13,41,51,.25); cursor: pointer; transition: transform .2s ease; color: #fff; }
.floating:hover { transform: translateY(-3px) scale(1.03); }
.floating svg { width: 24px; height: 24px; fill: none; stroke: currentColor; }
.floating.whatsapp .icon { fill: currentColor; stroke: none; }
.whatsapp { left: 20px; bottom: 20px; background: #25d366; }
.chat-launcher { right: 20px; bottom: 20px; background: var(--coral); }
.chat-pulse { position: absolute; inset: -5px; border: 2px solid rgba(242,119,108,.4); border-radius: 50%; animation: pulse 2.5s infinite; }
@keyframes pulse { 0% { transform: scale(.8); opacity: 1; } 70%,100% { transform: scale(1.4); opacity: 0; } }
.chatbot { position: fixed; z-index: 210; right: 20px; bottom: 86px; width: min(370px, calc(100vw - 32px)); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 30px 80px rgba(13,41,51,.3); transform: translateY(18px) scale(.97); opacity: 0; pointer-events: none; transition: .25s ease; }
.chatbot.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { min-height: 76px; padding: 14px 17px; background: var(--deep); color: #fff; display: flex; align-items: center; justify-content: space-between; }
.chat-head > div { display: flex; align-items: center; gap: 11px; }
.chat-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); font-family: var(--font-display); font-size: 21px; }
.chat-head p { margin: 0; }
.chat-head strong, .chat-head small { display: block; }
.chat-head small { color: rgba(255,255,255,.65); font-size: 10px; }
.chat-head small i { width: 6px; height: 6px; display: inline-block; background: #65dc8a; border-radius: 50%; margin-right: 4px; }
.chat-close { width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; color: #fff; font-size: 25px; cursor: pointer; }
.chat-messages { max-height: 240px; overflow-y: auto; padding: 17px; background: #fbf8f4; }
.bot-message, .user-message { width: fit-content; max-width: 88%; padding: 11px 13px; border-radius: 13px; font-size: 12px; line-height: 1.55; margin-bottom: 10px; }
.bot-message { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.user-message { margin-left: auto; color: #fff; background: var(--deep); border-bottom-right-radius: 4px; }
.chat-options { display: flex; flex-wrap: wrap; gap: 7px; padding: 13px 17px; border-top: 1px solid var(--line); }
.chat-options button { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 8px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; cursor: pointer; }
.chat-options button:hover { border-color: var(--coral); color: var(--coral-dark); }
.chat-disclaimer { margin: 0; padding: 0 17px 14px; color: var(--muted); font-size: 8px; }
.back-to-top { position: fixed; z-index: 150; right: 26px; bottom: 86px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 10px 25px rgba(13,41,51,.15); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
body:has(.chatbot) .back-to-top { right: 26px; bottom: 86px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .header-inner { gap: 18px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 11px; }
  .hero-grid { gap: 34px; }
  .doctor-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .locations-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 84px 0; }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 74px; }
  .brand { width: 92px; height: 52px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); display: grid; gap: 0; padding: 12px; background: var(--deep-2); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 13px; font-size: 13px; border-radius: 10px; }
  .main-nav a.active { background: rgba(255,255,255,.08); }
  .main-nav a::after { display: none; }
  .nav-toggle[aria-expanded="true"] .icon { transform: rotate(90deg); }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-grid, .split-layout, .spotlight-grid, .fertility-grid, .commitment-grid, .faq-grid, .page-hero-grid, .article-layout, .contact-grid, .city-hero-grid, .journey-hero-grid, .journey-intro-grid, .journey-support-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 540px; max-width: 580px; width: 100%; margin: 10px auto 0; }
  .symptom-ribbon { overflow-x: auto; justify-content: flex-start; white-space: nowrap; margin-top: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.feature { grid-column: span 2; grid-row: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .service-image { height: 100%; min-height: 380px; }
  .check-list { grid-template-columns: 1fr; }
  .spotlight-image { max-width: 520px; }
  .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .fertility-grid { gap: 55px; }
  .fertility-visual { max-width: 560px; margin-left: 40px; }
  .doctor-grid { grid-template-columns: repeat(3, 1fr); }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-card:first-child:last-child { grid-column: span 2; }
  .faq-grid { gap: 40px; }
  .cta-inner { display: block; padding: 50px; }
  .cta-inner > div:last-child { text-align: left; margin-top: 30px; }
  .page-hero-art { max-width: 570px; width: 100%; }
  .article-aside { display: none; }
  .article-layout { max-width: 760px; }
  .article-cover { height: 420px; }
  .doctor-profile-card { grid-template-columns: 260px 1fr; gap: 35px; }
  .doctor-profile-card:nth-child(even) .doctor-profile-image { order: 0; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
  .journey-step-grid { grid-template-columns: 1fr 1fr; }
  .journey-step-card:nth-child(3n) > b { display: grid; }
  .journey-step-card:nth-child(2n) > b { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 560px); }
  .section { padding: 68px 0; }
  .topbar { font-size: 10px; }
  .topbar-inner { min-height: 32px; }
  .hero { padding-top: 48px; }
  .hero h1, .page-hero h1, .article-hero h1, .contact-hero h1, .city-hero h1, .not-found h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .trust-row { justify-content: space-between; gap: 8px; }
  .trust-row div { padding: 0 11px; }
  .trust-row strong { font-size: 23px; }
  .hero-visual { min-height: 460px; }
  .hero-image { left: 10px; right: 10px; border-radius: 200px 200px 24px 24px; }
  .symptom-card { left: -2px; top: 8%; }
  .doctor-card { right: 0; bottom: 8%; }
  .symptom-ribbon { width: 100%; border-radius: 16px 16px 0 0; padding-inline: 18px; }
  .section-heading h2, .spotlight-copy h2, .form-head h2, .sticky-card h2 { font-size: 38px; }
  .split-layout { gap: 44px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 180px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.feature { grid-column: auto; display: block; }
  .service-image { min-height: 0; height: 270px; }
  .image-frame { height: 480px; }
  .award-card { right: -3px; }
  .spotlight-actions { align-items: flex-start; flex-direction: column; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptoms-note { align-items: flex-start; flex-direction: column; }
  .symptoms-note a { margin-left: 0; }
  .fertility-visual { margin-left: 0; }
  .fertility-visual img { height: 460px; }
  .quote-card { left: 15px; right: 15px; }
  .doctor-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 75%; grid-template-columns: none; overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory; }
  .doctor-card-full { scroll-snap-align: start; }
  .doctor-photo { height: 390px; }
  .commitment-list { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 230px; }
  .location-card small { margin-top: 20px; }
  .inline-heading { display: block; }
  .inline-heading .text-arrow { margin-top: 22px; }
  .journal-grid, .blog-grid { grid-template-columns: 1fr; }
  .journal-card:first-child:last-child { grid-column: auto; }
  .cta-inner { padding: 38px 26px; border-radius: 24px; }
  .page-hero, .article-hero, .city-hero { padding: 68px 0; }
  .page-hero-grid, .city-hero-grid { gap: 44px; }
  .page-hero p, .article-hero p, .city-hero p { font-size: 16px; }
  .page-hero-art { height: 330px; }
  .prose h1 { font-size: 36px; }
  .prose h2 { font-size: 31px; }
  .prose h3 { font-size: 25px; }
  .prose p, .prose li { font-size: 15px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; }
  .filter-bar button { flex: 0 0 auto; }
  .filter-bar label { order: -1; flex: 0 0 100%; margin-left: 0; }
  .filter-bar input { width: 100%; }
  .article-hero { padding-bottom: 100px; }
  .article-meta { gap: 10px; flex-wrap: wrap; }
  .article-cover { height: 270px; margin-top: -65px; border-radius: 18px; }
  .doctor-profile-card { grid-template-columns: 1fr; padding: 18px; }
  .doctor-profile-image { height: 420px; }
  .doctor-profile-card h2 { font-size: 35px; }
  .contact-hero { padding: 60px 0; }
  .contact-grid { gap: 45px; }
  .contact-direct { flex-direction: column; }
  .appointment-form { padding: 24px 18px; border-radius: 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .journey-hero { padding: 72px 0; }
  .journey-summary { grid-template-columns: 1fr; }
  .journey-step-grid, .journey-support-list { grid-template-columns: 1fr; }
  .journey-step-card { min-height: 310px; }
  .journey-step-card > b { display: none !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .whatsapp { left: 14px; bottom: 14px; }
  .chat-launcher { right: 14px; bottom: 14px; }
  .chatbot { right: 10px; bottom: 78px; width: calc(100vw - 20px); }
  .back-to-top { right: 20px; bottom: 80px; }
}

@supports not selector(body:has(.chatbot)) { .back-to-top { right: 82px; bottom: 26px; } }
