:root {
  --teal: #246f7e;
  --teal-dark: #174f5a;
  --teal-deep: #0f3942;
  --teal-soft: #e8f1f2;
  --gold: #fac02e;
  --gold-soft: #fff6d9;
  --ink: #172326;
  --muted: #647377;
  --surface: #f6f8f8;
  --white: #ffffff;
  --line: #dce5e6;
  --body: "DM Sans", sans-serif;
  --heading: "Manrope", sans-serif;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 22px 60px rgba(16, 57, 66, .12);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: clamp(72px, 8vw, 112px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--gold); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--heading); color: var(--ink); letter-spacing: -.035em; }
h1 { max-width: 650px; margin-bottom: 20px; color: var(--white); font-size: clamp(38px, 4vw, 54px); font-weight: 700; line-height: 1.1; }
h2 { margin-bottom: 20px; font-size: clamp(30px, 3.2vw, 43px); font-weight: 700; line-height: 1.18; }
h3 { font-size: 24px; font-weight: 700; line-height: 1.25; }
h1 em, h2 em { color: inherit; font-style: normal; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child:empty { display: none; }
.eyebrow--light { color: rgba(255,255,255,.82); }

.announcement { background: var(--teal-deep); color: rgba(255,255,255,.86); font-size: 12px; letter-spacing: .02em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { color: var(--gold); font-weight: 700; text-decoration: none; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(15,57,66,.07); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { width: 194px; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: #34464a; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav a.is-current { color: var(--teal); }
.main-nav a.is-current::after { transform: scaleX(1); }
.language-switcher { min-height: 46px; display: inline-flex; align-items: center; gap: 3px; flex: 0 0 auto; padding: 4px; border: 1px solid rgba(25,122,135,.2); border-radius: 12px; background: var(--teal-soft); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.language-switcher__label { max-width: 58px; margin: 0 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.language-option { min-width: 43px; height: 36px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 4px 6px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--muted); font-family: var(--body); font-size: 10px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.language-option:hover { background: rgba(255,255,255,.8); color: var(--teal-dark); transform: translateY(-1px); }
.language-option.is-active { border-color: var(--teal); background: var(--teal); color: var(--white); box-shadow: 0 5px 12px rgba(25,122,135,.2); }
.language-option img { width: 19px; height: 14px; flex: 0 0 auto; border-radius: 2px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15,57,66,.12); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--teal-dark); transition: transform .25s, opacity .25s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--teal); border-radius: 8px; background: var(--teal); color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(36,111,126,.22); }
.button > span[aria-hidden="true"] { transition: transform .25s; }
.button:hover > span[aria-hidden="true"] { transform: translate(2px,-2px); }
.button--small { min-height: 44px; padding: 9px 15px; font-size: 13px; }
.button--gold { border-color: var(--gold); background: var(--gold); color: var(--teal-deep); }
.button--outline { background: transparent; color: var(--teal); }
.button--outline:hover { background: var(--teal); color: var(--white); }
.button--ghost { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: var(--white); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.15); box-shadow: none; }
.contact-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.contact-actions--hero { max-width: 680px; margin: 28px 0 24px; }
.contact-actions--center { width: min(760px,100%); margin: 30px auto 0; text-align: left; }
.contact-action { min-height: 70px; display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 12px; background: rgba(255,255,255,.1); color: var(--white); text-decoration: none; backdrop-filter: blur(9px); transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.contact-action:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(8,45,53,.2); }
.contact-action__icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-content: center; border-radius: 9px; background: rgba(255,255,255,.16); font-size: 15px; font-weight: 800; }
.contact-action > span:last-child { min-width: 0; display: grid; }
.contact-action strong { font-family: var(--heading); font-size: 13px; line-height: 1.2; }
.contact-action small { overflow: hidden; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.contact-action--book { border-color: var(--gold); background: var(--gold); color: var(--teal-deep); }
.contact-action--book .contact-action__icon { background: rgba(15,57,66,.1); }
.contact-action--book small { color: rgba(15,57,66,.72); }
.contact-action--whatsapp { border-color: #25d366; background: #25d366; color: #063c1e; }
.contact-action--whatsapp .contact-action__icon { background: rgba(255,255,255,.4); }
.contact-action--whatsapp small { color: rgba(6,60,30,.74); }
.contact-actions--center .contact-action--call { border-color: var(--line); background: var(--white); color: var(--teal-dark); }
.contact-actions--center .contact-action--call small { color: var(--muted); }
.contact-actions--center .contact-action--call .contact-action__icon { background: var(--teal-soft); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-1px); }

.hero { position: relative; height: min(760px, calc(100vh - 112px)); min-height: 650px; overflow: hidden; background: var(--teal-deep); color: var(--white); }
.hero__slides, .hero__slide, .hero__overlay { position: absolute; inset: 0; }
.hero__slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity 1s ease, transform 7s linear; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__overlay { z-index: 1; background: linear-gradient(90deg, rgba(9,48,57,.96) 0%, rgba(15,62,72,.89) 33%, rgba(21,70,80,.42) 58%, rgba(15,57,66,.05) 82%), linear-gradient(0deg, rgba(7,39,46,.34), transparent 45%); }
.hero__content { position: relative; z-index: 3; height: calc(100% - 108px); display: flex; align-items: center; }
.hero__copy { max-width: 690px; padding: 44px 0 52px; }
.hero__lead { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.rating { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 13px; }
.rating strong { color: var(--white); font-size: 15px; }
.stars { color: var(--gold); letter-spacing: 2px; }
.hero__controls { position: absolute; right: 0; bottom: 138px; display: flex; gap: 8px; }
.hero__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: transform .25s, background .25s; }
.hero__dot.is-active { width: 8px; background: var(--gold); transform: scale(1.35); }
.hero__info { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.2); background: rgba(12,53,62,.76); backdrop-filter: blur(12px); }
.hero__info-grid { height: 108px; display: grid; grid-template-columns: repeat(3,1fr); }
.hero__info-grid > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.hero__info-grid > div:first-child { padding-left: 0; }
.hero__info-grid > div:last-child { border-right: 0; }
.hero__info-grid span { color: var(--gold); font-size: 11px; font-weight: 700; }
.hero__info-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.45; }
.hero__info-grid strong { display: block; margin-bottom: 3px; color: var(--white); font-family: var(--heading); font-size: 14px; }
.hero__info-grid small { display: block; font-size: 12px; }

