:root {
  --navy-950: #0b1a26;
  --navy-900: #102738;
  --navy-800: #17374a;
  --blue-500: #46b7cb;
  --blue-300: #8ddce8;
  --blue-100: #dff5f8;
  --ivory: #f7f4ee;
  --sand: #e9e3d9;
  --white: #ffffff;
  --ink: #15212a;
  --muted: #5f6c73;
  --line: rgba(16, 39, 56, .14);
  --shadow: 0 28px 80px rgba(11, 26, 38, .16);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; }
body { margin: 0; max-width: 100%; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.65; overflow-wrap: break-word; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; min-width: 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--navy-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(247, 244, 238, .92); border-color: var(--line); box-shadow: 0 10px 35px rgba(11, 26, 38, .07); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 40px; height: 40px; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.18rem; font-weight: 400; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .84rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--blue-500); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 1.5px; margin: 5px 0; background: var(--navy-900); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 15px 23px; border: 1px solid var(--navy-900); border-radius: 999px; background: var(--navy-900); color: var(--white); font-size: .86rem; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--navy-800); box-shadow: 0 12px 28px rgba(11, 26, 38, .18); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 11px 19px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(16, 39, 56, .32); font-size: .86rem; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }

.hero { position: relative; min-height: 100vh; padding: 144px 0 60px; overflow: clip; background: radial-gradient(circle at 88% 22%, rgba(70,183,203,.16), transparent 31%), linear-gradient(145deg, var(--ivory), #fff 70%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(var(--navy-900) .45px, transparent .45px); background-size: 14px 14px; mask-image: linear-gradient(to right, #000, transparent 48%); }
.hero-glow { position: absolute; right: -150px; bottom: 0; width: 530px; height: 530px; border: 1px solid rgba(70,183,203,.16); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(70,183,203,.025), inset 0 0 0 160px rgba(70,183,203,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .82fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--navy-800); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--blue-500); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.hero h1 { max-width: 740px; margin: 0; color: var(--navy-950); font-size: clamp(3.55rem, 6.1vw, 6.3rem); }
.hero h1 em { color: var(--blue-500); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: var(--navy-800); font-size: .74rem; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 9px; }
.trust-row span::before { content: "✦"; color: var(--blue-500); }
.hero-visual { position: relative; min-width: 0; }
.hero-photo { position: relative; height: min(650px, 67vh); overflow: hidden; border-radius: 210px 210px var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,26,38,.23), transparent 42%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 45%; filter: saturate(.86) contrast(.98) brightness(1.04); }
.floating-card { position: absolute; left: -54px; bottom: 58px; width: 265px; display: flex; gap: 13px; padding: 21px; border: 1px solid rgba(255,255,255,.62); border-radius: var(--radius-sm); background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(11,26,38,.14); backdrop-filter: blur(14px); }
.floating-card p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.floating-card strong { color: var(--navy-900); }
.diamond-mini { color: var(--blue-500); font-size: 1.5rem; }
.photo-caption { position: absolute; right: -28px; top: 120px; color: var(--navy-800); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg); transform-origin: center; }
.proof-bar { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 72px; padding: 30px 0 0; border-top: 1px solid var(--line); }
.proof-bar > div { display: grid; gap: 3px; padding: 0 24px; border-right: 1px solid var(--line); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.proof-bar span { color: var(--muted); font-size: .72rem; }

.section { padding: 125px 0; }
.clinic-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 90px; align-items: end; }
.section-heading h2, .experience-copy h2, .detail-copy h2, .location-card h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.65rem, 5vw, 5rem); }
.clinic-intro p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 70px; }
.pillar { position: relative; min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.48); transition: transform .25s, background .25s, box-shadow .25s; }
.pillar:hover { background: var(--white); box-shadow: 0 22px 60px rgba(11,26,38,.09); transform: translateY(-6px); }
.pillar-number { position: absolute; right: 25px; top: 24px; color: rgba(16,39,56,.35); font-size: .69rem; letter-spacing: .12em; }
.line-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid rgba(70,183,203,.45); border-radius: 50%; color: var(--blue-500); font-family: var(--serif); font-size: 1.6rem; }
.pillar h3 { margin: 0 0 12px; color: var(--navy-900); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.pillar p { margin: 0; color: var(--muted); font-size: .88rem; }

.treatments-section { position: relative; overflow: clip; background: var(--navy-950); color: var(--white); }
.treatments-section::before { content: "◇"; position: absolute; right: -2vw; top: -120px; color: rgba(141,220,232,.07); font-family: var(--serif); font-size: 31rem; line-height: 1; }
.treatments-top { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(250px, .55fr); align-items: end; gap: 80px; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light .eyebrow { color: var(--blue-300); }
.treatments-note { margin: 0; color: rgba(255,255,255,.58); font-size: .87rem; }
.treatments-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 66px; }
.treatment-card { min-height: 440px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.035); transition: transform .25s, border-color .25s, background .25s; }
.treatment-card:hover { border-color: rgba(141,220,232,.42); background: rgba(255,255,255,.06); transform: translateY(-5px); }
.treatment-card.featured { background: var(--blue-100); color: var(--navy-950); }
.card-top { display: flex; justify-content: space-between; color: var(--blue-300); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.featured .card-top { color: var(--navy-800); }
.treatment-card h3 { margin: 74px 0 18px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; line-height: 1; }
.treatment-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .84rem; }
.featured p { color: var(--muted); }
.treatment-card ul { display: grid; gap: 10px; margin: auto 0 0; padding: 30px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.featured ul { border-color: var(--line); }
.treatment-card li { display: flex; gap: 10px; align-items: baseline; font-size: .82rem; }
.treatment-card li::before { content: "✦"; color: var(--blue-300); font-size: .65rem; }
.featured li::before { color: var(--blue-500); }

.experience-section { background: var(--white); }
.experience-grid { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr); align-items: center; gap: clamp(65px, 9vw, 130px); }
.experience-photo { position: relative; }
.experience-photo > img { width: 100%; height: 650px; object-fit: cover; object-position: center 42%; border-radius: var(--radius-lg); filter: saturate(.83) contrast(.98); }
.experience-stamp { position: absolute; right: -38px; bottom: 55px; width: 145px; height: 145px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(16,39,56,.9); color: var(--white); box-shadow: 0 18px 45px rgba(11,26,38,.25); backdrop-filter: blur(9px); }
.experience-stamp strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.experience-stamp span { color: var(--blue-300); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.experience-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); }
.journey-list { display: grid; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.journey-list li > span { color: var(--blue-500); font-size: .69rem; font-weight: 700; }
.journey-list strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.32rem; font-weight: 400; }
.journey-list p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }

