:root {
  --navy: #0b2357;
  --navy-deep: #061842;
  --teal: #63aeb5;
  --teal-deep: #2c8e98;
  --teal-soft: #eaf6f7;
  --sky: #f2f8fa;
  --ink: #102754;
  --muted: #63718b;
  --line: #dbe6eb;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(11, 35, 87, .12);
  --radius: 22px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hero-gutter: clamp(28px, 5.5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.6; }
body, button, input { font-family: var(--font); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font-size: 1rem; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(44, 142, 152, .45); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sm { width: 16px; height: 16px; }

.topbar { color: #fff; background: var(--navy); font-size: .76rem; }
.topbar-inner, .header-inner { width: min(calc(100% - 56px), 1800px); }
.topbar-inner { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar-info, .topbar-actions, .topbar-info span, .topbar-actions a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-info { flex: 1; flex-wrap: wrap; gap: 12px 20px; }
.topbar-info span { color: rgba(255,255,255,.9); white-space: nowrap; }
.topbar-info .icon { color: var(--teal); }
.topbar-info a { color: #fff; }
.topbar-actions { gap: 7px; }
.topbar-social { display: block !important; width: 31px; height: 31px; padding: 0; border: 0; background: transparent; font-size: 0; line-height: 0; transition: transform .2s ease, filter .2s ease; }
.topbar-social .social-logo { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; }
.topbar-social:hover { color: #fff; filter: brightness(1.08); transform: translateY(-1px); }

.site-header { position: relative; z-index: 10; background: #fff; border-bottom: 1px solid rgba(219,230,235,.7); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 232px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; margin-left: auto; font-size: .93rem; }
.site-nav a { position: relative; color: var(--ink); padding: 35px 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--teal-deep); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 8px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; font-size: .94rem; line-height: 1.1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal-deep); box-shadow: 0 10px 22px rgba(44,142,152,.22); }
.button-primary:hover { background: #237b84; }
.button-whatsapp { color: #fff; background: #1a9c58; }
.button-whatsapp:hover { color: #fff; background: #147844; }
.button-phone { color: var(--navy); background: #edf2f7; border-color: #dce5ed; }
.button-phone:hover { color: #fff; background: var(--navy); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--navy-deep); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--teal-deep); }
.button-outline:hover { color: #fff; background: var(--teal-deep); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { background: var(--teal-soft); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.button-ghost { color: var(--navy); border-color: var(--line); background: #fff; }
.header-cta { min-height: 44px; padding: 11px 18px; white-space: nowrap; }
.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-deep); font-weight: 700; font-size: .92rem; }
.text-link:hover { color: var(--navy); }
.inline-actions, .hero-actions, .cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; min-height: 560px; background: #fbfcfd; overflow: hidden; }
.hero-panel { position: relative; z-index: 2; display: flex; align-items: center; padding: 58px 0 58px var(--hero-gutter); }
.hero-panel::before { content: ""; position: absolute; inset: 0 -90px 0 0; background: #fff; border-radius: 0 120px 120px 0; z-index: -1; box-shadow: 30px 0 60px rgba(11,35,87,.08); }
.hero-panel-inner { position: relative; max-width: 520px; padding-right: 40px; }
.hero-visual { position: relative; min-height: 560px; overflow: hidden; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.eyebrow { margin: 0 0 12px; color: var(--teal-deep); font-weight: 800; font-size: .74rem; letter-spacing: .1em; line-height: 1.4; }
.eyebrow-light { color: rgba(255,255,255,.78); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 690px; margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 4.45rem); font-weight: 760; }
h1 span { color: var(--teal); }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.2vw, 3.1rem); }
h3 { margin-bottom: 9px; font-size: 1.15rem; }
.hero-lede { max-width: 470px; margin-bottom: 28px; color: #38455c; font-size: 1.08rem; }
.hero-actions { align-items: center; }
.hero-booking { max-width: 560px; margin-bottom: 0; }
.hero-booking > strong { display: block; margin-bottom: 12px; color: var(--navy); font-size: 1rem; }
.hero-booking-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-booking-actions .button { min-height: 48px; padding: 12px 16px; font-size: .88rem; }
.hero-search-wrapper { position: relative; z-index: 3; padding: 0 0 60px; margin-top: -24px; }
.hero-search { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 18px 22px; border: 1px solid rgba(219,230,235,.8); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.search-heading { display: flex; gap: 11px; align-items: center; margin-bottom: 8px; }
.search-heading > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--teal-deep); border-radius: 50%; background: var(--teal-soft); }
.search-heading strong, .search-heading small { display: block; }
.search-heading strong { font-size: 1.04rem; }
.search-heading small { color: var(--muted); font-size: .76rem; }
.search-field { display: flex; align-items: center; gap: 12px; min-height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #fff; }
.search-field .icon { color: #98a1ae; }
.search-field:focus-within { border-color: var(--teal-deep); box-shadow: 0 0 0 4px var(--teal-soft); }
.search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-field input::placeholder { color: #98a1ae; }
.search-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.search-shortcuts a { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 7px; border: 1px solid var(--line); border-radius: 10px; transition: border-color .2s ease, transform .2s ease; }
.search-shortcuts a:hover { border-color: var(--teal); transform: translateY(-2px); }
.search-shortcuts a > svg { color: var(--teal-deep); }
.search-shortcuts strong, .search-shortcuts small { display: block; }
.search-shortcuts strong { font-size: .79rem; }
.search-shortcuts small { color: var(--muted); font-size: .68rem; line-height: 1.25; }

/* Keep the hero compact on very large screens. */
@media (min-width: 1400px) {
  .hero { min-height: 600px; }
  .hero-visual { min-height: 600px; }
}

.section { padding: 112px 0; }
.section-soft { background: var(--sky); }
.section-narrow { padding-top: 74px; padding-bottom: 74px; }
.guide-section { padding-top: 110px; }
.section-heading { max-width: 680px; margin-bottom: 35px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); }
.section-mark { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 14px; color: var(--teal-deep); }
.section-mark .icon { width: 37px; height: 37px; stroke-width: 1.4; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-card { display: flex; gap: 16px; min-height: 132px; padding: 23px 19px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.guide-card:hover { border-color: rgba(44,142,152,.4); box-shadow: 0 16px 30px rgba(11,35,87,.08); transform: translateY(-3px); }
.guide-card > span:last-child { display: flex; flex: 1; min-width: 0; flex-direction: column; align-items: flex-start; }
.guide-card strong, .guide-card small { display: block; }
.guide-card strong { margin-bottom: 6px; font-size: 1rem; }
.guide-card small { min-height: 38px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.guide-card em { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--teal-deep); font-size: .82rem; font-style: normal; font-weight: 700; }
.icon-bubble { display: grid; flex: 0 0 51px; place-items: center; width: 51px; height: 51px; color: var(--navy); border-radius: 50%; background: #eef6f7; }
.icon-bubble .icon { width: 25px; height: 25px; }
.icon-bubble.teal { color: var(--teal-deep); background: var(--teal-soft); }
.icon-bubble.pale { color: #4b6689; background: #eef1f5; }
.section-soft .split-section { align-items: center; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.split-section > div:first-child > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.image-stack { position: relative; max-width: 520px; justify-self: end; }
.image-stack > img { width: 100%; height: 355px; object-fit: cover; border-radius: 28px; }
.image-note { position: absolute; right: -22px; bottom: -22px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; width: min(265px, 75%); padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.image-note > span { grid-row: span 2; display: grid; place-items: center; width: 33px; height: 33px; color: var(--teal-deep); border-radius: 50%; background: var(--teal-soft); }
.image-note strong { font-size: .86rem; }
.image-note small { color: var(--muted); font-size: .72rem; line-height: 1.3; }
.location-section { padding-top: 100px; }
.location-grid { display: grid; grid-template-columns: 1.1fr 1fr .72fr; gap: 34px; align-items: center; padding: 22px; border-radius: 24px; background: var(--sky); }
.location-photo { position: relative; min-height: 385px; overflow: hidden; border-radius: 22px; }
.location-photo.large { min-height: 470px; }
.location-photo img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.location-photo > span { position: absolute; bottom: 20px; left: 20px; padding: 8px 12px; color: #fff; border-radius: 7px; background: rgba(6,24,66,.82); font-size: .8rem; font-weight: 700; }
.location-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-list { display: grid; gap: 17px; margin: 25px 0; }
.contact-list div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 13px; }
.contact-list dt { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .8rem; font-weight: 800; }
.contact-list dt .icon { width: 18px; height: 18px; color: var(--teal-deep); }
.contact-list dd { margin: 0; color: var(--muted); font-size: .87rem; }
.contact-list dd a { color: var(--teal-deep); font-weight: 700; }
.location-proof { padding: 23px; border-radius: 16px; background: #e8f1f3; }
.location-proof h3 { font-size: 1rem; }
.location-proof ul { display: grid; gap: 17px; padding: 0; margin: 22px 0 0; list-style: none; color: #3f6b76; font-size: .82rem; }
.location-proof li { display: flex; align-items: center; gap: 9px; }
.location-proof li .icon { display: grid; width: 22px; height: 22px; padding: 4px; color: #fff; border-radius: 50%; background: var(--teal); stroke-width: 2.3; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.question-grid a, .link-list a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.question-grid a:hover, .link-list a:hover { color: var(--teal-deep); }
.question-grid a .icon, .link-list a .icon { color: var(--teal-deep); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; width: min(calc(100% - 48px), var(--max)); margin: 0 auto 85px; padding: 35px 50px; color: #fff; border-radius: 18px; background: var(--teal-deep); }
.cta-band h2 { max-width: 570px; margin-bottom: 8px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.cta-band p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.82); }
.cta-actions { justify-content: flex-end; flex: 0 0 auto; }

.page-hero { padding: 72px 0 74px; background: var(--sky); }
.page-hero h1 { max-width: 800px; margin-bottom: 16px; font-size: clamp(2.55rem, 5vw, 4.2rem); }
.page-hero p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.1rem; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--teal-deep); font-weight: 700; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card-media { height: 205px; overflow: hidden; background: var(--sky); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; }
.service-card > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.service-card p:not(.eyebrow) { flex: 1; color: var(--muted); font-size: .91rem; }
.cardiology-section { background: var(--sky); }
.cardiology-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cardiology-feature { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.cardiology-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cardiology-feature-media { height: 176px; overflow: hidden; background: #eaf3f4; }
.cardiology-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.cardiology-feature > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.cardiology-feature h3 { margin-bottom: 9px; font-size: 1.22rem; }
.cardiology-feature p { flex: 1; margin-bottom: 16px; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.cardiology-support { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.cardiology-support > strong { grid-column: 1 / -1; color: var(--navy); font-size: .94rem; }
.cardiology-support a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 76px; padding: 15px 17px; border: 1px solid rgba(44,142,152,.2); border-radius: 14px; background: rgba(255,255,255,.75); }
.cardiology-support a:hover { border-color: rgba(44,142,152,.55); background: #fff; }
.cardiology-support b, .cardiology-support small { display: block; }
.cardiology-support b { color: var(--navy); font-size: .92rem; }
.cardiology-support small { margin-top: 3px; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.cardiology-support > a > .icon { flex: 0 0 auto; color: var(--teal-deep); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: start; }
.rounded-image { width: 100%; max-height: 340px; object-fit: cover; border-radius: 22px; }
.booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.booking-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 365px; padding: 31px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.booking-card-featured { border-color: rgba(44,142,152,.5); box-shadow: 0 14px 35px rgba(44,142,152,.09); }
.booking-card .icon-bubble { margin-bottom: 26px; }
.booking-card h2 { margin-bottom: 11px; font-size: 1.55rem; }
.booking-card p:not(.eyebrow) { flex: 1; color: var(--muted); font-size: .93rem; }
.booking-card small { display: block; margin-top: 14px; color: var(--muted); font-size: .74rem; }
.pending-note, .review-note { display: block; color: #6d7b8f; font-size: .76rem; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: start; }
.detail-image { width: 100%; max-height: 330px; margin-bottom: 27px; object-fit: cover; border-radius: 20px; }
.content-lede { color: var(--muted); font-size: 1.08rem; }
.legacy-prose { max-width: 780px; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.legacy-list { display: grid; gap: 13px; padding-left: 23px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.legacy-list li::marker { color: var(--teal-deep); }
.detail-points { display: grid; gap: 12px; margin: 23px 0 50px; }
.detail-points > div { display: flex; gap: 13px; align-items: flex-start; padding: 16px; border-radius: 13px; background: var(--sky); }
.detail-points .icon { color: var(--teal-deep); margin-top: 2px; }
.detail-points p { margin: 0; color: var(--muted); }
.service-aside { position: sticky; top: 20px; display: grid; gap: 18px; }
.aside-card, .aside-facts, .info-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.aside-card { box-shadow: 0 15px 35px rgba(11,35,87,.08); }
.aside-card p:not(.eyebrow), .aside-facts p { color: var(--muted); font-size: .9rem; }
.aside-card .button + .button { margin-top: 11px; }
.aside-facts { background: var(--sky); }
.aside-facts h3 { font-size: 1rem; }
.aside-facts p { display: flex; gap: 9px; align-items: flex-start; }
.aside-facts p .icon { width: 18px; height: 18px; flex: 0 0 auto; color: var(--teal-deep); }
.aside-facts a { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-deep); font-size: .88rem; font-weight: 700; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 0; color: var(--ink); cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { color: var(--teal-deep); transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(90deg); }
.faq-list details p { max-width: 760px; padding: 0 42px 17px 0; margin: 0; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 100px; align-items: start; }
.prose { max-width: 750px; }
.prose h2 { margin-top: 38px; font-size: 1.75rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 22px; }
.info-rail { display: grid; gap: 15px; }
.info-card .icon-bubble { margin-bottom: 15px; }
.info-card h3 { font-size: 1.05rem; }
.info-card p { color: var(--muted); font-size: .88rem; }
.result-panel { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; max-width: 890px; padding: 45px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.result-icon { display: grid; place-items: center; width: 76px; height: 76px; color: var(--teal-deep); border-radius: 20px; background: var(--teal-soft); }
.result-icon .icon { width: 36px; height: 36px; }
.result-panel p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.location-detail { display: grid; grid-template-columns: 1.08fr 1fr; gap: 76px; align-items: center; }
.specialty-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
.specialty-row { display: grid; grid-template-columns: 44px 76px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px 5px; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.specialty-row:hover { padding-right: 14px; padding-left: 14px; color: var(--teal-deep); }
.specialty-number { color: var(--teal); font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.specialty-thumb { display: block; width: 76px; height: 56px; overflow: hidden; border-radius: 12px; background: var(--sky); }
.specialty-thumb img { width: 100%; height: 100%; object-fit: cover; }
.specialty-copy strong, .specialty-copy small { display: block; }
.specialty-row strong { font-size: 1.15rem; }
.specialty-row small { max-width: 680px; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.specialty-row > .icon { color: var(--teal-deep); }
.wide-search { max-width: 620px; margin-bottom: 30px; }
.guide-grid-wide { grid-template-columns: repeat(2, 1fr); }
.guide-card-static { cursor: default; }
.guide-card-static:hover { transform: none; }
.guide-card-static .text-link { margin-top: 14px; font-size: .82rem; }
.empty-state { padding: 22px; border-radius: 13px; color: var(--muted); background: var(--sky); }
.site-footer { padding: 73px 0 27px; color: rgba(255,255,255,.78); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-logo { width: 190px; padding: 10px; margin-bottom: 17px; border-radius: 7px; background: #fff; }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-size: .86rem; letter-spacing: .01em; }
.footer-grid a, .footer-grid p { display: block; margin-bottom: 9px; color: rgba(255,255,255,.72); font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); font-size: .76rem; }
.consent-banner { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 26px; width: min(760px, calc(100% - 40px)); padding: 20px 22px; border: 1px solid rgba(11,35,87,.14); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; margin-bottom: 5px; font-size: .92rem; }
.consent-banner p { max-width: 500px; margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.consent-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 8px; }
.consent-actions .button { min-height: 38px; padding: 9px 13px; font-size: .74rem; }
.toast { position: fixed; z-index: 60; right: 24px; bottom: 24px; max-width: 370px; padding: 14px 16px; color: #fff; border-radius: 10px; background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .site-nav { gap: 16px; font-size: .86rem; }
  .header-inner { gap: 16px; }
  .brand { width: 205px; }
  .hero { grid-template-columns: 1.15fr .85fr; }
  .hero-panel { padding: 46px 0 46px var(--hero-gutter); }
  .hero-panel::before { right: -50px; border-radius: 0 80px 80px 0; }
  .hero-panel-inner { padding-right: 24px; }
  .hero-visual { min-height: 460px; }
  .hero-search { width: min(760px, calc(100% - 36px)); }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-proof { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .topbar-inner { min-height: 38px; align-items: flex-start; padding-top: 7px; padding-bottom: 7px; font-size: .7rem; }
  .topbar-info { gap: 4px 12px; }
  .topbar-info span { white-space: normal; }
  .topbar-actions { gap: 6px; }
  .topbar-social { width: 29px; height: 29px; min-height: 0; padding: 0; font-size: 0; }
  .header-inner { min-height: 76px; justify-content: space-between; }
  .brand { width: 185px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-panel { padding: 46px 18px 36px; }
  .hero-panel::before { inset: 0; border-radius: 0; }
  .hero-panel-inner { padding-right: 0; }
  .hero-visual { min-height: 320px; }
  .hero-visual img { object-position: 50% center; }
  .hero-search-wrapper { padding: 24px 0 52px; }
  .hero-search { width: auto; margin: 0 18px; }
  .guide-section { padding-top: 88px; }
  .section { padding: 76px 0; }
  .section-narrow { padding-top: 58px; padding-bottom: 58px; }
  .guide-grid, .guide-grid-wide, .service-grid, .booking-grid, .cardiology-feature-grid, .cardiology-support { grid-template-columns: repeat(2, 1fr); }
  .split-section, .two-column, .article-layout, .location-detail, .service-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .image-stack { justify-self: stretch; max-width: none; }
  .location-grid { grid-template-columns: 1fr; padding: 14px; }
  .location-proof { grid-column: auto; }
  .location-photo { min-height: 320px; }
  .service-aside { position: static; }
  .cta-band { align-items: flex-start; flex-direction: column; width: min(calc(100% - 36px), var(--max)); margin-bottom: 60px; padding: 30px; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar-inner { flex-direction: column; gap: 7px; }
  .topbar-info { width: 100%; }
  .topbar-actions { align-self: flex-start; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .hero-panel { padding-right: 14px; padding-left: 14px; }
  .hero-lede { font-size: 1rem; }
  .hero-search-wrapper { padding: 20px 0 44px; }
  .hero-search { margin-right: 14px; margin-left: 14px; padding: 15px; }
  .search-shortcuts { grid-template-columns: 1fr; }
  .search-shortcuts a { min-height: 50px; }
  .guide-grid, .guide-grid-wide, .service-grid, .booking-grid, .question-grid, .cardiology-feature-grid, .cardiology-support { grid-template-columns: 1fr; }
  .guide-card { min-height: 118px; }
  .image-stack > img { height: 270px; }
  .image-note { right: 10px; bottom: -18px; }
  .contact-list div { grid-template-columns: 1fr; gap: 4px; }
  .page-hero { padding: 50px 0 55px; }
  .breadcrumb { margin-bottom: 28px; }
  .result-panel { grid-template-columns: 1fr; padding: 28px; }
  .result-icon { width: 58px; height: 58px; }
  .result-icon .icon { width: 28px; height: 28px; }
  .specialty-row { grid-template-columns: 35px 64px minmax(0, 1fr) auto; gap: 12px; }
  .specialty-thumb { width: 64px; height: 50px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .consent-banner { right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; width: calc(100% - 24px); padding: 17px; }
  .consent-actions { flex-direction: row; }
  .consent-actions .button { flex: 1; }
  .toast { right: 14px; bottom: 14px; max-width: calc(100% - 28px); }
}

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