:root {
  --ink: #153236;
  --ink-soft: #4c6669;
  --deep: #083841;
  --deep-2: #0b4c56;
  --accent: #23a596;
  --accent-soft: #dff4ef;
  --warm: #f2b66d;
  --paper: #f7fbfa;
  --white: #ffffff;
  --line: rgba(13, 77, 85, 0.14);
  --shadow: 0 24px 70px rgba(7, 54, 61, 0.13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 2000;
  background: var(--white); color: var(--deep); padding: 12px 18px; border-radius: 10px;
  box-shadow: var(--shadow); transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(247, 251, 250, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13,77,85,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto;
  border-radius: 14px; background: linear-gradient(145deg, var(--deep), var(--accent)); box-shadow: 0 10px 28px rgba(9,76,86,.18);
}
.brand-mark svg { width: 28px; height: 28px; fill: none; stroke: white; stroke-width: 2.5; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 15px; letter-spacing: -.01em; }
.brand-copy small { color: var(--ink-soft); margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; font-size: 14px; font-weight: 700; color: #35575a; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--white); border-radius: 12px; box-shadow: 0 10px 28px rgba(7,54,61,.08); padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--deep); margin: 5px 0; border-radius: 2px; transition: .25s ease; }

.hero { min-height: calc(100vh - 82px); display: grid; align-items: center; overflow: hidden; padding-top: 78px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(9,76,86,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,76,86,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; background: radial-gradient(circle, rgba(35,165,150,.16), transparent 68%); top: -80px; right: 4%; }
.hero-glow-two { width: 380px; height: 380px; background: radial-gradient(circle, rgba(242,182,109,.13), transparent 68%); left: -120px; bottom: -120px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 15px; font-size: 12px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; color: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(50px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
.hero h1 span { color: var(--deep-2); }
.hero-focus { display: inline-flex; margin: 28px 0 0; padding: 10px 16px; border-radius: 999px; background: var(--accent-soft); color: var(--deep-2); font-weight: 800; }
.hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 34px; max-width: 720px; }
.meta-card { display: flex; align-items: center; gap: 12px; padding: 17px; background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 14px 38px rgba(7,54,61,.055); }
.meta-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--deep); color: white; flex: 0 0 auto; font-weight: 900; }
.meta-card div { display: grid; min-width: 0; }
.meta-card small { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.meta-card strong { margin-top: 2px; font-size: 14px; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 14px; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--deep); color: white; box-shadow: 0 16px 34px rgba(8,56,65,.2); }
.btn-secondary { background: white; color: var(--deep); border: 1px solid var(--line); }
.hero-panel { position: relative; min-height: 500px; padding: 54px 42px 40px; border-radius: 38px; overflow: hidden; background: linear-gradient(155deg, #0b4d57 0%, #072f36 78%); color: white; box-shadow: 0 42px 90px rgba(7,54,61,.26); }
.hero-panel::after { content: ""; position: absolute; inset: auto -100px -140px auto; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 80px rgba(255,255,255,.018); }
.panel-orbit { position: absolute; width: 220px; height: 220px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; right: -40px; top: -40px; animation: spin 24s linear infinite; }
.medical-symbol { width: 86px; height: 86px; display: grid; place-items: center; margin-bottom: 42px; }
.medical-symbol svg { width: 82px; height: 82px; fill: none; stroke: rgba(255,255,255,.92); stroke-width: 3; }
.panel-label { margin: 0 0 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: #95ddd4; font-weight: 900; }
.hero-panel h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.035em; max-width: 450px; }
.panel-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.panel-tags span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.07); font-size: 12px; }
.license-card { position: absolute; left: 42px; bottom: 40px; display: grid; z-index: 1; }
.license-card small { color: #a7d7d3; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: 10px; }
.license-card strong { font-size: 22px; letter-spacing: .02em; }
@keyframes spin { to { transform: rotate(360deg); } }

.services-section { background: white; }
.section-heading { max-width: 680px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--ink-soft); margin: 14px 0 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 240px; padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--line); background: linear-gradient(180deg, white, #f9fcfb); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, rgba(35,165,150,.12), transparent 68%); right: -35px; bottom: -45px; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(7,54,61,.10); border-color: rgba(35,165,150,.28); }
.service-number { position: absolute; right: 22px; top: 18px; color: rgba(8,56,65,.18); font-weight: 900; font-size: 34px; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--accent-soft); color: var(--deep-2); font-size: 23px; }
.service-card h3 { margin: 62px 0 0; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; max-width: 210px; }

.focus-section { background: var(--deep); color: white; overflow: hidden; }
.focus-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%, rgba(35,165,150,.2), transparent 27%), radial-gradient(circle at 5% 90%, rgba(242,182,109,.12), transparent 25%); }
.focus-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.focus-intro h2 { margin: 0; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.focus-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.focus-card { position: relative; min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 24px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.focus-card span { color: #8ad6cc; font-weight: 900; }
.focus-card h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; }

.clinic-section { padding-top: 40px; padding-bottom: 40px; background: white; }
.clinic-card { min-height: 190px; padding: 36px 42px; display: flex; align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(120deg, #f7fbfa 0%, #eff9f6 100%); }
.clinic-symbol { width: 86px; height: 86px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 24px; color: white; background: linear-gradient(145deg, var(--deep), var(--accent)); font-size: 36px; }
.clinic-card h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; }

.experience-section { background: white; }
.experience-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.timeline { position: relative; display: grid; gap: 26px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 18px; bottom: 18px; width: 1px; background: rgba(13,77,85,.18); }
.timeline-item { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 24px; align-items: start; }
.timeline-dot { width: 19px; height: 19px; margin-top: 20px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px var(--accent-soft); z-index: 1; }
.timeline-card { padding: 28px 30px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); }
.timeline-kicker { color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.timeline-card h3 { margin: 7px 0 0; font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }

.education-section { background: #edf7f5; }
.education-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.education-card { min-height: 245px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 24px; background: white; border: 1px solid rgba(13,77,85,.12); box-shadow: 0 16px 44px rgba(7,54,61,.055); }
.education-card-wide { grid-column: span 2; min-height: 300px; background: linear-gradient(135deg, var(--deep) 0%, #0b5660 100%); color: white; }
.education-label { color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.education-card-wide .education-label { color: #9ce1d8; }
.education-card h3 { margin: 8px 0 8px; font-size: clamp(24px, 3vw, 35px); line-height: 1.12; letter-spacing: -.035em; }
.education-card p { margin: 0; color: var(--ink-soft); max-width: 690px; }
.education-card-wide p { color: rgba(255,255,255,.76); }
.license-block { background: linear-gradient(145deg, #fff8ef, #fff); }
.license-block h3 { font-size: 42px; }

.gallery-section { background: #081f24; color: white; overflow: hidden; }
.gallery-section .section-heading { margin-bottom: 34px; }
.gallery-grid { columns: 3 260px; column-gap: 14px; }
.gallery-item { position: relative; display: block; width: 100%; margin: 0 0 14px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.04); cursor: zoom-in; break-inside: avoid; box-shadow: 0 16px 46px rgba(0,0,0,.18), 0 0 22px rgba(102,211,198,.07); }
.gallery-item::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 22px rgba(255,255,255,.08); pointer-events: none; }
.gallery-item img { width: 100%; height: auto; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.018); }

.contact-section { background: var(--paper); }
.contact-card { position: relative; min-height: 460px; padding: 56px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; overflow: hidden; border-radius: 34px; color: white; background: linear-gradient(135deg, #0c4b55 0%, #072f36 74%); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -210px; top: -160px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); }
.contact-card .eyebrow { color: #95ddd4; }
.contact-main, .contact-details { position: relative; z-index: 1; }
.contact-main h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.contact-specialty { margin: 14px 0 0; color: #a9d9d5; font-weight: 700; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn-light { background: white; color: var(--deep); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.3); color: white; }
.contact-details { display: grid; gap: 10px; }
.contact-details > div { padding: 20px 22px; display: grid; border-radius: 16px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); }
.contact-details small { color: #9cd8d2; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }
.contact-details strong { margin-top: 4px; font-size: 18px; }
.contact-details span { color: rgba(255,255,255,.72); font-size: 14px; }

.site-footer { padding: 34px 0; background: #061b20; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; align-items: start; font-size: 13px; }
.footer-grid > div { display: grid; gap: 4px; }
.footer-grid strong { color: white; }
.footer-grid a:hover { color: white; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; background: #25d366; box-shadow: 0 16px 36px rgba(5,80,46,.28); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: white; }
.back-to-top { position: fixed; right: 22px; bottom: 91px; z-index: 880; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; color: var(--deep); background: rgba(255,255,255,.94); box-shadow: 0 10px 26px rgba(7,54,61,.12); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .25s ease; cursor: pointer; }
.back-to-top.visible { opacity: 1; transform: none; pointer-events: auto; }

.lightbox { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 30px; background: rgba(1,16,19,.91); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-image { max-width: min(94vw, 1200px); max-height: 90vh; width: auto; height: auto; object-fit: contain; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.lightbox-close { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); color: white; font-size: 30px; line-height: 1; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: revealUp .62s cubic-bezier(.2,.7,.2,1) both; }
@keyframes revealUp {
  from { opacity: .86; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 18px auto; display: grid; gap: 0; padding: 12px; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 26px 60px rgba(7,54,61,.18); border: 1px solid var(--line); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: .25s ease; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid rgba(13,77,85,.08); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .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); }
  .hero { min-height: auto; }
  .hero-grid, .focus-grid, .experience-grid, .contact-card { grid-template-columns: 1fr; gap: 48px; }
  .hero-panel { min-height: 470px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { gap: 32px; }
  .contact-card { padding: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 42px; height: 42px; border-radius: 12px; }
  .brand-copy strong { max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .main-nav { inset: 74px 13px auto; }
  .hero { padding-top: 54px; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-actions, .contact-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-panel { min-height: 455px; padding: 40px 26px 32px; border-radius: 26px; }
  .license-card { left: 26px; bottom: 30px; }
  .services-grid, .focus-cards, .education-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .education-card-wide { grid-column: auto; min-height: 270px; }
  .focus-grid { gap: 38px; }
  .focus-intro h2 { font-size: clamp(44px, 14vw, 64px); }
  .focus-card { min-height: 190px; }
  .clinic-card { padding: 26px; align-items: flex-start; }
  .clinic-symbol { width: 62px; height: 62px; border-radius: 18px; }
  .clinic-card h2 { font-size: 30px; }
  .timeline-card { padding: 24px; }
  .gallery-grid { columns: 1; }
  .contact-card { min-height: auto; padding: 34px 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .back-to-top { right: 21px; bottom: 83px; }
  .lightbox { padding: 18px; }
}