.detail-section { background: linear-gradient(135deg, #e8f6f7, #f6f1ea 66%); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); align-items: center; gap: clamp(70px, 10vw, 145px); }
.detail-copy p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: var(--muted); }
.text-link.dark { color: var(--navy-900); }
.detail-visual { position: relative; }
.detail-visual img { width: 100%; height: 570px; object-fit: cover; object-position: center 44%; border-radius: 220px 220px var(--radius-md) var(--radius-md); filter: saturate(.82) brightness(1.03); }
.detail-visual blockquote { position: absolute; left: -70px; bottom: 35px; max-width: 310px; margin: 0; padding: 26px; border-radius: var(--radius-sm); background: var(--navy-900); color: var(--white); font-family: var(--serif); font-size: 1.2rem; line-height: 1.25; box-shadow: var(--shadow); }

.faq-grid { display: grid; grid-template-columns: minmax(280px, .6fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 145px); }
.faq-grid .section-heading h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.faq-grid .section-heading > p:last-child { color: var(--muted); font-size: .9rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy-900); cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-500); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -6px 0 25px; color: var(--muted); font-size: .88rem; }

.location-section { padding: 0 0 70px; background: var(--ivory); }
.location-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; overflow: hidden; padding: 70px; border-radius: var(--radius-lg); background: var(--navy-900); color: var(--white); }
.location-card::after { content: "◇"; position: absolute; right: 18%; top: -120px; color: rgba(141,220,232,.07); font-family: var(--serif); font-size: 23rem; line-height: 1; }
.location-card > * { position: relative; z-index: 1; }
.location-card .eyebrow { color: var(--blue-300); }
.location-card h2 { max-width: 680px; color: var(--white); font-size: clamp(2.8rem, 5vw, 5.1rem); }
.location-card p:not(.eyebrow) { margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: .87rem; }
.location-actions { display: grid; justify-items: start; gap: 15px; }
.button-light { border-color: var(--blue-100); background: var(--blue-100); color: var(--navy-950); }
.button-light:hover { background: var(--white); color: var(--navy-950); }
.light-link { color: var(--white); border-color: rgba(255,255,255,.3); }

