:root {
  --ink: #171044;
  --muted: #5d5876;
  --brand: #4d3ad1;
  --brand-dark: #332b92;
  --brand-deep: #21165f;
  --brand-soft: #f2efff;
  --brand-glow: #7d6cf2;
  --sky: #f8f6ff;
  --line: #e3def7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(51, 43, 146, 0.12);
  --brand-gradient: linear-gradient(135deg, #6d56e8 0%, #332b92 100%);
  --brand-gradient-soft: linear-gradient(135deg, #f5f2ff 0%, #ffffff 100%);
  --brand-gradient-deep: linear-gradient(135deg, #332b92 0%, #1d155f 100%);
  --radius: 8px;
  --font-sans: "Roboto", Arial, Helvetica, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.0625rem;
  --text-lg: 1.125rem;
  --heading-sm: clamp(1.75rem, 4vw, 2.75rem);
  --heading-lg: clamp(2.75rem, 6vw, 4.75rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#about,
#services,
#panel,
#gallery,
#career,
#appointment,
#locations,
#contact {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.55;
  letter-spacing: 0;
  background: linear-gradient(180deg, #f8f6ff 0%, #ffffff 34%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 14px auto 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(227, 222, 247, 0.95);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(51, 43, 146, 0.1);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img,
.footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span,
.footer-brand strong {
  font-size: var(--text-md);
  line-height: 1.2;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  padding: 12px 14px;
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.15;
  border-radius: 999px;
}

.nav-menu a:hover {
  color: var(--brand-dark);
  background: var(--brand-soft);
}

.nav-menu .nav-cta {
  margin-left: 8px;
  color: var(--white);
  background: var(--brand-gradient);
  box-shadow: 0 10px 22px rgba(51, 43, 146, 0.28);
}

.nav-menu .nav-cta:hover {
  color: var(--white);
  background: var(--brand-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: 640px;
  margin-top: 48px;
  padding: 0 56px 46px;
  gap: 0;
  overflow: hidden;
  background: #f8f6ff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 600px;
  padding: 26px 28px;
  background: rgba(248, 246, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 18px;
  backdrop-filter: blur(2px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: var(--heading-lg);
  line-height: 1.02;
}

h1 span,
h2 span {
  color: var(--brand);
}

h2 {
  margin-bottom: 16px;
  font-size: var(--heading-sm);
  line-height: 1.08;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: var(--text-md);
  line-height: 1.7;
}

.hero-actions,
.heading-row,
.map-legend,
.filter-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--brand-gradient);
  box-shadow: 0 16px 30px rgba(51, 43, 146, 0.26);
}

.button.secondary {
  color: var(--brand-dark);
  background: var(--white);
  border-color: #c9c0f3;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #f8f6ff;
  box-shadow: none;
  pointer-events: none;
}

.hero-media::before {
  content: "+";
  position: absolute;
  top: 26px;
  right: 44px;
  z-index: 2;
  color: rgba(51, 43, 146, 0.18);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(248, 246, 255, 0.5) 0%,
    rgba(248, 246, 255, 0.42) 42%,
    rgba(248, 246, 255, 0.18) 70%,
    rgba(248, 246, 255, 0.02) 100%
  );
}

.hero-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 76px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.stats article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.stats strong {
  display: block;
  color: var(--ink);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-weight: 700;
  font-size: var(--text-sm);
  line-height: 1.35;
}

.section-heading {
  margin-bottom: 26px;
}

.heading-row {
  justify-content: space-between;
}

.heading-row h2 {
  max-width: 740px;
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 78px;
}

.service-card {
  min-height: 236px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.service-icon,
.leaflet-marker-icon .marker-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: var(--radius);
}

.service-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.4;
}

.service-card h3 {
  margin: 18px 0 8px;
  font-size: var(--text-md);
  line-height: 1.25;
}

.service-details {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.service-details summary {
  padding: 12px 0 0;
  color: var(--brand-dark);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
}

.service-details summary::marker {
  color: var(--brand);
}

.service-detail-body {
  padding-top: 12px;
}

.service-detail-body h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1.25;
}

.service-detail-body ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.48;
}

.service-detail-body li + li {
  margin-top: 5px;
}

.service-source {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 800;
  line-height: 1.3;
}

.service-card p,
.booking-copy p,
.source-note,
.footer p {
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: var(--text-md);
  line-height: 1.65;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 78px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.about-kicker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 410px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #ddd6ff;
  border-radius: 16px;
  isolation: isolate;
}

.about-kicker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/about-nurse-child.png");
  background-position: 26% center;
  background-size: cover;
  opacity: 0.96;
}

.about-kicker::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.56) 72%, rgba(255, 255, 255, 0.88) 100%),
    linear-gradient(180deg, rgba(242, 239, 255, 0.08) 0%, rgba(255, 255, 255, 0.28) 100%);
}