.visit { padding: clamp(72px, 8vw, 108px) 0; background: var(--teal-deep); color: var(--white); }
.visit__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(48px, 8vw, 100px); }
.visit__intro h2 { max-width: 470px; color: var(--white); }
.visit__intro h2 em { color: var(--gold); }
.visit__intro > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.7); }
.visit__intro .button { margin-top: 10px; }
.visit__details { border-top: 1px solid rgba(255,255,255,.2); }
.info-card { min-height: 120px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.info-card__number { padding-top: 6px; color: var(--gold); font-size: 11px; font-weight: 700; }
.info-card h3 { margin-bottom: 5px; color: var(--white); font-size: 20px; }
.info-card p { margin-bottom: 0; color: rgba(255,255,255,.68); }
.info-card a { text-decoration-color: var(--gold); text-underline-offset: 4px; }
.hours p { display: flex; justify-content: space-between; gap: 16px; }
.hours strong { color: var(--white); font-weight: 500; }

.first-visit { background: var(--white); }
.first-visit__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(46px, 8vw, 100px); }
.first-visit__art { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--teal-soft); box-shadow: var(--shadow); }
.first-visit__art::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(10,43,50,.24)); pointer-events: none; }
.first-visit__art > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.first-visit__badge { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: grid; grid-template-columns: 36px 1fr; align-items: center; column-gap: 10px; min-width: 224px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 12px 30px rgba(15,57,66,.18); backdrop-filter: blur(8px); }
.first-visit__badge > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-content: center; border-radius: 50%; background: var(--gold); color: var(--teal-deep); font-weight: 800; }
.first-visit__badge strong { font-family: var(--heading); font-size: 13px; line-height: 1.3; }
.first-visit__badge small { color: var(--muted); font-size: 11px; }
.first-visit__copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.first-visit__copy .button { margin-top: 10px; }

