:root {
  --mp-blue-900: #073754;
  --mp-blue-800: #075b84;
  --mp-blue-700: #087db8;
  --mp-blue-600: #0a91c5;
  --mp-blue-100: #e8f4f9;
  --mp-blue-050: #f3f9fc;
  --mp-ink: #142f42;
  --mp-muted: #566e7d;
  --mp-line: #d8e4ea;
  --mp-soft: #f5f8fa;
  --mp-white: #fff;
  --mp-green: #18a957;
  --mp-green-dark: #0d8541;
  --mp-cyan: #36bfd2;
  --mp-amber: #f2b94b;
  --mp-red: #d94747;
  --mp-shadow-sm: 0 8px 24px rgba(13, 56, 82, .07);
  --mp-shadow: 0 18px 48px rgba(13, 56, 82, .11);
  --mp-shadow-lg: 0 28px 70px rgba(10, 48, 73, .16);
  --mp-radius-sm: 12px;
  --mp-radius: 20px;
  --mp-radius-lg: 30px;
  --mp-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#services,
#medical-aid,
#about,
#contact,
#news,
#gallery,
#staff { scroll-margin-top: 125px; }
.mp-anchor { display: block; scroll-margin-top: 125px; }
body {
  margin: 0;
  color: var(--mp-ink);
  background: #fbfdfe;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.mp-menu-open { overflow: hidden; }
body.mp-menu-open .mp-floating-whatsapp { display: none; }
body.mp-scrolled .mp-header { box-shadow: 0 12px 34px rgba(17, 56, 80, .09); }
img { max-width: 100%; height: auto; }
a { color: var(--mp-blue-700); text-underline-offset: 3px; }
a:hover { color: var(--mp-blue-900); }
h1, h2, h3, h4 {
  color: var(--mp-blue-900);
  font-weight: 780;
  line-height: 1.1;
  letter-spacing: -.035em;
}
h1 { font-size: 4.8rem; margin: 0 0 1.25rem; }
h2 { font-size: 3rem; margin: 0 0 1rem; }
h3 { font-size: 1.2rem; margin: 0 0 .6rem; }
p { margin: 0 0 1.25rem; }
address { font-style: normal; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(10, 145, 197, .3);
  outline-offset: 3px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto;
  padding: .75rem 1rem;
  color: var(--mp-blue-900);
  background: var(--mp-white);
  border-radius: 6px;
}
.mp-container,
.mp-block-group.alignwide,
.mp-block-columns.alignwide {
  width: min(calc(100% - 2rem), var(--mp-container));
  margin-inline: auto;
}
.mp-main { min-height: 50vh; overflow: hidden; }
.mp-page > * { margin-block-start: 0; }

.mp-topbar {
  color: var(--mp-white);
  background: var(--mp-blue-900);
  font-size: .85rem;
}
.mp-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mp-topbar a { color: var(--mp-white); margin-left: auto; font-weight: 700; text-decoration: none; }
.mp-topbar a:hover { text-decoration: underline; }
.mp-topbar__status {
  padding: .2rem .55rem;
  color: var(--mp-blue-900);
  background: #a8e8c1;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}
.mp-topbar__announcement { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.mp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 228, 234, .86);
  box-shadow: 0 5px 20px rgba(17, 56, 80, .045);
  backdrop-filter: blur(16px);
}
.admin-bar .mp-header { top: 32px; }
.mp-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.mp-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--mp-blue-900); text-decoration: none; }
.mp-brand__logo {
  width: clamp(180px, 18vw, 232px);
  height: auto;
  display: block;
}
.mp-nav { display: flex; align-items: center; gap: 1.5rem; }
.mp-nav__menu { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; }
.mp-nav__menu a { position: relative; color: #274454; font-size: .94rem; font-weight: 730; text-decoration: none; }
.mp-nav__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.55rem;
  height: 2px;
  background: var(--mp-blue-700);
  transition: right .2s ease;
}
.mp-nav__menu a:hover::after,
.mp-nav__menu .current-menu-item a::after { right: 0; }
.mp-header-call {
  padding: .72rem 1.15rem;
  color: var(--mp-white);
  background: linear-gradient(135deg, var(--mp-blue-700), var(--mp-blue-800));
  box-shadow: 0 8px 20px rgba(8, 125, 184, .18);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}
.mp-header-call:hover { color: var(--mp-white); background: var(--mp-blue-900); }
.mp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--mp-blue-050);
}
.mp-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--mp-blue-900); transition: transform .2s ease, opacity .2s ease; }
.mp-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.mp-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.mp-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.mp-hero {
  position: relative;
  padding: clamp(4.25rem, 8vw, 7.5rem) 0 clamp(5.3rem, 9vw, 8rem);
  overflow: visible;
  background:
    radial-gradient(circle at 88% 7%, rgba(10, 145, 197, .18), transparent 28%),
    radial-gradient(circle at 4% 92%, rgba(8, 125, 184, .09), transparent 22%),
    linear-gradient(135deg, var(--mp-blue-050), var(--mp-white) 60%);
}
.mp-hero-grid { width: min(calc(100% - 2rem), var(--mp-container)); margin: 0 auto; gap: clamp(2rem, 5vw, 5rem); }
.mp-hero-grid,
.mp-benefits,
.mp-values,
.mp-contact-grid { display: flex; }
.mp-hero-grid > .mp-block-column,
.mp-benefits > .mp-block-column,
.mp-values > .mp-block-column,
.mp-contact-grid > .mp-block-column { min-width: 0; flex: 1 1 0; }
.mp-eyebrow {
  margin-bottom: 1rem;
  color: var(--mp-blue-800);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mp-hero-lead { max-width: 700px; color: var(--mp-muted); font-size: 1.22rem; line-height: 1.6; }
.mp-hero-actions-note {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.1rem;
  color: #496575;
  font-size: .92rem;
  font-weight: 650;
}
.mp-hero-actions-note::before {
  content: "";
  width: .55rem;
  height: .55rem;
  flex: 0 0 .55rem;
  background: var(--mp-green);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(24, 169, 87, .12);
}
.mp-hero-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: var(--mp-blue-100);
  border: 8px solid rgba(255, 255, 255, .92);
  border-radius: 34px;
  box-shadow: var(--mp-shadow-lg);
}
.mp-hero-image {
  width: 100%;
  height: 100%;
  min-height: 510px;
  display: block;
  object-fit: cover;
  object-position: 72% center;
}
.mp-hero-panel {
  position: absolute;
  inset: auto 1rem 1rem;
  padding: 1.15rem 1.25rem;
  color: var(--mp-white);
  background: linear-gradient(145deg, rgba(7, 55, 84, .97), rgba(8, 125, 184, .94));
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(5px);
}
.mp-hero-panel::after { display: none; }
.mp-hero-panel h2 { margin: 0; color: var(--mp-white); font-size: 1.6rem; }
.mp-open-badge { display: inline-block; margin-bottom: .65rem; padding: .3rem .65rem; color: var(--mp-blue-900); background: #a8e8c1; border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.mp-hero-panel p:not(.mp-open-badge) { margin: .55rem 0 0; color: rgba(255,255,255,.82); font-size: .95rem; }
.mp-check-list { position: relative; z-index: 1; padding: 0; list-style: none; }
.mp-check-list li { margin: .72rem 0; padding-left: 1.75rem; }
.mp-check-list li::before { content: "✓"; position: absolute; margin-left: -1.7rem; color: #a8e8c1; font-weight: 900; }
.mp-location-line { position: relative; z-index: 1; margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); font-size: .92rem; }
.mp-button-row { gap: .8rem !important; margin-top: 1.7rem; }
.mp-button {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .78rem 1.2rem !important;
  border-radius: 999px !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(13, 56, 82, .1);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.mp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(13, 56, 82, .15); }
.mp-button svg { width: 20px; height: 20px; fill: currentColor; }
.mp-button--call { color: var(--mp-white) !important; background: var(--mp-blue-700) !important; }
.mp-button--call:hover { background: var(--mp-blue-900) !important; }
.mp-button--whatsapp { color: var(--mp-white) !important; background: var(--mp-green) !important; }
.mp-button--whatsapp:hover { background: var(--mp-green-dark) !important; }

.mp-trust-wrap {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2rem), var(--mp-container));
  margin: -2.55rem auto 0;
}
.mp-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--mp-white);
  border: 1px solid rgba(216, 228, 234, .9);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow);
}
.mp-trust-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
}
.mp-trust-item + .mp-trust-item { border-left: 1px solid var(--mp-line); }
.mp-trust-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  color: var(--mp-blue-800);
  background: var(--mp-blue-100);
  border-radius: 14px;
  font-size: .82rem;
  font-weight: 900;
}
.mp-trust-item strong { display: block; color: var(--mp-blue-900); font-size: .96rem; line-height: 1.25; }
.mp-trust-item span:last-child { display: block; margin-top: .2rem; color: var(--mp-muted); font-size: .82rem; line-height: 1.35; }

