:root {
  --navy-950: #041525;
  --navy-900: #071d33;
  --navy-800: #0d2e4d;
  --navy-700: #164a73;
  --blue-500: #75bdf0;
  --blue-200: #c8e7fb;
  --blue-100: #e9f6fe;
  --gold: #c8a560;
  --ink: #10263a;
  --muted: #657787;
  --surface: #ffffff;
  --background: #f4f8fb;
  --line: #dce7ee;
  --whatsapp: #22c968;
  --whatsapp-dark: #159d4d;
  --shadow: 0 24px 64px rgba(5, 31, 52, 0.12);
  --soft-shadow: 0 14px 34px rgba(5, 31, 52, 0.08);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

section[id] {
  scroll-margin-top: 86px;
}

.container {
  margin-inline: auto;
  width: min(calc(100% - 40px), var(--container));
}

.skip-link {
  background: var(--blue-200);
  border-radius: 0 0 12px 12px;
  color: var(--navy-950);
  font-weight: 900;
  left: 18px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  transition: top 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(9, 41, 68, 0.08);
  position: sticky;
  top: 0;
  transition: box-shadow 180ms ease;
  z-index: 50;
}

.site-header.scrolled {
  box-shadow: 0 12px 30px rgba(5, 31, 52, 0.1);
}

.nav-wrap {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: flex;
}

.brand img {
  height: auto;
  width: 174px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.main-nav > a {
  color: var(--navy-900);
  font-size: 0.92rem;
  font-weight: 760;
  transition: color 160ms ease;
}

.main-nav > a:hover,
.main-nav > a:focus-visible {
  color: var(--navy-700);
}

.main-nav .nav-whatsapp {
  background: #1678b8;
  border-radius: 999px;
  color: #ffffff;
  padding: 9px 16px;
}

.main-nav .nav-whatsapp:hover,
.main-nav .nav-whatsapp:focus-visible {
  background: #105f94;
  color: #ffffff;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 10px;
}

.menu-toggle span {
  background: var(--navy-900);
  border-radius: 999px;
  height: 2px;
  transition: transform 160ms ease, opacity 160ms ease;
  width: 22px;
}

.hero {
  background: var(--navy-950);
  color: #ffffff;
  min-height: min(860px, calc(100vh - 78px));
  overflow: hidden;
  position: relative;
}

.hero::after {
  background-image: url("assets/hero-right-extension-v3.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(58px, 5.8vw, 104px);
  z-index: 2;
}

.hero-background {
  background-image: url("assets/hero-corridor-clean.jpg");
  background-position: 51% center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-background::before {
  background:
    linear-gradient(90deg, rgba(2, 19, 34, 0.99) 0%, rgba(3, 27, 48, 0.97) 34%, rgba(7, 38, 63, 0.7) 57%, rgba(7, 38, 63, 0.12) 79%, rgba(7, 38, 63, 0.03) 100%),
    linear-gradient(180deg, rgba(3, 22, 39, 0.04) 55%, rgba(2, 17, 30, 0.56) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-background::after {
  background: radial-gradient(circle at 76% 28%, rgba(210, 237, 255, 0.25), transparent 34%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-person {
  bottom: 0;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 13%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 13%, #000 34%);
  max-width: 58vw;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: clamp(58px, 5.8vw, 104px);
  width: min(58vw, 932px);
  z-index: 2;
}

.hero-light-softener {
  background: radial-gradient(circle at 71% 5%, rgba(7, 36, 59, 0.24) 0, rgba(7, 36, 59, 0.11) 4.5%, transparent 10%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-inner {
  align-items: center;
  display: flex;
  min-height: min(860px, calc(100vh - 78px));
  position: relative;
  z-index: 3;
}

.hero-copy {
  max-width: 610px;
  padding: 70px 0;
}

.hero-overline {
  color: var(--blue-200);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.28em;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.hero-overline::after {
  background: var(--blue-500);
  content: "";
  display: block;
  height: 2px;
  margin-top: 17px;
  width: 70px;
}

.hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4.8vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

.hero-description {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 570px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  fill: currentColor;
  height: 21px;
  width: 21px;
}

.button-primary {
  background: var(--blue-200);
  box-shadow: 0 16px 36px rgba(6, 25, 42, 0.26);
  color: var(--navy-900);
}

.button-primary:hover {
  background: #dcf1ff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.hero-credentials span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 11px;
}

.trust-strip {
  background: var(--navy-900);
  color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid span {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 850;
  padding: 23px;
  text-align: center;
}

.trust-grid span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.section {
  padding: 96px 0;
}

.about-section,
.hospitals-section {
  background: #ffffff;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.9fr 1.1fr;
}

.about-media {
  min-height: 0;
  position: relative;
}

.about-main {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  width: min(100%, 467px);
}

.eyebrow {
  color: var(--navy-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.section-copy h2,
.section-heading h2 {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.section-title-centered > .eyebrow,
.section-title-centered > h2 {
  text-align: center;
}

.section-copy > p:not(.eyebrow),
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
  margin: 23px 0 0;
}

.about-biography {
  align-self: start;
}

.about-biography > p:not(.eyebrow) {
  font-size: 0.92rem;
  line-height: 1.62;
  margin-top: 14px;
}

.about-biography blockquote {
  background: var(--blue-100);
  border-left: 4px solid var(--blue-500);
  border-radius: 0 16px 16px 0;
  color: var(--navy-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-style: italic;
  line-height: 1.5;
  margin: 20px 0 0;
  padding: 16px 18px;
}

.credential-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.credential-links span,
.credential-links a {
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 11px 15px;
}

.credential-links span {
  background: var(--blue-100);
  color: var(--navy-700);
}

.credential-links a {
  background: var(--navy-800);
  color: #ffffff;
}

.areas-section,
.contact-section {
  background: var(--background);
}

.section-heading {
  margin: 0 auto 44px;
  max-width: 780px;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  margin-inline: auto;
  max-width: 670px;
}

.publications-section {
  background: var(--surface);
}

.publications-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.publication-card {
  background: var(--background);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 28px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.publication-card:hover {
  border-color: rgba(22, 74, 115, 0.3);
  transform: translateY(-3px);
}

.publication-meta {
  color: var(--navy-700);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.publication-card h3 {
  color: var(--navy-900);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 16px 0 0;
}

.publication-card p {
  color: var(--muted);
  font-size: 0.84rem;
  margin: 18px 0 22px;
  overflow-wrap: anywhere;
}

.publication-card > a {
  align-items: center;
  align-self: flex-start;
  background: var(--navy-800);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 8px;
  margin-top: auto;
  padding: 11px 16px;
  transition: background 160ms ease, transform 160ms ease;
}

.publication-card > a:hover,
.publication-card > a:focus-visible {
  background: var(--navy-700);
  transform: translateY(-1px);
}

.areas-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.carousel-controls {
  align-items: center;
  display: none;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.carousel-arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-900);
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 48px;
}

.carousel-arrow:hover:not(:disabled),
.carousel-arrow:focus-visible:not(:disabled) {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: #ffffff;
  transform: translateY(-2px);
}

.carousel-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.carousel-status {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  min-width: 72px;
  text-align: center;
}

.treatments-carousel.carousel-ready .carousel-controls {
  display: flex;
}

.treatments-carousel.carousel-ready .areas-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.treatments-carousel.carousel-ready .area-card {
  animation: carousel-card-in 360ms ease both;
}

.treatments-carousel.carousel-ready .area-card[hidden] {
  display: none;
}

.treatments-carousel.carousel-ready.carousel-single-page .area-card:not([hidden]) {
  grid-column: 2;
}

@keyframes carousel-card-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.area-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(5, 31, 52, 0.05);
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.area-card:hover {
  box-shadow: var(--soft-shadow);
  transform: translateY(-4px);
}

.area-card img {
  background: #f7fbfe;
  height: 170px;
  object-fit: contain;
  padding: 10px 14px;
  width: 100%;
}

.area-card div {
  padding: 22px;
}

.area-card h3 {
  color: var(--navy-900);
  font-size: 1.15rem;
  margin: 0;
}

.area-card p {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 10px 0 0;
}

.why-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(117, 189, 240, 0.15), transparent 32%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: #ffffff;
}

.why-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.9fr 1.1fr;
}

.why-section .section-copy h2,
.why-section .section-copy > p:not(.eyebrow) {
  color: #ffffff;
}

.why-section .section-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.73);
}

.eyebrow-light {
  color: var(--blue-200);
}

.why-list {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, 1fr);
}

.why-list div {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  gap: 13px;
  min-height: 74px;
  padding: 16px;
}

.why-list span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.why-list strong {
  font-size: 0.92rem;
}

.hospital-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.hospital-logo {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f6f9fb);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  min-height: 126px;
  padding: 20px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hospital-logo:hover {
  border-color: rgba(24, 112, 166, 0.24);
  box-shadow: 0 16px 34px rgba(8, 35, 55, 0.09);
  transform: translateY(-3px);
}

.hospital-logo img {
  display: block;
  height: auto;
  max-height: 62px;
  max-width: 84%;
  object-fit: contain;
  width: auto;
}

.hospital-logo img.hospital-logo-wide {
  max-height: 70px;
  max-width: 92%;
}

.hospital-logo img.hospital-logo-compact {
  max-width: 220px;
  width: 78%;
}

.hospital-logo-symbol img {
  max-height: 78px;
  max-width: 78px;
}

.hospital-logo-symbol {
  gap: 14px;
}

.hospital-logo-name {
  color: #075d9b;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.contact-heading {
  margin-bottom: 38px;
}

.contact-layout {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-cards {
  display: grid;
  gap: 12px;
}

.contact-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr auto;
  min-width: 0;
  padding: 17px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-card:hover {
  border-color: #9dcbe7;
  box-shadow: var(--soft-shadow);
  transform: translateY(-2px);
}

.contact-icon {
  align-items: center;
  background: var(--blue-100);
  border-radius: 14px;
  color: var(--navy-700);
  display: flex;
  flex: 0 0 46px;
  font-size: 1rem;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.contact-icon svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.contact-whatsapp .contact-icon {
  background: rgba(34, 201, 104, 0.13);
  color: var(--whatsapp-dark);
}

.contact-instagram .contact-icon {
  background: linear-gradient(135deg, rgba(255, 194, 82, 0.2), rgba(214, 41, 118, 0.16), rgba(79, 91, 213, 0.16));
  color: #c42e78;
}

.contact-instagram .contact-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.contact-instagram .contact-icon .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.contact-card span:nth-child(2) {
  min-width: 0;
}

.contact-card small,
.contact-card strong,
.contact-card em {
  display: block;
}

.contact-card small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--navy-900);
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.contact-card em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  margin-top: 2px;
}

.contact-card b {
  color: var(--navy-700);
  font-size: 1.25rem;
}

.map-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 475px;
  overflow: hidden;
}

.map-card iframe {
  border: 0;
  height: 100%;
  min-height: 385px;
  width: 100%;
}

.map-footer {
  align-items: center;
  background: var(--navy-900);
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 20px;
}

.map-footer strong,
.map-footer span {
  display: block;
}

.map-footer span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.map-footer a {
  background: var(--blue-200);
  border-radius: 999px;
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 9px 14px;
  white-space: nowrap;
}

.site-footer {
  background: #03111f;
  color: #ffffff;
  padding: 36px 0 22px;
}

.footer-grid {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.footer-grid strong,
.footer-grid span {
  display: block;
}

.footer-grid span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.85rem;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-grid nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  margin-top: 25px;
  padding-top: 18px;
}

.whatsapp-float {
  align-items: center;
  background: var(--whatsapp);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 16px 34px rgba(15, 124, 62, 0.3);
  color: #ffffff;
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  min-height: 54px;
  padding: 0 18px;
  position: fixed;
  right: 18px;
  transition: background 160ms ease, transform 160ms ease;
  z-index: 45;
}

.whatsapp-float:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
}

.whatsapp-float svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 3px solid rgba(117, 189, 240, 0.55);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .hero::after {
    display: none;
  }

  .hero-person {
    max-width: 61vw;
    width: 61vw;
  }

  .hero-copy {
    max-width: 560px;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatments-carousel.carousel-ready .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatments-carousel.carousel-ready.carousel-single-page .area-card:not([hidden]) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .nav-wrap {
    height: 70px;
  }

  .menu-toggle {
    display: flex;
    z-index: 2;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    align-items: stretch;
    background: #ffffff;
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 36px rgba(5, 31, 52, 0.13);
    display: none;
    gap: 4px;
    left: 0;
    padding: 12px 16px 18px;
    position: absolute;
    right: 0;
    top: 70px;
  }

  .site-header.menu-open .main-nav {
    display: grid;
  }

  .main-nav > a {
    border-radius: 12px;
    padding: 13px 12px;
  }

  .main-nav .nav-whatsapp {
    margin-top: 5px;
    text-align: center;
  }

  .hero,
  .hero-inner {
    min-height: 860px;
  }

  .hero::after {
    display: none;
  }

  .hero-background {
    background-position: center top;
  }

  .hero-background::before {
    background:
      linear-gradient(180deg, rgba(3, 20, 35, 0.15) 0%, rgba(3, 20, 35, 0.05) 35%, rgba(3, 24, 42, 0.76) 58%, rgba(2, 17, 30, 0.99) 78%),
      linear-gradient(90deg, rgba(4, 24, 42, 0.52), rgba(4, 24, 42, 0.1));
  }

  .hero-inner {
    align-items: flex-end;
  }

  .hero-person {
    bottom: auto;
    height: 468px;
    left: 0;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
    max-width: none;
    right: auto;
    object-position: 38% top;
    top: 0;
    transform: none;
    width: 100%;
  }

  .hero-light-softener {
    display: none;
  }

  .hero-copy {
    max-width: 660px;
    padding: 402px 0 54px;
    text-align: center;
    width: 100%;
  }

  .hero-overline::after {
    margin-inline: auto;
  }

  .hero-description {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-credentials {
    justify-content: center;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid span,
  .trust-grid span:last-child {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px;
  }

  .section {
    padding: 72px 0;
  }

  .about-grid,
  .why-grid,
  .contact-layout {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .about-media {
    margin-inline: auto;
    max-width: 620px;
    min-height: 0;
    width: 100%;
  }

  .about-main {
    height: auto;
  }

  .hospital-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand img {
    width: 142px;
  }

  .hero,
  .hero-inner {
    min-height: 880px;
  }

  .hero-background {
    background-position: center top;
  }

  .hero-person {
    height: 418px;
    left: 0;
    object-position: 38% top;
    top: 0;
    transform: none;
    width: 100%;
  }

  .hero-light-softener {
    display: none;
  }

  .hero-copy {
    padding: 360px 0 92px;
  }

  .hero-overline {
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    margin-bottom: 17px;
  }

  .hero-overline::after {
    margin-top: 11px;
    width: 48px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11.8vw, 3.15rem);
    line-height: 0.98;
  }

  .hero-description {
    font-size: 0.8rem;
    line-height: 1.45;
    margin-top: 15px;
    max-width: 350px;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 19px;
  }

  .button {
    min-height: 52px;
    width: 100%;
  }

  .hero-credentials {
    margin-top: 18px;
  }

  .hero-credentials span {
    font-size: 0.68rem;
  }

  .section {
    padding: 56px 0;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: 2.28rem;
  }

  .section-copy > p:not(.eyebrow),
  .section-heading > p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .about-biography > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.58;
    margin-top: 12px;
  }

  .about-biography blockquote {
    font-size: 0.96rem;
    margin-top: 17px;
    padding: 14px 16px;
  }

  .about-media {
    min-height: auto;
  }

  .about-main {
    height: auto;
    width: 100%;
  }

  .credential-links {
    display: grid;
  }

  .credential-links span,
  .credential-links a {
    text-align: center;
  }

  .publications-grid {
    grid-template-columns: 1fr;
  }

  .publication-card {
    min-height: 0;
    padding: 22px;
  }

  .publication-card h3 {
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .publication-card > a {
    justify-content: center;
    width: 100%;
  }

  .areas-grid {
    grid-template-columns: 1fr;
  }

  .treatments-carousel.carousel-ready .areas-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .treatments-carousel.carousel-ready.carousel-single-page .area-card:not([hidden]) {
    grid-column: 1;
    width: 100%;
  }

  .carousel-controls {
    margin-top: 20px;
  }

  .area-card {
    display: grid;
    grid-template-columns: 112px 1fr;
  }

  .area-card img {
    height: 100%;
    min-height: 150px;
    object-fit: contain;
    padding: 10px;
  }

  .area-card div {
    padding: 18px;
  }

  .why-list,
  .hospital-grid {
    grid-template-columns: 1fr;
  }

  .hospital-logo {
    min-height: 100px;
  }

  .contact-card {
    gap: 11px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 14px;
  }

  .contact-icon {
    border-radius: 12px;
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }

  .contact-card strong {
    font-size: 0.88rem;
  }

  .map-card {
    min-height: 430px;
  }

  .map-card iframe {
    min-height: 340px;
  }

  .map-footer {
    align-items: flex-start;
    display: grid;
  }

  .map-footer a {
    text-align: center;
    width: 100%;
  }

  .footer-grid {
    align-items: flex-start;
    display: grid;
  }

  .footer-grid nav {
    gap: 14px;
  }

  .site-footer {
    padding-bottom: 40px;
  }

  .whatsapp-float {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