.team { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 48px; margin-bottom: clamp(44px, 6vw, 72px); }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: 4px; color: var(--muted); }
.doctors { display: grid; gap: 32px; }
.doctor-card { display: grid; grid-template-columns: 390px 1fr; align-items: center; gap: clamp(36px, 6vw, 76px); padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.doctor-card--reverse { grid-template-columns: 1fr 390px; }
.doctor-card--reverse .doctor-card__image { grid-column: 2; grid-row: 1; }
.doctor-card--reverse .doctor-card__body { grid-column: 1; grid-row: 1; }
.doctor-card__image { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius); background: var(--teal-soft); }
.doctor-card__image img { width: 100%; height: 100%; object-fit: cover; }
.doctor-card__image > span { position: absolute; right: 16px; bottom: 14px; width: 42px; height: 42px; display: grid; place-content: center; border-radius: 50%; background: var(--white); color: var(--teal); font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(15,57,66,.15); }
.doctor-card__body h3 { margin-bottom: 8px; font-size: clamp(27px, 3vw, 36px); }
.doctor-card__body h4 { max-width: 570px; margin: 0 0 16px; color: var(--teal); font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.doctor-card__body > h4 + p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.mini-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 22px; }
.mini-action { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 8px; border: 1px solid var(--line); border-radius: 8px; color: var(--teal-dark); font-size: 11px; font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.mini-action:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(15,57,66,.12); }
.mini-action > span:first-child { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-content: center; border-radius: 6px; background: rgba(36,111,126,.1); font-size: 10px; }
.mini-action--book { border-color: var(--teal); background: var(--teal); color: var(--white); }
.mini-action--book > span:first-child { background: rgba(255,255,255,.18); }
.mini-action--whatsapp { border-color: #25d366; background: #e9fbf0; color: #087335; }
.mini-action--call { background: var(--white); }

.quote { padding: clamp(68px, 8vw, 100px) 0; background: var(--teal); color: var(--white); }
.quote__inner { display: grid; grid-template-columns: 72px 1fr; align-items: start; gap: 20px; }
.quote-mark { color: var(--gold); font-family: var(--heading); font-size: 86px; font-weight: 800; line-height: .75; }
blockquote { max-width: 920px; margin: 0; color: var(--white); font-family: var(--heading); font-size: clamp(24px, 3.2vw, 38px); font-weight: 600; line-height: 1.4; letter-spacing: -.025em; }

.services { background: var(--white); }
.section-heading--services { grid-template-columns: 1fr auto; }
.section-heading--services .text-link { margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 380px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); border-color: #b9cccf; box-shadow: var(--shadow); }
.service-card > span { align-self: flex-end; color: #93a1a4; font-size: 11px; font-weight: 700; }
.service-icon { width: 54px; height: 54px; display: grid; place-content: center; margin: 22px 0; border-radius: 14px; background: var(--teal-soft); color: var(--teal); font-size: 24px; }
.service-card h3 { margin-bottom: 12px; font-size: 22px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--teal); font-size: 14px; font-weight: 700; text-decoration: none; }
.service-card--featured { border-color: var(--teal); background: var(--teal); color: var(--white); }
.service-card--featured h3, .service-card--featured > a { color: var(--white); }
.service-card--featured p, .service-card--featured > span { color: rgba(255,255,255,.7); }
.service-card--featured .service-icon { background: var(--gold); color: var(--teal-deep); }
.service-card--featured > a { border-color: rgba(255,255,255,.22); }
.service-grid--complete .service-card { min-height: 470px; overflow: hidden; padding: 0; border-radius: 18px; background: var(--white); color: var(--ink); }
.service-grid--complete .service-card:hover { transform: translateY(-6px); }
.service-card__photo { position: relative; height: 210px; overflow: hidden; background: var(--teal-soft); }
.service-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover .service-card__photo img { transform: scale(1.04); }
.service-card__photo > span { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; display: grid; place-content: center; border-radius: 50%; background: var(--white); color: var(--teal); font-size: 10px; font-weight: 800; box-shadow: 0 7px 18px rgba(15,57,66,.16); }
.service-card__content { min-height: 260px; display: flex; flex-direction: column; padding: 20px; }
.service-card__content h3 { margin-bottom: 9px; font-size: 20px; }
.service-card__content p { display: -webkit-box; overflow: hidden; margin-bottom: 0; color: var(--muted); font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.service-card__content .mini-actions { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.mini-actions--services .mini-action { padding-inline: 5px; font-size: 11px; }

.insurance { padding: 72px 0; border-top: 1px solid var(--line); background: var(--surface); }
.insurance__inner { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 60px; }
.insurance__copy h2 { margin-bottom: 8px; font-size: 34px; }
.insurance__copy p:last-child { margin-bottom: 0; color: var(--muted); }
.insurance__copy a { color: var(--teal); font-weight: 700; }
.logo-cloud { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 10px; }
.logo-cloud img { width: 100%; height: 76px; padding: 15px; object-fit: contain; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); filter: grayscale(1); transition: filter .25s, transform .25s; }
.logo-cloud img:hover { filter: grayscale(0); transform: translateY(-2px); }

/* Services page */
.services-hero { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(180deg, #f8fbfb, #edf5f5); text-align: center; }
.services-hero::before, .services-hero::after { content: ""; position: absolute; border: 1px solid rgba(36,111,126,.14); border-radius: 50%; }
.services-hero::before { width: 520px; height: 520px; top: -320px; left: -140px; }
.services-hero::after { width: 380px; height: 380px; right: -190px; bottom: -240px; }
.services-hero__glow { position: absolute; width: 540px; height: 280px; top: 20%; left: 50%; border-radius: 50%; background: rgba(250,192,46,.14); filter: blur(90px); transform: translateX(-50%); }
.services-hero__inner { position: relative; z-index: 2; max-width: 860px; padding: 82px 0; }
.services-hero h1 { max-width: 800px; margin: 0 auto 22px; color: var(--ink); font-size: clamp(42px, 5.4vw, 68px); }
.services-hero__inner > p:not(.eyebrow) { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.services-hero__actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.services-catalog { background: var(--white); }
.catalog-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 54px; }
.catalog-heading h2 { max-width: 650px; margin-bottom: 0; }
.catalog-heading > p { max-width: 480px; margin-bottom: 5px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 40px rgba(15,57,66,.06); transition: transform .3s var(--ease), box-shadow .3s; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.catalog-card__image { position: relative; height: 330px; overflow: hidden; background: var(--teal-soft); }
.catalog-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(15,57,66,.2)); }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.catalog-card:hover .catalog-card__image img { transform: scale(1.035); }
.catalog-card__image > span { position: absolute; z-index: 2; right: 18px; bottom: 16px; width: 44px; height: 44px; display: grid; place-content: center; border-radius: 50%; background: var(--white); color: var(--teal); font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(15,57,66,.14); }
.catalog-card__body { min-height: 270px; display: flex; flex-direction: column; padding: 28px; }
.catalog-card__body h3 { margin-bottom: 12px; font-size: 25px; }
.catalog-card__body p { color: var(--muted); font-size: 14px; }
.catalog-card__body > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--teal); font-size: 14px; font-weight: 700; text-decoration: none; }
.catalog-card__body > a span:last-child { font-size: 20px; transition: transform .25s; }
.catalog-card__body > a:hover span:last-child { transform: translateX(4px); }
.catalog-card__body .catalog-actions { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-card__body .catalog-actions a { margin: 0; padding: 7px 5px; border: 1px solid var(--line); }
.catalog-card__body .catalog-actions .mini-action--book { border-color: var(--teal); }
.care-steps { padding: clamp(72px, 8vw, 108px) 0; background: var(--teal-deep); color: var(--white); }
.care-steps__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 100px); }
.care-steps__heading h2 { max-width: 470px; color: var(--white); }
.care-steps__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.care-steps__list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.care-steps__list li > span { padding-top: 5px; color: var(--gold); font-size: 11px; font-weight: 700; }
.care-steps__list h3 { margin-bottom: 5px; color: var(--white); font-size: 20px; }
.care-steps__list p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.accepted-insurance { padding: clamp(76px, 9vw, 118px) 0; background: var(--surface); text-align: center; }
.accepted-insurance__inner { max-width: 1000px; }
.accepted-insurance h2 { margin-bottom: 14px; }
.accepted-insurance__inner > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: var(--muted); }
.insurance-banner { overflow: hidden; margin-bottom: 30px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 14px 42px rgba(15,57,66,.07); }
.insurance-banner img { width: 100%; height: auto; }