.mp-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.mp-action-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
  color: var(--mp-ink);
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow-sm);
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mp-action-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--mp-blue-700), var(--mp-cyan));
}
.mp-action-card:hover {
  color: var(--mp-ink);
  border-color: #bad9e6;
  box-shadow: var(--mp-shadow);
  transform: translateY(-3px);
}
.mp-action-card strong { display: block; color: var(--mp-blue-900); font-size: 1.05rem; line-height: 1.2; }
.mp-action-card span { color: var(--mp-muted); font-size: .92rem; line-height: 1.45; }
.mp-action-card em {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--mp-blue-800);
  font-style: normal;
  font-weight: 850;
}
.mp-action-card--urgent::before { background: linear-gradient(90deg, var(--mp-red), var(--mp-amber)); }
.mp-action-card--urgent em { color: #9a2d2d; }

.mp-split-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.mp-panel-card {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius-lg);
  box-shadow: var(--mp-shadow);
}
.mp-panel-card--blue {
  color: var(--mp-white);
  background:
    radial-gradient(circle at 90% 10%, rgba(85, 200, 215, .25), transparent 24%),
    linear-gradient(145deg, var(--mp-blue-900), var(--mp-blue-800));
  border-color: transparent;
}
.mp-panel-card--blue h2,
.mp-panel-card--blue h3 { color: var(--mp-white); }
.mp-panel-card--blue p,
.mp-panel-card--blue li { color: #d6e8f2; }

.mp-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.mp-stat {
  padding: 1rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
}
.mp-stat strong { display: block; color: var(--mp-white); font-size: 1.9rem; line-height: 1; }
.mp-stat span { display: block; margin-top: .35rem; color: #c7deec; font-size: .82rem; line-height: 1.35; }

.mp-process {
  counter-reset: medplus-step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.mp-process-step {
  position: relative;
  padding: 1.45rem;
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow-sm);
}
.mp-process-step::before {
  counter-increment: medplus-step;
  content: counter(medplus-step);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--mp-white);
  background: var(--mp-blue-700);
  border-radius: 50%;
  font-weight: 900;
}
.mp-process-step p { color: var(--mp-muted); margin-bottom: 0; }

.mp-feature-list {
  display: grid;
  gap: .85rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}
.mp-feature-list li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--mp-muted);
}
.mp-feature-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .05rem;
  color: var(--mp-green);
  font-weight: 900;
}

.mp-alert {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  background: #fff7e8;
  border: 1px solid #f3d39a;
  border-left: 5px solid var(--mp-amber);
  border-radius: 14px;
}
.mp-alert strong { color: #815100; }
.mp-alert p { margin: .2rem 0 0; color: #6e5a36; font-size: .92rem; }

.mp-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.mp-pill-row li {
  padding: .52rem .75rem;
  color: var(--mp-blue-900);
  background: var(--mp-blue-050);
  border: 1px solid #cfe5ef;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
}

.mp-page-hero {
  position: relative;
  padding: clamp(4rem, 8vw, 6.7rem) max(1rem, calc((100% - var(--mp-container)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(10, 145, 197, .15), transparent 24%),
    linear-gradient(135deg, var(--mp-blue-050), var(--mp-white));
  border-bottom: 1px solid var(--mp-line);
}
.mp-page-hero::after {
  content: "+";
  position: absolute;
  right: max(2rem, calc((100% - var(--mp-container)) / 2));
  top: 50%;
  color: rgba(8, 125, 184, .055);
  font-size: 16rem;
  font-weight: 900;
  line-height: .6;
  transform: translateY(-50%);
  pointer-events: none;
}
.mp-page-hero > * { position: relative; z-index: 1; }
.mp-page-hero h1 { font-size: 3.85rem; }
.mp-section { padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.mp-section--soft { padding-inline: max(1rem, calc((100% - var(--mp-container)) / 2)); background: var(--mp-soft); }
.mp-section-intro { max-width: 720px; margin: 0 auto 2.5rem; color: var(--mp-muted); }

.mp-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.mp-service-card {
  position: relative;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.5rem;
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow-sm);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.mp-service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--mp-blue-700), var(--mp-blue-600));
  opacity: 0;
  transition: opacity .18s ease;
}
.mp-service-card:hover { border-color: #b9d6e4; box-shadow: var(--mp-shadow); transform: translateY(-3px); }
.mp-service-card:hover::after { opacity: 1; }
.mp-service-card h3 a { color: inherit; text-decoration: none; }
.mp-service-card h3 a:hover { color: var(--mp-blue-700); }
.mp-service-card .mp-icon,
.mp-contact-item .mp-icon,
.mp-facility-placeholder .mp-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 48px;
  color: var(--mp-blue-700);
  background: var(--mp-blue-100);
  border-radius: 13px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .03em;
}
.mp-icon svg { width: 25px; height: 25px; fill: currentColor; }
.mp-service-card > div { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.mp-service-copy { color: var(--mp-muted); font-size: .96rem; }
.mp-service-copy > :last-child { margin-bottom: 0; }
.mp-service-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: .32rem .62rem;
  color: var(--mp-blue-800);
  background: var(--mp-blue-050);
  border: 1px solid #cfe5ef;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mp-services--list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.mp-services--list .mp-service-card { min-height: 0; flex-direction: row; padding: 1.8rem; }
.mp-services--list .mp-service-meta { margin-top: .85rem; }

.mp-benefits { gap: 1rem; margin-top: 2.5rem; }
.mp-benefits .mp-block-column {
  padding: 1.5rem;
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow-sm);
}
.mp-benefits .mp-block-column::before { content: "✓"; display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 1rem; color: var(--mp-white); background: var(--mp-green); border-radius: 50%; font-weight: 900; }
.mp-benefits p { color: var(--mp-muted); margin: 0; }
.mp-benefits--two { max-width: 770px; margin-inline: auto; }

.mp-providers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.5rem 0 1rem;
}
.mp-provider {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 1rem;
  text-align: center;
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  box-shadow: var(--mp-shadow-sm);
  transition: border-color .18s ease, transform .18s ease;
}
.mp-provider:hover { border-color: #b9d6e4; transform: translateY(-2px); }
.mp-provider img { max-width: 175px; max-height: 76px; object-fit: contain; }
.mp-provider-logo { width: auto; height: auto; }
.mp-provider-mark { display: grid; place-items: center; width: 58px; height: 58px; color: var(--mp-blue-700); background: var(--mp-blue-100); border-radius: 16px; font-weight: 900; letter-spacing: .04em; }
.mp-provider-note { text-align: center; color: var(--mp-muted); font-weight: 650; }

.mp-provider-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.mp-provider-assurance > div {
  padding: 1.2rem;
  background: var(--mp-white);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius-sm);
  box-shadow: var(--mp-shadow-sm);
}
.mp-provider-assurance strong { display: block; color: var(--mp-blue-900); margin-bottom: .25rem; }
.mp-provider-assurance p { margin: 0; color: var(--mp-muted); font-size: .92rem; }

.mp-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(3.8rem, 8vw, 6.5rem);
  padding: clamp(2.2rem, 5vw, 4rem);
  color: var(--mp-white);
  background: linear-gradient(135deg, var(--mp-blue-900), var(--mp-blue-700));
  border-radius: var(--mp-radius-lg);
  box-shadow: var(--mp-shadow-lg);
}
.mp-cta::after {
  content: "+";
  position: absolute;
  right: 2%;
  top: 50%;
  color: rgba(255, 255, 255, .055);
  font-size: 16rem;
  font-weight: 900;
  line-height: .5;
  transform: translateY(-50%);
  pointer-events: none;
}
.mp-cta > * { position: relative; z-index: 1; }
.mp-cta h2 { color: var(--mp-white); }
.mp-cta p { max-width: 720px; margin-inline: auto; }
.mp-cta .mp-button--call { color: var(--mp-blue-900) !important; background: var(--mp-white) !important; }

