:root {
  --ink: #102f39;
  --ink-soft: #31515a;
  --cream: #f6f3ed;
  --paper: #fcfbf7;
  --mist: #e5efed;
  --teal: #80a9a5;
  --teal-dark: #5e8986;
  --coral: #176d75;
  --coral-dark: #0e525b;
  --line: rgba(16, 47, 57, 0.14);
  --white: #fff;
  --shadow: 0 24px 64px rgba(17, 45, 54, 0.1);
  --shell: min(1160px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.topline { background: var(--ink); color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .04em; }
.topline-inner { min-height: 35px; display: flex; align-items: center; gap: 9px; }
.topline a { color: var(--white); font-weight: 700; }
.topline-spacer { flex: 1; }
.topline-separator { color: var(--teal); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(252,251,247,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(16,47,57,.05); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 12px 12px 12px 3px; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.05em; box-shadow: 5px 5px 0 var(--mist); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 800 15px/1.2 Manrope, sans-serif; letter-spacing: -.03em; }
.brand-copy small { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 1px; width: 0; height: 2px; background: var(--coral); transition: width .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { display: inline-flex; gap: 10px; align-items: center; padding: 13px 17px; border: 1px solid var(--line); border-radius: 99px; background: var(--white); transition: .2s ease; }
.nav-cta:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.nav-cta span, .button span, .text-link span, .care-card a span, .footer-whatsapp span { font-size: 16px; line-height: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }
.quick-actions { position: fixed; z-index: 30; right: 22px; bottom: 23px; display: grid; gap: 8px; }
.quick-action { display: flex; align-items: center; gap: 10px; min-width: 145px; padding: 9px 13px 9px 9px; border: 1px solid rgba(16,47,57,.12); border-radius: 99px; background: rgba(255,255,255,.96); box-shadow: 0 10px 27px rgba(16,47,57,.16); color: var(--ink); font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.quick-action:hover { transform: translateX(-4px); box-shadow: 0 14px 30px rgba(16,47,57,.22); }
.quick-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--mist); color: var(--ink); font-size: 15px; }
.quick-icon img { display: block; width: 19px; height: 19px; }
.quick-call .quick-icon { background: var(--coral); color: var(--white); }
.quick-call .quick-icon img { filter: brightness(0) invert(1); }
.quick-whatsapp { color: #fff; background: #218d63; border-color: #218d63; }
.quick-whatsapp .quick-icon { background: rgba(255,255,255,.18); color: #fff; }
.quick-whatsapp .quick-icon img { filter: brightness(0) invert(1); }
.quick-map .quick-icon { color: var(--coral-dark); }

.hero-section { position: relative; min-height: 690px; background: rgb(245, 242, 231); padding: 78px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; min-height: 500px; }
.hero-copy { padding: 0 0 50px; max-width: 560px; }
.kicker { margin: 0 0 21px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .19em; line-height: 1; text-transform: uppercase; }
.kicker-line { display: inline-block; width: 28px; height: 1px; vertical-align: middle; margin: 0 10px 2px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; letter-spacing: -.055em; }
h3 { font-family: Manrope, sans-serif; letter-spacing: -.045em; }
h1 { max-width: 640px; margin-bottom: 25px; font-size: clamp(50px, 6.2vw, 82px); line-height: .98; font-weight: 800; }
h1 em { color: var(--teal-dark); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(39px, 4.8vw, 60px); line-height: 1.02; font-weight: 800; }
h2 em { color: var(--teal-dark); font-style: normal; }
.hero-lede { max-width: 520px; margin-bottom: 31px; color: var(--ink-soft); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 800; transition: .2s ease; }
.button-primary { background: var(--coral); color: var(--white); box-shadow: 0 10px 24px rgba(23,109,117,.21); }
.button-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(14,82,91,.24); }
.button-quiet { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.4); }
.button-quiet:hover { border-color: var(--ink); background: var(--white); }
.button-call { gap: 9px; }
.button-phone { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--mist); color: var(--coral-dark); }
.button-phone img { width: 15px; height: 15px; }
.hero-credentials { display: flex; flex-wrap: wrap; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-credentials span { padding: 12px 16px 12px 0; margin-right: 16px; color: var(--ink-soft); font: 700 11px Manrope, sans-serif; letter-spacing: .06em; }
.hero-credentials span + span { padding-left: 16px; border-left: 1px solid var(--line); }
.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.hero-image-wrap { position: relative; width: min(100%, 575px); height: 570px; }
.hero-image-backdrop { position: absolute; inset: 36px 20px 0 54px; border: 1px solid rgba(16,47,57,.1); border-radius: 22px 22px 0 0; background: linear-gradient(145deg, #e5efed, #f9f8f3); }
.hero-image-backdrop::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(23,109,117,.14); border-radius: 12px 12px 0 0; }
.doctor-image { position: absolute; z-index: 2; right: -2px; bottom: 0; width: 87%; max-height: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(14px 20px 14px rgba(16,47,57,.14)); }
.hero-image-caption { position: absolute; z-index: 3; bottom: 34px; left: 0; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border-left: 3px solid var(--coral); background: var(--white); box-shadow: var(--shadow); }
.hero-image-caption strong, .hero-image-caption small { display: block; }
.hero-image-caption strong { font-size: 11px; }
.hero-image-caption small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; }
.hero-location { position: absolute; z-index: 4; right: -8px; top: 34px; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); transition: transform .2s ease; }
.hero-location:hover { transform: translateY(-3px); }
.location-pulse { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 15px; box-shadow: 0 0 0 6px rgba(23,109,117,.13); }
.hero-location strong, .hero-location small { display: block; }
.hero-location strong { font-size: 11px; }
.hero-location small { margin-top: 2px; color: var(--coral-dark); font-size: 9px; font-weight: 800; }
.metric-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.metric { min-height: 92px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.metric:not(:first-child) { padding-left: 28px; }
.metric:last-child { border-right: 0; }
.metric strong { font: 800 26px Manrope, sans-serif; letter-spacing: -.07em; }
.metric > span:not(.metric-check) { color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
.metric-check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--teal); color: var(--white); font-size: 12px; }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 17px; color: var(--ink-soft); font-size: 12px; }
.trust-inner > span { color: var(--coral-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.trust-inner strong { font: 700 12px Manrope, sans-serif; white-space: nowrap; }
.trust-inner i { width: 4px; height: 4px; border-radius: 99px; background: var(--coral); opacity: .65; }

.section { padding: 130px 0; }
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.muted-copy { max-width: 430px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 19px; color: var(--coral-dark); font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--ink); }
.about-card { position: relative; padding: 35px 37px 31px; border: 1px solid rgba(128,169,165,.36); border-radius: 22px 22px 22px 4px; background: var(--mist); overflow: hidden; }
.about-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -90px; border: 1px solid rgba(16,47,57,.15); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.13), 0 0 0 45px rgba(255,255,255,.13); }
.quote-mark { display: block; margin-bottom: 9px; color: var(--coral); font: 800 52px/0.7 Georgia, serif; }
.about-card-top p { position: relative; z-index: 1; max-width: 450px; margin-bottom: 37px; font: 700 22px/1.35 Manrope, sans-serif; letter-spacing: -.05em; }
.about-card-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid rgba(16,47,57,.16); }
.signature { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--white); font: 800 10px Manrope, sans-serif; }
.about-card-bottom strong, .about-card-bottom span { display: block; }
.about-card-bottom strong { font-size: 14px; }
.about-card-bottom span { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }
.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 88px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential { display: flex; gap: 20px; padding: 32px 30px 33px 0; border-right: 1px solid var(--line); }
.credential + .credential { padding-left: 28px; }
.credential:last-child { border: 0; }
.credential-number { color: var(--coral); font: 700 14px Manrope, sans-serif; }
.credential strong, .credential span:not(.credential-number) { display: block; }
.credential strong { font: 700 17px/1.35 Manrope, sans-serif; }
.credential span:not(.credential-number) { max-width: 225px; margin-top: 7px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.care-section { background: var(--cream); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 50px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-copy { max-width: 340px; margin-bottom: 7px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.care-card { position: relative; min-height: 285px; padding: 28px 27px; border: 1px solid rgba(16,47,57,.11); border-radius: 15px; background: rgba(255,255,255,.5); transition: .25s ease; }
.care-card:hover { border-color: transparent; background: var(--white); box-shadow: var(--shadow); transform: translateY(-5px); }
.care-card-feature { color: var(--white); background: var(--ink); border-color: var(--ink); }
.care-card-feature:hover { background: var(--ink); }
.card-index { display: none; }
.care-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 25px; border-radius: 12px; background: var(--mist); color: var(--coral-dark); font-size: 18px; }
.care-card-feature .care-icon { background: rgba(128,169,165,.2); color: var(--teal); }
.care-card h3 { margin-bottom: 13px; font-size: 22px; line-height: 1.05; }
.care-card p { max-width: 280px; margin-bottom: 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.care-card-feature p { color: rgba(255,255,255,.68); }
.care-card a { display: inline-flex; align-items: center; gap: 13px; color: var(--coral-dark); font-size: 12px; font-weight: 800; }
.care-card-feature a { color: var(--teal); }

.clinical-gallery { padding-top: 118px; padding-bottom: 118px; background: var(--paper); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 48px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 340px; margin: 0 0 7px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.clinic-carousel { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--ink); }
.clinic-slide { display: none; position: relative; height: min(560px, 48vw); min-height: 390px; margin: 0; }
.clinic-slide.is-active { display: block; animation: gallery-fade .45s ease both; }
.clinic-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,39,.36), transparent 55%), linear-gradient(0deg, rgba(7,31,39,.72), transparent 42%); }
.clinic-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.clinic-slide figcaption { position: absolute; z-index: 1; bottom: 35px; left: 38px; display: flex; align-items: start; gap: 15px; color: var(--white); }
.clinic-slide figcaption > span { padding-top: 3px; color: #b9d6d3; font: 700 11px Manrope, sans-serif; letter-spacing: .09em; }
.clinic-slide figcaption strong, .clinic-slide figcaption small { display: block; }
.clinic-slide figcaption strong { font: 600 25px/1.15 "Source Serif 4", Georgia, serif; }
.clinic-slide figcaption small { margin-top: 6px; color: rgba(255,255,255,.75); font-size: 12px; }
.carousel-controls { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 11px; padding: 7px; border: 1px solid rgba(255,255,255,.25); background: rgba(7,31,39,.8); backdrop-filter: blur(12px); }
.carousel-button { width: 35px; height: 35px; border: 0; color: var(--white); background: transparent; font-size: 18px; cursor: pointer; transition: background .2s ease; }
.carousel-button:hover { background: rgba(255,255,255,.16); }
.carousel-status { min-width: 47px; color: rgba(255,255,255,.62); font: 600 11px Manrope, sans-serif; text-align: center; }
.carousel-status b { color: var(--white); }
@keyframes gallery-fade { from { opacity: .35; } to { opacity: 1; } }

.technology-section { padding-bottom: 126px; background: var(--ink); color: var(--white); overflow: hidden; }
.technology-intro { position: relative; padding-top: 18px; }
.technology-intro::after { content: "PRECISION"; position: absolute; top: -14px; right: -105px; color: rgba(128,169,165,.07); font: 800 135px/1 Manrope, sans-serif; letter-spacing: -.09em; }
.light-kicker { color: var(--teal); }
.technology-intro h2 { margin-bottom: 18px; }
.technology-intro h2 em { color: var(--teal); }
.technology-intro > p:last-child { max-width: 430px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.7; }
.machine-showcase { margin-top: 62px; }
.machine-feature { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; min-height: 320px; border: 1px solid rgba(128,169,165,.25); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.05); }
.machine-feature-image { position: relative; min-height: 320px; }
.machine-feature-image.machine-trigger { width: 100%; border: 0; padding: 0; background: transparent; cursor: pointer; text-align: left; }
.machine-feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.machine-feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--ink)); }
.machine-label { position: absolute; z-index: 1; left: 25px; bottom: 23px; color: var(--teal); font: 700 12px Manrope, sans-serif; letter-spacing: .08em; }
.machine-zoom { position: absolute; z-index: 1; right: 16px; bottom: 16px; display: inline-flex; gap: 8px; align-items: center; padding: 9px 12px; border-radius: 999px; color: var(--paper); background: rgba(7,26,32,.76); font: 700 11px Manrope, sans-serif; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.machine-feature-image:hover .machine-zoom { transform: translateY(-2px); background: var(--teal-deep); }
.machine-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 44px 38px 13px; }
.machine-feature-copy h3 { margin-bottom: 13px; font-size: 37px; }
.machine-feature-copy p:not(.kicker) { max-width: 330px; margin-bottom: 23px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.button-light { align-self: flex-start; color: var(--ink); background: var(--teal); }
.button-light:hover { background: var(--white); transform: translateY(-2px); }
.machine-rail { display: flex; gap: 13px; padding-top: 18px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--teal) transparent; }
.machine-card { flex: 0 0 188px; border: 1px solid rgba(128,169,165,.22); border-radius: 12px; overflow: hidden; padding: 0; color: inherit; background: rgba(255,255,255,.04); font: inherit; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.machine-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); }
.machine-card img { display: block; width: 100%; height: 135px; object-fit: cover; opacity: .87; }
.machine-card div { padding: 12px 13px 14px; }
.machine-card strong, .machine-card span { display: block; }
.machine-card strong { font: 700 13px Manrope, sans-serif; }
.machine-card span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 12px; }
.machine-trigger:focus-visible, .machine-modal-close:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.machine-modal { position: relative; width: min(920px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.36); }
.machine-modal::backdrop { background: rgba(7,26,32,.76); backdrop-filter: blur(5px); }
.machine-modal[open] { display: grid; grid-template-columns: 1.06fr .94fr; }
.machine-modal-image { min-height: 430px; background: #dfe8e5; }
.machine-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.machine-modal-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px 46px; }
.machine-modal-copy h3 { margin: 10px 0 16px; color: var(--teal-deep); font-family: var(--serif); font-size: clamp(2rem,4vw,3.25rem); line-height: .98; }
.machine-modal-copy > p:not(.kicker) { margin: 0 0 28px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.machine-modal-close { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: var(--paper); background: rgba(7,26,32,.76); font-size: 1.6rem; line-height: 1; cursor: pointer; }

.stories-section { background: var(--paper); }
.stories-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.stories-heading h2 { margin-bottom: 0; }
.stories-heading > p { max-width: 330px; margin-bottom: 8px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.story-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 14px; margin-top: 50px; }
.video-card, .quote-card { min-height: 305px; border-radius: 16px; overflow: hidden; }
.video-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--white); }
.video-placeholder { position: relative; display: flex; align-items: center; gap: 20px; min-height: 230px; padding: 35px; background: radial-gradient(circle at 73% 22%, rgba(128,169,165,.48), transparent 25%), linear-gradient(135deg, #163f4a, #102f39); }
.video-placeholder::before, .video-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(128,169,165,.3); border-radius: 50%; }
.video-placeholder::before { width: 330px; height: 190px; right: -65px; top: -58px; transform: rotate(-21deg); }
.video-placeholder::after { width: 285px; height: 155px; right: -41px; top: -41px; transform: rotate(-21deg); border-color: rgba(23,109,117,.24); }
.play-button { position: relative; z-index: 1; display: grid; place-items: center; width: 53px; height: 53px; padding-left: 3px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--teal); font-size: 16px; }
.video-placeholder div { position: relative; z-index: 1; }
.video-placeholder strong, .video-placeholder span { display: block; }
.video-placeholder strong { font: 700 21px Manrope, sans-serif; }
.video-placeholder span { max-width: 220px; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 13px; }
.video-meta { display: flex; justify-content: space-between; padding: 18px 22px 21px; }
.video-meta span { color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.video-meta strong { font: 600 11px Manrope, sans-serif; }
.quote-card { display: flex; flex-direction: column; justify-content: space-between; padding: 27px 24px 22px; background: var(--mist); }
.quote-card-warm { background: #f2e4db; }
.quote-card p { margin-bottom: 25px; font: 600 17px/1.38 Manrope, sans-serif; letter-spacing: -.04em; }
.quote-card .quote-mark { font-size: 42px; }
.quote-person { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(16,47,57,.15); }
.person-initial { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--white); color: var(--coral-dark); font: 700 9px Manrope, sans-serif; }
.quote-person strong, .quote-person small { display: block; }
.quote-person strong { font-size: 13px; }
.quote-person small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }
.reviews-block { margin-top: 86px; padding: 26px 28px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.reviews-title { display: flex; align-items: center; gap: 12px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.google-g { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: #f2f6fc; color: #4285f4; font: 800 20px Manrope, sans-serif; }
.reviews-title .kicker { margin-bottom: 6px; color: var(--ink-soft); }
.reviews-title h3 { margin: 0; font-size: 19px; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 7px 10px; border-radius: 99px; background: #edf7f3; color: #337763; font-size: 9px; font-weight: 800; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: #3eaa7d; box-shadow: 0 0 0 3px rgba(62,170,125,.14); }
.static-badge { margin-left: auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); font-size: 9px; font-weight: 800; }
.reviews-content { min-height: 100px; display: grid; place-items: center; }
.reviews-loading { display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 11px; }
.spinner { width: 15px; height: 15px; border: 2px solid var(--mist); border-top-color: var(--coral); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.review-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; padding-top: 19px; }
.review-item { padding: 13px; border-radius: 11px; background: var(--cream); }
.review-stars { color: #d69a2b; font-size: 12px; letter-spacing: .08em; }
.review-item p { margin: 8px 0 13px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.review-item strong { font-size: 12px; }
.review-item small { display: block; margin-top: 3px; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.reviews-footer { display: flex; justify-content: space-between; gap: 15px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.reviews-footer a { color: var(--coral-dark); font-weight: 800; }

.contact-section { background: var(--cream); padding-bottom: 110px; }
.contact-head { text-align: center; }
.contact-head .kicker { text-align: center; }
.contact-head > p:last-child { max-width: 440px; margin: -6px auto 0; color: var(--ink-soft); font-size: 16px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; margin-top: 63px; align-items: start; }
.contact-details { padding-top: 8px; }
.contact-item { display: flex; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-icon { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 10px; background: var(--white); color: var(--coral-dark); font-size: 17px; }
.contact-icon img { width: 18px; height: 18px; }
.contact-item small, .contact-item strong, .contact-item a { display: block; }
.contact-item small, .consulting-list > small { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-item strong { margin-top: 5px; font: 600 15px/1.55 Manrope, sans-serif; }
.contact-item strong a:hover { color: var(--coral-dark); }
.contact-item div > a { margin-top: 5px; color: var(--coral-dark); font-size: 12px; font-weight: 800; }
.consulting-list { padding-top: 25px; }
.consulting-list div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.consulting-list span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.45); color: var(--ink-soft); font-size: 10px; }
.form-card { padding: 32px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.form-card-head { display: flex; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-card-head > span { color: var(--coral); font: 700 11px Manrope, sans-serif; }
.form-card h3 { margin-bottom: 4px; font-size: 24px; }
.form-card-head p { margin: 0; color: var(--ink-soft); font-size: 11px; }
form { padding-top: 23px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
form label { display: block; margin-bottom: 16px; }
form label > span { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 800; }
form label > span small { color: rgba(49,81,90,.65); font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid rgba(16,47,57,.17); border-radius: 8px; outline: 0; background: #fbfaf6; color: var(--ink); padding: 12px 13px; font-size: 12px; transition: .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(128,169,165,.17); }
textarea { resize: vertical; min-height: 108px; }
.form-submit { border: 0; cursor: pointer; }
.form-note { max-width: 400px; margin: 14px 0 0; color: rgba(49,81,90,.68); font-size: 9px; line-height: 1.55; }
.form-success { margin: 15px 0 0; color: #287558; font-size: 11px; font-weight: 700; }
.map-wrap { margin-top: 92px; padding: 22px; border-radius: 18px; background: var(--ink); color: var(--white); }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 10px 10px 21px; }
.map-heading .kicker { color: var(--teal); margin-bottom: 13px; }
.map-heading h3 { margin: 0; font-size: 27px; }
.map-heading .text-link { margin: 0; color: var(--teal); }
.map-wrap iframe { display: block; width: 100%; height: 300px; border: 0; border-radius: 10px; filter: saturate(.75); }

.site-footer { background: var(--ink); color: var(--white); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 117px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand-footer .brand-mark { box-shadow: none; }
.brand-footer .brand-copy small { color: var(--teal); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 13px; color: var(--teal); font-size: 11px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: rgba(255,255,255,.45); font-size: 9px; }
.footer-bottom a { color: var(--teal); font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 42px, 720px); }
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
  .hero-visual { min-height: 470px; }
  .hero-image-wrap { height: 470px; }
  .hero-side-note { right: -10px; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust-inner { overflow: auto; justify-content: flex-start; }
  .trust-inner > span { flex: 0 0 auto; }
  .about-grid { gap: 45px; }
  .care-card { min-height: 310px; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 74px; }
  .topline-inner { min-height: 31px; font-size: 9px; }
  .topline-inner > span:first-child, .topline-separator { display: none; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 103px 18px auto; display: grid; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(252,251,247,.98); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav > a:not(.nav-cta) { display: block; padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 10px; justify-content: space-between; }
  .hero-section { padding-top: 55px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(48px, 14vw, 65px); }
  .hero-lede { font-size: 16px; }
  .hero-proof { margin-top: 37px; }
  .hero-visual { width: 100%; min-height: 390px; margin-top: 10px; }
  .hero-image-wrap { height: 400px; }
  .hero-image-backdrop { inset: 20px 12px 0 34px; }
  .doctor-image { width: 89%; right: -4px; }
  .hero-image-caption { left: 5px; bottom: 29px; }
  .hero-location { right: 4px; top: 26px; }
  .hero-side-note { right: -6px; top: 143px; }
  .orbit-one { width: 310px; height: 130px; right: 15px; top: 105px; }
  .orbit-two { width: 270px; height: 110px; right: 32px; top: 115px; }
  .metric { min-height: 75px; gap: 8px; }
  .metric:not(:first-child) { padding-left: 12px; }
  .metric strong { font-size: 22px; }
  .metric > span:not(.metric-check) { font-size: 10px; }
  .section { padding: 85px 0; }
  .about-grid, .contact-grid { display: block; }
  .about-card { margin-top: 42px; }
  .credential-grid { display: block; margin-top: 55px; }
  .credential, .credential + .credential { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credential:last-child { border-bottom: 0; }
  .credential span:not(.credential-number) { max-width: none; }
  .section-heading-row, .stories-heading { display: block; }
  .section-heading-copy, .stories-heading > p { max-width: 420px; margin-top: 25px; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .care-card { min-height: 295px; padding: 22px 18px; }
  .care-card h3 { font-size: 19px; }
  .care-card p { font-size: 14px; }
  .clinical-gallery { padding-top: 85px; padding-bottom: 85px; }
  .gallery-heading { display: block; margin-bottom: 31px; }
  .gallery-heading > p { margin-top: 18px; }
  .clinic-slide { height: 430px; min-height: 0; }
  .clinic-slide figcaption { right: 18px; bottom: 76px; left: 20px; }
  .clinic-slide figcaption strong { font-size: 22px; }
  .clinic-slide figcaption small { font-size: 11px; }
  .carousel-controls { right: 16px; bottom: 16px; }
  .technology-intro::after { right: -150px; font-size: 90px; }
  .machine-feature { display: block; }
  .machine-feature-image { min-height: 230px; }
  .machine-feature-image::after { background: linear-gradient(0deg, var(--ink), transparent 60%); }
  .machine-modal[open] { display: block; }
  .machine-modal-image { min-height: 235px; height: 37vh; }
  .machine-modal-copy { padding: 32px 25px 36px; }
  .machine-feature-copy { padding: 29px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .video-card { grid-column: 1 / -1; }
  .quote-card { min-height: 285px; }
  .review-list { grid-template-columns: 1fr; }
  .reviews-footer { display: block; }
  .reviews-footer a { display: inline-block; margin-top: 11px; }
  .contact-details { margin-bottom: 44px; }
  .map-wrap { margin-top: 65px; padding: 12px; }
  .map-heading { padding: 10px 7px 18px; }
  .map-heading h3 { font-size: 22px; }
  .footer-main, .footer-bottom { display: block; }
  .footer-main { padding: 30px 0; }
  .footer-main > p { margin: 22px 0; }
  .footer-bottom span:nth-child(2) { display: block; margin: 9px 0; }
  .quick-actions { right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,47,57,.12); background: rgba(255,255,255,.97); box-shadow: 0 -6px 20px rgba(16,47,57,.1); backdrop-filter: blur(15px); }
  .quick-action { min-width: 0; justify-content: center; gap: 6px; padding: 7px 3px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 10px; }
  .quick-action:hover { transform: none; box-shadow: none; }
  .quick-icon { width: 31px; height: 31px; font-size: 14px; }
  .quick-whatsapp { color: #168456; }
  .quick-whatsapp .quick-icon { background: #e3f5ec; color: #168456; }
  .quick-whatsapp .quick-icon img { filter: invert(37%) sepia(60%) saturate(805%) hue-rotate(106deg) brightness(89%) contrast(87%); }
}

@media (max-width: 450px) {
  .care-grid, .story-grid { grid-template-columns: 1fr; }
  .video-card { grid-column: auto; }
  .quote-card { min-height: 250px; }
  .form-card { padding: 23px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .map-heading { align-items: start; flex-direction: column; }
}
