:root {
  --background: oklch(0.982 0.004 228);
  --foreground: oklch(0.342 0.07 244);
  --card: oklch(1 0 0);
  --primary: oklch(0.342 0.07 244);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.922 0.027 213);
  --muted: oklch(0.96 0.008 225);
  --muted-foreground: oklch(0.52 0.04 238);
  --accent: oklch(0.7 0.135 222);
  --border: oklch(0.9 0.021 216);
  --navy: #08477a;
  --navy-deep: #053c67;
  --blue: #17aceb;
  --text-blue: #0b4f83;
  --soft-blue: #e8f6fd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Figtree", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 65%, transparent); outline-offset: 3px; }

.vascular-page { min-height: 100vh; overflow-x: hidden; background: #fff; }
.site-container { width: min(calc(100% - 40px), 866px); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 60; color: #fff; background: var(--navy); box-shadow: 0 2px 14px rgb(0 35 67 / 18%); }
.header-inner { min-height: 58px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1.08; white-space: nowrap; }
.brand strong { font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 800; }
.brand small { margin-top: 4px; color: #b7ddf5; font-size: 10px; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 27px; }
.main-nav a { color: #f6fbff; font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.main-nav a:hover { color: #43c4f4; }
.site-button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 22px; font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.site-button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.site-button svg { width: 15px; height: 15px; }
.header-call { background: #42c2f4; color: #073d6a; white-space: nowrap; }
.nav-toggle { display: none; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 21px; height: 21px; }

.hero-section { min-height: 505px; background: linear-gradient(110deg, #073f6b 0%, #0b538e 64%, #085087 100%); color: #fff; }
.hero-layout { min-height: 505px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 52px; padding-block: 12px 46px; }
.hero-copy { padding-top: 12px; }
.doctor-code { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 14px; color: #cfeeff; background: rgb(21 157 220 / 18%); font-size: 10px; font-weight: 600; letter-spacing: .03em; }
.hero-copy h1 { margin: 22px 0 22px; font-family: "Outfit", sans-serif; font-size: clamp(43px, 4vw, 55px); font-weight: 800; line-height: .98; letter-spacing: 0; }
.hero-copy h1 em { display: inline-block; color: #22b4ed; font-style: normal; }
.hero-copy > p { max-width: 490px; margin: 0; color: #d0e1ef; font-size: 13px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.bright-button { color: #063e6c; background: #1db5ed; box-shadow: 0 10px 24px rgb(0 22 48 / 20%); }
.outline-button { color: #fff; border: 1px solid rgb(255 255 255 / 25%); background: rgb(255 255 255 / 4%); }
.hero-stats { max-width: 330px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { color: #2dbcf3; font-family: "Outfit", sans-serif; font-size: 24px; line-height: 1; }
.hero-stats span { margin-top: 5px; color: #75acd1; font-size: 9px; letter-spacing: .04em; }
.hero-image { align-self: center; height: 424px; margin: 0; overflow: hidden; background: #0a5a98; box-shadow: 0 24px 48px rgb(0 31 63 / 28%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.content-section { padding: 68px 0 78px; }
.about-section, .results-section { background: #fff; }
.procedures-section, .locations-section { background: #f7fafc; }
.section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-heading > span { display: inline-flex; border-radius: 999px; padding: 7px 16px; color: var(--text-blue); background: #dcf2fd; font-size: 11px; font-weight: 700; }
.section-heading h2 { margin: 15px 0 12px; color: var(--text-blue); font-family: "Outfit", sans-serif; font-size: clamp(31px, 3vw, 39px); line-height: 1.1; letter-spacing: 0; }
.section-heading p { margin: 0; color: #5e7285; font-size: 14px; line-height: 1.6; }
.two-column-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.info-card { min-height: 278px; border: 1px solid #dbeaf0; border-radius: 4px; padding: 32px; background: #fff; box-shadow: 0 9px 25px rgb(14 65 101 / 7%); }
.info-card.dark-card { color: #fff; border-color: transparent; background: #0b4a78; }
.info-card h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; font-family: "Outfit", sans-serif; font-size: 20px; }
.info-card h3 span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 4px; color: #18aee8; background: #e7f6fc; }
.dark-card h3 span { color: #9adcf5; background: rgb(255 255 255 / 10%); }
.info-card h3 svg { width: 20px; height: 20px; }
.info-card ul { list-style: none; display: grid; gap: 17px; margin: 0; padding: 0; }
.info-card li { position: relative; padding-left: 25px; color: #5a7081; font-size: 13px; line-height: 1.55; }
.info-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #19afe8; font-weight: 800; }
.dark-card li { color: #d8e8f2; border-bottom: 1px solid rgb(255 255 255 / 10%); padding-bottom: 13px; }
.dark-card li:last-child { border: 0; }
.clinic-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.clinic-gallery img { width: 100%; height: 184px; object-fit: cover; border-radius: 4px; }

.procedures-highlight { max-width: 720px; margin: -24px auto 42px; color: #148bb6; font-size: 14px; font-weight: 700; text-align: center; }
.procedure-list { display: grid; gap: 22px; }
.procedure-row { min-height: 294px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid #dcebef; border-radius: 4px; background: #fff; box-shadow: 0 7px 24px rgb(11 64 97 / 6%); }
.procedure-row.reverse figure { order: 2; }
.procedure-row figure { min-height: 294px; margin: 0; overflow: hidden; background: #dce9ed; }
.procedure-row figure img { width: 100%; height: 100%; object-fit: cover; }
.procedure-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 39px; }
.procedure-copy h3 { display: flex; align-items: center; gap: 13px; margin: 0 0 17px; color: var(--text-blue); font-family: "Outfit", sans-serif; font-size: 23px; line-height: 1.2; }
.procedure-copy h3 span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: #169fd6; font-size: 13px; }
.procedure-copy p { margin: 0; color: #5e7283; font-size: 13px; line-height: 1.7; }
.procedure-row.without-image { grid-template-columns: 1fr; min-height: 190px; }
.procedure-row.without-image .procedure-copy { padding: 42px; }

.results-carousel { position: relative; border: 1px solid #dcebef; border-radius: 4px; padding: 18px 18px 48px; background: #fff; box-shadow: 0 7px 24px rgb(11 64 97 / 6%); }
.results-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.results-track::-webkit-scrollbar { display: none; }
.results-track figure { flex: 0 0 calc(50% - 10px); margin: 0; scroll-snap-align: start; background: #f2f6f8; }
.results-track img { width: 100%; height: 420px; object-fit: contain; }
.carousel-arrow { position: absolute; z-index: 2; top: 47%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d4e6ec; border-radius: 50%; color: var(--text-blue); background: #fff; box-shadow: 0 5px 16px rgb(9 65 100 / 14%); cursor: pointer; transform: translateY(-50%); }
.carousel-arrow:hover { color: #fff; background: var(--text-blue); }
.carousel-arrow svg { width: 20px; height: 20px; }
.carousel-arrow.previous { left: 11px; }
.carousel-arrow.next { right: 11px; }
.carousel-dots { position: absolute; right: 0; bottom: 19px; left: 0; display: flex; justify-content: center; gap: 7px; }
.carousel-dots button { width: 7px; height: 7px; border: 0; border-radius: 999px; padding: 0; background: #d2e4e8; cursor: pointer; }
.carousel-dots button.active { width: 22px; background: #18aee8; }
.consultation-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; border-radius: 4px; padding: 38px 42px; color: #fff; background: linear-gradient(110deg, #084876, #168cac); }
.consultation-callout h3 { margin: 0 0 8px; font-family: "Outfit", sans-serif; font-size: 25px; }
.consultation-callout p { margin: 0; color: #d6ecf4; font-size: 13px; }
.light-button { flex: 0 0 auto; color: var(--text-blue); background: #fff; }

.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location-card { overflow: hidden; border: 1px solid #dbe9ef; border-radius: 4px; padding-bottom: 26px; background: #fff; box-shadow: 0 8px 24px rgb(11 64 97 / 6%); }
.location-card h3 { margin: 0; padding: 21px 27px; color: #fff; background: #0a4b79; font-family: "Outfit", sans-serif; font-size: 20px; }
.location-card address { padding: 24px 27px 15px; color: #617486; font-size: 13px; font-style: normal; line-height: 1.65; }
.location-card a { display: block; margin: 8px 27px 0; color: var(--text-blue); font-size: 13px; font-weight: 700; }
.location-card .location-wa { color: #1599bc; }
.location-card .location-map { display: inline-flex; align-items: center; gap: 6px; color: #0a4b79; font-weight: 600; }
.location-card .location-map svg { width: 15px; height: 15px; }
.location-card .location-map:hover { text-decoration: underline; }
.footer-grid a { transition: color .18s ease; }
.footer-grid a:hover { color: #38bdf8; text-decoration: underline; }

.site-footer { padding: 55px 0 23px; color: #c4d9e6; background: #063b64; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 42px; }
.site-footer h3, .site-footer h4 { margin: 0 0 15px; color: #fff; font-family: "Outfit", sans-serif; }
.site-footer h3 { font-size: 19px; }
.site-footer h4 { font-size: 14px; }
.site-footer p, .site-footer a { display: block; margin: 0 0 9px; color: #a9c7d9; font-size: 12px; line-height: 1.6; }
.site-footer span { color: #779fba; }
.site-footer a:hover { color: #3fc4f4; }
.copyright { margin-top: 32px; border-top: 1px solid rgb(255 255 255 / 10%); padding-top: 18px; color: #719ab5; font-size: 11px; text-align: center; }
.whatsapp-float { position: fixed; right: 17px; bottom: 17px; z-index: 70; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #20c968; box-shadow: 0 8px 20px rgb(0 0 0 / 20%); }
.whatsapp-float svg { width: 23px; height: 23px; }

@media (max-width: 960px) {
  .site-container { width: min(calc(100% - 34px), 866px); }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .main-nav { position: absolute; top: 58px; right: 0; left: 0; display: none; gap: 0; padding: 9px 18px 18px; background: var(--navy); box-shadow: 0 14px 20px rgb(0 30 55 / 18%); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 12px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
  .nav-toggle { display: grid; }
  .hero-layout { gap: 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 58px; }
  .header-call { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-section, .hero-layout { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 42px 50px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .site-button { width: 100%; }
  .hero-stats { max-width: none; gap: 12px; margin-top: 35px; }
  .hero-image { height: 420px; }
  .content-section { padding: 58px 0 64px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 32px; }
  .two-column-cards, .clinic-gallery, .locations-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 0; padding: 26px; }
  .clinic-gallery img { height: 230px; }
  .procedure-row, .procedure-row.without-image { grid-template-columns: 1fr; }
  .procedure-row.reverse figure { order: 0; }
  .procedure-row figure { min-height: 245px; height: 245px; }
  .procedure-copy, .procedure-row.without-image .procedure-copy { padding: 28px; }
  .procedure-copy h3 { align-items: flex-start; font-size: 21px; }
  .results-track figure { flex-basis: 100%; }
  .results-track img { height: 410px; }
  .consultation-callout { align-items: flex-start; flex-direction: column; padding: 30px 27px; }
  .consultation-callout .site-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}