.mp-info-box {
  max-width: 760px;
  margin: 2.5rem auto;
  padding: 1.6rem 1.8rem;
  background: var(--mp-blue-050);
  border: 1px solid #c8e2ef;
  border-left: 5px solid var(--mp-blue-700);
  border-radius: 12px;
}
.mp-info-box--center { text-align: center; }
.mp-info-box ul { margin-bottom: 0; }
.mp-values { gap: 1.2rem; }
.mp-values .mp-block-column { position: relative; padding: clamp(1.7rem, 4vw, 2.5rem); overflow: hidden; background: var(--mp-blue-050); border: 1px solid #d6e9f3; border-radius: var(--mp-radius); box-shadow: var(--mp-shadow-sm); }
.mp-values .mp-block-column::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--mp-blue-600), var(--mp-blue-800)); }
.mp-facilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.mp-facilities--generated { max-width: 1120px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.mp-facility { margin: 0; overflow: hidden; background: var(--mp-white); border: 1px solid var(--mp-line); border-radius: var(--mp-radius); box-shadow: var(--mp-shadow); }
.mp-facility img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.mp-facility figcaption { padding: 1.1rem 1.2rem; }
.mp-facility figcaption p { margin: .4rem 0 0; color: var(--mp-muted); font-size: .9rem; }
.mp-facility-placeholder { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 1.5rem; text-align: center; color: var(--mp-blue-900); background: linear-gradient(145deg, var(--mp-white), var(--mp-blue-050)); border: 1px solid var(--mp-line); border-radius: var(--mp-radius); }
.mp-facility-placeholder .mp-icon { width: 70px; height: 70px; border-radius: 20px; }
.mp-facility-placeholder .mp-icon svg { width: 36px; height: 36px; }

.mp-contact-grid { gap: clamp(2rem, 5vw, 5rem); }
.mp-contact-details { display: grid; gap: 1.1rem; margin-top: 2rem; }
.mp-contact-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem; background: var(--mp-white); border: 1px solid var(--mp-line); border-radius: var(--mp-radius-sm); box-shadow: var(--mp-shadow-sm); }
.mp-contact-item h3 { margin-bottom: .25rem; }
.mp-contact-item p, .mp-contact-item address { margin: 0; color: var(--mp-muted); }
.mp-contact-item a { font-weight: 700; text-decoration: none; }
.mp-contact-item--primary {
  background: linear-gradient(145deg, var(--mp-blue-900), var(--mp-blue-700));
  border-color: transparent;
}
.mp-contact-item--primary h3,
.mp-contact-item--primary a,
.mp-contact-item--primary p { color: var(--mp-white); }
.mp-contact-item--primary .mp-icon {
  color: var(--mp-blue-900);
  background: #a8e8c1;
}
.mp-form-card { padding: clamp(1.6rem, 4vw, 2.5rem); background: var(--mp-white); border: 1px solid var(--mp-line); border-radius: var(--mp-radius); box-shadow: var(--mp-shadow); }
.mp-form-note { color: var(--mp-muted); font-size: .9rem; }
.mp-form-status { margin: 1rem 0; padding: .85rem 1rem; border: 1px solid var(--mp-line); border-radius: 12px; font-weight: 700; }
.mp-form-status p { margin: 0; }
.mp-form-status--success { color: #0f5f32; background: #eaf8f0; border-color: #bfe8cc; }
.mp-form-status--error { color: #8a1f1f; background: #fff0f0; border-color: #f0c2c2; }
.mp-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.mp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mp-form-grid label { display: grid; gap: .35rem; color: var(--mp-blue-900); font-size: .92rem; font-weight: 750; }
.mp-form-grid input:not([type="submit"]),
.mp-form-grid select,
.mp-form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: .7rem .8rem;
  color: var(--mp-ink);
  background: var(--mp-white);
  border: 1px solid #bfcdd7;
  border-radius: 8px;
  font: inherit;
}
.mp-form-grid textarea { min-height: 125px; resize: vertical; }
.mp-form-grid input:focus,
.mp-form-grid select:focus,
.mp-form-grid textarea:focus { outline: 3px solid rgba(8, 118, 185, .16); border-color: var(--mp-blue-700); }
.mp-form-full { grid-column: 1 / -1; }
.mp-form-grid input[type="submit"],
.mp-form-grid input[type="button"] {
  min-height: 50px;
  padding: .75rem 1.4rem;
  color: var(--mp-white);
  background: var(--mp-blue-700);
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}
.mp-form-grid input[type="submit"]:hover,
.mp-form-grid input[type="button"]:hover { background: var(--mp-blue-900); }
.wpcf7-spinner { vertical-align: middle; }
.wpcf7-response-output { margin: 1rem 0 0 !important; padding: .7rem 1rem !important; border-radius: 8px; }
.mp-map { margin-top: 2rem; overflow: hidden; background: var(--mp-white); border: 8px solid var(--mp-white); border-radius: var(--mp-radius); box-shadow: var(--mp-shadow); }
.mp-map iframe { width: 100%; height: min(55vw, 470px); min-height: 340px; display: block; border: 0; }
.mp-notice { padding: 1rem 1.2rem; background: var(--mp-blue-050); border: 1px solid #c8e2ef; border-radius: 10px; }

.mp-quick-contact {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: .65rem;
}
.mp-quick-contact__call { display: none; }
.mp-floating-whatsapp {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .75rem 1rem;
  color: var(--mp-white);
  background: var(--mp-green);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(13, 133, 65, .3);
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
}
.mp-floating-whatsapp:hover { color: var(--mp-white); background: var(--mp-green-dark); transform: translateY(-2px); }
.mp-floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }
.mp-quick-contact__call svg { width: 22px; height: 22px; fill: currentColor; }

.mp-footer { position: relative; padding: 4.5rem 0 1.4rem; color: #d9eaf5; background: linear-gradient(145deg, #052f50, #073d5d); }
.mp-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--mp-blue-600), #55c8d7, var(--mp-green)); }
.mp-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.mp-footer h2 { margin-bottom: 1rem; color: var(--mp-white); font-size: 1.05rem; }
.mp-footer p, .mp-footer address { color: #bcd1df; font-size: .92rem; }
.mp-footer a { color: #e7f5ff; text-decoration: none; }
.mp-footer a:hover { color: var(--mp-white); text-decoration: underline; }
.mp-footer ul { margin: 0; padding: 0; list-style: none; }
.mp-footer li { margin: .55rem 0; }
.mp-footer li a::before { content: "\2192"; display: inline-block; margin-right: .45rem; color: #72c9ec; transition: transform .18s ease; }
.mp-footer li a:hover::before { transform: translateX(3px); }
.mp-brand--footer { width: fit-content; margin-bottom: 1.2rem; color: var(--mp-white); }
.mp-brand--footer .mp-brand__logo {
  width: min(235px, 100%);
  padding: .55rem .75rem;
  background: rgba(255, 255, 255, .96);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}
.mp-footer__open { display: inline-block; padding: .3rem .65rem; color: #063e2a; background: #a8e8c1; border-radius: 999px; font-size: .78rem; }
.mp-social-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.1rem; }
.mp-social-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .85rem;
  color: var(--mp-white) !important;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none !important;
}
.mp-social-link:hover { background: rgba(255,255,255,.18); transform: translateY(-1px); }
.mp-social-link svg { width: 19px; height: 19px; fill: currentColor; }
.mp-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.14); }
.mp-footer__bottom p { margin: 0; font-size: .78rem; }
.mp-post-card { padding: 1.5rem 0; border-bottom: 1px solid var(--mp-line); }
.mp-error-page { min-height: 55vh; display: grid; align-content: center; }

/* Force reliable Unicode symbols even if content was imported with legacy encoding. */
.mp-benefits .mp-block-column::before,
.mp-check-list li::before { content: "\2713"; }

@media (max-width: 959px) {
  .admin-bar .mp-header { top: 46px; }
  .mp-topbar__announcement { display: none; }
  .mp-menu-toggle { display: block; margin-left: auto; }
  .mp-nav {
    position: absolute;
    inset: 100% 0 auto;
    height: calc(100vh - 121px);
    max-height: calc(100vh - 121px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 1.25rem 1rem 2rem;
    overflow-y: auto;
    background: var(--mp-white);
    border-top: 1px solid var(--mp-line);
    box-shadow: 0 20px 40px rgba(19,60,92,.14);
  }
  .admin-bar .mp-nav { height: calc(100vh - 167px); max-height: calc(100vh - 167px); }
  .mp-nav.is-open { display: flex; }
  .mp-nav__menu { align-items: stretch; flex-direction: column; gap: 0; }
  .mp-nav__menu li { border-bottom: 1px solid var(--mp-line); }
  .mp-nav__menu a { display: block; padding: .9rem .35rem; font-size: 1.05rem; }
  .mp-nav__menu a::after { display: none; }
  .mp-header-call { text-align: center; }
  .mp-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-providers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-action-grid,
  .mp-provider-assurance { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-split-panel { grid-template-columns: 1fr; }
  .mp-trust-item { padding: 1rem; }
  .mp-trust-item span:last-child { font-size: .76rem; }
  .mp-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 781px) {
  .mp-hero-grid,
  .mp-benefits,
  .mp-values,
  .mp-contact-grid { flex-direction: column; }
  .mp-hero-grid { gap: 2.5rem; }
  .mp-hero-visual { min-height: 0; }
  .mp-hero-image { min-height: 0; aspect-ratio: 16 / 11; object-position: 70% center; }
  .mp-hero-panel { position: relative; inset: auto; margin: -1.25rem .75rem .75rem; }
  .mp-trust-wrap { margin-top: -2rem; }
  .mp-trust-strip { grid-template-columns: 1fr; }
  .mp-trust-item + .mp-trust-item { border-left: 0; border-top: 1px solid var(--mp-line); }
  .mp-process,
  .mp-stat-grid { grid-template-columns: 1fr; }
  .mp-services,
  .mp-services--list { grid-template-columns: 1fr; }
  .mp-facilities,
  .mp-facilities--generated { grid-template-columns: 1fr; }
  .mp-contact-grid { gap: 3rem; }
  .mp-map iframe { height: 420px; }
}

@media (max-width: 599px) {
  body { padding-bottom: 96px; font-size: 16px; }
  .mp-container,
  .mp-block-group.alignwide,
  .mp-block-columns.alignwide { width: min(calc(100% - 1.25rem), var(--mp-container)); }
  .mp-topbar__inner { gap: .5rem; }
  .mp-topbar a { font-size: .77rem; }
  .mp-topbar__status { font-size: .68rem; }
  .mp-header__inner { min-height: 72px; }
  .mp-brand__logo { width: clamp(150px, 48vw, 185px); }
  .mp-nav { height: calc(100vh - 113px); max-height: calc(100vh - 113px); }
  .admin-bar .mp-nav { height: calc(100vh - 159px); max-height: calc(100vh - 159px); }
  .mp-hero { padding: 3.2rem 0; }
  .mp-hero h1 { font-size: 2.45rem; }
  .mp-button-row { width: 100%; }
  .mp-button-row > * { flex: 1 1 100%; }
  .mp-button { width: 100%; }
  .mp-services { gap: .8rem; }
  .mp-service-card { min-height: 0; }
  .mp-services--list .mp-service-card { padding: 1.35rem; }
  .mp-action-grid,
  .mp-provider-assurance { grid-template-columns: 1fr; }
  .mp-action-card { min-height: 0; }
  .mp-providers { gap: .7rem; }
  .mp-provider { min-height: 115px; font-size: .9rem; }
  .mp-cta { width: calc(100% - 1.25rem) !important; border-radius: 20px; }
  .mp-form-grid { grid-template-columns: 1fr; }
  .mp-form-full { grid-column: auto; }
  .mp-quick-contact {
    left: max(.7rem, env(safe-area-inset-left));
    right: max(.7rem, env(safe-area-inset-right));
    bottom: max(.7rem, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    padding: .48rem;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(216, 228, 234, .9);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 46, 66, .12);
    backdrop-filter: blur(14px);
  }
  .mp-quick-contact__call,
  .mp-floating-whatsapp {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .85rem;
    border-radius: 999px;
    box-shadow: none;
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
  }
  .mp-quick-contact__call { color: var(--mp-white); background: var(--mp-blue-800); }
  .mp-quick-contact__call:hover { color: var(--mp-white); background: var(--mp-blue-900); }
  .mp-floating-whatsapp:hover { transform: none; }
  body.mp-menu-open .mp-quick-contact { display: none; }
  .mp-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .mp-footer__bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Premium static-site refinement layer. */
:root {
  --mp-blue-950: #06283d;
  --mp-blue-900: #0b3652;
  --mp-blue-800: #0e5c82;
  --mp-blue-700: #147cae;
  --mp-blue-600: #2297c8;
  --mp-blue-100: #eaf5f9;
  --mp-blue-050: #f6fbfd;
  --mp-ink: #102b3d;
  --mp-muted: #627786;
  --mp-line: #dce8ee;
  --mp-soft: #f7fafb;
  --mp-green: #15975b;
  --mp-green-dark: #0b7544;
  --mp-cyan: #49b9ca;
  --mp-amber: #d9a63d;
  --mp-red: #c44b4b;
  --mp-shadow-sm: 0 1px 2px rgba(15, 46, 66, .04), 0 10px 24px rgba(15, 46, 66, .055);
  --mp-shadow: 0 1px 2px rgba(15, 46, 66, .05), 0 18px 44px rgba(15, 46, 66, .075);
  --mp-shadow-lg: 0 1px 2px rgba(15, 46, 66, .05), 0 28px 70px rgba(15, 46, 66, .105);
  --mp-radius-sm: 10px;
  --mp-radius: 14px;
  --mp-radius-lg: 22px;
  --mp-container: 1184px;
}

body {
  color: var(--mp-ink);
  background:
    linear-gradient(180deg, rgba(247, 251, 253, .92), rgba(255, 255, 255, 1) 520px),
    #fff;
  font-size: 16px;
  line-height: 1.66;
  text-rendering: optimizeLegibility;
}

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

h1 {
  max-width: 740px;
  font-size: 4.8rem;
  line-height: .98;
  margin-bottom: 1.35rem;
}

h2 {
  font-size: 3rem;
  line-height: 1.04;
}

h3 {
  color: #153a52;
  font-size: 1.08rem;
  line-height: 1.22;
}

p { color: inherit; }

a {
  color: var(--mp-blue-800);
  text-decoration-thickness: 1px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(20, 124, 174, .42);
  outline-offset: 4px;
  box-shadow: 0 0 0 5px rgba(20, 124, 174, .1);
}

.mp-container,
.mp-block-group.alignwide,
.mp-block-columns.alignwide {
  width: min(calc(100% - 3rem), var(--mp-container));
}

.mp-topbar {
  position: relative;
  z-index: 1002;
  background: #082f2a;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mp-topbar__inner {
  min-height: 34px;
  gap: 1.1rem;
}

.mp-topbar__status {
  padding: .22rem .7rem;
  color: #082f2a;
  background: #c9f4e6;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 780;
  letter-spacing: .01em;
}

.mp-topbar__announcement {
  color: rgba(238, 248, 247, .82);
  font-size: .9rem;
  font-weight: 520;
}

.mp-topbar a {
  color: #fff;
  font-size: .9rem;
  font-weight: 760;
  letter-spacing: .01em;
}

.mp-header {
  top: 0;
  padding: 14px 0;
  background: rgba(247, 250, 248, .78);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(145%);
}

body.mp-scrolled .mp-header {
  box-shadow: 0 16px 44px rgba(12, 45, 63, .07);
}

.mp-header__inner {
  min-height: 72px;
  padding: .5rem .62rem .5rem 1.2rem;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(213, 225, 229, .86);
  border-radius: 28px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 18px 44px rgba(14, 54, 73, .075);
}

.mp-brand {
  flex: 0 0 auto;
}

.mp-brand__logo {
  width: clamp(162px, 15vw, 202px);
}

.mp-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 1rem;
}

.mp-nav__menu {
  gap: .15rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.mp-nav__menu a {
  display: block;
  padding: .62rem .82rem;
  color: #314c4f;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 690;
  letter-spacing: 0;
  transition: color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.mp-nav__menu a::after {
  display: none;
}

.mp-nav__menu a:hover {
  color: #092f2a;
  background: rgba(239, 247, 245, .85);
}

.mp-nav__menu .current-menu-item a {
  color: #092f2a;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(207, 222, 225, .92), 0 8px 18px rgba(16, 55, 72, .06);
}

.mp-header-call,
.mp-button,
.mp-form-grid input[type="submit"],
.mp-form-grid input[type="button"] {
  min-height: 46px;
  border-radius: 999px !important;
  font-size: .95rem;
  letter-spacing: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .22) inset, 0 10px 22px rgba(18, 92, 123, .15);
}

.mp-header-call {
  min-width: 118px;
  padding: .72rem 1.18rem;
  color: #fff;
  background: linear-gradient(180deg, #1aa6c6, #1586b8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .28) inset, 0 14px 28px rgba(21, 134, 184, .2);
  text-align: center;
}

.mp-header-call:hover {
  color: #fff;
  background: linear-gradient(180deg, #168fb8, #0e658e);
}

.mp-menu-toggle {
  background: #fff;
  border: 1px solid rgba(213, 225, 229, .9);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(14, 54, 73, .08);
}

.mp-hero {
  padding: clamp(4.8rem, 8vw, 8.1rem) 0 clamp(5rem, 8vw, 7.6rem);
  background:
    linear-gradient(120deg, rgba(246, 251, 253, .98) 0%, rgba(255, 255, 255, .96) 48%, rgba(236, 247, 251, .82) 100%);
}

.mp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 65, 92, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 65, 92, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 70%);
}

.mp-hero-grid {
  position: relative;
  z-index: 1;
  gap: clamp(2.4rem, 6vw, 5.8rem);
  align-items: center;
}

.mp-eyebrow {
  color: #356c86;
  font-size: .74rem;
  font-weight: 780;
  letter-spacing: .16em;
}

.mp-hero-lead {
  max-width: 620px;
  color: #536b7b;
  font-size: 1.22rem;
  line-height: 1.72;
}

.mp-hero-actions-note {
  max-width: 520px;
  color: #526d7c;
  font-size: .94rem;
}

.mp-hero-visual {
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, .98);
  border-radius: 28px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 0 28px 78px rgba(15, 46, 66, .16);
}

.mp-hero-image {
  min-height: 500px;
  object-position: 68% center;
}

.mp-hero-panel {
  inset: auto 1rem 1rem;
  padding: 1.18rem 1.28rem 1.24rem;
  background: rgba(12, 55, 82, .88);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(7, 31, 48, .2);
  backdrop-filter: blur(18px) saturate(140%);
}

.mp-open-badge,
.mp-footer__open {
  background: #d2f3de;
  border: 1px solid rgba(12, 117, 68, .12);
}

.mp-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem !important;
}

.mp-button {
  padding: .72rem 1.08rem !important;
  transform: translateZ(0);
}

.mp-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 14px 28px rgba(20, 124, 174, .18);
}

.mp-button--call,
.mp-form-grid input[type="submit"],
.mp-form-grid input[type="button"] {
  background: linear-gradient(180deg, var(--mp-blue-700), var(--mp-blue-800)) !important;
}

.mp-button--whatsapp {
  background: linear-gradient(180deg, #28ad69, var(--mp-green)) !important;
}

.mp-icon,
.mp-trust-icon {
  color: var(--mp-blue-800);
  background: #eef7fb;
  border: 1px solid rgba(190, 218, 231, .72);
}

.mp-icon svg,
.mp-trust-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-trust-wrap {
  margin-top: -2.25rem;
}

.mp-trust-strip {
  border-color: rgba(219, 232, 239, .86);
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 18px 48px rgba(15, 46, 66, .08);
}

.mp-trust-item {
  padding: 1.18rem 1.22rem;
}

.mp-trust-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 12px;
}

.mp-trust-item strong {
  font-size: .94rem;
}

.mp-trust-item span:last-child {
  color: #657c8b;
}

.mp-section {
  padding-top: clamp(4.8rem, 7vw, 7.4rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.4rem);
}

.mp-section--soft {
  background: linear-gradient(180deg, #f7fafb, #f4f8fa);
  border-block: 1px solid rgba(218, 231, 238, .7);
}

.mp-section-intro {
  margin-bottom: 2.2rem;
  color: #607687;
}

.mp-action-grid,
.mp-services,
.mp-providers,
.mp-provider-assurance,
.mp-process,
.mp-facilities {
  gap: 1rem;
}

.mp-action-card,
.mp-service-card,
.mp-provider,
.mp-provider-assurance > div,
.mp-process-step,
.mp-benefits .mp-block-column,
.mp-values .mp-block-column,
.mp-contact-item,
.mp-form-card,
.mp-facility,
.mp-info-box {
  border-color: rgba(218, 231, 238, .92);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .86) inset, 0 12px 30px rgba(15, 46, 66, .055);
}

.mp-action-card,
.mp-service-card,
.mp-provider,
.mp-process-step,
.mp-benefits .mp-block-column,
.mp-contact-item {
  background: rgba(255, 255, 255, .92);
}

.mp-action-card {
  min-height: 176px;
  padding: 1.22rem;
}

.mp-action-card::before,
.mp-service-card::after {
  height: 2px;
}

.mp-action-card:hover,
.mp-service-card:hover,
.mp-provider:hover {
  border-color: rgba(154, 199, 220, .9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 18px 38px rgba(15, 46, 66, .08);
  transform: translateY(-2px);
}

.mp-action-card strong,
.mp-provider-assurance strong {
  color: #173a52;
}

.mp-services {
  margin-top: 2.25rem;
}

.mp-service-card {
  min-height: 214px;
  padding: 1.34rem;
}

.mp-service-copy,
.mp-action-card span,
.mp-process-step p,
.mp-provider-assurance p,
.mp-facility figcaption p,
.mp-contact-item p,
.mp-contact-item address,
.mp-form-note {
  color: #617786;
}

.mp-service-meta {
  padding: .28rem .56rem;
  background: #f5fafc;
  border-color: #d9e9f0;
  color: #41677c;
  font-size: .68rem;
  letter-spacing: .05em;
}

.mp-benefits .mp-block-column::before {
  width: 28px;
  height: 28px;
  background: #1a9a61;
  font-size: .85rem;
}

.mp-provider {
  min-height: 124px;
  padding: 1rem .9rem;
}

.mp-provider img {
  height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.mp-cta {
  background:
    linear-gradient(135deg, rgba(8, 42, 65, .98), rgba(15, 94, 129, .96)),
    var(--mp-blue-900);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(6, 40, 61, .18);
}

.mp-cta::after,
.mp-page-hero::after {
  display: none;
}

.mp-page-hero {
  padding-top: clamp(4.6rem, 7vw, 6.8rem);
  padding-bottom: clamp(4.6rem, 7vw, 6.8rem);
  background:
    linear-gradient(135deg, rgba(246, 251, 253, .98), rgba(255, 255, 255, .98) 62%, rgba(235, 247, 251, .78));
}

.mp-page-hero h1 {
  max-width: 680px;
}

.mp-panel-card {
  border-radius: 18px;
}

.mp-panel-card--blue {
  background:
    linear-gradient(145deg, rgba(6, 40, 61, .98), rgba(13, 92, 130, .95));
}

.mp-stat {
  border-radius: 12px;
}

.mp-alert {
  border: 1px solid #ead7ad;
  border-left: 3px solid var(--mp-amber);
  background: #fffaf0;
  border-radius: 12px;
}

.mp-form-card {
  padding: clamp(1.45rem, 3.4vw, 2.2rem);
}

.mp-form-grid input:not([type="submit"]),
.mp-form-grid select,
.mp-form-grid textarea {
  min-height: 46px;
  border-color: #cbd9e1;
  border-radius: 10px;
  background: #fbfdfe;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.mp-form-grid input:not([type="submit"]):hover,
.mp-form-grid select:hover,
.mp-form-grid textarea:hover {
  border-color: #acc7d5;
  background: #fff;
}

.mp-map {
  border-width: 1px;
  border-radius: 18px;
}

.mp-footer {
  background: linear-gradient(145deg, #06283d, #0b3652);
}

.mp-footer::before {
  height: 1px;
  background: rgba(255, 255, 255, .16);
}

.mp-footer__grid {
  gap: clamp(2rem, 4vw, 3.4rem);
}

.mp-brand--footer .mp-brand__logo {
  border-radius: 12px;
}

.mp-floating-whatsapp {
  background: linear-gradient(180deg, #2ab36f, #15975b);
  box-shadow: 0 14px 34px rgba(17, 132, 75, .24);
}

@media (max-width: 959px) {
  .mp-header {
    padding: 10px 0;
  }

  .mp-header__inner {
    min-height: 70px;
    padding: .48rem .54rem .48rem 1rem;
    border-radius: 22px;
  }

  .mp-nav {
    inset: calc(100% + 10px) 0 auto;
    width: min(calc(100% - 2rem), var(--mp-container));
    margin-inline: auto;
    border: 1px solid rgba(213, 225, 229, .9);
    border-radius: 22px;
    padding: 1rem;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 48px rgba(14, 54, 73, .12);
  }

  .mp-nav__menu {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .mp-nav__menu a {
    border-radius: 10px;
  }

  .mp-header-call {
    width: 100%;
  }
}

@media (max-width: 781px) {
  .mp-container,
  .mp-block-group.alignwide,
  .mp-block-columns.alignwide {
    width: min(calc(100% - 2rem), var(--mp-container));
  }

  .mp-hero {
    padding-top: 3.5rem;
  }

  .mp-hero-panel {
    margin: -1.1rem .75rem .75rem;
  }

  .mp-trust-wrap {
    margin-top: -1.45rem;
  }
}

@media (max-width: 599px) {
  body {
    font-size: 15.75px;
  }

  h1 {
    font-size: 2.78rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 2rem;
  }

  .mp-container,
  .mp-block-group.alignwide,
  .mp-block-columns.alignwide {
    width: min(calc(100% - 1.25rem), var(--mp-container));
  }

  .mp-topbar__inner {
    min-height: 34px;
  }

  .mp-topbar__announcement {
    display: none;
  }

  .mp-topbar a {
    font-size: .82rem;
  }

  .mp-topbar__status {
    font-size: .74rem;
  }

  .mp-header__inner {
    min-height: 66px;
    width: min(calc(100% - 1rem), var(--mp-container));
    border-radius: 20px;
  }

  .mp-brand__logo {
    width: 164px;
  }

  .mp-menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .mp-hero {
    padding: 3rem 0 3.4rem;
  }

  .mp-hero-image {
    aspect-ratio: 4 / 3;
  }

  .mp-action-card,
  .mp-service-card,
  .mp-services--list .mp-service-card {
    padding: 1.15rem;
  }

  .mp-provider {
    min-height: 112px;
  }

  .mp-provider img {
    max-width: 145px;
  }

  .mp-alert {
    display: block;
    padding: 1rem;
  }

  .mp-alert strong {
    display: block;
    margin-bottom: .35rem;
  }

  .mp-quick-contact {
    border-radius: 22px;
  }

  .mp-trust-wrap {
    margin-bottom: 1rem;
  }
}

/* Fixed type scale: responsive by breakpoint, not viewport interpolation. */
h1 { font-size: 4.8rem; }
h2 { font-size: 3rem; }
.mp-page-hero h1 { font-size: 3.85rem; }
.mp-hero-lead { font-size: 1.22rem; }
.mp-hero-panel h2 { font-size: 1.6rem; }
.mp-stat strong { font-size: 1.9rem; }

@media (max-width: 959px) {
  h1 { font-size: 3.8rem; }
  h2 { font-size: 2.48rem; }
  .mp-page-hero h1 { font-size: 3.2rem; }
  .mp-hero-lead { font-size: 1.14rem; }
}

@media (max-width: 599px) {
  h1 { font-size: 2.78rem; }
  h2 { font-size: 2rem; }
  .mp-page-hero h1 { font-size: 2.55rem; }
  .mp-hero-lead { font-size: 1.06rem; }
  .mp-hero-panel h2 { font-size: 1.32rem; }
  .mp-stat strong { font-size: 1.55rem; }
}

/* ============================================================================
   NEKO-INSPIRED SYSTEM — composition first
   Drama of scale, extravagant whitespace, near-monochrome palette,
   editorial photo rows, and a "scanner / telemetry" detail language.
   This layer is authoritative; it overrides the legacy styles above.
   ============================================================================ */
:root {
  --ink: #14302a;
  --ink-soft: #3d524c;
  --muted: #56635c;
  --paper: #ffffff;            /* pure white canvas */
  --paper-2: #f6f7f8;          /* whisper grey for subtle section separation */
  --sage: #f6f7f8;
  --butter: #f6f7f8;
  --hair: #e8eaea;             /* neutral hairline (reads cleanly on white) */
  --card: #ffffff;
  --cyan: #12b6d8;
  --cyan-ink: #04222a;
  --cyan-deep: #0b8aa6;
  --night: #0c211f;
  --night-2: #14443d;

  --mp-ink: var(--ink);
  --mp-muted: var(--muted);
  --mp-line: var(--hair);
  --mp-blue-950: #0c211f;
  --mp-blue-900: #123a34;
  --mp-blue-800: var(--cyan-deep);
  --mp-blue-700: var(--cyan);
  --mp-blue-100: #e2f6fb;
  --mp-blue-050: #f1fafc;
  --mp-green: #1aa564;
  --mp-green-dark: #128150;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --wide: min(1240px, calc(100% - 4rem));
  --ease: cubic-bezier(.22, .61, .36, 1);
}

body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; }

h1, h2, .mp-cta h2, .mp-panel-card--blue h2 {
  font-family: var(--serif); font-weight: 400; color: var(--ink); letter-spacing: -.018em; text-wrap: balance;
}
h1 { font-size: clamp(2.9rem, 7vw, 6.4rem); line-height: .98; margin: 0 0 1.6rem; }
h1 em { font-style: italic; font-weight: 300; }
h2 { font-size: clamp(2rem, 4.4vw, 3.5rem); line-height: 1.04; font-weight: 400; }
h3, h4 { font-family: var(--sans); font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
h3 { font-size: 1.06rem; }
p { color: var(--ink-soft); }
a { color: var(--cyan-deep); }
a:hover { color: var(--ink); }

.mp-eyebrow { font-family: var(--mono); color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---- Header: clean full-width bar — logo left, nav centered, CTA right ---- */
.mp-topbar { background: var(--night); color: #cfe7e1; }
.mp-topbar__status { background: #bdeee6; color: var(--night); }
.mp-header {
  background: transparent; border-bottom: 1px solid transparent; box-shadow: none; backdrop-filter: none;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.mp-header__inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem;
  border: 0; border-radius: 0; padding-inline: 0; min-height: 78px;
}
.mp-brand { justify-self: start; }
.mp-nav { justify-self: center; }
.mp-header-call { justify-self: end; }
body.mp-scrolled .mp-header {
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom-color: var(--hair);
  backdrop-filter: blur(20px) saturate(140%);
}
.mp-nav__menu { background: transparent; border: 0; border-radius: 0; padding: 0; gap: 1.9rem; }
.mp-nav__menu a { font-family: var(--sans); color: var(--ink-soft); font-weight: 500; padding: .35rem .1rem; border-radius: 0; }
.mp-nav__menu a::after { display: none; }
.mp-nav__menu a:hover, .mp-nav__menu .current-menu-item a { color: var(--ink); background: transparent; box-shadow: none; }
.mp-nav__menu .current-menu-item a { font-weight: 600; }

@media (max-width: 959px) {
  .mp-header__inner { display: flex; align-items: center; gap: .7rem; }
  .mp-brand { margin-right: auto; }
  .mp-nav { justify-self: auto; }
  .mp-header-call { justify-self: auto; padding: .58rem .95rem !important; }
  .mp-menu-toggle { display: block; }
}

/* ---- Buttons ---- */
.mp-button, .mp-header-call, .mp-form-grid input[type="submit"], .mp-form-grid input[type="button"] {
  font-family: var(--sans); font-weight: 600; border-radius: 999px !important;
}
.mp-button { padding: .82rem 1.3rem !important; box-shadow: none; }
.mp-button__arrow { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.mp-button:hover .mp-button__arrow { transform: translateX(3px); }
.mp-button--call, .mp-header-call, .mp-form-grid input[type="submit"], .mp-form-grid input[type="button"] {
  background: var(--cyan) !important; color: var(--cyan-ink) !important; box-shadow: none !important;
}
.mp-button--call:hover, .mp-header-call:hover, .mp-form-grid input[type="submit"]:hover, .mp-form-grid input[type="button"]:hover {
  background: var(--ink) !important; color: #fff !important; transform: translateY(-1px);
}
.mp-button--whatsapp { background: var(--mp-green) !important; color: #fff !important; box-shadow: none !important; }
.mp-button--whatsapp:hover { background: var(--mp-green-dark) !important; }
.mp-cta .mp-button--call { background: #fff !important; color: var(--night) !important; }
.mp-cta .mp-button--call:hover { background: var(--cyan) !important; color: var(--cyan-ink) !important; }

.mp-arrow-link { display: inline-flex; align-items: center; gap: .85rem; color: var(--ink); font-weight: 600; text-decoration: none; }
.mp-arrow-link__dot { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; background: var(--ink); border-radius: 50%; transition: background .25s var(--ease), transform .25s var(--ease); }
.mp-arrow-link__dot svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.mp-arrow-link:hover { color: var(--cyan-deep); }
.mp-arrow-link:hover .mp-arrow-link__dot { background: var(--cyan); }
.mp-arrow-link:hover .mp-arrow-link__dot svg { stroke: var(--cyan-ink); transform: translateX(3px); }

/* ---- HERO ---- */
.mp-hero {
  width: var(--wide); margin-inline: auto; padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
  background: none; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 5rem);
}
.mp-hero::before { display: none; }
.mp-hero__intro { max-width: 620px; }
.mp-hero__intro .mp-eyebrow { display: block; margin-bottom: 1.5rem; }
.mp-hero-lead { max-width: 540px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.62; margin-bottom: 2rem; }
.mp-hero .mp-button-row { gap: 1.2rem !important; align-items: center; }

.mp-scan { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; background: #0c211f; box-shadow: 0 30px 80px rgba(20,48,43,.16); }
.mp-scan__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(1.02) contrast(1.02); }
.mp-scan__grid { position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px),
    radial-gradient(circle, rgba(18,182,216,.6) 1.1px, transparent 1.4px);
  background-size: 40px 40px, 40px 40px, 11px 11px;
  mask-image: radial-gradient(120% 80% at 30% 30%, rgba(0,0,0,.6), transparent 75%);
  mix-blend-mode: screen;
}
.mp-scan__tag { position: absolute; top: 16px; left: 16px; z-index: 2; display: inline-flex; align-items: center; gap: .5rem; padding: .42rem .7rem; border-radius: 999px; background: rgba(8,33,31,.6); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; color: #e6fbff; }

.mp-frame { position: absolute; width: 22px; height: 22px; z-index: 2; pointer-events: none; border: 0 solid rgba(255,255,255,.55); }
.mp-scan .mp-frame { width: 26px; height: 26px; }
.mp-frame--tl { top: 14px; left: 14px; border-top-width: 2px; border-left-width: 2px; }
.mp-frame--tr { top: 14px; right: 14px; border-top-width: 2px; border-right-width: 2px; }
.mp-frame--bl { bottom: 14px; left: 14px; border-bottom-width: 2px; border-left-width: 2px; }
.mp-frame--br { bottom: 14px; right: 14px; border-bottom-width: 2px; border-right-width: 2px; }

.mp-readout { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; padding: .95rem 1.05rem; border-radius: 14px; background: rgba(8,33,31,.55); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px) saturate(140%); font-family: var(--mono); color: #dff7f3; }
.mp-readout__bracket { display: none; }
.mp-readout__head { display: flex; align-items: center; gap: .5rem; margin: 0 0 .65rem; font-size: .64rem; letter-spacing: .2em; color: #9fd9cf; }
.mp-readout__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(18,182,216,.7); animation: mp-pulse 2s var(--ease) infinite; }
@keyframes mp-pulse { 0% { box-shadow: 0 0 0 0 rgba(18,182,216,.55); } 70% { box-shadow: 0 0 0 9px rgba(18,182,216,0); } 100% { box-shadow: 0 0 0 0 rgba(18,182,216,0); } }
.mp-readout__rows { margin: 0; display: grid; gap: .42rem; }
.mp-readout__rows div { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); padding-top: .42rem; }
.mp-readout__rows div:first-child { border-top: 0; padding-top: 0; }
.mp-readout__rows dt { margin: 0; color: #a9c8c1; font-size: .72rem; letter-spacing: .04em; }
.mp-readout__rows dd { margin: 0; color: #fff; font-size: .72rem; font-weight: 500; text-align: right; }
@media (prefers-reduced-motion: reduce) { .mp-readout__pulse { animation: none; } }

/* ---- Stat band ---- */
.mp-statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(1rem, 3vw, 2.5rem); border-block: 1px solid var(--hair); background: var(--hair); }
.mp-stat2 { background: var(--paper); padding: 1.8rem 1.5rem; }
.mp-stat2 strong { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1; color: var(--ink); }
.mp-stat2 span { display: block; margin-top: .6rem; color: var(--muted); font-size: .92rem; }

/* ---- Sections ---- */
.mp-section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.mp-section--soft { background: var(--paper-2); border-block: 1px solid var(--hair); }
.mp-section__head { max-width: 760px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.mp-section__head .mp-eyebrow { display: block; margin-bottom: 1.1rem; }
.mp-section-intro { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* ---- Editorial rows ---- */
.mp-editorial { width: var(--wide); margin: clamp(4rem, 8vw, 7rem) auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.mp-editorial--flip .mp-editorial__media { order: 2; }
.mp-editorial__media { position: relative; aspect-ratio: 5 / 4; border-radius: 22px; overflow: hidden; background: var(--paper-2); box-shadow: 0 24px 60px rgba(20,48,43,.12); }
.mp-editorial__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.mp-editorial:hover .mp-editorial__media img { transform: scale(1.03); }
.mp-editorial__media .mp-frame { border-color: rgba(255,255,255,.7); }
.mp-editorial__tag { position: absolute; top: 16px; left: 16px; padding: .4rem .7rem; border-radius: 999px; background: rgba(8,33,31,.55); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); font-family: var(--mono); font-size: .64rem; letter-spacing: .16em; color: #eafdff; }
.mp-editorial__body { max-width: 480px; }
.mp-editorial__body .mp-eyebrow { display: block; margin-bottom: 1.1rem; }
.mp-editorial__body h2 { margin-bottom: 1.1rem; }
.mp-editorial__lead { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.62; margin-bottom: 1.8rem; }

/* ---- Cards & surfaces ---- */
.mp-action-card, .mp-service-card, .mp-provider, .mp-provider-assurance > div,
.mp-process-step, .mp-benefits .mp-block-column, .mp-values .mp-block-column,
.mp-contact-item, .mp-form-card, .mp-facility, .mp-info-box, .mp-panel-card, .mp-map {
  background: var(--card); border: 1px solid var(--hair); border-radius: 16px; box-shadow: none;
}
.mp-action-card::before, .mp-service-card::after { display: none; }
.mp-action-card { min-height: 0; padding: 1.6rem; gap: 1.2rem; }
.mp-action-card:hover, .mp-service-card:hover, .mp-provider:hover {
  border-color: var(--ink); box-shadow: none; transform: translateY(-3px); transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.mp-action-card strong, .mp-service-card h3, .mp-provider-assurance strong { color: var(--ink); }
.mp-action-card em, .mp-action-card--urgent em { color: var(--cyan-deep); }

/* Separated cards (not a bordered table) — avoids grid lines + empty cells */
.mp-services { gap: 1rem; margin-top: 0; margin-bottom: 2.5rem; background: transparent; border: 0; border-radius: 0; overflow: visible; }
.mp-services--list { gap: 1rem; margin-top: 2.75rem; }
.mp-service-card { border: 1px solid var(--hair); border-radius: 16px; min-height: 0; padding: 1.7rem; gap: .9rem; }
.mp-service-card:hover { transform: translateY(-3px); border-color: var(--ink); background: var(--card); }
.mp-icon, .mp-trust-icon, .mp-service-card .mp-icon, .mp-contact-item .mp-icon, .mp-facility-placeholder .mp-icon {
  background: transparent; border: 1px solid var(--hair); color: var(--cyan-deep); border-radius: 12px;
}
.mp-service-meta { background: transparent; border: 0; padding: 0; color: var(--muted); font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; }

.mp-providers { gap: 1rem; background: transparent; border: 0; border-radius: 0; overflow: visible; margin-bottom: 1.4rem; }
.mp-provider { border: 1px solid var(--hair); border-radius: 16px; min-height: 128px; background: var(--card); }
.mp-provider:hover { transform: translateY(-3px); border-color: var(--ink); background: var(--card); }
.mp-provider strong { font-size: .82rem; color: var(--ink-soft); font-weight: 500; }
.mp-provider-note { color: var(--muted); font-family: var(--mono); font-size: .76rem; letter-spacing: .04em; }

.mp-process { gap: 1.2rem; }
.mp-process-step { padding: 1.8rem; border-radius: 16px; }
.mp-process-step::before { background: var(--ink); color: #fff; }

/* ---- Dark sections ---- */
.mp-cta, .mp-panel-card--blue {
  background: radial-gradient(120% 120% at 82% 8%, rgba(18,182,216,.18), transparent 48%), linear-gradient(155deg, var(--night), var(--night-2)) !important;
  border: 1px solid rgba(255,255,255,.08) !important; border-radius: 26px; box-shadow: none;
}
.mp-cta { padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem); }
.mp-cta::after { display: none; }
.mp-cta .mp-eyebrow { display: block; color: #7fd6cb; margin-bottom: 1.2rem; }
.mp-cta h2 { color: #fff; margin-bottom: 1rem; }
.mp-cta p { color: #c3d8d2; }
.mp-cta .mp-button-row { justify-content: center; }
.mp-footer { background: linear-gradient(155deg, var(--night), #123a34); }
.mp-footer::before { height: 1px; background: rgba(255,255,255,.12); }
.mp-footer h2 { font-family: var(--sans); }

/* ---- Page heroes ---- */
.mp-page-hero { background: var(--paper); border-bottom: 1px solid var(--hair); padding-block: clamp(4rem, 8vw, 7rem); }
.mp-page-hero::after { display: none; }
.mp-page-hero__inner { width: var(--wide); margin-inline: auto; max-width: 900px; }
.mp-page-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.mp-page-hero .mp-eyebrow { display: block; margin-bottom: 1.3rem; }

.mp-section--soft:nth-of-type(even) { background: var(--sage); }

/* ---- Forms ---- */
.mp-form-grid input:not([type="submit"]), .mp-form-grid select, .mp-form-grid textarea { border-color: var(--hair); border-radius: 10px; background: var(--paper); }
.mp-form-grid label { font-family: var(--sans); color: var(--ink); }

/* ---- Primary contact card: dark accent (was white-on-white after restyle) ---- */
.mp-contact-item--primary {
  background: linear-gradient(155deg, var(--night), var(--night-2)) !important;
  border-color: transparent !important;
}
.mp-contact-item--primary h3,
.mp-contact-item--primary a,
.mp-contact-item--primary p { color: #fff; }
.mp-contact-item--primary a:hover { color: var(--cyan); }
.mp-contact-item--primary .mp-icon { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: #bdeee6; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .mp-hero { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .mp-scan { aspect-ratio: 4 / 3; max-height: 520px; }
  .mp-editorial { grid-template-columns: 1fr; gap: 2rem; }
  .mp-editorial--flip .mp-editorial__media { order: 0; }
  .mp-statband { grid-template-columns: repeat(2, 1fr); }
  .mp-services { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .mp-statband, .mp-services, .mp-providers { grid-template-columns: 1fr; }
  .mp-arrow-link__dot { width: 46px; height: 46px; flex-basis: 46px; }
  .mp-readout { left: 12px; right: 12px; bottom: 12px; }
}

/* ============================================================================
   COMPOSITION AUDIT FIXES
   Balance, alignment and rhythm corrections. Authoritative — last layer.
   ============================================================================ */

/* Centering utility was referenced in markup but never defined, so every
   "centered" section head, intro and CTA actually rendered left-aligned. */
.has-text-align-center { text-align: center; }

/* Service grid: 8 cards in 3 columns left an orphan cell. Flex wrap + centered
   remainder keeps full rows edge-to-edge and centers the trailing row. */
.mp-services { display: flex; flex-wrap: wrap; justify-content: center; }
.mp-service-card { flex: 0 1 calc((100% - 2rem) / 3); }
@media (max-width: 900px) {
  .mp-service-card { flex-basis: calc((100% - 1rem) / 2); }
}
@media (max-width: 560px) {
  .mp-service-card { flex-basis: 100%; }
}

/* CTA panel is a centered composition — center the eyebrow too. */
.mp-cta { text-align: center; }

/* "View all services" was an unstyled bare link. Make it a centered outline
   pill consistent with the rest of the button system. */
.mp-block-buttons { display: flex; justify-content: center; margin-top: .5rem; }
.mp-block-button__link.mp-element-button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .82rem 1.7rem; font-family: var(--sans); font-weight: 600;
  color: var(--ink); background: transparent;
  border: 1px solid var(--ink); border-radius: 999px;
  text-decoration: none; transition: background .25s var(--ease), color .25s var(--ease);
}
.mp-block-button__link.mp-element-button:hover { color: #fff; background: var(--ink); }

/* Floating WhatsApp button was overlapping the footer bottom row on desktop. */
@media (min-width: 561px) {
  .mp-footer { padding-bottom: 5.5rem; }
}

/* ============================================================================
   SERVICES SPOTLIGHT — interactive list + auto-cycling readout panel
   ============================================================================ */
.mp-spotlight {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  margin: 0 0 2.5rem; border: 1px solid var(--hair);
  border-radius: 22px; overflow: hidden; background: var(--paper);
}
.mp-spotlight__list { display: flex; flex-direction: column; padding: 10px 0; }
.mp-spot-item {
  display: flex; align-items: center; gap: 15px;
  width: 100%; text-align: left; cursor: pointer;
  padding: 15px 26px; margin: 0; background: none; border: 0;
  font: inherit; color: var(--ink);
  transition: background .22s var(--ease);
}
.mp-spot-item:hover, .mp-spot-item.is-active { background: var(--paper-2); }
.mp-spot-item:focus-visible { outline: 2px solid var(--cyan-deep); outline-offset: -3px; }
.mp-spot-item__num { flex: none; width: 22px; font-family: var(--mono); font-size: .8rem; color: var(--muted); }
.mp-spot-item .mp-icon { flex: none; width: auto; height: auto; padding: 0; background: none; border: 0; color: var(--cyan-deep); }
.mp-spot-item .mp-icon svg { width: 21px; height: 21px; }
.mp-spot-item__title { font-family: var(--serif); font-size: 1.08rem; color: var(--ink); }
.mp-spot-item__data { display: none; }

.mp-spotlight__panel {
  position: relative; display: flex; flex-direction: column;
  min-height: 340px; padding: 32px 32px 26px; color: #eafaf6;
  background:
    radial-gradient(120% 120% at 82% 8%, rgba(18,182,216,.16), transparent 48%),
    linear-gradient(155deg, var(--night), var(--night-2));
}
.mp-spotlight__top { display: flex; align-items: center; justify-content: space-between; }
.mp-spotlight__tag { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; color: #7fd6cb; }
.mp-spotlight__count { font-family: var(--mono); font-size: .68rem; color: rgba(234,250,246,.55); }
.mp-spotlight__icon { display: block; margin-top: 1.7rem; }
.mp-spotlight__icon svg { width: 36px; height: 36px; fill: none; stroke: var(--cyan); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mp-spotlight__title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.15rem); line-height: 1.06; color: #fff; margin: .75rem 0 .55rem; }
.mp-spotlight__lead { max-width: 380px; margin: 0; color: #bcd8d1; font-size: 1rem; line-height: 1.55; }
.mp-spotlight__read { margin: 1.6rem 0 0; font-family: var(--mono); }
.mp-spotlight__read > div { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.mp-spotlight__read dt { margin: 0; color: #9fd9cf; font-size: .78rem; }
.mp-spotlight__read dd { margin: 0; color: #fff; font-size: .78rem; text-align: right; }
.mp-spotlight__progress { margin-top: auto; padding-top: 1.1rem; }
.mp-spotlight__track { display: block; height: 3px; border-radius: 3px; background: rgba(255,255,255,.12); overflow: hidden; }
.mp-spotlight__track > span { display: block; height: 100%; width: 0; background: var(--cyan); }
.mp-spotlight__icon, .mp-spotlight__title, .mp-spotlight__lead, .mp-spotlight__read {
  transition: opacity .2s var(--ease);
}
.mp-spotlight.is-fading .mp-spotlight__icon,
.mp-spotlight.is-fading .mp-spotlight__title,
.mp-spotlight.is-fading .mp-spotlight__lead,
.mp-spotlight.is-fading .mp-spotlight__read { opacity: 0; }

@media (max-width: 780px) {
  .mp-spotlight { grid-template-columns: 1fr; }
  .mp-spotlight__panel { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mp-spotlight__progress { display: none; }
  .mp-spotlight__icon, .mp-spotlight__title, .mp-spotlight__lead, .mp-spotlight__read { transition: none; }
}

/* The redesign flattened the desktop header bar but left the legacy inner
   card's white background + drop shadow behind it. Clear it on desktop; the
   mobile pill header (<=959px) still uses that card intentionally. */
@media (min-width: 960px) {
  .mp-header__inner { background: transparent; box-shadow: none; border: 0; }
}

/* Mobile header cleanup — collapse the three stacked white/shadow surfaces
   (header bar + inner box + toggle box) into one light, flat sticky bar. */
@media (max-width: 959px) {
  /* Drop the redundant header "Call Now": calling is already covered by the
     persistent bottom Call/WhatsApp bar. */
  .mp-header-call { display: none; }

  /* Header bar is the only surface: transparent at top, light frosted on
     scroll with a hairline instead of a heavy drop shadow. */
  body.mp-scrolled .mp-header { box-shadow: 0 4px 16px rgba(12, 45, 63, .05); }

  /* Kill the inner white box + its shadow; align content with a normal gutter. */
  .mp-header__inner {
    width: 100%;
    min-height: 58px;
    padding: .3rem 1rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  /* Lighter, borderless hamburger — a plain tap target, tint only on hover/open. */
  .mp-menu-toggle {
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
  }
  .mp-menu-toggle:hover,
  .mp-menu-toggle[aria-expanded="true"] { background: var(--paper-2); }

  .mp-brand__logo { width: 150px; }
}

