:root {
  --navy: #0d4a59;
  --navy-deep: #07313c;
  --teal: #009aa6;
  --aqua: #67cbd2;
  --gold: #b8872d;
  --gold-soft: #e8c55f;
  --coral: #d99282;
  --cream: #fff3e6;
  --sand: #f0ddc5;
  --white: #fffdf7;
  --text: #173f4b;
  --muted: #5b737a;
  --line: rgba(13,74,89,.14);
  --shadow: 0 26px 60px rgba(7,49,60,.15);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--body); color: var(--text); background: var(--white); line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }
.section { padding: 105px 0; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { left: 10px; }

.header { position: fixed; inset: 0 0 auto; z-index: 40; padding: 16px 0; background: rgba(255,253,248,.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(6,63,80,.07); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 168px; }
.brand img { width: 45px; height: 45px; object-fit: cover; border-radius: 50% 50% 28% 28%; box-shadow: 0 8px 18px rgba(6,63,80,.14); }
.brand span { display: grid; line-height: .9; }
.brand strong { color: var(--navy); font-family: var(--display); font-size: 25px; letter-spacing: -.05em; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 8px; letter-spacing: .23em; text-transform: uppercase; font-weight: 700; }
.nav { display: flex; gap: 26px; font-size: 14px; font-weight: 600; color: rgba(6,63,80,.8); }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--teal); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 21px; min-height: 50px; border-radius: 999px; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 42px; padding: 9px 15px; color: var(--white); background: var(--navy); }
.button--primary { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--teal)); box-shadow: 0 15px 28px rgba(6,63,80,.2); }
.button--outline { color: var(--navy); border-color: rgba(6,63,80,.2); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--navy); }
.button--light { color: var(--navy); background: var(--white); }
.button--gold { color: var(--navy-deep); background: linear-gradient(135deg, var(--gold-soft), var(--gold)); box-shadow: 0 16px 30px rgba(0,0,0,.18); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,2px); }
.text-link--light { color: rgba(255,255,255,.9); }

.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.kicker span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--coral)); }
.kicker--light { color: rgba(255,255,255,.82); }

.hero { position: relative; overflow: hidden; padding: 148px 0 82px; background: linear-gradient(120deg, #fff3e6 0%, #fffdf7 45%, #dff6f5 100%); }
.hero__glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.hero__glow--one { width: 310px; height: 310px; left: -120px; top: 220px; background: radial-gradient(circle, rgba(239,170,152,.5), transparent 68%); }
.hero__glow--two { width: 370px; height: 370px; right: -120px; top: 88px; background: radial-gradient(circle, rgba(65,184,194,.33), transparent 70%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 68px; }
.hero h1, h2 { margin: 0; color: var(--navy); font-family: var(--display); font-weight: 700; letter-spacing: -.055em; line-height: 1.02; }
.hero h1 { max-width: 620px; font-size: clamp(50px, 6.3vw, 80px); }
.hero__lead { max-width: 570px; margin: 25px 0 29px; color: var(--muted); font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hero__trust span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.76); border: 1px solid rgba(6,63,80,.1); color: var(--navy); font-size: 12px; font-weight: 700; }
.hero__visual { position: relative; min-height: 530px; }
.hero__portrait { position: absolute; left: 38px; top: 0; width: 295px; height: 475px; border-radius: 180px 180px 28px 28px; overflow: hidden; box-shadow: var(--shadow); border: 8px solid rgba(255,253,248,.92); background: var(--sand); }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__clinic { position: absolute; right: 10px; bottom: 0; width: 265px; height: 318px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); border: 8px solid rgba(255,253,248,.92); background: var(--sand); }
.hero__clinic img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__badge { position: absolute; left: 0; bottom: 34px; width: 224px; padding: 16px; border-radius: 20px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.hero__badge strong { display: block; margin-bottom: 4px; font-size: 15px; }
.hero__badge span { display: block; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.35; }

.proof { position: relative; z-index: 2; margin-top: -1px; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, var(--teal)); color: var(--white); }
.proof__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof__item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.proof__item:last-child { border-right: 0; }
.proof__item > span { color: var(--gold-soft); font-size: 12px; letter-spacing: .12em; font-weight: 700; }
.proof__item p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.proof__item strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 15px; }

.care { background: var(--white); }
.care__grid, .professional__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 78px; align-items: center; }
.care__image { position: relative; height: 520px; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); background: var(--sand); }
.care__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care__image-label { position: absolute; right: 16px; bottom: 16px; padding: 10px 13px; border-radius: 999px; color: var(--navy); background: rgba(255,253,248,.92); font-size: 12px; font-weight: 700; }
.care h2, .professional h2, .location h2, .services h2, .final-cta h2 { font-size: clamp(39px, 4.7vw, 60px); }
.care__content > p:not(.kicker), .professional__copy > p:not(.kicker), .services__heading > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.care__steps { display: grid; gap: 16px; margin: 28px 0; }
.care__steps div { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; }
.care__steps span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: linear-gradient(135deg, var(--gold-soft), var(--coral)); font-weight: 700; }
.care__steps p { margin: 0; color: var(--muted); font-size: 14px; }
.care__steps strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 15px; }