.about-title-card {
  width: min(100%, 292px);
  padding: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(216, 208, 255, 0.84);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(51, 43, 146, 0.12);
  backdrop-filter: blur(6px);
}

.about-title-card .eyebrow {
  margin-bottom: 8px;
}

.about-title-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  line-height: 1.07;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.about-content p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: var(--text-md);
  line-height: 1.65;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.about-facts article {
  padding: 16px;
  background: var(--brand-soft);
  border: 1px solid #d8d0ff;
  border-radius: var(--radius);
}

.about-facts strong {
  display: block;
  color: var(--brand-dark);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.about-facts span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.35;
}

.panel-section {
  margin-bottom: 78px;
  padding: 42px;
  color: var(--white);
  background: var(--brand-gradient-deep);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.panel-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 30px;
  align-items: center;
}

.panel-section .eyebrow {
  color: #dcd6ff;
}

.panel-copy h2 {
  margin-bottom: 18px;
}

.panel-copy p {
  max-width: 560px;
  color: #eeeaff;
  font-size: var(--text-md);
  line-height: 1.65;
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.panel-stats span {
  min-height: 74px;
  padding: 14px;
  color: #eeeaff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.3;
}

.panel-stats strong {
  display: block;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1;
}

.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.panel-logo-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
}

.panel-logo-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--ink);
}

.panel-logo-heading h3 {
  margin-bottom: 0;
  font-size: var(--text-md);
  line-height: 1.25;
}

.panel-logo-heading span {
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 800;
  line-height: 1.3;
}

.panel-logo-cloud {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  max-height: 380px;
  overflow: auto;
  padding-right: 4px;
}