.site-footer { padding: 70px 0 25px; background: var(--navy-950); color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 70px; }
.footer-brand strong { color: var(--white); }
.footer-brand small { color: var(--blue-300); }
.footer-grid > div:first-child p { max-width: 410px; margin: 24px 0 0; font-size: .84rem; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 11px; font-size: .82rem; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 8px; color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:hover { color: var(--blue-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: var(--blue-500); color: var(--navy-950); box-shadow: 0 15px 40px rgba(11,26,38,.25); font-size: .75rem; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 50px; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5rem); }
  .floating-card { left: -24px; }
  .clinic-grid, .treatments-top { gap: 50px; }
  .pillars-grid, .treatments-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 260px; }
  .line-icon { margin-bottom: 35px; }
  .treatment-card { min-height: 390px; }
  .experience-grid { gap: 70px; }
  .experience-stamp { right: -24px; }
  .detail-grid { gap: 70px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 74px; }
  .site-header { background: rgba(247,244,238,.9); backdrop-filter: blur(14px); }
  .main-nav { position: fixed; inset: 74px 0 auto; max-height: calc(100vh - 74px); display: grid; align-content: start; gap: 0; padding: 20px 22px 28px; border-bottom: 1px solid var(--line); background: var(--ivory); box-shadow: 0 20px 45px rgba(11,26,38,.12); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .2s, transform .2s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.button) { display: block; padding: 16px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
  .main-nav > a::after { display: none; }
  .main-nav .button { margin-top: 20px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 115px 0 45px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 4.7rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: calc(100% - 18px); margin-left: 18px; }
  .hero-photo { height: 560px; border-radius: 170px 170px 28px 28px; }
  .floating-card { left: -18px; bottom: 28px; width: min(280px, 78vw); }
  .photo-caption { display: none; }
  .proof-bar { grid-template-columns: 1fr 1fr; gap: 0; margin-top: 55px; padding-top: 0; }
  .proof-bar > div { padding: 22px 14px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .proof-bar > div:first-child { padding-left: 14px; }
  .proof-bar > div:nth-child(even) { border-right: 0; }
  .section { padding: 88px 0; }
  .clinic-grid, .treatments-top, .experience-grid, .detail-grid, .faq-grid, .location-card { grid-template-columns: minmax(0, 1fr); }
  .clinic-grid, .treatments-top { gap: 25px; }
  .section-heading h2, .experience-copy h2, .detail-copy h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .pillars-grid { margin-top: 45px; }
  .pillar { min-height: 275px; padding: 27px; }
  .treatments-grid { margin-top: 45px; }
  .treatment-card { min-height: 420px; padding: 29px; }
  .experience-grid { gap: 75px; }
  .experience-photo > img { height: 560px; }
  .experience-stamp { right: -3px; bottom: -50px; }
  .detail-grid { gap: 65px; }
  .detail-visual { width: calc(100% - 20px); margin-left: 20px; }
  .detail-visual img { height: 520px; border-radius: 180px 180px 24px 24px; }
  .detail-visual blockquote { left: -20px; bottom: 24px; max-width: 285px; }
  .faq-grid { gap: 45px; }
  .location-section { padding-bottom: 30px; }
  .location-card { gap: 35px; padding: 45px 25px; border-radius: 26px; }
  .location-actions, .location-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float span:last-child { display: none; }
  .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; font-size: 1rem; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.15rem; }
  .hero-photo { height: 500px; }
  .brand strong { font-size: 1.05rem; }
  .trust-row { gap: 12px; }
  .treatment-card { min-height: 440px; }
}

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