.services { overflow: hidden; background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 48%, var(--teal) 100%); color: var(--white); }
.services::before { content:""; position:absolute; width:380px; height:380px; right:-120px; top:-120px; border-radius:50%; background:radial-gradient(circle, rgba(239,170,152,.22), transparent 70%); }
.services .container { position: relative; z-index: 1; }
.services__heading { max-width: 700px; margin-bottom: 36px; }
.services h2 { color: var(--white); }
.services__heading > p:not(.kicker) { color: rgba(255,255,255,.75); }
.services__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 294px; padding: 28px; border-radius: 25px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.service-card > span { color: var(--gold-soft); font-weight: 700; font-size: 12px; letter-spacing: .15em; }
.service-card h3 { margin: 28px 0 10px; font-family: var(--display); color: var(--white); font-size: 30px; letter-spacing: -.04em; }
.service-card p { color: rgba(255,255,255,.82); font-size: 14px; }
.service-card small { display: block; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.55; }

.professional { background: linear-gradient(120deg, #f5dfca 0%, #fff8ef 54%, #dff5f4 100%); }
.professional__visual { min-height: 432px; position: relative; display: grid; place-items: center; }
.professional__logo { width: 270px; height: 270px; padding: 15px; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.professional__logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.professional__quote { position: absolute; right: 0; bottom: 35px; width: 255px; padding: 18px; border-radius: 21px; color: var(--white); background: var(--teal); box-shadow: var(--shadow); font-family: var(--display); font-size: 17px; line-height: 1.27; }
.professional__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 29px; }
.professional__chips span { padding: 8px 11px; border-radius: 999px; background: rgba(255,253,248,.8); color: var(--navy); border: 1px solid rgba(6,63,80,.12); font-size: 12px; font-weight: 700; }

.location { padding-top: 0; background: var(--white); }
.location__card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, var(--teal)); box-shadow: var(--shadow); }
.location__image { height: 460px; overflow: hidden; background: var(--sand); }
.location__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location__copy { padding: 54px; color: var(--white); }
.location__copy h2 { color: var(--white); }
.location__copy > p:not(.kicker) { color: rgba(255,255,255,.8); font-size: 16px; }
.location__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }

.final-cta {
  position: relative;
  padding: 105px 0 112px;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 22%, rgba(232,197,95,.26), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(103,203,210,.30), transparent 25%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 48%, var(--teal) 100%);
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  pointer-events: none;
}
.final-cta__inner { max-width: 780px; position: relative; z-index: 1; }
.final-cta h2 { color: var(--white); }
.final-cta p { max-width: 570px; margin: 18px auto 28px; color: rgba(255,255,255,.88); font-size: 17px; }
.final-cta .kicker { justify-content: center; color: rgba(255,255,255,.86); }
.final-cta .kicker span { background: linear-gradient(90deg, var(--gold-soft), var(--aqua)); }
.final-cta .button--gold { background: linear-gradient(135deg, var(--gold-soft), #d5a73d); color: var(--navy-deep); box-shadow: 0 16px 32px rgba(0,0,0,.20); }

.footer { padding: 34px 0 85px; background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--teal) 100%); color: rgba(255,255,255,.82); border-top: 4px solid var(--gold-soft); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 13px; }
.brand--footer strong { color: var(--white); }
.footer p { margin: 0; }
.footer__links { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer__links a { color: var(--navy-deep); background: var(--gold-soft); padding: 9px 12px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.footer__links a:hover { transform: translateY(-2px); background: var(--white); }
.mobile-cta { display: none; }

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

@media (max-width: 900px) {
  .nav { display: none; }
  .hero__grid, .care__grid, .professional__grid, .location__card { grid-template-columns: 1fr; }
  .hero__grid { gap: 30px; }
  .hero__visual { width: min(100%, 490px); margin: 0 auto; }
  .care__grid, .professional__grid { gap: 48px; }
  .care__image { max-width: 510px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .professional__visual { order: -1; min-height: 350px; }
  .location__image { height: 360px; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 620px); }
  .header { padding: 12px 0; }
  .header .button--nav { display: none; }
  .hero { padding: 120px 0 58px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero__lead { font-size: 16px; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 415px; }
  .hero__portrait { left: 0; width: 238px; height: 385px; }
  .hero__clinic { right: 0; width: 177px; height: 225px; }
  .hero__badge { left: 8px; bottom: 0; width: 210px; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 22px 0; }
  .proof__item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .care__image { height: 390px; }
  .care h2, .professional h2, .location h2, .services h2, .final-cta h2 { font-size: 40px; }
  .professional__visual { min-height: 300px; }
  .professional__logo { width: 218px; height: 218px; }
  .professional__quote { right: 0; bottom: 0; width: 210px; font-size: 15px; }
  .location__copy { padding: 35px 26px; }
  .location__actions { flex-direction: column; align-items: flex-start; }
  .footer { padding-bottom: 92px; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .footer__links { align-items: flex-start; }
  .mobile-cta { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; border-radius: 999px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--teal)); box-shadow: 0 16px 30px rgba(6,63,80,.3); font-size: 14px; font-weight: 700; }
}

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