.panel-logo {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.panel-logo img {
  width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.panel-logo span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.gallery {
  padding-bottom: 78px;
}

.gallery-grid {
  display: block;
}

.gallery-tablist {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 18px;
  padding: 0 0 8px;
  scroll-snap-type: x proximity;
}

.gallery-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  scroll-snap-align: start;
}

.gallery-tab.active {
  color: var(--white);
  background: var(--brand-gradient);
  border-color: transparent;
}

.gallery-panels {
  min-width: 0;
}

.gallery-album {
  display: none;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.gallery-album.active {
  display: block;
}

.gallery-album header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.gallery-album h3 {
  margin-bottom: 0;
  font-size: var(--text-md);
  line-height: 1.25;
}

.gallery-album span {
  color: var(--brand-dark);
  font-size: var(--text-xs);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.gallery-photos {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.gallery-photo {
  flex: 0 0 min(340px, 78vw);
  display: block;
  overflow: hidden;
  aspect-ratio: 6 / 3.5;
  background: var(--sky);
  border-radius: var(--radius);
  scroll-snap-align: start;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-photo:hover img {
  transform: scale(1.04);
}

.careers {
  padding-bottom: 78px;
}

.career-layout {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 22px;
  align-items: start;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.career-card,
.career-locations {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.career-card {
  padding: 20px;
}

.career-type {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: 900;
  line-height: 1.15;
}

.career-card h3 {
  margin-bottom: 8px;
  font-size: var(--text-md);
  line-height: 1.25;
}

.career-location,
.career-locations p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.career-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.career-card li + li {
  margin-top: 6px;
}

.career-details {
  margin-bottom: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.career-details summary {
  padding: 13px 0;
  color: var(--brand-dark);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
}

.career-details summary::marker {
  color: var(--brand);
}

.career-detail-grid {
  display: grid;
  gap: 14px;
  padding: 0 0 16px;
}

.career-detail-grid h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1.25;
}

.career-detail-grid ul {
  margin-bottom: 0;
}

.career-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.career-apply {
  min-height: 40px;
  padding: 10px 14px;
  font-size: var(--text-xs);
}

.career-locations {
  padding: 20px;
}

.career-locations h3 {
  margin-bottom: 8px;
  font-size: var(--text-md);
  line-height: 1.25;
}

.career-location-list {
  display: grid;
  gap: 8px;
}

.career-location-pill {
  display: block;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfaff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.25;
}

.booking-band {
  margin: 16px 0 76px;
  padding: 54px 0;
  background: var(--brand-gradient-soft);
  border-block: 1px solid var(--line);
}

.booking-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.25;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: 1.35;
  background: #fcfbff;
  border: 1px solid #d9d2ef;
  border-radius: var(--radius);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(51, 43, 146, 0.14);
}

.form-submit {
  grid-column: 1 / -1;
}

.booking-form .full-width {
  grid-column: 1 / -1;
}

.form-submit span {
  font-weight: 700;
  opacity: 0.92;
}

.application-main {
  padding: 48px 0 78px;
}

.application-hero {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 38px;
  margin-bottom: 26px;
  padding: 38px;
  color: var(--white);
  background: var(--brand-gradient-deep);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.application-hero .eyebrow {
  color: #dcd6ff;
}

.application-hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.application-hero p {
  max-width: 680px;
  color: #eeeaff;
  font-size: var(--text-md);
  line-height: 1.65;
}

.back-link {
  color: #ffffff;
}

.application-hero .back-link {
  color: #ffffff;
  opacity: 0.95;
}

.application-role-preview {
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 180px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.application-role-preview span {
  color: #dcd6ff;
  font-size: var(--text-xs);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.application-role-preview strong {
  color: var(--white);
  font-size: var(--text-lg);
  font-weight: 900;
  line-height: 1.25;
}

.application-layout {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 22px;
  align-items: start;
}

.application-form,
.application-help {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.application-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.application-form .full-width,
.application-note,
.application-submit {
  grid-column: 1 / -1;
}

.file-field input[type="file"] {
  padding: 10px;
  background: #fcfbff;
}

.file-field span {
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 700;
  line-height: 1.35;
}

.application-note {
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  background: var(--brand-soft);
  border: 1px solid #d8d0ff;
  border-radius: var(--radius);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.5;
}

.application-help {
  padding: 22px;
}

.application-help h2 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.application-help ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.65;
}

.application-help li + li {
  margin-top: 8px;
}

.locations {
  padding-bottom: 80px;
}

.text-link {
  color: var(--brand-dark);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.3;
}

.location-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.search-field {
  width: min(420px, 100%);
}

.filter-buttons button {
  min-height: 40px;
  padding: 9px 13px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.2;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.filter-buttons button.active {
  color: var(--white);
  background: var(--brand-gradient);
  border-color: transparent;
}

.map-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: start;
}

.map-card,
.location-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(8, 35, 63, 0.06);
}

.map-card {
  overflow: hidden;
}

.map-legend {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.25;
}

.map-legend i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  font-style: normal;
  border-radius: 999px;
}

.clinic,
.leaflet-marker-icon.clinic .marker-inner {
  background: var(--brand);
}

.hospital,
.leaflet-marker-icon.hospital .marker-inner {
  background: #4b60d6;
}

.centre,
.leaflet-marker-icon.centre .marker-inner {
  background: var(--brand-glow);
}

.locations-map {
  height: 460px;
  background: var(--sky);
}

.source-note {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: var(--text-xs);
}

.leaflet-marker-icon {
  background: transparent;
  border: 0;
}

.leaflet-marker-icon .marker-inner {
  width: 36px;
  height: 36px;
  color: var(--white);
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(8, 35, 63, 0.24);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1;
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.location-list {
  display: grid;
  gap: 12px;
  max-height: 590px;
  overflow: auto;
  padding-right: 4px;
}

.location-item {
  padding: 16px;
}

.location-item header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.location-item h3 {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.25;
}

.badge {
  flex: 0 0 auto;
  align-self: start;
  padding: 5px 8px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: 800;
  line-height: 1.1;
}

.location-item p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-link {
  color: var(--brand-dark);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.25;
}

.footer {
  padding: 42px 0;
  color: var(--white);
  background: var(--brand-gradient-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr 1fr;
  gap: 34px;
}

.footer img {
  filter: brightness(0) invert(1);
}

.footer h3 {
  margin-bottom: 14px;
  font-size: var(--text-base);
  line-height: 1.25;
}

.footer a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: #e6e1ff;
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.35;
}

.footer p {
  color: #d3cdf2;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--white);
  background: #22b85a;
  border: 4px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(8, 35, 63, 0.2);
  font-size: var(--text-sm);
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 24px);
    margin-top: 10px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-menu {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero,
  .about-section,
  .panel-layout,
  .career-layout,
  .booking-grid,
  .application-hero,
  .application-layout,
  .map-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 600px;
    padding: 0 36px 42px;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-media img {
    object-position: 68% 50%;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .panel-logo-cloud {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .location-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --heading-sm: clamp(1.75rem, 8vw, 2.35rem);
    --heading-lg: clamp(1.95rem, 9.7vw, 3rem);
  }

  .section-shell {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    min-height: 66px;
    border-radius: 14px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .hero {
    gap: 22px;
    align-items: end;
    min-height: 660px;
    margin-top: 28px;
    padding: 0 18px 34px;
    border-radius: 20px;
  }

  .hero-copy {
    max-width: none;
    padding: 20px 18px;
    background: rgba(248, 246, 255, 0.56);
    border-radius: 16px;
  }

  .hero-media::after {
    background: linear-gradient(
      180deg,
      rgba(248, 246, 255, 0.18) 0%,
      rgba(248, 246, 255, 0.28) 42%,
      rgba(248, 246, 255, 0.46) 72%,
      rgba(248, 246, 255, 0.56) 100%
    );
  }

  .hero-media {
    border-radius: 18px;
  }

  .hero-media img {
    object-position: 64% 100%;
  }

  .stats,
  .about-facts,
  .panel-stats,
  .career-grid,
  .application-form,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stats article {
    padding: 22px;
  }

  .service-card {
    min-height: 178px;
    padding: 14px;
  }

  .service-icon {
    width: 38px;
    height: 38px;
  }

  .service-icon svg {
    width: 21px;
    height: 21px;
  }

  .service-card h3 {
    margin: 12px 0 6px;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .service-card p {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .service-grid {
    margin-bottom: 52px;
  }

  .about-section,
  .panel-section {
    margin-bottom: 52px;
    padding: 24px 18px;
  }

  .about-kicker {
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 370px;
    padding: 14px;
  }

  .about-kicker::before {
    background-position: 33% top;
    opacity: 0.94;
  }

  .about-kicker::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.88) 100%),
      linear-gradient(90deg, rgba(242, 239, 255, 0.08), rgba(242, 239, 255, 0.42));
  }

  .about-title-card {
    width: min(86%, 252px);
    padding: 12px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(5px);
  }

  .about-title-card h2 {
    font-size: clamp(1.2rem, 5.2vw, 1.55rem);
    line-height: 1.08;
  }

  .about-content p,
  .panel-copy p,
  .section-intro {
    font-size: var(--text-base);
  }

  .panel-logo-card,
  .gallery-album,
  .career-card,
  .career-locations {
    padding: 14px;
  }

  .panel-logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 360px;
  }

  .gallery {
    padding-bottom: 52px;
  }

  .gallery-album header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .careers {
    padding-bottom: 52px;
  }

  .application-main {
    padding: 32px 0 52px;
  }

  .application-hero {
    margin-top: 28px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .application-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .application-form,
  .application-help {
    padding: 18px;
  }

  .booking-band {
    margin-bottom: 52px;
    padding: 40px 0;
  }

  .booking-form {
    padding: 18px;
  }

  .locations-map {
    height: 350px;
  }

  .location-list {
    max-height: none;
    overflow: visible;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }
}
