:root {
  --navy: #1A2B4A;
  --navy-2: #13213A;
  --navy-3: #22375E;
  --cream: #F2EDE6;
  --cream-2: #E8E2DA;
  --white: #FFFFFF;
  --ink: #171B25;
  --muted: rgba(26, 43, 74, 0.72);
  --muted-light: rgba(242, 237, 230, 0.78);
  --border: rgba(242, 237, 230, 0.16);
  --border-dark: rgba(26, 43, 74, 0.14);
  --gold: #C9A76A;
  --shadow: 0 24px 80px rgba(11, 21, 40, 0.22);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-dark { background: var(--navy); color: var(--cream); position: relative; overflow: hidden; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--cream); color: var(--navy); padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { background: rgba(19, 33, 58, .96); backdrop-filter: blur(16px); box-shadow: 0 10px 40px rgba(0,0,0,.12); padding: 10px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 220px; max-height: 70px; object-fit: contain; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu a { text-decoration: none; color: var(--cream); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .82; transition: opacity .2s ease; }
.nav-menu a:hover { opacity: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: transparent; border-radius: 999px; padding: 10px; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--cream); margin: 4px auto; transition: .2s ease; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 14px; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--cream); color: var(--navy); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.btn-primary:hover { background: #fff; }
.btn-light { background: var(--cream); color: var(--navy) !important; opacity: 1 !important; }
.btn-small { min-height: 40px; padding: 11px 18px; font-size: 12px; }
.btn-outline { border: 1px solid var(--border); color: var(--cream); }
.btn-outline-dark { border: 1px solid var(--border-dark); color: var(--navy); background: transparent; }
.btn-dark { background: var(--navy); color: var(--cream); }
.btn-big { min-height: 58px; padding: 18px 30px; }
.hero { min-height: 100vh; display: flex; align-items: center; padding: 140px 0 90px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(201,167,106,.28), transparent 32%), radial-gradient(circle at 18% 16%, rgba(255,255,255,.08), transparent 26%), linear-gradient(135deg, #101b31, var(--navy) 40%, #0e1830 100%); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.42), transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 20px; }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6.2vw, 78px); line-height: 1.02; max-width: 760px; }
h2 { font-size: clamp(34px, 4.6vw, 54px); line-height: 1.1; }
h3 { font-size: 24px; line-height: 1.16; }
p { font-size: 16px; line-height: 1.75; }
.hero-text { color: var(--muted-light); font-size: 19px; max-width: 620px; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-actions.small-gap { margin-top: 14px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; max-width: 700px; }
.trust-row div { border: 1px solid var(--border); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.05); backdrop-filter: blur(6px); }
.trust-row strong { display: block; font-size: 24px; color: #fff; }
.trust-row span { color: var(--muted-light); font-size: 13px; }
.hero-card { position: relative; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy-2); }
.hero-card.tall { min-height: 680px; }
.hero-card img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,10,20,.68), transparent 56%); }
.hero-card-badge { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; background: rgba(242,237,230,.94); color: var(--navy); border-radius: 22px; padding: 18px; }
.hero-card-badge span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: rgba(26,43,74,.65); font-weight: 900; }
.hero-card-badge strong { display: block; margin-top: 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; }
.intro { background: var(--cream); }
.intro-grid, .location-grid, .references-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.intro-panel { background: var(--white); border-radius: var(--radius); padding: 42px; box-shadow: 0 20px 60px rgba(26,43,74,.08); }
.intro-copy p { color: var(--muted); margin: 0 0 14px; }
.muted { color: var(--muted); }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 52px; }
.section-heading h2 { max-width: 760px; margin: 0 auto; }
.section-heading p { color: var(--muted); margin-bottom: 0; }
.section-dark .section-heading p { color: var(--muted-light); }
.services-showcase { background: linear-gradient(180deg, #fff, var(--cream)); }
.service-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0; overflow: hidden; border-radius: 34px; background: #fff; border: 1px solid var(--border-dark); box-shadow: 0 24px 70px rgba(26,43,74,.10); margin-bottom: 28px; }
.service-feature-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; }
.service-feature-copy { padding: 44px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.service-feature-copy p, .service-card-copy p { color: var(--muted); margin: 0; }
.service-tag { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 999px; background: rgba(201,167,106,.16); color: var(--navy); font-size: 11px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.service-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-card-pro { background: #fff; border: 1px solid var(--border-dark); border-radius: 28px; overflow: hidden; box-shadow: 0 18px 55px rgba(26,43,74,.08); display: grid; grid-template-columns: 44% 56%; min-height: 330px; }
.service-card-pro > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card-copy { padding: 28px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.pill-row, .compact-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-row span, .compact-list span { border-radius: 999px; padding: 10px 14px; background: var(--cream); border: 1px solid var(--border-dark); color: var(--navy); font-size: 13px; font-weight: 800; }
.price-panel { margin-top: 28px; border-radius: 26px; background: var(--navy); color: var(--cream); padding: 22px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 14px; box-shadow: 0 18px 55px rgba(26,43,74,.10); }
.price-panel div { border: 1px solid var(--border); border-radius: 18px; padding: 16px; }
.price-panel span { display: block; color: var(--muted-light); font-size: 13px; }
.price-panel strong { display: block; color: #fff; font-size: 26px; margin-top: 4px; }
.dark-band { padding: 104px 0; }
.split-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.split-copy p { color: var(--muted-light); }
.image-stack { position: relative; min-height: 620px; }
.stack-primary, .stack-secondary { position: absolute; overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); }
.stack-primary { inset: 0 0 80px 60px; }
.stack-secondary { width: 46%; right: 0; bottom: 0; border: 8px solid var(--navy); }
.stack-primary img, .stack-secondary img { width: 100%; height: 100%; object-fit: cover; }
.stack-secondary img { min-height: 270px; }
.doctor { background: #fff; }
.doctor-grid.advanced { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.doctor-photo, .location-card { border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); background: rgba(255,255,255,.05); }
.doctor-photo img { width: 100%; height: 620px; object-fit: cover; object-position: center; }
.doctor-copy p { color: var(--muted); }
.quote-box { border-left: 3px solid var(--gold); background: var(--cream); padding: 18px 22px; margin: 24px 0; border-radius: 0 18px 18px 0; }
.quote-box p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; line-height: 1.25; color: var(--navy); }
.mini-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.mini-grid span { border: 1px solid var(--border-dark); border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 800; color: var(--navy); }
.references { background: linear-gradient(180deg, var(--cream), #fff); }
.reference-card { background: var(--navy); color: var(--cream); border-radius: 32px; padding: 38px; box-shadow: var(--shadow); }
.reference-card p { color: var(--muted-light); }
.metric-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.metric-list div { background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: 18px; padding: 16px; }
.metric-list strong { display: block; font-size: 30px; color: #fff; }
.metric-list span { font-size: 13px; color: var(--muted-light); }
.reference-notes { display: grid; gap: 18px; }
.reference-notes blockquote { margin: 0; background: #fff; border-radius: 22px; padding: 24px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; line-height: 1.22; color: var(--navy); box-shadow: 0 16px 50px rgba(26,43,74,.07); }
.video-box { background: #fff; border-radius: 24px; padding: 24px; box-shadow: 0 16px 50px rgba(26,43,74,.07); }
.video-box strong { display: block; color: var(--navy); font-size: 18px; }
.video-box p { margin: 8px 0 0; color: var(--muted); }
.location { background: #fff; }
.location-copy p { color: var(--muted); }
.location-card { position: relative; }
.location-card img { width: 100%; height: 520px; object-fit: cover; }
.map-label { position: absolute; left: 20px; right: 20px; bottom: 20px; border-radius: 18px; padding: 18px; background: rgba(255,255,255,.92); color: var(--navy); }
.map-label strong, .map-label span { display: block; }
.final-cta { padding: 86px 0; }
.final-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.final-grid h2 { max-width: 700px; }
.final-grid p { color: var(--muted-light); margin-bottom: 0; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 900; background: #25D366; color: #fff; text-decoration: none; padding: 15px 18px; border-radius: 999px; font-weight: 900; box-shadow: 0 18px 50px rgba(37,211,102,.35); }
.site-footer { background: var(--navy-2); color: var(--muted-light); padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.footer-grid img { width: 210px; }
.footer-grid p { margin: 0; font-size: 14px; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--cream); text-decoration: none; font-size: 14px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (max-width: 1000px) {
  .service-card-pro { grid-template-columns: 1fr; }
  .service-card-pro > img { height: 250px; }
  .price-panel { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { background: rgba(19, 33, 58, .96); padding: 10px 0; }
  .brand img { width: 185px; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; top: 74px; left: 14px; right: 14px; padding: 18px; background: rgba(19,33,58,.98); border: 1px solid var(--border); border-radius: 22px; flex-direction: column; align-items: stretch; gap: 4px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .nav-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-menu a { padding: 12px; }
  .section { padding: 72px 0; }
  .hero { padding-top: 110px; min-height: auto; }
  .hero-grid, .intro-grid, .service-feature, .split-feature, .doctor-grid.advanced, .references-grid, .location-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-card.tall, .hero-card img { min-height: 480px; }
  .trust-row, .service-list-grid, .metric-list, .price-panel { grid-template-columns: 1fr; }
  .service-feature-media img { min-height: 0; height: 330px; }
  .service-feature-copy, .service-card-copy { padding: 26px; }
  .image-stack { min-height: 0; display: grid; gap: 18px; }
  .stack-primary, .stack-secondary { position: static; width: 100%; border: 0; }
  .stack-primary img, .stack-secondary img, .doctor-photo img, .location-card img { height: auto; min-height: 0; }
  .final-grid, .footer-grid { display: grid; grid-template-columns: 1fr; text-align: left; }
  h1 { font-size: clamp(40px, 13vw, 60px); line-height: 1.04; }
  h2 { font-size: clamp(32px, 10vw, 44px); line-height: 1.1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
