
:root {
  --violet: #343d8b;
  --violet-2: #4650a4;
  --violet-dark: #1c214e;
  --violet-deep: #11152f;
  --cyan: #18b3f3;
  --cyan-soft: #e5f7ff;
  --white: #ffffff;
  --paper: #fbfcff;
  --soft: #f3f5fa;
  --line: #dfe4ee;
  --ink: #141827;
  --muted: #667085;
  --shadow: 0 24px 70px rgba(23, 29, 70, .11);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 14px; top: -80px; z-index: 100; padding: 10px 14px;
  border-radius: 10px; background: var(--violet-dark); color: #fff; text-decoration: none;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 228, 238, .82);
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand {
  display: flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none;
}
.brand img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.brand span strong, .brand span small { display: block; }
.brand span strong { color: var(--violet-dark); font-size: .96rem; letter-spacing: -.015em; }
.brand span small { color: var(--cyan); font-size: .78rem; font-weight: 850; }
.site-nav {
  display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto;
}
.site-nav a {
  color: #41495d; font-size: .9rem; font-weight: 760; text-decoration: none; transition: .18s ease;
}
.site-nav a:hover { color: var(--violet); }
.header-cta { margin-left: 4px; }

.menu-button {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 10px;
}
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--violet-dark); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 12px 21px; border: 1px solid var(--violet); border-radius: 14px;
  background: var(--violet); color: #fff; font-weight: 850; text-decoration: none;
  box-shadow: 0 12px 28px rgba(52, 61, 139, .15); transition: .18s ease;
}
.btn:hover { transform: translateY(-1px); background: var(--violet-dark); border-color: var(--violet-dark); }
.btn-small { min-height: 43px; padding: 9px 15px; font-size: .88rem; }
.btn-ghost { color: var(--violet); background: #fff; border-color: #cfd5e2; box-shadow: none; }
.btn-ghost:hover { color: var(--violet-dark); background: var(--soft); }
.btn-white { color: var(--violet); background: #fff; border-color: #fff; }
.btn-white:hover { color: var(--violet-dark); background: #f7fbff; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan); font-size: .76rem; line-height: 1.2;
  font-weight: 950; letter-spacing: .13em; text-transform: uppercase;
}

.hero {
  position: relative; overflow: hidden;
  padding: 76px 0 0;
  background:
    linear-gradient(180deg, #fcfdff 0%, #fff 71%),
    radial-gradient(circle at 80% 15%, rgba(24,179,243,.16), transparent 30%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-a { width: 430px; height: 430px; right: -150px; top: 50px; background: rgba(24,179,243,.10); }
.hero-glow-b { width: 350px; height: 350px; left: -210px; bottom: 20px; background: rgba(52,61,139,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; }
.micro-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 23px;
  padding: 8px 11px; border: 1px solid #d9e6ed; border-radius: 999px;
  color: #556071; background: rgba(255,255,255,.78); font-size: .78rem; font-weight: 750;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(24,179,243,.12); }
.hero h1 {
  max-width: 760px; margin: 0; color: var(--violet-deep);
  font-size: clamp(3.3rem, 6.2vw, 5.65rem); line-height: .96; letter-spacing: -.064em;
}
.hero h1 em { color: var(--violet); font-style: normal; }
.hero-lead {
  max-width: 670px; margin: 27px 0 0; color: #5c6579; font-size: 1.08rem; line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 31px; }
.avatars { display: flex; padding-left: 8px; }
.avatars span {
  display: grid; place-items: center; width: 34px; height: 34px; margin-left: -8px;
  border: 3px solid #fff; border-radius: 50%; background: var(--violet); color: #fff; font-size: .72rem; font-weight: 900;
}
.avatars span:nth-child(2) { background: var(--cyan); }
.avatars span:nth-child(3) { background: #6e74b7; }
.avatars span:nth-child(4) { background: #2f8fad; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { color: #31384a; font-size: .84rem; }
.hero-proof small { margin-top: 2px; color: #8991a1; font-size: .74rem; }
.stars { color: #f2aa16; letter-spacing: .06em; }

.hero-photo-wrap { position: relative; min-height: 590px; }
.photo-backdrop {
  position: absolute; inset: 35px 0 0 48px;
  border-radius: 44% 44% 24px 24px;
  background: linear-gradient(145deg, var(--cyan) 0%, #5ed0fa 34%, var(--violet) 100%);
}
.hero-photo {
  position: absolute; z-index: 2; inset: 0 48px 0 0; margin: 0; overflow: hidden;
  border-radius: 46% 46% 24px 24px;
  background: #eee; box-shadow: 0 38px 90px rgba(22,29,71,.19);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.floating-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px;
  min-width: 190px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.7);
  border-radius: 15px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(22,29,71,.15);
}
.floating-card-top { top: 70px; right: 0; }
.floating-card-bottom { left: -28px; bottom: 48px; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #81899b; font-size: .67rem; }
.floating-card strong { color: var(--violet-dark); font-size: .82rem; }
.mini-icon {
  display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px;
  border-radius: 10px; color: var(--cyan); background: var(--cyan-soft); font-size: 1.15rem;
}

.hero-strip {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.hero-strip div { display: flex; align-items: center; gap: 13px; padding: 22px 0; }
.hero-strip div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.hero-strip strong { color: var(--cyan); font-size: .76rem; }
.hero-strip span { color: #4a5365; font-size: .86rem; font-weight: 800; }

.intro-section { padding-top: 88px; padding-bottom: 82px; }
.split-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: start; }
.split-heading h2, .section-head h2, .doctor-copy h2, .clinic-head h2, .credentials-grid h2, .faq h2, .cta h2 {
  margin: 0; color: var(--violet-deep); font-size: clamp(2.35rem, 4.7vw, 4rem);
  line-height: 1.02; letter-spacing: -.05em;
}
.intro-copy p { margin: 0 0 17px; color: var(--muted); font-size: 1.02rem; line-height: 1.85; }
.intro-copy strong { color: var(--violet-dark); }

.treatments { background: var(--soft); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 65px; align-items: end; margin-bottom: 42px; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.78; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.treatment-card {
  position: relative; min-height: 300px; padding: 27px; overflow: hidden;
  border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: .18s ease;
}
.treatment-card:hover { transform: translateY(-3px); border-color: #b6dce9; box-shadow: var(--shadow); }
.featured-treatment { color: #fff; background: linear-gradient(145deg, var(--violet) 0%, #40499c 100%); border-color: var(--violet); }
.treatment-number { color: #a2a9ba; font-size: .72rem; font-weight: 900; }
.featured-treatment .treatment-number { color: #c5caf0; }
.treatment-symbol {
  display: grid; place-items: center; width: 49px; height: 49px; margin: 28px 0 22px;
  border-radius: 14px; color: var(--cyan); background: var(--cyan-soft); font-size: 1.25rem;
}
.featured-treatment .treatment-symbol { color: #fff; background: rgba(255,255,255,.13); }
.treatment-card h3 { margin: 0 0 10px; color: var(--violet-dark); font-size: 1.19rem; }
.featured-treatment h3 { color: #fff; }
.treatment-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.72; }
.featured-treatment p { color: #dce1f6; }
.card-tag {
  display: inline-block; margin-top: 18px; padding: 6px 9px; border-radius: 999px;
  color: #dff8ff; background: rgba(24,179,243,.15); font-size: .7rem; font-weight: 850;
}
.question-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 25px;
  margin-top: 18px; padding: 23px 25px; border-radius: 17px; background: var(--violet-dark); color: #fff;
}
.question-banner span, .question-banner strong { display: block; }
.question-banner span { color: #a9b3d3; font-size: .8rem; }
.question-banner a { color: #8ee0ff; font-weight: 900; text-decoration: none; }

.doctor-section { background: #fff; }
.doctor-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.doctor-visual { position: relative; min-height: 620px; }
.doctor-main {
  position: absolute; inset: 0 50px 0 0; width: calc(100% - 50px); height: 100%; object-fit: cover; object-position: center 25%;
  border-radius: 26px; box-shadow: var(--shadow);
}
.doctor-visual:before {
  content: ""; position: absolute; width: 65%; height: 72%; right: 0; bottom: -25px; border-radius: 25px;
  background: var(--cyan-soft);
}
.doctor-logo {
  position: absolute; z-index: 2; right: 2px; bottom: 45px; display: grid; place-items: center;
  width: 128px; height: 128px; border-radius: 50%; background: #fff; box-shadow: 0 16px 45px rgba(23,29,70,.18);
}
.doctor-logo img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.large-text { color: var(--violet-dark)!important; font-size: 1.27rem!important; font-weight: 750; line-height: 1.55!important; }
.doctor-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.82; }
.doctor-values { display: grid; gap: 9px; margin: 27px 0; }
.doctor-values div { display: flex; align-items: flex-start; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.doctor-values > div > span {
  display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 50%;
  color: #fff; background: var(--cyan); font-size: .7rem; font-weight: 950;
}
.doctor-values p { margin: 0; }
.doctor-values strong, .doctor-values small { display: block; }
.doctor-values strong { color: var(--violet-dark); font-size: .9rem; }
.doctor-values small { margin-top: 3px; color: #8a92a3; }
.text-link { color: var(--violet); font-weight: 900; text-decoration: none; }

.reviews { color: #fff; background: var(--violet-deep); }
.reviews .section-head h2 { color: #fff; }
.reviews .section-head > p { color: #b5bdd7; }
.review-head { align-items: end; }
.rating-link { display: grid; gap: 4px; justify-self: end; color: #dce2f3; text-decoration: none; }
.rating-stars { color: #f4b31f; letter-spacing: .11em; }
.rating-link strong { font-size: .82rem; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.review-card {
  min-height: 330px; display: flex; flex-direction: column; padding: 26px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: rgba(255,255,255,.07);
}
.dark-review { background: var(--violet); border-color: var(--violet); }
.quote-mark { color: var(--cyan); font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
.review-card p { margin: 18px 0 25px; color: #edf1fb; font-size: 1.02rem; line-height: 1.72; font-weight: 700; }
.review-card footer { margin-top: auto; }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer strong { font-size: .85rem; }
.review-card footer span { margin-top: 3px; color: #99a4c3; font-size: .72rem; }

.clinic-section { background: var(--paper); }
.clinic-gallery {
  display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 260px 260px; gap: 15px; margin-top: 35px;
}
.clinic-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 21px; background: #ddd; }
.clinic-gallery .gallery-large { grid-row: 1 / 3; }
.clinic-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.clinic-gallery figure:hover img { transform: scale(1.025); }
.clinic-gallery figcaption {
  position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; border-radius: 999px;
  color: #fff; background: rgba(17,21,47,.76); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 850;
}
.clinic-info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; margin-top: 15px; }
.address-card, .hours-card { padding: 32px; border-radius: 22px; }
.address-card { border: 1px solid var(--line); background: #fff; }
.small-label { display: block; margin-bottom: 12px; color: var(--cyan); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.address-card h3 { margin: 0 0 25px; color: var(--violet-dark); font-size: 2rem; line-height: 1.15; letter-spacing: -.035em; }
.address-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hours-card { color: #fff; background: var(--violet); }
.light-label { color: #9de5ff; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hours-card dt { font-weight: 850; }
.hours-card dd { margin: 0; color: #e2e5f5; }
.hours-card small { display: block; margin-top: 17px; color: #bcc4df; }

.credentials-section { background: #fff; }
.credentials-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.credentials-grid p:not(.eyebrow) { color: var(--muted); line-height: 1.82; }
.credentials-photo { margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.credentials-photo img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }

.faq { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-lead { color: var(--muted); }
.accordion { display: grid; gap: 9px; }
.accordion details { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.accordion summary {
  position: relative; list-style: none; padding: 19px 55px 19px 20px; color: var(--violet-dark); font-weight: 850; cursor: pointer;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:after { content: "+"; position: absolute; right: 20px; top: 13px; color: var(--cyan); font-size: 1.6rem; font-weight: 500; }
.accordion details[open] summary:after { content: "−"; }
.accordion details p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.75; }

.cta { padding: 82px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--violet) 0%, #3c4697 80%); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-grid > div { position: relative; padding-left: 95px; }
.cta-grid img { position: absolute; left: 0; top: 2px; width: 68px; height: 68px; border-radius: 50%; }
.cta h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.cta p:not(.eyebrow) { margin-bottom: 0; color: #dbe1f5; }
.light-eyebrow { color: #97e5ff; }

.wa-float {
  position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; place-items: center;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff;
  font-size: .75rem; font-weight: 950; text-decoration: none; box-shadow: 0 14px 38px rgba(28,130,80,.28);
}
.wa-float:hover { transform: translateY(-2px); }

.footer { padding: 35px 0; background: #0c1025; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-size: .88rem; }
.footer-brand small { color: #72d9ff; font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 19px; }
.footer-links a { color: #cbd2e8; font-size: .82rem; font-weight: 750; text-decoration: none; }
.footer-meta { display: grid; justify-items: end; color: #8e99ba; font-size: .76rem; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .site-nav { gap: 17px; }
  .hero-grid, .doctor-grid { grid-template-columns: 1fr; }
  .hero-photo-wrap { min-height: 610px; max-width: 640px; width: 100%; margin-inline: auto; }
  .hero-copy { max-width: 820px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 75px 0; }
  .brand span { display: none; }
  .menu-button { display: block; }
  .site-nav {
    position: absolute; top: 67px; left: 20px; right: 20px; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 11px; border: 1px solid var(--line); border-radius: 16px;
    background: #fff; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; border-radius: 9px; }
  .site-nav a:hover { background: var(--soft); }
  .split-heading, .section-head, .credentials-grid, .faq-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .rating-link { justify-self: start; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-strip div:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .hero-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .clinic-info-grid { grid-template-columns: 1fr; }
  .footer-meta { justify-items: start; }
  .footer-links { justify-content: flex-start; }
  .cta-grid > div { padding-left: 0; padding-top: 85px; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-photo-wrap { min-height: 500px; }
  .hero-photo { right: 25px; }
  .photo-backdrop { left: 25px; }
  .floating-card { min-width: 165px; padding: 10px 12px; }
  .floating-card-top { top: 35px; right: -3px; }
  .floating-card-bottom { left: -3px; bottom: 35px; }
  .hero-strip { grid-template-columns: 1fr; margin-top: 55px; }
  .hero-strip div, .hero-strip div + div, .hero-strip div:nth-child(3), .hero-strip div:nth-child(4) {
    padding: 15px 0; border-left: 0; border-top: 1px solid var(--line);
  }
  .hero-strip div:first-child { border-top: 0; }
  .treatment-grid, .review-grid { grid-template-columns: 1fr; }
  .question-banner { align-items: flex-start; flex-direction: column; }
  .doctor-visual { min-height: 520px; }
  .doctor-main { right: 25px; width: calc(100% - 25px); }
  .doctor-logo { width: 96px; height: 96px; right: 0; bottom: 30px; }
  .doctor-logo img { width: 73px; height: 73px; }
  .clinic-gallery { grid-template-columns: 1fr; grid-template-rows: 330px 230px 260px; }
  .clinic-gallery .gallery-large { grid-row: auto; }
  .address-actions .btn { width: 100%; }
  .cta .btn { width: 100%; }
}

.review-stars{margin-bottom:2px;color:#f4b31f;letter-spacing:.1em;font-size:.82rem}.google-review-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:23px 25px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.07)}.google-review-cta>div{display:flex;align-items:center;gap:14px}.google-review-cta strong,.google-review-cta small{display:block}.google-review-cta small{margin-top:3px;color:#b5bdd7}.google-g{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#fff;color:#4285f4;font-size:1.25rem;font-weight:950}.btn-review{flex:0 0 auto;background:#fff;border-color:#fff;color:var(--violet);box-shadow:none}.btn-review:hover{background:#f5fbff;border-color:#f5fbff;color:var(--violet-dark)}@media(max-width:720px){.google-review-cta{align-items:stretch;flex-direction:column}.btn-review{width:100%}}
