:root {
  --navy: #0a2149;
  --navy-2: #123a72;
  --blue: #1778f2;
  --blue-dark: #0d5fc9;
  --cyan: #48c2e8;
  --ink: #13243a;
  --muted: #67758a;
  --line: #dfe7f0;
  --tint: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(24, 52, 84, .14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.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: 12px; top: -100px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(8, 27, 59, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  font-size: 24px; font-weight: 700;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .01em; }
.brand small { font-size: 11px; opacity: .72; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav > a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 13px; font-weight: 600; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; }

.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  min-height: 48px; padding: 12px 20px; border-radius: 999px;
  text-decoration: none; font-weight: 700; font-size: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 12px 28px rgba(23,120,242,.25); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.button-light { color: var(--navy) !important; background: white; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 13px; }

.hero {
  position: relative; min-height: 800px; overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(72,194,232,.18), transparent 25%),
    radial-gradient(circle at 15% 80%, rgba(23,120,242,.24), transparent 32%),
    linear-gradient(135deg, #07152e 0%, #0b2b5a 52%, #124c7c 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-grid { position: relative; z-index: 2; padding-top: 180px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.72); }
.eyebrow.dark { color: var(--blue); }
.hero h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
}
.hero h1 { margin: 0; font-size: clamp(58px, 8vw, 104px); line-height: .94; font-weight: 700; }
.hero-subtitle { margin: 22px 0 34px; font-size: clamp(20px, 2vw, 28px); color: rgba(255,255,255,.82); }
.hero-card {
  max-width: 760px; padding: 24px; border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(16px);
}
.hero-card-title { margin: 0 0 15px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 18px; }
.hero-note span { color: #63e6be; margin-right: 8px; }
.hero-info { display: grid; gap: 14px; }
.glass-card {
  padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  background: rgba(255,255,255,.07); backdrop-filter: blur(14px);
}
.glass-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.glass-card strong { display: block; margin-top: 6px; font-size: 18px; }
.glass-icon { float: right; font-size: 26px; color: rgba(255,255,255,.4); }
.hero-wave { position: absolute; left: -5%; right: -5%; bottom: -78px; height: 180px; background: white; border-radius: 50% 50% 0 0 / 65% 65% 0 0; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .35; }
.hero-orb-one { width: 340px; height: 340px; right: -130px; top: 160px; background: #48c2e8; }
.hero-orb-two { width: 220px; height: 220px; left: 35%; bottom: 20px; background: #1778f2; }

.section { padding: 110px 0; }
.section-tinted { background: var(--tint); }
.section-dark { color: white; background: linear-gradient(135deg, #07152e, #103b70); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
h2 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; }
h3 { line-height: 1.25; }
.section-heading p:last-child, .lead { color: var(--muted); font-size: 18px; }
.section-dark .section-heading p:last-child { color: rgba(255,255,255,.65); }

.news-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 24px; }
.news-card {
  padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white;
  box-shadow: 0 12px 36px rgba(30,55,84,.07);
}
.news-card-featured { grid-row: span 2; padding: 38px; background: linear-gradient(155deg, #f7fbff, #edf6ff); }
.news-card h3 { font-size: 25px; margin: 18px 0 12px; }
.news-card p { color: var(--muted); }
.news-card a { color: var(--blue); font-weight: 800; text-decoration: none; }
.news-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.news-meta span { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hours-card { background: white; border-radius: var(--radius); padding: 18px 30px; box-shadow: var(--shadow); }
.hours-row { display: flex; justify-content: space-between; gap: 24px; padding: 19px 4px; border-bottom: 1px solid var(--line); }
.hours-row:last-of-type { border-bottom: 0; }
.hours-row strong { color: var(--blue); }
.hours-note { margin: 15px 0 4px; padding: 12px; text-align: center; color: var(--muted); border-radius: 12px; background: var(--tint); font-size: 13px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > span { color: var(--blue); font-weight: 800; font-size: 12px; letter-spacing: .12em; }
.service-card h3 { margin: 20px 0 10px; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.price-card h3 { font-size: 23px; margin: 0 0 18px; }
.price-row { display: flex; justify-content: space-between; gap: 30px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.price-row span { color: rgba(255,255,255,.72); }
.price-row strong { white-space: nowrap; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual {
  min-height: 520px; display: grid; place-items: center; border-radius: 32px;
  background:
    linear-gradient(rgba(10,33,73,.12), rgba(10,33,73,.18)),
    radial-gradient(circle at 35% 30%, #cfe8f5 0 12%, transparent 13%),
    linear-gradient(145deg, #edf5f9, #b9d9e9);
  box-shadow: var(--shadow);
}
.medical-cross { width: 160px; height: 160px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(10,33,73,.18); border: 1px solid rgba(255,255,255,.55); font-size: 100px; font-weight: 300; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 12px; }

.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 0 24px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 34px 22px 0; font-weight: 800; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 26px; color: var(--blue); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); margin: 0 0 22px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-list { display: grid; gap: 24px; margin-top: 32px; }
.contact-list div { display: grid; gap: 4px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: 18px; }
.contact-list strong a { text-decoration: none; }
.contact-list small { color: var(--muted); }
.map-placeholder { min-height: 520px; display: grid; place-items: center; text-align: center; padding: 40px; border-radius: 28px; background: var(--tint); border: 1px solid var(--line); }
.map-placeholder span { display: block; font-size: 70px; color: var(--blue); }
.map-placeholder strong { font-size: 24px; }
.map-placeholder p { color: var(--muted); max-width: 330px; }

.site-footer { padding: 70px 0 24px; color: white; background: #07152e; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-grid p { color: rgba(255,255,255,.55); margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 22px; color: rgba(255,255,255,.42); font-size: 12px; }

:focus-visible { outline: 3px solid #6dd6ff; outline-offset: 3px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 2; }
  .main-nav {
    position: fixed; inset: 0 0 auto; min-height: 100vh; padding: 110px 28px 40px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(7,21,46,.98);
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 15px 8px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav .button { margin-top: 22px; border-bottom: 0; }
  .hero { min-height: 920px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 150px; }
  .hero-info { grid-template-columns: repeat(3, 1fr); }
  .news-grid, .split-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-row: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visual { min-height: 380px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand small { display: none; }
  .hero { min-height: 1050px; }
  .hero-grid { padding-top: 128px; }
  .hero h1 { font-size: 56px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-info { grid-template-columns: 1fr; }
  .hero-wave { bottom: -110px; }
  .section { padding: 78px 0; }
  h2 { font-size: 40px; }
  .news-grid, .services-grid, .price-grid { grid-template-columns: 1fr; }
  .news-card, .news-card-featured, .service-card, .price-card { padding: 24px; }
  .hours-card { padding: 12px 20px; }
  .hours-row { gap: 12px; }
  .price-row { gap: 14px; }
  .footer-grid { flex-direction: column; }
}