.final-cta { padding: clamp(72px, 9vw, 110px) 0; background: var(--teal-deep); color: var(--white); text-align: center; }
.final-cta__inner p { margin-bottom: 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { margin-bottom: 28px; color: var(--white); font-size: clamp(38px, 5vw, 58px); }
.final-cta h2 em { color: var(--gold); }
.contact-actions--final { width: min(760px, 100%); margin: 0 auto; text-align: left; }
.contact-action--on-dark { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: var(--white); }
.contact-action--on-dark small { color: rgba(255,255,255,.72); }

.site-footer { padding: 60px 0 20px; background: #0b292f; color: rgba(255,255,255,.68); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 44px; padding-bottom: 50px; }
.footer__grid .footer-logo { width: 236px; max-width: 100%; display: block; margin-bottom: 20px; padding: 13px 16px; border-radius: 12px; background: var(--white); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.footer-logo img { width: 100%; filter: none; }
.footer__brand p { max-width: 290px; margin-bottom: 12px; font-size: 14px; }
.footer-location { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.footer-location::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.footer__grid h2 { margin-bottom: 14px; color: var(--white); font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer__grid p, .footer__grid a { font-size: 14px; }
.footer__grid a { display: block; width: fit-content; margin: 5px 0; color: rgba(255,255,255,.68); text-decoration: none; }
.footer__grid a:hover { color: var(--gold); }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.footer__bottom a { color: inherit; }
.whatsapp-float { position: fixed; z-index: 48; right: 20px; bottom: 20px; min-width: 150px; height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 17px 8px 11px; border: 2px solid rgba(255,255,255,.92); border-radius: 999px; background: #25d366; color: #083b20; text-decoration: none; box-shadow: 0 12px 30px rgba(5,73,36,.28); transition: transform .25s var(--ease), box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(5,73,36,.34); }
.whatsapp-float svg { width: 30px; height: 30px; fill: var(--white); }
.whatsapp-float span { display: inline; color: #073b20; font-size: 13px; font-weight: 800; letter-spacing: .01em; }
.popup-open { overflow: hidden; }
.contact-popup[hidden] { display: none; }
.contact-popup { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.contact-popup.is-open { opacity: 1; pointer-events: auto; }
.contact-popup__backdrop { position: absolute; inset: 0; background: rgba(6,32,38,.72); backdrop-filter: blur(5px); }
.contact-popup__card { position: relative; z-index: 1; width: min(560px,100%); padding: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 24px; background: var(--white); box-shadow: 0 30px 90px rgba(5,36,43,.32); transform: translateY(18px) scale(.98); transition: transform .28s var(--ease); }
.contact-popup.is-open .contact-popup__card { transform: translateY(0) scale(1); }
.contact-popup__media { height: 150px; overflow: hidden; margin: -34px -34px 22px; border-radius: 23px 23px 0 0; background: var(--teal-soft); }
.contact-popup__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 40%; }
.contact-popup__eyebrow { margin-bottom: 10px; }
.contact-popup__eyebrow > span:first-child { width: auto; height: auto; background: transparent; }
.contact-popup__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); font-size: 22px; cursor: pointer; }
.contact-popup__card h2 { max-width: 450px; margin-bottom: 12px; padding-right: 30px; font-size: clamp(28px,4vw,38px); }
.contact-popup__card > p:not(.eyebrow) { max-width: 470px; margin-bottom: 24px; color: var(--muted); }
.popup-actions { display: grid; gap: 9px; }
.popup-action { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 12px; min-height: 64px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.popup-action:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(15,57,66,.12); }
.popup-action > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-content: center; border-radius: 10px; background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; }
.popup-action strong { font-family: var(--heading); font-size: 14px; line-height: 1.2; }
.popup-action small { color: var(--muted); font-size: 11px; }
.popup-action--book { border-color: var(--gold); background: var(--gold-soft); }
.popup-action--whatsapp { border-color: #25d366; background: #edfbf2; }
.popup-action--whatsapp > span { background: #25d366; color: #063c1e; }
.contact-popup__note { display: block; margin-top: 16px; color: var(--muted); font-size: 11px; text-align: center; }

.contact-action--whatsapp .contact-action__icon,
.contact-action--call .contact-action__icon,
.mini-action--whatsapp > span:first-child,
.mini-action--call > span:first-child,
.popup-action--whatsapp > span:first-child,
.popup-action--call > span:first-child { font-size: 0; }

.contact-action--whatsapp .contact-action__icon::before,
.mini-action--whatsapp > span:first-child::before,
.popup-action--whatsapp > span:first-child::before {
  width: 18px;
  height: 18px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3a12.73 12.73 0 0 0-10.9 19.3L3.3 29l6.87-1.8A12.75 12.75 0 1 0 16.03 3Zm0 22.96c-2.1 0-4.15-.57-5.94-1.65l-.42-.25-4.08 1.07 1.09-3.98-.27-.43a10.23 10.23 0 1 1 9.62 5.24Zm5.61-7.65c-.3-.15-1.82-.9-2.1-1-.28-.1-.48-.15-.69.16-.2.3-.79 1-.97 1.2-.18.2-.36.23-.67.08-.3-.15-1.3-.48-2.47-1.53a9.17 9.17 0 0 1-1.7-2.12c-.18-.3-.02-.47.13-.62.14-.14.3-.36.46-.54.15-.18.2-.3.3-.51.1-.2.05-.39-.02-.54-.08-.15-.7-1.66-.95-2.28-.25-.6-.5-.52-.69-.53h-.58c-.2 0-.54.08-.82.39-.28.3-1.07 1.05-1.07 2.56s1.1 2.97 1.25 3.18c.15.2 2.16 3.3 5.23 4.63.73.31 1.3.5 1.74.64.73.23 1.4.2 1.92.12.59-.09 1.82-.75 2.08-1.46.25-.71.25-1.32.18-1.45-.08-.13-.28-.2-.59-.36Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3a12.73 12.73 0 0 0-10.9 19.3L3.3 29l6.87-1.8A12.75 12.75 0 1 0 16.03 3Zm0 22.96c-2.1 0-4.15-.57-5.94-1.65l-.42-.25-4.08 1.07 1.09-3.98-.27-.43a10.23 10.23 0 1 1 9.62 5.24Zm5.61-7.65c-.3-.15-1.82-.9-2.1-1-.28-.1-.48-.15-.69.16-.2.3-.79 1-.97 1.2-.18.2-.36.23-.67.08-.3-.15-1.3-.48-2.47-1.53a9.17 9.17 0 0 1-1.7-2.12c-.18-.3-.02-.47.13-.62.14-.14.3-.36.46-.54.15-.18.2-.3.3-.51.1-.2.05-.39-.02-.54-.08-.15-.7-1.66-.95-2.28-.25-.6-.5-.52-.69-.53h-.58c-.2 0-.54.08-.82.39-.28.3-1.07 1.05-1.07 2.56s1.1 2.97 1.25 3.18c.15.2 2.16 3.3 5.23 4.63.73.31 1.3.5 1.74.64.73.23 1.4.2 1.92.12.59-.09 1.82-.75 2.08-1.46.25-.71.25-1.32.18-1.45-.08-.13-.28-.2-.59-.36Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-action--call .contact-action__icon::before,
.mini-action--call > span:first-child::before,
.popup-action--call > span:first-child::before {
  width: 17px;
  height: 17px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal--delay { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .brand { width: 180px; }
  .nav-wrap { gap: 18px; }
  .main-nav { gap: 18px; }
  .language-switcher__label { display: none; }
  .hero__overlay { background: linear-gradient(90deg, rgba(9,48,57,.96) 0%, rgba(15,62,72,.84) 48%, rgba(21,70,80,.24) 100%); }
  .hero__copy { max-width: 620px; }
  .visit__grid { gap: 52px; }
  .doctor-card, .doctor-card--reverse { grid-template-columns: 330px 1fr; }
  .doctor-card--reverse .doctor-card__image { grid-column: 1; }
  .doctor-card--reverse .doctor-card__body { grid-column: 2; }
  .footer__grid { grid-template-columns: 1.2fr repeat(3,.7fr); gap: 26px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .shell { width: min(100% - 28px, 620px); }
  .section-pad { padding: 68px 0; }
  .announcement__inner { justify-content: center; }
  .announcement__inner > span { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand { width: 164px; }
  .menu-toggle { display: block; margin-left: auto; }
  .language-switcher { order: 3; }
  .nav-wrap { gap: 8px; }
  .brand { width: 150px; }
  .language-option { min-width: 40px; width: 40px; padding-inline: 4px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 20px 18px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(16,25,27,.09); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .contact-actions--hero, .contact-actions--center { grid-template-columns: 1fr 1fr; }
  .contact-actions--hero .contact-action--book, .contact-actions--center .contact-action--book { grid-column: 1 / -1; }
  .contact-action { min-height: 60px; }
  .contact-action small { white-space: normal; }
  .hero { height: 690px; min-height: 0; }
  .hero__slide { background-position: 65% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(8,45,53,.96) 0%, rgba(13,55,64,.87) 63%, rgba(17,65,74,.38) 100%), linear-gradient(0deg, rgba(8,45,53,.6), transparent 55%); }
  .hero__content { height: calc(100% - 104px); align-items: flex-end; }
  .hero__copy { max-width: 100%; padding: 44px 0 42px; }
  h1 { max-width: 580px; font-size: clamp(36px, 9vw, 48px); }
  .hero__lead { max-width: 560px; font-size: 15px; line-height: 1.62; }
  .hero__controls { right: 14px; bottom: 120px; }
  .hero__info-grid { height: 104px; }
  .hero__info-grid > div { display: flex; padding: 18px 14px; }
  .hero__info-grid > div:first-child { padding-left: 0; }
  .hero__info-grid span { display: none; }
  .hero__info-grid p { font-size: 10px; }
  .hero__info-grid strong { font-size: 12px; }
  .visit__grid, .first-visit__grid, .section-heading, .doctor-card, .doctor-card--reverse, .insurance__inner { grid-template-columns: 1fr; }
  .visit__grid { gap: 44px; }
  .first-visit__art, .first-visit__art > img { min-height: 340px; }
  .section-heading { gap: 12px; }
  .doctor-card, .doctor-card--reverse { gap: 28px; padding: 18px; }
  .doctor-card--reverse .doctor-card__image, .doctor-card--reverse .doctor-card__body { grid-column: 1; }
  .doctor-card--reverse .doctor-card__image { grid-row: 1; }
  .doctor-card--reverse .doctor-card__body { grid-row: 2; }
  .quote__inner { grid-template-columns: 1fr; gap: 0; }
  .quote-mark { height: 60px; font-size: 72px; }
  .section-heading--services { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-grid--complete .service-card { min-height: 455px; }
  .insurance__inner { gap: 30px; }
  .logo-cloud { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .services-hero { min-height: 520px; }
  .services-hero h1 { font-size: clamp(38px, 10vw, 52px); }
  .services-hero__inner > p:not(.eyebrow) { font-size: 15px; }
  .catalog-heading, .care-steps__grid { grid-template-columns: 1fr; }
  .catalog-heading { gap: 12px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 22px; }
  .catalog-card__image { height: 290px; }
  .catalog-card__body { min-height: 250px; padding: 24px; }
  .care-steps__grid { gap: 36px; }
  .insurance-banner { padding: 10px; overflow-x: auto; }
  .insurance-banner img { width: 920px; max-width: none; }
}

@media (max-width: 480px) {
  h2 { font-size: 30px; }
  .hero { height: 790px; }
  .hero__slide { background-position: 69% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(8,45,53,.96) 0%, rgba(13,55,64,.88) 72%, rgba(17,65,74,.48) 100%); }
  .hero__copy { padding-bottom: 34px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .contact-actions--hero { margin: 20px 0 18px; }
  .contact-action { padding: 9px 10px; }
  .contact-action strong { font-size: 12px; }
  .contact-action__icon { width: 30px; height: 30px; }
  .language-switcher { padding: 3px; }
  .language-option { min-width: 38px; width: 38px; height: 34px; gap: 3px; }
  .language-option img { width: 17px; height: 12px; }
  .language-option span { font-size: 9px; }
  .rating { flex-wrap: wrap; }
  .hero__controls { display: none; }
  .hero__info-grid > div { padding-inline: 8px; }
  .hero__info-grid p { display: block; }
  .hero__info-grid small { display: none; }
  .hero__info-grid strong { margin: 0; font-size: 11px; line-height: 1.25; text-align: center; }
  .info-card { grid-template-columns: 34px 1fr; }
  .hours p { display: grid; gap: 0; }
  .first-visit__art, .first-visit__art > img { min-height: 300px; }
  .first-visit__badge { right: 12px; bottom: 12px; min-width: 205px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; min-width: 54px; height: 54px; justify-content: center; padding: 8px; }
  .whatsapp-float span { display: none; }
  .logo-cloud img { height: 66px; }
  .footer__grid { gap: 34px 18px; }
  .footer__bottom { flex-direction: column; }
  .contact-popup { align-items: end; padding: 10px; }
  .contact-popup__card { max-height: calc(100vh - 20px); overflow-y: auto; padding: 26px 18px 20px; border-radius: 20px; }
  .contact-popup__media { height: 128px; margin: -26px -18px 18px; border-radius: 19px 19px 0 0; }
  .contact-popup__card h2 { font-size: 26px; }
  .popup-action { min-height: 58px; }
  .services-hero__actions { align-items: stretch; flex-direction: column; }
  .services-hero__actions .button { width: 100%; }
  .catalog-card__image { height: 240px; }
}

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