:root {
  --navy: #001f3a;
  --navy-deep: #001426;
  --navy-band: #002844;
  --blue: #0a4e90;
  --brand-cyan: #54bdf1;
  --brand-blue: #0a4e90;
  --gold: #54bdf1;
  --paper: #f6fbfe;
  --paper-soft: #ffffff;
  --ink: #061d38;
  --muted: #4f6577;
  --line: #d7e8f2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.52;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

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

img,
svg {
  display: block;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

.site-container {
  width: min(1140px, calc(100% - 42px));
  margin-inline: auto;
}

.serif-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  border-radius: 0;
  padding: 0.76rem 1.55rem;
  background: var(--navy);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  background: #063660;
  box-shadow: 0 14px 30px rgba(0, 31, 58, 0.18);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--navy);
  color: var(--white);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  background: var(--white);
  color: var(--navy);
}

body.consultation-modal-open {
  overflow: hidden;
}

.consultation-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 20, 38, 0.58);
  backdrop-filter: blur(10px);
}

.consultation-modal {
  position: relative;
  width: min(760px, 100%);
  padding: 34px;
  overflow: hidden;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 253, 0.96) 58%, rgba(247, 242, 233, 0.94) 100%),
    var(--white);
  box-shadow: 0 34px 90px rgba(0, 20, 38, 0.34);
}

.consultation-modal::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand-cyan), rgba(84, 189, 241, 0.08));
}

.consultation-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 0;
  padding: 8px 10px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.14);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.consultation-modal-close:hover,
.consultation-modal-close:focus-visible {
  background: rgba(84, 189, 241, 0.2);
  transform: translateY(-1px);
}

.consultation-modal h2 {
  max-width: 620px;
  margin: 12px auto 0;
  padding-right: 0;
  color: var(--navy);
  font-size: clamp(2.45rem, 5vw, 4rem);
  text-align: center;
}

.consultation-modal-copy {
  max-width: 620px;
  margin-top: 16px;
  color: #385065;
  font-size: 0.98rem;
}

.consultation-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.consultation-contact-option {
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 253, 0.78)),
    var(--white);
  box-shadow: 0 18px 40px rgba(0, 31, 58, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.consultation-contact-option:hover,
.consultation-contact-option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(84, 189, 241, 0.68);
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.14);
}

.consultation-contact-option strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  line-height: 1.08;
  font-weight: 950;
}

.consultation-contact-option p {
  color: #4b6376;
  font-size: 0.9rem;
}

.consultation-contact-option em {
  margin-top: auto;
  color: var(--brand-blue);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 251, 254, 0.93);
  border-bottom: 1px solid rgba(84, 189, 241, 0.18);
  backdrop-filter: blur(10px);
}

.nav-shell {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.logo {
  width: 172px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  line-height: 1;
}

.logo-mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.logo-footer {
  width: 160px;
  height: 60px;
}

.legacy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 189, 241, 0.14), transparent 30%),
    linear-gradient(135deg, #f6fbfe 0%, #ffffff 52%, #eaf7fe 100%);
  color: var(--ink);
}

.legacy-nav-space {
  min-width: 1px;
}

.legacy-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: 78px 0;
}

.legacy-panel {
  max-width: 760px;
  padding: clamp(30px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(84, 189, 241, 0.22);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.12);
}

.legacy-title {
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 8vw, 5.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.legacy-copy {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.02rem;
}

.legacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.legacy-policy {
  padding: 76px 0 96px;
}

.legacy-policy-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.legacy-policy-header .legacy-title {
  font-size: clamp(2.35rem, 7vw, 4.5rem);
}

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

.legacy-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(84, 189, 241, 0.22);
  box-shadow: 0 18px 48px rgba(0, 31, 58, 0.08);
}

.legacy-card h2 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legacy-card p {
  margin-top: 10px;
  color: var(--muted);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.nav-link {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-emphasis {
  font-weight: 950;
  letter-spacing: 0.04em;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.dropdown-caret {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 80;
  width: 272px;
  padding: 9px;
  background: var(--paper-soft);
  border: 1px solid rgba(0, 31, 58, 0.16);
  box-shadow: 0 22px 46px rgba(0, 20, 38, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu,
.nav-dropdown.open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-menu a {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  color: var(--ink);
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-menu a:last-child {
  border-bottom: 0;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: #eef4f8;
  color: var(--blue);
  transform: translateX(3px);
}

.nav-menu-title {
  font-size: 0.82rem;
  font-weight: 900;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--blue);
  transform: translateY(-1px);
}

.nav-cta {
  min-width: 190px;
  min-height: 54px;
  justify-self: end;
  justify-content: center;
  align-items: center;
  padding: 0.84rem 1.28rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.12;
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(84, 189, 241, 0.22);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.nav-mobile-cta:hover,
.nav-mobile-cta:focus-visible {
  background: #7fd4ff;
  border-color: #7fd4ff;
  color: var(--navy);
  box-shadow: 0 18px 34px rgba(84, 189, 241, 0.3);
}

.nav-mobile-cta {
  justify-self: center;
  width: min(100%, 280px);
  min-height: 52px;
  font-size: 0.9rem;
  line-height: 1.12;
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
  color: var(--navy);
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  place-items: center;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-open span:nth-child(2) {
  opacity: 0;
}

.menu-open span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel {
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 31, 58, 0.08);
  transition: max-height 260ms ease;
}

.mobile-panel.open {
  max-height: 960px;
}

.mobile-links {
  display: grid;
  gap: 14px;
  padding: 18px 0 22px;
}

.mobile-dropdown-block {
  display: grid;
  gap: 10px;
}

.mobile-dropdown-label {
  display: inline-flex;
}

.mobile-dropdown-links {
  display: grid;
  gap: 8px;
  padding: 6px 0 4px 18px;
  border-left: 1px solid rgba(0, 31, 58, 0.16);
}

.mobile-dropdown-links a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(246, 244, 239, 0.98) 48%, rgba(229, 224, 216, 0.88) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 118px);
  color: var(--ink);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.54) 48%, rgba(251, 250, 247, 0.1) 100%),
    radial-gradient(circle at 78% 10%, rgba(84, 189, 241, 0.12), transparent 34%),
    linear-gradient(115deg, transparent 0 66%, rgba(255, 255, 255, 0.34) 66% 67%, transparent 67% 100%);
  background-repeat: no-repeat;
  background-size: cover, auto, cover;
  background-position: center, center, center;
  opacity: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 476px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 24px;
  align-items: center;
  padding-top: 24px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  padding: 18px 10px 32px 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -26px -46px -28px -28px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.97) 62%, rgba(251, 250, 247, 0) 100%);
}

.hero-copy .eyebrow {
  color: var(--brand-cyan);
}

.hero-title {
  max-width: 650px;
  margin-top: 18px;
  color: var(--navy);
  font-size: clamp(2.28rem, 3.55vw, 3.15rem);
}

.hero-title span {
  display: block;
  color: #0f5f8d;
  background: linear-gradient(92deg, #0b4f78 0%, #1f78a8 48%, #54bdf1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.hero-lede {
  max-width: 548px;
  margin-top: 24px;
  color: #21374a;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  gap: 24px;
  margin-top: 34px;
}

.hero-actions .btn {
  min-width: 252px;
  min-height: 64px;
  padding: 1rem 1.45rem;
  font-size: 0.92rem;
  line-height: 1.18;
  text-align: center;
  white-space: normal;
  box-shadow: 0 16px 34px rgba(0, 31, 58, 0.14);
}

.hero-actions .btn:not(.btn-outline) {
  border-color: #001f3a;
  background: linear-gradient(135deg, #001f3a 0%, #073a64 100%);
  color: var(--white);
}

.hero-actions .btn-outline {
  border-width: 1.5px;
  color: var(--navy);
  border-color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(0, 31, 58, 0.08),
    0 16px 34px rgba(0, 31, 58, 0.08);
}

.hero-actions .btn-outline:hover,
.hero-actions .btn-outline:focus-visible {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(0, 31, 58, 0.18);
}

.hero-visual {
  min-height: 476px;
  position: relative;
  overflow: visible;
  align-self: end;
  isolation: isolate;
  z-index: 1;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 20px -70px 0 -100px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.92) 0%, rgba(251, 250, 247, 0.22) 31%, rgba(251, 250, 247, 0.1) 72%, rgba(251, 250, 247, 0.82) 100%),
    radial-gradient(ellipse at 50% 48%, rgba(84, 189, 241, 0.12) 0%, rgba(84, 189, 241, 0.04) 42%, transparent 74%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: -120px;
  right: -110px;
  bottom: -1px;
  z-index: 3;
  height: 118px;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.8) 40%, rgba(251, 250, 247, 0) 100%);
}

.hero-reference-scene {
  position: absolute;
  right: -74px;
  bottom: 0;
  z-index: 2;
  width: min(704px, 138%);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 42px rgba(0, 20, 38, 0.1));
  animation: heroDoctorReveal 560ms ease 40ms both;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 89%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 89%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
}

.doctor-light {
  position: absolute;
  right: 86px;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  width: min(366px, 84%);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  translate: 0 0;
  transform: none;
  filter: drop-shadow(0 22px 38px rgba(0, 20, 38, 0.12));
  animation: heroDoctorReveal 560ms ease 40ms both;
}

.hero-sign {
  position: absolute;
  right: -26px;
  left: auto;
  top: 76px;
  z-index: 1;
  width: min(230px, 50%);
  opacity: 0.74;
  pointer-events: none;
  mix-blend-mode: multiply;
  filter: saturate(0.88);
}

@keyframes heroDoctorReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroHaloReveal {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.proof-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  padding: 18px 0 20px;
  background: transparent;
  border-top: 0;
}

.proof-strip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: rgba(245, 242, 237, 0.9);
  transform: translateX(-50%);
}

.proof-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 92px;
  padding: 12px 28px;
  color: var(--ink);
  text-align: left;
}

.proof-item::after {
  display: none;
}

.proof-item:last-child::after {
  display: none;
}

.proof-item svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--brand-cyan);
}

.proof-copy {
  display: grid;
  gap: 6px;
}

.proof-copy strong {
  color: var(--navy);
  font-size: clamp(0.94rem, 1.35vw, 1.12rem);
  font-weight: 950;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.proof-copy p {
  max-width: 830px;
  color: #365066;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.48;
}

.proof-carousel-viewport {
  min-width: 0;
  overflow: hidden;
  border-inline: 1px solid rgba(10, 78, 144, 0.18);
}

.proof-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.proof-slide {
  flex: 0 0 100%;
}

.proof-slide strong,
.proof-slide p {
  display: block;
}

.proof-carousel-btn,
.proof-carousel-dot {
  appearance: none;
  border: 0;
  padding: 0;
  font: inherit;
}

.proof-carousel-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(10, 78, 144, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 28px rgba(0, 31, 58, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.proof-carousel-btn:hover,
.proof-carousel-btn:focus-visible {
  transform: translateY(-2px);
  color: var(--white);
  border-color: rgba(84, 189, 241, 0.65);
  background: var(--brand-cyan);
}

.proof-carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}

.proof-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(10, 78, 144, 0.24);
  transition: width 180ms ease, background 180ms ease;
}

.proof-carousel-dot.is-active {
  width: 24px;
  background: var(--brand-cyan);
}

.home-main {
  background: var(--paper-soft);
}

.home-main > section {
  scroll-margin-top: 88px;
}

.reveal-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 720ms ease var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-item:not(.reveal-visible) {
  transition-delay: 0ms;
}

.clinic-summary-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
  background:
    radial-gradient(circle at 82% 18%, rgba(84, 189, 241, 0.28), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(10, 78, 144, 0.34), transparent 38%),
    linear-gradient(112deg, rgba(0, 20, 38, 0.98) 0%, rgba(0, 44, 76, 0.96) 54%, rgba(0, 31, 58, 0.98) 100%);
}

.clinic-summary-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.58) 20%, rgba(0, 0, 0, 0.35) 78%, transparent);
  opacity: 0.34;
}

.clinic-summary-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: center;
}

.clinic-summary-intro {
  max-width: 500px;
}

.clinic-summary-intro .eyebrow {
  color: var(--brand-cyan);
}

.clinic-summary-intro h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2rem, 3.25vw, 3.15rem);
  line-height: 1.04;
}

.clinic-summary-intro p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.62;
}

.clinic-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.clinic-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(10, 78, 144, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 253, 0.72)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(0, 12, 24, 0.24);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.clinic-summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-cyan), rgba(10, 78, 144, 0.45));
}

.clinic-summary-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84, 189, 241, 0.55);
  box-shadow: 0 32px 72px rgba(0, 12, 24, 0.3);
}

.clinic-summary-card span {
  color: var(--brand-cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4vw, 4rem);
  line-height: 0.9;
}

.clinic-summary-card h3 {
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.22;
}

.clinic-summary-card p {
  color: #4e6578;
  font-size: 0.86rem;
  line-height: 1.52;
}

.problem-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(84, 189, 241, 0.22), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(10, 78, 144, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(232, 246, 253, 0.96) 0%, rgba(246, 251, 254, 0.98) 52%, rgba(223, 243, 252, 0.92) 100%);
  padding: 76px 0 84px;
  border-top: 1px solid rgba(84, 189, 241, 0.18);
  color: var(--navy);
}

.problem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 78, 144, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 78, 144, 0.04) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 78%);
  opacity: 0.5;
}

.problem-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.72), transparent);
}

.problem-shell {
  position: relative;
  z-index: 1;
}

.problem-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.problem-copy {
  max-width: 920px;
}

.problem-copy .eyebrow {
  color: var(--brand-cyan);
}

.problem-copy h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.problem-copy h2 span {
  display: block;
  color: #0f5f8d;
  background: linear-gradient(92deg, #0b4f78 0%, #1f78a8 48%, #54bdf1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.problem-lede {
  max-width: 820px;
  margin-top: 22px;
  color: #365066;
  font-size: 1.02rem;
}

.pain-signal {
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pain-card .pain-signal {
  color: var(--brand-cyan);
}

.section-heading {
  max-width: 670px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading.dark {
  color: var(--white);
}

.section-heading h2 {
  margin-top: 8px;
  color: var(--navy);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.section-heading.dark h2 {
  color: var(--white);
}

.heading-copy {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.pain-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(84, 189, 241, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(224, 245, 255, 0.92)),
    #f6fbfe;
  box-shadow:
    0 22px 55px rgba(0, 20, 38, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #54bdf1, #0a4e90);
}

.pain-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 78, 144, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 78, 144, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
  pointer-events: none;
}

.pain-card:hover {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.66);
  background:
    linear-gradient(145deg, #ffffff, rgba(214, 242, 255, 0.96)),
    #f6fbfe;
  box-shadow:
    0 30px 75px rgba(0, 20, 38, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.pain-card-body {
  position: relative;
  z-index: 1;
}

.pain-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  margin: 0;
  border: 1px solid rgba(84, 189, 241, 0.28);
  background: #dceef7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(10, 78, 144, 0.12);
}

.pain-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 20, 38, 0.2) 100%),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 44%);
  pointer-events: none;
}

.pain-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 240ms ease, filter 240ms ease;
}

.pain-card:hover .pain-photo img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.02);
}

.pain-graphic {
  position: relative;
  z-index: 1;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.28);
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 189, 241, 0.26), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(232, 247, 255, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 30px rgba(10, 78, 144, 0.1);
}

.pain-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 78, 144, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 78, 144, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.58;
}

.pain-graphic strong {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.graphic-lab-bars {
  position: absolute;
  left: 16px;
  right: 18px;
  bottom: 38px;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 10px;
  height: 62px;
}

.graphic-lab-bars span {
  flex: 1;
  height: var(--level);
  min-height: 18px;
  background: linear-gradient(180deg, #54bdf1, #0a4e90);
  box-shadow: 0 10px 18px rgba(10, 78, 144, 0.18);
}

.graphic-normal-range {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 32px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.graphic-normal-range span {
  height: 1px;
  background: rgba(10, 78, 144, 0.34);
}

.graphic-normal-range i {
  width: 11px;
  height: 11px;
  border: 2px solid var(--brand-cyan);
  background: var(--white);
  transform: rotate(45deg);
}

.graphic-timeline {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 42px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.graphic-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(10, 78, 144, 0.22), var(--brand-cyan));
  transform: translateY(-50%);
}

.graphic-timeline span {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(10, 78, 144, 0.28);
  background: var(--white);
}

.graphic-timeline span:last-child {
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 8px rgba(84, 189, 241, 0.15);
}

.graphic-alert-pulse {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(84, 189, 241, 0.44);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 0 0 10px rgba(84, 189, 241, 0.11);
}

.graphic-connector {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(10, 78, 144, 0.1), rgba(84, 189, 241, 0.72));
  transform-origin: left center;
}

.connector-one {
  left: 50px;
  top: 46px;
  width: 120px;
  transform: rotate(12deg);
}

.connector-two {
  left: 66px;
  top: 72px;
  width: 112px;
  transform: rotate(-16deg);
}

.graphic-data-node {
  position: absolute;
  z-index: 2;
  min-width: 70px;
  padding: 7px 9px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(84, 189, 241, 0.34);
  font-size: 0.64rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 20px rgba(10, 78, 144, 0.1);
}

.node-1 {
  left: 14px;
  top: 18px;
}

.node-2 {
  right: 14px;
  top: 28px;
}

.node-3 {
  left: 28px;
  bottom: 18px;
}

.node-4 {
  right: 20px;
  bottom: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--brand-cyan));
}

.graphic-access-orbit {
  position: absolute;
  inset: 16px 32px 20px;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 78, 144, 0.2);
  border-radius: 999px;
}

.graphic-access-orbit::before,
.graphic-access-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(84, 189, 241, 0.28);
  border-radius: inherit;
}

.graphic-access-orbit::before {
  inset: 13px 28px;
}

.graphic-access-orbit::after {
  inset: 28px 52px;
}

.graphic-access-orbit span {
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(0, 31, 58, 0.18);
}

.graphic-access-orbit i {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--brand-cyan);
  border: 2px solid var(--white);
  border-radius: 999px;
}

.graphic-access-orbit i:nth-of-type(1) {
  left: 18px;
  top: 30px;
}

.graphic-access-orbit i:nth-of-type(2) {
  right: 24px;
  top: 18px;
}

.graphic-access-orbit i:nth-of-type(3) {
  right: 54px;
  bottom: 12px;
}

.graphic-adjust-loop {
  position: absolute;
  left: 22px;
  top: 18px;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(84, 189, 241, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 10px rgba(84, 189, 241, 0.1);
}

.graphic-adjust-steps {
  position: absolute;
  right: 14px;
  top: 22px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 8px;
}

.graphic-adjust-steps span {
  min-width: 72px;
  padding: 6px 9px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 78, 144, 0.12);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.graphic-outcome-gauge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    conic-gradient(from -90deg, var(--brand-cyan) 0 72%, rgba(10, 78, 144, 0.14) 72% 100%);
  box-shadow: 0 14px 28px rgba(10, 78, 144, 0.14);
}

.graphic-outcome-gauge span {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.graphic-outcome-bars {
  position: absolute;
  right: 18px;
  top: 24px;
  bottom: 28px;
  z-index: 2;
  width: 78px;
  display: grid;
  gap: 8px;
}

.graphic-outcome-bars span {
  position: relative;
  overflow: hidden;
  background: rgba(10, 78, 144, 0.1);
}

.graphic-outcome-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--level);
  background: linear-gradient(90deg, var(--blue), var(--brand-cyan));
}

.pain-card h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.22;
}

.pain-card p {
  margin-top: 10px;
  color: #35526a;
  font-size: 0.88rem;
  line-height: 1.48;
}

.performance-health-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 86px;
  background:
    radial-gradient(circle at 86% 8%, rgba(84, 189, 241, 0.24), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(10, 78, 144, 0.28), transparent 38%),
    linear-gradient(135deg, #001426 0%, #002d4c 52%, #001f3a 100%);
}

.performance-health-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.32;
}

.performance-health-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.performance-health-intro {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 42px 36px;
  text-align: center;
  border: 1px solid rgba(84, 189, 241, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 254, 0.9)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.14), transparent 54%);
  box-shadow: 0 28px 68px rgba(0, 12, 24, 0.28);
}

.performance-health-intro::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.2);
  pointer-events: none;
}

.performance-health-intro h2 {
  position: relative;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.performance-health-intro p:not(.eyebrow) {
  position: relative;
  max-width: 760px;
  margin: 18px auto 0;
  color: #2f465a;
  font-size: 0.96rem;
}

.performance-health-step-note {
  color: var(--brand-blue);
  font-size: 1.02rem;
  font-weight: 900;
}

.performance-health-intro strong {
  color: var(--navy);
  font-weight: 950;
}

.performance-health-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.performance-health-actions .btn {
  min-width: 188px;
}

.performance-health-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0 0;
}

.performance-health-timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-cyan), rgba(10, 78, 144, 0.22));
}

.performance-health-timeline-item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  align-items: stretch;
}

.performance-health-timeline-marker {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.performance-health-timeline-marker span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.44);
  border-radius: 999px;
  background: linear-gradient(145deg, #00172b 0%, #003f6f 100%);
  box-shadow: 0 16px 36px rgba(0, 31, 58, 0.2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.performance-health-timeline-card {
  overflow: hidden;
  border: 1px solid rgba(10, 78, 144, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(0, 31, 58, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.performance-health-timeline-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84, 189, 241, 0.54);
  box-shadow: 0 30px 70px rgba(0, 31, 58, 0.18);
}

.performance-health-timeline-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(84, 189, 241, 0.24), transparent 34%),
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
}

.performance-health-timeline-top span {
  color: var(--brand-cyan);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.performance-health-timeline-top strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  font-weight: 400;
  line-height: 1.05;
}

.performance-health-timeline-top svg {
  color: var(--brand-cyan);
}

.performance-health-timeline-body {
  display: grid;
  gap: 12px;
  padding: 22px 24px 24px;
}

.performance-health-timeline-body p {
  color: #496073;
  font-size: 0.9rem;
}

.performance-health-timeline-body .performance-health-timeline-meta {
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 189, 241, 0.18), transparent 32%),
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(246, 251, 254, 0.98) 56%, rgba(231, 246, 253, 0.92) 100%);
}

.home-testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 78, 144, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 78, 144, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.48;
}

.home-testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: center;
}

.home-testimonial-intro {
  max-width: 500px;
}

.home-testimonial-intro .eyebrow {
  color: var(--brand-cyan);
}

.home-testimonial-intro h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3.25vw, 3.15rem);
}

.home-testimonial-intro p:not(.eyebrow) {
  margin-top: 18px;
  color: #365066;
  font-size: 1rem;
  line-height: 1.62;
}

.home-testimonial-intro .btn {
  margin-top: 26px;
}

.home-testimonial-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(84, 189, 241, 0.2), transparent 36%),
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.18);
}

.home-testimonial-viewport {
  overflow: hidden;
}

.home-testimonial-track {
  display: flex;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-testimonial-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  color: var(--white);
}

.home-testimonial-photo {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 330px;
  margin: 0;
  border: 1px solid rgba(84, 189, 241, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 52px rgba(0, 12, 24, 0.24);
}

.home-testimonial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 20, 38, 0.76) 100%),
    radial-gradient(circle at 80% 12%, rgba(84, 189, 241, 0.16), transparent 38%);
  pointer-events: none;
}

.home-testimonial-photo img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.02);
}

.home-testimonial-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-testimonial-content {
  position: relative;
  z-index: 1;
}

.home-testimonial-mark {
  position: absolute;
  top: -18px;
  right: 0;
  color: rgba(84, 189, 241, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 0.72;
}

.home-testimonial-content blockquote {
  position: relative;
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.home-testimonial-content > p {
  max-width: 610px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 26px;
}

.home-testimonial-meta strong {
  color: var(--brand-cyan);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-testimonial-meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.home-testimonial-content a {
  width: fit-content;
  margin-top: 24px;
  color: var(--white);
  border-bottom: 1px solid rgba(84, 189, 241, 0.8);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-testimonial-content a:hover,
.home-testimonial-content a:focus-visible {
  color: var(--brand-cyan);
}

.home-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px 28px;
}

.home-testimonial-btn,
.home-testimonial-dot {
  appearance: none;
  border: 0;
  padding: 0;
  font: inherit;
}

.home-testimonial-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.home-testimonial-btn:hover,
.home-testimonial-btn:focus-visible {
  transform: translateY(-2px);
  color: var(--navy);
  background: var(--brand-cyan);
}

.home-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-testimonial-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: width 180ms ease, background 180ms ease;
}

.home-testimonial-dot.is-active {
  width: 24px;
  background: var(--brand-cyan);
}

.process-section,
.footer-section {
  background: linear-gradient(135deg, #001426 0%, #002b49 48%, #001426 100%);
  color: var(--white);
}

.process-section {
  position: relative;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 9% 6%, rgba(84, 189, 241, 0.16), transparent 34%);
  background-size: 112px 112px, 112px 112px, auto;
  opacity: 0.48;
}

.process-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.62), transparent);
}

.section-heading.dark .eyebrow {
  color: #54bdf1;
}

.section-heading.dark .heading-copy {
  color: rgba(255, 255, 255, 0.72);
}

.model-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.97) 52%, rgba(232, 226, 217, 0.72) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
  color: var(--ink);
}

.model-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 11% 0%, rgba(32, 95, 157, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 38%);
}

.model-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.model-grid {
  position: relative;
  z-index: 1;
  padding: 74px 0 80px;
}

.model-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.model-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--blue);
}

.model-intro h2 {
  position: relative;
  max-width: 780px;
  color: var(--navy);
  font-size: clamp(2.05rem, 3.5vw, 3.2rem);
  line-height: 1.04;
}

.model-title-accent {
  color: #54bdf1;
}

.model-intro p:not(.eyebrow) {
  position: relative;
  max-width: 440px;
  justify-self: end;
  padding: 22px 24px 22px 28px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.13);
  border-left: 3px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.16), transparent 46%);
  box-shadow: 0 22px 48px rgba(0, 31, 58, 0.1);
  font-size: 1.04rem;
  font-weight: 850;
  line-height: 1.42;
  text-wrap: balance;
}

.model-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.model-card,
.process-step,
.platform-feature {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.model-card::before,
.process-step::before,
.platform-feature::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.86), transparent);
}

.model-card:hover,
.process-step:hover,
.platform-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(84, 189, 241, 0.54);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.model-card {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  overflow: hidden;
  border-color: rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.18);
}

.model-card:hover {
  border-color: rgba(84, 189, 241, 0.6);
  background: linear-gradient(145deg, #001f3a 0%, #004372 100%);
  box-shadow: 0 28px 62px rgba(0, 31, 58, 0.28);
}

.model-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.system-signal {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 9px;
  color: #7fd4ff;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 1px solid rgba(127, 212, 255, 0.26);
  background: linear-gradient(90deg, rgba(84, 189, 241, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.gold-circle {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #7fd4ff;
  border: 1px solid rgba(127, 212, 255, 0.56);
  border-radius: 999px;
  background: rgba(0, 31, 58, 0.24);
}

.model-card h3 {
  color: var(--white);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1.24;
  text-wrap: balance;
}

.model-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.model-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #e7f6ff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.model-card-link::after {
  content: "→";
  color: #7fd4ff;
  font-size: 0.9rem;
}

.model-card-link:hover,
.model-card-link:focus-visible {
  color: #7fd4ff;
  transform: translateX(3px);
}

.service-map-shell {
  position: relative;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(0, 31, 58, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(229, 246, 255, 0.78)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), rgba(255, 255, 255, 0));
  box-shadow: 0 26px 64px rgba(0, 31, 58, 0.12);
}

.service-map-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(84, 189, 241, 0.18);
  pointer-events: none;
}

.service-map-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.52fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.service-map-heading .eyebrow {
  grid-column: 1 / -1;
  color: var(--brand-cyan);
}

.service-map-heading h3 {
  color: var(--navy);
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  line-height: 1.04;
}

.service-map-heading p:not(.eyebrow) {
  color: #3f5b70;
  font-size: 0.92rem;
}

.service-map-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(260px, 0.42fr);
  gap: 26px;
  align-items: stretch;
}

.service-map-orbit {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  justify-self: center;
  width: 100%;
  max-width: 760px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  background:
    radial-gradient(circle at 50% 47%, rgba(84, 189, 241, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(10, 78, 144, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 78, 144, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 255, 0.92));
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.service-map-orbit::before,
.service-map-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(84, 189, 241, 0.22);
  border-radius: 999px;
  pointer-events: none;
}

.service-map-orbit::before {
  width: 72%;
  height: 72%;
}

.service-map-orbit::after {
  width: 48%;
  height: 48%;
  border-style: dashed;
}

.service-map-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
}

.ring-one {
  width: 28%;
  height: 28%;
  background: radial-gradient(circle, rgba(84, 189, 241, 0.16), rgba(84, 189, 241, 0));
}

.ring-two {
  width: 86%;
  height: 86%;
  background: conic-gradient(from 110deg, transparent 0 14%, rgba(84, 189, 241, 0.14) 14% 18%, transparent 18% 42%, rgba(0, 31, 58, 0.12) 42% 47%, transparent 47% 100%);
  opacity: 0.82;
}

.service-map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 260px;
  min-height: 218px;
  transform: translate(-50%, -50%);
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 31, 58, 0.28)),
    linear-gradient(145deg, rgba(221, 243, 255, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow: 0 30px 70px rgba(0, 31, 58, 0.22);
}

.service-map-photo {
  position: absolute;
  inset: 0;
}

.service-map-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 31, 58, 0.72) 100%);
}

.service-map-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-map-core-copy {
  position: relative;
  z-index: 1;
  padding: 18px;
  color: var(--white);
}

.service-map-core-copy span {
  display: block;
  color: #7fd4ff;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-map-core-copy strong {
  display: block;
  margin-top: 5px;
  font-size: 0.96rem;
  line-height: 1.15;
}

.service-map-node {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  z-index: 3;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(0, 31, 58, 0.14);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-map-node:hover,
.service-map-node:focus-visible,
.service-map-node.is-active {
  transform: translate(-50%, -50%) translateY(-3px);
  border-color: rgba(84, 189, 241, 0.7);
  background: linear-gradient(135deg, #001f3a, #064675);
  color: var(--white);
  box-shadow: 0 24px 56px rgba(0, 31, 58, 0.28);
}

.service-map-node-icon {
  width: 22px;
  height: 22px;
  color: var(--brand-cyan);
  flex: 0 0 auto;
}

.service-map-node span {
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-map-detail {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 28px;
  border: 1px solid rgba(84, 189, 241, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 189, 241, 0.16), transparent 36%),
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.22);
}

.service-map-detail h3 {
  margin-top: 26px;
  color: var(--white);
  font-size: 1.34rem;
  font-weight: 950;
  line-height: 1.14;
}

.service-map-detail p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.service-map-detail .model-card-link {
  margin-top: auto;
}

.process-section {
  padding: 72px 0 78px;
}

.process-section .section-heading {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.process-section .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  line-height: 1.04;
}

.process-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.process-step {
  min-height: 270px;
  padding: 24px 18px 22px;
  text-align: left;
}

.process-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #7fd4ff;
}

.process-step-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 0 9px;
  color: #7fd4ff;
  border: 1px solid rgba(127, 212, 255, 0.24);
  background: rgba(127, 212, 255, 0.08);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.process-step h3 {
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-step h4 {
  margin-top: 12px;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.22;
}

.process-step p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.arrow {
  position: absolute;
  top: 25px;
  right: 16px;
  color: rgba(84, 189, 241, 0.88);
  font-size: 1.15rem;
}

.platform-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
  color: var(--ink);
}

.platform-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(32, 95, 157, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 42%);
}

.platform-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.platform-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.88fr) minmax(280px, 0.92fr) minmax(0, 1.68fr);
  gap: 24px;
  align-items: center;
  padding: 76px 0 82px;
}

.platform-intel-graphic {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(330px, 100%);
  min-height: 382px;
  display: grid;
  align-content: space-between;
  gap: 15px;
  overflow: hidden;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.16);
  background:
    radial-gradient(circle at 78% 14%, rgba(127, 212, 255, 0.24), transparent 28%),
    radial-gradient(circle at 10% 86%, rgba(84, 189, 241, 0.18), transparent 30%),
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 30px 70px rgba(0, 31, 58, 0.24);
}

.platform-intel-graphic::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.28);
  pointer-events: none;
}

.platform-intel-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.38;
}

.intel-grid-glow {
  position: absolute;
  inset: auto -20% -22% 18%;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 212, 255, 0.18), transparent 62%);
  pointer-events: none;
}

.intel-header,
.intel-score-row,
.intel-signal-bars,
.intel-metric-list,
.intel-footer {
  position: relative;
  z-index: 1;
}

.intel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.intel-header strong {
  color: #7fd4ff;
  font-size: 0.62rem;
}

.intel-score-row {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
}

.intel-score-ring {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #001f3a 0 54%, transparent 55%),
    conic-gradient(#7fd4ff 0 82%, rgba(255, 255, 255, 0.14) 82% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(127, 212, 255, 0.24),
    0 18px 35px rgba(0, 0, 0, 0.18);
}

.intel-score-ring strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 0.9;
}

.intel-score-ring span {
  margin-top: -22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intel-status span {
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 900;
}

.intel-status p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  line-height: 1.35;
}

.intel-signal-bars {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  gap: 6px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.intel-signal-bars span {
  min-height: 16px;
  height: var(--bar-height);
  background: linear-gradient(180deg, #7fd4ff 0%, rgba(127, 212, 255, 0.24) 100%);
  box-shadow: 0 0 16px rgba(127, 212, 255, 0.22);
}

.intel-metric-list {
  display: grid;
  gap: 9px;
}

.intel-metric-row {
  display: grid;
  grid-template-columns: 0.82fr 0.7fr;
  gap: 8px 12px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.07);
}

.intel-metric-row span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
}

.intel-metric-row strong {
  justify-self: end;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
}

.intel-metric-row i {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.intel-metric-row i::before {
  content: "";
  display: block;
  width: var(--metric-level);
  height: 100%;
  background: linear-gradient(90deg, #7fd4ff, #7fd4ff);
}

.intel-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intel-footer span {
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(127, 212, 255, 0.18);
  background: rgba(0, 31, 58, 0.34);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.platform-copy {
  position: relative;
  min-height: 304px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 52%);
  box-shadow: 0 22px 52px rgba(0, 31, 58, 0.1);
}

.platform-copy::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.platform-copy .eyebrow {
  color: var(--blue);
}

.platform-copy h2 {
  position: relative;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(1.9rem, 3.1vw, 2.85rem);
  line-height: 1.04;
}

.platform-copy p:not(.eyebrow) {
  position: relative;
  margin-top: 18px;
  color: #293f53;
  font-size: 0.92rem;
}

.platform-copy a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.platform-copy a:hover,
.platform-copy a:focus-visible {
  color: var(--navy);
  transform: translateX(3px);
}

.platform-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.platform-feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  min-height: 158px;
  padding: 22px;
  color: #7fd4ff;
  border-color: rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 22px 50px rgba(0, 31, 58, 0.18);
}

.platform-feature:hover,
.platform-feature:focus-visible {
  border-color: rgba(84, 189, 241, 0.6);
  background: linear-gradient(145deg, #001f3a 0%, #004372 100%);
  box-shadow: 0 30px 64px rgba(0, 31, 58, 0.28);
}

.platform-feature h3 {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 900;
}

.platform-feature p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.about-page-main {
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    var(--paper-soft);
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 4%, rgba(32, 95, 157, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 44%);
}

.about-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.about-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 250px 330px;
  gap: 34px;
  align-items: center;
  min-height: 460px;
  padding: 72px 0 64px;
}

.about-page-compact-hero .about-page-hero-grid {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  min-height: 0;
  padding: 58px 0 42px;
  text-align: center;
}

.about-page-compact-hero .about-page-copy {
  justify-self: center;
}

.about-page-compact-hero .about-page-copy h1,
.about-page-compact-hero .about-page-deck {
  margin-left: auto;
  margin-right: auto;
}

.about-page-compact-hero .about-page-actions {
  justify-content: center;
}

.about-page-copy h1 {
  max-width: 740px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.3rem, 4.2vw, 4rem);
}

.about-page-deck {
  max-width: 650px;
  margin-top: 22px;
  color: #23384c;
  font-size: 1.02rem;
}

.about-page-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.about-stat-card {
  min-height: 230px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 26px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 22px 50px rgba(0, 31, 58, 0.18);
}

.about-stat-card span {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.about-stat-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
}

.about-stat-line {
  width: 54px;
  height: 2px;
  background: var(--gold);
}

.about-portrait-card {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  padding: 12px;
  border: 1px solid rgba(0, 31, 58, 0.16);
  background:
    linear-gradient(145deg, rgba(0, 31, 58, 0.96), rgba(0, 54, 95, 0.94)),
    var(--navy);
  box-shadow: 0 26px 58px rgba(0, 31, 58, 0.22);
}

.about-portrait-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(84, 189, 241, 0.26);
  pointer-events: none;
}

.about-portrait-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02);
}

.about-portrait-caption {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 12px 10px 2px;
}

.about-portrait-caption span {
  color: #54bdf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.about-portrait-caption p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-highlight-panel {
  position: relative;
  padding: 25px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 52%);
  border: 1px solid rgba(0, 31, 58, 0.12);
  box-shadow: 0 22px 52px rgba(0, 31, 58, 0.1);
}

.about-highlight-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.about-kicker {
  position: relative;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.about-highlight-list {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.about-highlight-list span {
  padding: 11px 13px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  border-left: 2px solid var(--gold);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 12px 28px rgba(0, 31, 58, 0.12);
}

.about-content-section {
  padding: 58px 0 64px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.04) 0 1px, transparent 1px 118px);
}

.about-content-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 38px;
  align-items: start;
}

.about-content-intro {
  position: sticky;
  top: 96px;
  padding: 28px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 52%);
  box-shadow: 0 22px 52px rgba(0, 31, 58, 0.1);
}

.about-content-intro::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.about-content-intro h2 {
  position: relative;
  margin-top: 9px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.about-content-intro p:not(.eyebrow) {
  position: relative;
  margin-top: 17px;
  color: #293f53;
  font-size: 0.94rem;
}

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

.about-info-card {
  min-height: 238px;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  border: 1px solid rgba(0, 31, 58, 0.16);
  box-shadow: 0 22px 50px rgba(0, 31, 58, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84, 189, 241, 0.6);
  background: linear-gradient(145deg, #001f3a 0%, #004372 100%);
  box-shadow: 0 30px 64px rgba(0, 31, 58, 0.28);
}

.about-info-card.has-card-photo {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(150deg, #00192f 0%, #00345a 58%, #004876 100%);
}

.about-card-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #061d31;
  border-bottom: 1px solid rgba(127, 212, 255, 0.22);
}

.about-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 42%, rgba(0, 20, 38, 0.68) 100%),
    radial-gradient(circle at 18% 18%, rgba(127, 212, 255, 0.22), transparent 34%);
  pointer-events: none;
}

.about-card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.05);
  transform: scale(1.01);
  transition: transform 220ms ease, filter 220ms ease;
}

.about-info-card.has-card-photo:hover .about-card-photo img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.055);
}

.about-info-card.has-card-photo .about-card-meta {
  margin: 22px 24px 0;
}

.about-info-card.has-card-photo h3 {
  margin: 10px 24px 0;
}

.about-info-card.has-card-photo p:last-child {
  margin: 14px 24px 26px;
}

.programs-page-main {
  overflow: hidden;
  background: #f6fbfe;
}

.programs-page-main section {
  scroll-margin-top: 94px;
}

.programs-hero-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 76px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 250, 253, 0.96) 52%, rgba(231, 244, 251, 0.9) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 116px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
}

.programs-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 16%, rgba(84, 189, 241, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 48%);
}

.programs-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1fr);
  gap: 58px;
  align-items: center;
}

.programs-hero-copy h1 {
  max-width: 720px;
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(2.6rem, 5.1vw, 5.25rem);
}

.programs-hero-copy .eyebrow {
  color: var(--brand-cyan);
}

.programs-hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 24px;
  color: #263c50;
  font-size: 1.04rem;
}

.programs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.programs-hero-actions .btn {
  min-width: 210px;
  min-height: 54px;
}

.programs-hero-photo {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 30px;
  background: #e9f5fb;
  box-shadow: 0 34px 74px rgba(0, 31, 58, 0.18);
}

.programs-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 44%, rgba(0, 20, 38, 0.16) 100%),
    linear-gradient(90deg, rgba(246, 251, 254, 0.18), transparent 32%);
}

.programs-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  filter: saturate(0.98) contrast(1.03);
}

.programs-core-section,
.programs-treat-section,
.programs-directory-section,
.programs-cta-section {
  padding: 76px 0;
}

.programs-core-section {
  background: var(--white);
}

.programs-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.programs-section-heading .eyebrow {
  color: var(--brand-cyan);
}

.programs-section-heading h2,
.programs-directory-intro h2,
.programs-directory-panel h2,
.programs-cta-card h2 {
  margin-top: 10px;
  color: var(--navy);
}

.programs-section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.programs-section-heading p:not(.eyebrow),
.programs-directory-intro > p,
.programs-directory-panel > p,
.programs-cta-card > p:not(.eyebrow) {
  color: #40576a;
  font-size: 0.98rem;
}

.programs-section-heading p:not(.eyebrow) {
  margin-top: 16px;
}

.programs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.program-card {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 26px;
  background: #f8fcff;
  box-shadow: 0 18px 48px rgba(0, 31, 58, 0.08);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.program-card:hover {
  transform: translateY(-6px);
  border-color: rgba(84, 189, 241, 0.5);
  box-shadow: 0 28px 66px rgba(0, 31, 58, 0.14);
}

.program-card figure {
  margin: 0;
  aspect-ratio: 1.16 / 1;
  overflow: hidden;
  background: #e8f5fb;
}

.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.program-card:hover img {
  transform: scale(1.055);
}

.program-card-body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.program-card h3 {
  color: var(--navy);
  font-size: 1.55rem;
}

.program-card p {
  color: #40576a;
  font-size: 0.9rem;
}

.program-card p strong {
  color: var(--navy);
  font-weight: 950;
}

.programs-treat-section {
  background:
    linear-gradient(112deg, rgba(246, 251, 254, 1) 0%, rgba(239, 248, 253, 0.98) 48%, rgba(251, 250, 247, 1) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 116px);
}

.programs-directory-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  gap: 40px;
  align-items: end;
}

.programs-directory-intro h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
}

.programs-directory-intro > p {
  max-width: 470px;
  justify-self: end;
}

.programs-condition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.program-condition-pill {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(0, 31, 58, 0.06);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.program-condition-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(84, 189, 241, 0.45);
  background: var(--white);
}

.program-condition-pill svg {
  flex: 0 0 auto;
  color: var(--brand-cyan);
}

.program-condition-pill span {
  font-size: 0.84rem;
  font-weight: 850;
}

.programs-directory-section {
  background: var(--white);
}

.programs-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.programs-directory-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.programs-diagnostics-section {
  padding-top: 0;
}

.programs-directory-panel {
  padding: 34px;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.94));
  box-shadow: 0 22px 58px rgba(0, 31, 58, 0.08);
}

.programs-directory-panel-centered {
  text-align: center;
}

.programs-directory-panel-centered .eyebrow {
  color: var(--brand-cyan);
}

.programs-directory-panel-centered > p:not(.eyebrow) {
  max-width: 880px;
  margin-inline: auto;
}

.programs-directory-panel-centered .programs-list-grid {
  text-align: left;
}

.programs-directory-panel-dark {
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  border-color: rgba(84, 189, 241, 0.26);
}

.programs-directory-panel-dark .eyebrow {
  color: var(--brand-cyan);
}

.programs-directory-panel h2 {
  font-size: clamp(1.85rem, 3vw, 2.75rem);
}

.programs-directory-panel p:not(.eyebrow) {
  margin-top: 14px;
}

.programs-directory-panel-dark h2,
.programs-directory-panel-dark p:not(.eyebrow) {
  color: var(--white);
}

.programs-directory-panel-dark p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.programs-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.programs-list-grid span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 850;
  border: 1px solid rgba(0, 31, 58, 0.08);
  border-radius: 14px;
  background: rgba(246, 251, 254, 0.96);
}

.programs-directory-panel-dark .programs-list-grid span {
  color: var(--white);
  border-color: rgba(127, 212, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.programs-cta-section {
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.92) 100%);
}

.programs-cta-card {
  max-width: 980px;
  padding: 44px;
  text-align: center;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.1);
}

.programs-cta-card h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

.programs-cta-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px auto 0;
}

.programs-cta-card .btn {
  margin-top: 28px;
  min-width: 230px;
}

.aesthetics-page-main {
  overflow: hidden;
  background: var(--paper-soft);
}

.aesthetics-page-main section {
  scroll-margin-top: 94px;
}

.aesthetic-hero-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 74px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(247, 251, 253, 0.98) 48%, rgba(235, 247, 253, 0.94) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.032) 0 1px, transparent 1px 116px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
}

.aesthetic-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 16%, rgba(84, 189, 241, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 52%);
}

.aesthetic-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(390px, 1fr);
  gap: 58px;
  align-items: center;
}

.aesthetic-hero-copy h1 {
  max-width: 760px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.55rem, 4.9vw, 5rem);
}

.aesthetic-hero-copy p:not(.eyebrow) {
  max-width: 630px;
  margin-top: 22px;
  color: #263c50;
  font-size: 1.04rem;
}

.aesthetic-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.aesthetic-hero-actions .btn {
  min-width: 210px;
  min-height: 54px;
}

.aesthetic-hero-visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 32px;
  background: #e9f5fb;
  box-shadow: 0 34px 74px rgba(0, 31, 58, 0.17);
}

.aesthetic-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.aesthetic-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 38%, rgba(0, 20, 38, 0.42) 100%),
    radial-gradient(circle at 22% 18%, rgba(84, 189, 241, 0.22), transparent 32%);
}

.aesthetic-hero-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.34);
  border-radius: 20px;
  background: rgba(0, 31, 58, 0.76);
  backdrop-filter: blur(12px);
}

.aesthetic-hero-card span {
  color: #7fd4ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aesthetic-hero-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.aesthetic-hero-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.aesthetic-service-jump-section {
  padding: 46px 0;
  background: var(--white);
}

.aesthetic-jump-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
}

.aesthetic-jump-copy h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.aesthetic-jump-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 14px;
  color: #40576a;
  font-size: 0.96rem;
}

.aesthetic-service-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aesthetic-service-menu a {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.94));
  box-shadow: 0 14px 34px rgba(0, 31, 58, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aesthetic-service-menu a:hover,
.aesthetic-service-menu a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(84, 189, 241, 0.48);
  background: var(--white);
  box-shadow: 0 22px 46px rgba(0, 31, 58, 0.11);
}

.aesthetic-service-menu svg {
  flex: 0 0 auto;
  color: var(--brand-cyan);
}

.aesthetic-services-section,
.aesthetic-tech-section,
.aesthetic-testimonial-section,
.aesthetic-process-section,
.aesthetic-cta-section {
  padding: 78px 0;
}

.aesthetic-services-section {
  background:
    linear-gradient(112deg, rgba(246, 251, 254, 1) 0%, rgba(239, 248, 253, 0.98) 48%, rgba(251, 250, 247, 1) 100%);
}

.aesthetic-section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.aesthetic-section-head h2,
.aesthetic-tech-intro h2,
.aesthetic-cta-card h2 {
  margin-top: 10px;
  color: var(--navy);
}

.aesthetic-section-head h2,
.aesthetic-tech-intro h2,
.aesthetic-cta-card h2 {
  font-size: clamp(2rem, 3.9vw, 3.75rem);
}

.aesthetic-section-head p:not(.eyebrow),
.aesthetic-tech-intro p:not(.eyebrow),
.aesthetic-cta-card p:not(.eyebrow) {
  color: #40576a;
  font-size: 0.98rem;
}

.aesthetic-section-head p:not(.eyebrow),
.aesthetic-tech-intro p:not(.eyebrow),
.aesthetic-cta-card p:not(.eyebrow) {
  margin-top: 15px;
}

.aesthetic-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.aesthetic-service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 31, 58, 0.11);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(0, 31, 58, 0.08);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.aesthetic-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(84, 189, 241, 0.5);
  box-shadow: 0 30px 70px rgba(0, 31, 58, 0.14);
}

.aesthetic-service-card figure {
  margin: 0;
  aspect-ratio: 1.08 / 0.86;
  overflow: hidden;
  background: #e9f5fb;
}

.aesthetic-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.aesthetic-service-card:hover img {
  transform: scale(1.045);
}

.aesthetic-service-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.aesthetic-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.aesthetic-card-topline span {
  color: var(--brand-cyan);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aesthetic-card-topline svg {
  flex: 0 0 auto;
  color: var(--brand-cyan);
}

.aesthetic-service-card h3 {
  color: var(--navy);
  font-size: 1.35rem;
}

.aesthetic-service-card p,
.aesthetic-service-card li {
  color: #40576a;
  font-size: 0.88rem;
}

.aesthetic-service-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.aesthetic-service-card li {
  position: relative;
  padding-left: 18px;
}

.aesthetic-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand-cyan);
  box-shadow: 0 0 0 4px rgba(84, 189, 241, 0.12);
}

.aesthetic-tech-section {
  background: var(--white);
}

.aesthetic-testimonial-section {
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 1) 0%, rgba(251, 250, 247, 0.98) 54%, rgba(238, 248, 253, 0.9) 100%);
}

.aesthetic-testimonial-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.96));
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.1);
}

.aesthetic-testimonial-photo {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e9f5fb;
}

.aesthetic-testimonial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 31, 58, 0) 44%, rgba(0, 31, 58, 0.58) 100%),
    radial-gradient(circle at 18% 14%, rgba(84, 189, 241, 0.2), transparent 35%);
  pointer-events: none;
}

.aesthetic-testimonial-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.aesthetic-testimonial-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aesthetic-testimonial-content {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px 28px 28px 0;
}

.aesthetic-testimonial-content h2 {
  max-width: 650px;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3.65rem);
}

.aesthetic-testimonial-content blockquote {
  position: relative;
  margin: 8px 0 0;
  padding-left: 24px;
  color: #17344d;
  border-left: 3px solid var(--brand-cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.15vw, 2rem);
  line-height: 1.22;
}

.aesthetic-testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: var(--navy);
}

.aesthetic-testimonial-meta strong {
  font-size: 0.92rem;
  font-weight: 950;
}

.aesthetic-testimonial-meta span {
  color: var(--brand-blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aesthetic-testimonial-note {
  max-width: 680px;
  color: #536a7d;
  font-size: 0.84rem;
}

.aesthetic-tech-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.aesthetic-tech-intro {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  padding: 34px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.28);
  border-radius: 28px;
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.16);
}

.aesthetic-tech-intro h2,
.aesthetic-tech-intro p,
.aesthetic-tech-intro .eyebrow {
  color: var(--white);
}

.aesthetic-tech-intro .eyebrow,
.aesthetic-tech-intro h2 {
  grid-column: 1;
}

.aesthetic-tech-intro .eyebrow {
  color: #7fd4ff;
}

.aesthetic-tech-intro p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin-top: 0;
}

.aesthetic-tech-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.aesthetic-tech-card,
.aesthetic-process-card {
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 22px;
  background: #f8fcff;
  box-shadow: 0 16px 44px rgba(0, 31, 58, 0.07);
}

.aesthetic-tech-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aesthetic-tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84, 189, 241, 0.48);
  box-shadow: 0 24px 58px rgba(0, 31, 58, 0.12);
}

.aesthetic-tech-card svg {
  color: var(--brand-cyan);
}

.aesthetic-tech-card h3,
.aesthetic-process-card h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 950;
}

.aesthetic-tech-card p,
.aesthetic-process-card p {
  color: #40576a;
  font-size: 0.88rem;
}

.aesthetic-process-section {
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.92) 100%);
}

.aesthetic-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.aesthetic-process-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 26px;
}

.aesthetic-process-card span {
  color: var(--brand-cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.aesthetic-cta-section {
  background: var(--white);
}

.aesthetic-cta-card {
  max-width: 980px;
  padding: 44px;
  text-align: center;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.96));
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.1);
}

.aesthetic-cta-card h2,
.aesthetic-cta-card p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.aesthetic-cta-card .btn {
  min-width: 230px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .aesthetic-hero-grid,
  .aesthetic-jump-grid,
  .aesthetic-testimonial-card,
  .aesthetic-tech-layout {
    grid-template-columns: 1fr;
  }

  .aesthetic-hero-visual {
    min-height: 440px;
  }

  .aesthetic-hero-visual > img {
    min-height: 440px;
  }

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

  .aesthetic-service-menu,
  .aesthetic-tech-grid,
  .aesthetic-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aesthetic-tech-intro {
    grid-template-columns: 1fr;
    position: static;
  }

  .aesthetic-tech-intro .eyebrow,
  .aesthetic-tech-intro h2,
  .aesthetic-tech-intro p:not(.eyebrow) {
    grid-column: auto;
    grid-row: auto;
  }

  .aesthetic-testimonial-content {
    padding: 0 8px 8px;
  }
}

@media (max-width: 900px) {
  .aesthetic-hero-section {
    padding: 58px 0 64px;
  }

  .aesthetic-services-section,
  .aesthetic-tech-section,
  .aesthetic-testimonial-section,
  .aesthetic-process-section,
  .aesthetic-cta-section {
    padding: 58px 0;
  }
}

@media (max-width: 640px) {
  .aesthetic-hero-copy h1 {
    font-size: 2.45rem;
  }

  .aesthetic-hero-actions {
    display: grid;
  }

  .aesthetic-hero-actions .btn,
  .aesthetic-cta-card .btn {
    width: 100%;
  }

  .aesthetic-hero-visual {
    min-height: 340px;
    border-radius: 22px;
  }

  .aesthetic-hero-visual > img {
    min-height: 340px;
  }

  .aesthetic-testimonial-card {
    gap: 22px;
    padding: 18px;
    border-radius: 24px;
  }

  .aesthetic-testimonial-photo,
  .aesthetic-testimonial-photo img {
    min-height: 300px;
  }

  .aesthetic-hero-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    border-radius: 16px;
  }

  .aesthetic-service-menu,
  .aesthetic-service-grid,
  .aesthetic-tech-grid,
  .aesthetic-process-grid {
    grid-template-columns: 1fr;
  }

  .aesthetic-service-jump-section {
    padding: 38px 0;
  }

  .aesthetic-section-head,
  .aesthetic-jump-copy {
    text-align: left;
  }

  .aesthetic-service-card,
  .aesthetic-testimonial-photo,
  .aesthetic-tech-card,
  .aesthetic-process-card,
  .aesthetic-tech-intro,
  .aesthetic-cta-card {
    border-radius: 22px;
  }

  .aesthetic-tech-card,
  .aesthetic-process-card,
  .aesthetic-tech-intro,
  .aesthetic-testimonial-content,
  .aesthetic-cta-card {
    padding: 24px;
  }
}

.iv-page-main {
  overflow: hidden;
  background: var(--paper-soft);
}

.iv-page-main section {
  scroll-margin-top: 94px;
}

.iv-hero-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0 78px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.96) 58%, rgba(245, 242, 237, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 116px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
}

.iv-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(84, 189, 241, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 48%);
}

.iv-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1fr);
  gap: 58px;
  align-items: center;
}

.iv-hero-copy h1 {
  max-width: 720px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.iv-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  color: #263c50;
  font-size: 1.04rem;
}

.iv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.iv-hero-actions .btn {
  min-width: 210px;
  min-height: 54px;
}

.iv-hero-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 30px;
  background: #e9f5fb;
  box-shadow: 0 34px 74px rgba(0, 31, 58, 0.18);
}

.iv-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.03);
}

.iv-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 42%, rgba(0, 20, 38, 0.42) 100%),
    radial-gradient(circle at 22% 20%, rgba(84, 189, 241, 0.24), transparent 34%);
}

.iv-hero-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 7px;
  padding: 18px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.34);
  border-radius: 18px;
  background: rgba(0, 31, 58, 0.76);
  backdrop-filter: blur(12px);
}

.iv-hero-card span {
  color: #7fd4ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.iv-hero-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.iv-intro-section,
.iv-package-section,
.iv-testing-section,
.iv-injection-section {
  padding: 78px 0;
  background: var(--white);
}

.iv-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.54fr);
  gap: 42px;
  align-items: end;
}

.iv-intro-copy h2,
.iv-section-head h2,
.iv-package-intro h2,
.iv-medical-intro h2,
.iv-testing-grid h2,
.iv-steps-head h2,
.iv-final-card h2 {
  margin-top: 10px;
  color: var(--navy);
}

.iv-intro-copy h2,
.iv-section-head h2,
.iv-testing-grid h2,
.iv-steps-head h2,
.iv-final-card h2 {
  font-size: clamp(2rem, 3.9vw, 3.75rem);
}

.iv-intro-copy p:not(.eyebrow),
.iv-section-head p:not(.eyebrow),
.iv-package-intro p,
.iv-medical-intro p:not(.eyebrow),
.iv-testing-grid p,
.iv-final-card p:not(.eyebrow) {
  color: #40576a;
  font-size: 0.98rem;
}

.iv-intro-copy p:not(.eyebrow),
.iv-testing-grid p,
.iv-final-card p:not(.eyebrow) {
  margin-top: 16px;
}

.iv-quote-card {
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.3);
  border-radius: 24px;
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.16);
}

.iv-quote-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.iv-mature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.iv-mature-strip figure {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 24px;
  background: #e9f5fb;
  box-shadow: 0 22px 54px rgba(0, 31, 58, 0.1);
}

.iv-mature-strip img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.iv-mature-strip figure:hover img {
  transform: scale(1.035);
}

.iv-mature-strip figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 11px 13px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.28);
  border-radius: 14px;
  background: rgba(0, 31, 58, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.iv-benefit-card,
.iv-menu-card,
.iv-package-card,
.iv-medical-list article,
.iv-step-card,
.iv-injection-grid article {
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 22px;
  background: #f8fcff;
  box-shadow: 0 16px 44px rgba(0, 31, 58, 0.07);
}

.iv-benefit-card,
.iv-package-card,
.iv-medical-list article {
  overflow: hidden;
}

.iv-benefit-card {
  min-height: 390px;
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.iv-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.48);
  box-shadow: 0 26px 62px rgba(0, 31, 58, 0.13);
}

.iv-card-image {
  width: calc(100% + 16px);
  height: 138px;
  margin: -8px -8px 2px;
  overflow: hidden;
  border-radius: 16px;
  background: #dff1f8;
}

.iv-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.iv-benefit-card:hover .iv-card-image img,
.iv-package-card:hover .iv-card-image img,
.iv-medical-list article:hover .iv-card-image img {
  transform: scale(1.04);
}

.iv-benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--brand-cyan);
  border: 1px solid rgba(84, 189, 241, 0.26);
  border-radius: 14px;
  background: rgba(84, 189, 241, 0.1);
}

.iv-benefit-card h3,
.iv-menu-card h4,
.iv-package-card h3,
.iv-medical-list h3,
.iv-step-card h3,
.iv-injection-grid h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 950;
}

.iv-benefit-card p,
.iv-menu-card p,
.iv-package-card p,
.iv-medical-list p,
.iv-step-card p,
.iv-injection-grid p {
  color: #40576a;
  font-size: 0.88rem;
}

.iv-menu-section,
.iv-medical-section,
.iv-steps-section,
.iv-final-section {
  padding: 78px 0;
  background:
    linear-gradient(112deg, rgba(246, 251, 254, 1) 0%, rgba(239, 248, 253, 0.98) 48%, rgba(251, 250, 247, 1) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 116px);
}

.iv-section-head,
.iv-steps-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.iv-section-head p:not(.eyebrow) {
  margin-top: 14px;
}

.iv-menu-groups {
  display: grid;
  gap: 30px;
}

.iv-menu-group {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: start;
}

.iv-menu-group > h3 {
  position: sticky;
  top: 96px;
  color: var(--navy);
  font-size: 2rem;
}

.iv-menu-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.iv-menu-card {
  min-height: 220px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.iv-menu-card span,
.iv-injection-grid span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-package-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.iv-package-intro {
  padding: 28px;
  color: var(--white);
  border-radius: 24px;
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.16);
}

.iv-package-intro h2,
.iv-package-intro p,
.iv-package-intro .eyebrow {
  color: var(--white);
}

.iv-package-card {
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.iv-package-card a,
.iv-medical-list a {
  align-self: end;
  margin-top: 8px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-medical-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) 1fr;
  gap: 30px;
  align-items: start;
}

.iv-medical-intro {
  position: sticky;
  top: 96px;
}

.iv-medical-intro h2 {
  font-size: clamp(2rem, 3.3vw, 3.2rem);
}

.iv-medical-intro p:not(.eyebrow) {
  margin-top: 16px;
}

.iv-medical-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.iv-medical-list article {
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.iv-testing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  gap: 36px;
  align-items: center;
}

.iv-testing-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(84, 189, 241, 0.26);
  border-radius: 24px;
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.16);
}

.iv-testing-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 28px;
  background: #e9f5fb;
  box-shadow: 0 26px 68px rgba(0, 31, 58, 0.13);
}

.iv-testing-visual > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.iv-testing-visual .iv-testing-panel {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 18px;
  background: rgba(0, 31, 58, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.iv-testing-panel span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
}

.iv-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.iv-step-card {
  min-height: 240px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.iv-step-card span {
  color: var(--brand-cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.iv-injection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.iv-injection-grid article {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.iv-injection-grid strong {
  color: var(--navy);
  font-size: 0.8rem;
}

.iv-final-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 44px;
  text-align: center;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.1);
}

.iv-final-image {
  max-width: 520px;
  height: 230px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 24px;
  background: #e9f5fb;
}

.iv-final-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iv-final-card h2,
.iv-final-card p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.iv-final-card .btn {
  margin-top: 28px;
  min-width: 230px;
}

.about-card-meta {
  color: #7fd4ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-info-card h3 {
  margin-top: 12px;
  color: var(--white);
  font-size: 1.45rem;
}

.about-info-card p:last-child {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.case-study-page-main {
  overflow: hidden;
  background: var(--paper-soft);
}

.case-study-page-main > section,
.case-study-dossier {
  scroll-margin-top: 96px;
}

.case-study-hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.92) 54%, rgba(245, 242, 237, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 112px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.1);
}

.case-study-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.45fr);
  gap: 44px;
  align-items: center;
  min-height: 500px;
  padding: 78px 0 72px;
}

.case-study-hero-copy h1 {
  max-width: 820px;
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(2.45rem, 4.6vw, 4.7rem);
}

.case-study-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: #2b4053;
  font-size: 1.04rem;
}

.case-study-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.case-study-command-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 20, 38, 0.98), rgba(0, 48, 84, 0.96)),
    var(--navy);
  box-shadow: 0 30px 74px rgba(0, 31, 58, 0.2);
}

.case-study-command-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.case-study-command-card > span {
  position: relative;
  z-index: 1;
  color: #54bdf1;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-study-command-card strong {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.9;
}

.case-study-command-card p {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
}

.case-study-command-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.case-study-command-list a {
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
  transition: color 180ms ease, padding-left 180ms ease;
}

.case-study-command-list a:hover,
.case-study-command-list a:focus-visible {
  padding-left: 8px;
  color: #54bdf1;
}

.case-study-library-section {
  padding: 78px 0 84px;
  background: var(--paper-soft);
}

.case-study-library-primary {
  min-height: calc(100vh - 84px);
  padding: 82px 0 90px;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.98) 0%, rgba(238, 248, 253, 0.94) 48%, rgba(251, 250, 247, 1) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 128px);
}

.case-study-library-section .section-heading {
  max-width: 840px;
}

.case-study-library-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
  gap: 30px;
  align-items: end;
}

.case-study-library-intro h1 {
  max-width: 760px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.4rem, 4.6vw, 4.55rem);
}

.case-study-library-intro p:not(.eyebrow) {
  max-width: 710px;
  margin-top: 22px;
  color: #2d455b;
  font-size: 1.02rem;
}

.case-study-library-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  align-self: center;
  padding: 26px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-top: 3px solid var(--gold);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 253, 0.82)),
    var(--white);
  box-shadow: 0 24px 58px rgba(0, 31, 58, 0.12);
}

.case-study-library-cta::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(84, 189, 241, 0.24);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(84, 189, 241, 0.18), rgba(84, 189, 241, 0) 64%);
  pointer-events: none;
}

.case-study-library-cta::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 78px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(84, 189, 241, 0.48), rgba(84, 189, 241, 0));
  pointer-events: none;
}

.case-study-library-cta > * {
  position: relative;
  z-index: 1;
}

.case-study-cta-kicker {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.case-study-library-cta strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1.08;
}

.case-study-library-cta p {
  max-width: 28rem;
  margin-top: 0;
  color: #40586b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.case-study-library-cta .btn {
  justify-self: start;
  min-width: 198px;
  margin-top: 8px;
}

.case-study-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.case-study-intro-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 390px;
  scroll-margin-top: 104px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 253, 0.7)),
    var(--white);
  box-shadow: 0 22px 56px rgba(0, 31, 58, 0.09);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.case-study-intro-card:hover,
.case-study-intro-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.52);
  box-shadow: 0 32px 74px rgba(0, 31, 58, 0.15);
}

.case-study-card-media {
  position: relative;
  height: 172px;
  margin: -24px -24px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 31, 58, 0.94), rgba(32, 95, 157, 0.8));
}

.case-study-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 31, 58, 0.04) 0%, rgba(0, 31, 58, 0.54) 100%),
    radial-gradient(circle at 24% 18%, rgba(84, 189, 241, 0.22), transparent 38%);
  pointer-events: none;
}

.case-study-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.case-study-intro-card:hover .case-study-card-media img,
.case-study-intro-card:focus-within .case-study-card-media img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.case-study-card-media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 7px 9px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 31, 58, 0.72);
  box-shadow: 0 12px 26px rgba(0, 31, 58, 0.24);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.case-study-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.case-study-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #54bdf1;
  background: var(--navy);
}

.case-study-card-top span,
.case-study-persona {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-study-persona {
  margin-top: 24px;
  color: var(--blue);
}

.case-study-intro-card h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.72rem;
}

.case-study-intro-card p:not(.case-study-persona) {
  margin-top: 16px;
  color: #334c61;
  font-size: 0.92rem;
}

.case-study-card-outcome {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 12px 13px;
  color: var(--navy);
  text-align: left;
  border: 1px solid rgba(84, 189, 241, 0.24);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.32;
  text-transform: uppercase;
}

.case-study-marker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.case-study-marker-row span {
  padding: 7px 9px;
  color: var(--navy);
  border: 1px solid rgba(32, 95, 157, 0.18);
  background: rgba(238, 248, 253, 0.86);
  font-size: 0.74rem;
  font-weight: 850;
}

.case-study-link {
  align-self: end;
  margin-top: 26px;
  padding: 0;
  color: var(--navy);
  text-align: left;
  border: 0;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.case-study-link:hover,
.case-study-link:focus-visible {
  color: var(--blue);
}

.case-study-detail-section {
  padding: 82px 0 92px;
  background:
    linear-gradient(180deg, #eef8fd 0%, #fbfaf7 46%, #f5f2ed 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 128px);
}

.case-study-detail-stack {
  display: grid;
  gap: 22px;
}

.case-study-dossier {
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(0, 31, 58, 0.09);
}

.case-study-dossier-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  background:
    linear-gradient(135deg, rgba(0, 20, 38, 0.98), rgba(0, 48, 84, 0.95)),
    var(--navy);
}

.case-study-dossier-head h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.case-study-dossier-head > span {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.26);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.case-study-dossier-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr) minmax(240px, 0.85fr);
  gap: 1px;
  background: rgba(0, 31, 58, 0.12);
}

.case-study-start-card,
.case-study-story-card,
.case-study-result-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.case-study-start-card,
.case-study-result-card {
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(238, 248, 253, 0.84)),
    var(--white);
}

.case-study-modal-media {
  position: relative;
  height: 190px;
  margin: -6px -6px 22px;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.22);
  background: var(--navy);
}

.case-study-modal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 31, 58, 0.58) 100%);
  pointer-events: none;
}

.case-study-modal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-study-modal-media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  color: #ffffff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.28;
  text-transform: uppercase;
}

.case-study-start-card span,
.case-study-result-card span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-study-start-card p,
.case-study-result-card p,
.case-study-story-card p {
  margin-top: 14px;
  color: #30485d;
  font-size: 0.92rem;
}

.case-study-outcome-pill {
  margin-top: 22px;
  padding: 12px;
  color: var(--navy);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.case-study-story-card h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.case-study-step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.case-study-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(0, 31, 58, 0.1);
  background: rgba(238, 248, 253, 0.7);
}

.case-study-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  font-size: 0.72rem;
  font-weight: 950;
}

.case-study-step p {
  margin: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
}

.case-study-result-card small {
  display: block;
  margin-top: 20px;
  color: #6d7e8c;
  font-size: 0.74rem;
  font-weight: 750;
}

.case-study-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.case-study-modal-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 20, 38, 0.72);
  backdrop-filter: blur(10px);
}

.case-study-modal-card {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  border: 1px solid rgba(84, 189, 241, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 90px rgba(0, 20, 38, 0.36);
}

.case-study-modal-card .case-study-dossier-grid {
  min-height: 340px;
}

.case-study-modal-close {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 10px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.case-study-modal-close:hover,
.case-study-modal-close:focus-visible {
  color: var(--navy);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.9);
}

.testimonial-video-page-main {
  overflow: hidden;
  background: var(--paper-soft);
}

.testimonial-video-page-main > section {
  scroll-margin-top: 96px;
}

.testimonial-video-hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.9) 56%, rgba(245, 242, 237, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.1);
}

.testimonial-video-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.7fr);
  gap: 48px;
  align-items: center;
  min-height: 560px;
  padding: 72px 0 76px;
}

.testimonial-video-hero-copy h1 {
  max-width: 760px;
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(2.45rem, 4.6vw, 4.65rem);
}

.testimonial-video-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 24px;
  color: #2b4053;
  font-size: 1.04rem;
}

.testimonial-video-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.testimonial-feature-video {
  display: grid;
  gap: 18px;
  padding: 18px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 20, 38, 0.98), rgba(0, 48, 84, 0.96)),
    var(--navy);
  box-shadow: 0 30px 74px rgba(0, 31, 58, 0.2);
}

.testimonial-feature-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.testimonial-feature-label span,
.testimonial-video-kicker small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-feature-label strong {
  color: #54bdf1;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-feature-video p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.testimonial-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy-deep);
}

.testimonial-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial-video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: scale(1.01);
  transition: transform 220ms ease, opacity 220ms ease;
}

.testimonial-video-poster {
  display: block;
}

.testimonial-video-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0.08), rgba(0, 20, 38, 0.58)),
    radial-gradient(circle at center, rgba(84, 189, 241, 0.18), transparent 38%);
  pointer-events: none;
}

.testimonial-video-poster span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 124px;
  min-height: 46px;
  padding: 0 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(0, 31, 58, 0.84);
  box-shadow: 0 20px 46px rgba(0, 31, 58, 0.28);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: background 180ms ease, transform 180ms ease;
}

.testimonial-video-poster:hover img,
.testimonial-video-poster:focus-visible img {
  opacity: 1;
  transform: scale(1.045);
}

.testimonial-video-poster:hover span,
.testimonial-video-poster:focus-visible span {
  background: var(--blue);
  transform: translate(-50%, -50%) scale(1.04);
}

.testimonial-video-library-section {
  padding: 78px 0 88px;
  background: var(--paper-soft);
}

.testimonial-video-library-section .section-heading {
  max-width: 890px;
}

.testimonial-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.testimonial-video-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 253, 0.72)),
    var(--white);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.1);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.testimonial-video-card:hover,
.testimonial-video-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.54);
  box-shadow: 0 32px 76px rgba(0, 31, 58, 0.16);
}

.testimonial-video-card-body {
  display: grid;
  align-content: start;
  padding: 24px;
}

.testimonial-video-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.testimonial-video-kicker span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-video-card h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: 1.9rem;
}

.testimonial-video-card p {
  margin-top: 14px;
  color: #30485d;
  font-size: 0.92rem;
}

.testimonial-video-card .testimonial-video-care {
  padding: 12px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-weight: 800;
}

.testimonial-video-card a {
  margin-top: 22px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.testimonial-video-card a:hover,
.testimonial-video-card a:focus-visible {
  color: var(--blue);
}

.reviews-page-main .testimonial-video-library-section {
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
}

.reviews-page-main .case-study-library-primary {
  min-height: 0;
  padding: 78px 0 88px;
}

.reviews-page-main .case-study-library-intro {
  margin-bottom: 34px;
}

.qa-page-main {
  overflow: hidden;
  background: var(--paper-soft);
}

.qa-page-main > section {
  scroll-margin-top: 96px;
}

.qa-content-section {
  padding: 76px 0 62px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.92) 58%, rgba(245, 242, 237, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.1);
}

.qa-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 36px;
  align-items: end;
}

.qa-intro h1 {
  max-width: 760px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.45rem, 4.6vw, 4.65rem);
}

.qa-intro p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: #2b4053;
  font-size: 1.04rem;
}

.qa-contact-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 270px);
  justify-self: end;
  align-self: end;
  margin-top: 0;
}

.qa-contact-strip a {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  color: var(--navy);
  border: 1px solid rgba(32, 95, 157, 0.18);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.qa-contact-strip a:hover,
.qa-contact-strip a:focus-visible {
  color: var(--blue);
  border-color: rgba(84, 189, 241, 0.5);
  transform: translateY(-2px);
}

.qa-summary-card {
  min-height: 250px;
  display: grid;
  align-content: end;
  padding: 26px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 20, 38, 0.98), rgba(0, 48, 84, 0.96)),
    var(--navy);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.18);
}

.qa-summary-card span {
  color: #54bdf1;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.qa-summary-card strong {
  margin-top: 10px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 0.9;
}

.qa-summary-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.qa-faq-section {
  padding: 70px 0 78px;
  background:
    linear-gradient(180deg, #fbfaf7 0%, #eef8fd 56%, #fbfaf7 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 128px);
}

.qa-faq-grid {
  display: grid;
  gap: 14px;
}

.qa-faq-card {
  border: 1px solid rgba(0, 31, 58, 0.13);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(0, 31, 58, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.qa-faq-card[open],
.qa-faq-card:hover {
  border-color: rgba(84, 189, 241, 0.48);
  box-shadow: 0 28px 66px rgba(0, 31, 58, 0.12);
}

.qa-faq-card summary {
  list-style: none;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px 26px;
  cursor: pointer;
}

.qa-faq-card summary::-webkit-details-marker {
  display: none;
}

.qa-faq-card summary span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qa-faq-card summary h2 {
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2.12rem);
}

.qa-faq-card p {
  max-width: 850px;
  margin: -4px 26px 26px 218px;
  color: #30485d;
  font-size: 0.96rem;
}

.qa-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: -8px 26px 32px 218px;
  align-items: stretch;
}

.qa-location-card {
  position: relative;
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 249, 254, 0.92) 62%, rgba(247, 242, 233, 0.86) 100%),
    var(--white);
  box-shadow: 0 18px 40px rgba(0, 31, 58, 0.08);
}

.qa-location-card::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--brand-cyan) 0 4px, transparent 5px),
    rgba(84, 189, 241, 0.14);
  box-shadow: inset 0 0 0 1px rgba(84, 189, 241, 0.28);
}

.qa-location-card span {
  position: relative;
  max-width: calc(100% - 48px);
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qa-location-card p {
  position: relative;
  margin: 0;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 850;
}

.qa-location-card a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  padding: 8px 10px;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.42);
  background: rgba(84, 189, 241, 0.18);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.qa-location-card a:hover,
.qa-location-card a:focus-visible {
  color: var(--blue);
  background: rgba(84, 189, 241, 0.28);
  transform: translateY(-1px);
}

.qa-contact-section {
  padding: 0 0 74px;
  background: var(--paper-soft);
}

.qa-contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 34px 38px;
  color: var(--ink);
  border: 1px solid rgba(84, 189, 241, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 249, 254, 0.92) 56%, rgba(247, 242, 233, 0.92) 100%);
  box-shadow: 0 24px 58px rgba(0, 31, 58, 0.1);
}

.qa-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand-cyan), rgba(84, 189, 241, 0.08));
}

.qa-contact-card > * {
  position: relative;
}

.qa-contact-card .eyebrow {
  color: var(--brand-blue);
}

.qa-contact-card h2 {
  margin-top: 8px;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.qa-contact-card > p {
  color: var(--muted);
  font-size: 0.92rem;
}

.qa-contact-card .btn {
  min-width: 190px;
  border-color: var(--brand-cyan);
  background: var(--brand-cyan);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(84, 189, 241, 0.24);
}

.qa-contact-card .btn:hover,
.qa-contact-card .btn:focus-visible {
  background: #2fb1ec;
  color: var(--navy);
  box-shadow: 0 18px 38px rgba(84, 189, 241, 0.32);
}

.team-page-main {
  overflow: hidden;
  background: #fbfaf7;
}

.team-hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.9) 52%, rgba(245, 242, 237, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
}

.team-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.team-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.62fr);
  gap: 54px;
  align-items: center;
  min-height: 520px;
  padding: 76px 0 70px;
}

.team-hero-copy h1 {
  max-width: 780px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
}

.team-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 22px;
  color: #293f53;
  font-size: 1.02rem;
}

.team-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.team-lead-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.team-lead-focus span {
  padding: 8px 10px;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.24);
  background: rgba(84, 189, 241, 0.11);
  box-shadow: 0 12px 26px rgba(0, 31, 58, 0.06);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.team-lead-photo-card {
  position: relative;
  justify-self: center;
  width: min(100%, 410px);
  height: 540px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(251, 250, 247, 0.96) 0%, rgba(236, 248, 254, 0.9) 100%),
    radial-gradient(circle at 44% 18%, rgba(84, 189, 241, 0.18), transparent 42%);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.14);
}

.team-lead-photo-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(0, 31, 58, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.team-lead-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.2), transparent 44%),
    linear-gradient(180deg, transparent 68%, rgba(251, 250, 247, 0.72) 100%);
}

.team-lead-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.03) contrast(1.02);
}

.team-lead-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 510px;
  overflow: hidden;
  padding: 0;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 22%, rgba(84, 189, 241, 0.2), transparent 34%),
    linear-gradient(145deg, #fbfaf7 0%, #edf8fd 48%, #d9eef8 100%);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.16);
}

.team-lead-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.team-lead-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.2), transparent 48%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 56%);
  pointer-events: none;
}

.team-lead-portrait,
.team-lead-details {
  position: relative;
  z-index: 1;
}

.team-lead-portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 254, 0.74)),
    radial-gradient(circle at 28% 18%, rgba(84, 189, 241, 0.18), transparent 44%);
  border-right: 1px solid rgba(84, 189, 241, 0.22);
}

.team-lead-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 58%, rgba(251, 250, 247, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 31, 58, 0.02), rgba(0, 31, 58, 0.1));
  pointer-events: none;
}

.team-lead-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  border: 0;
  border-radius: 0;
  transform: none;
  filter: saturate(1.04) contrast(1.03);
}

.team-lead-details {
  align-self: center;
  padding: 38px 34px;
}

.team-lead-details h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(1.72rem, 2.25vw, 2.26rem);
  line-height: 1.03;
}

.team-lead-details .team-specialty {
  color: #205f9d;
}

.team-lead-details p:not(.team-role):not(.team-specialty) {
  margin-top: 16px;
  color: #314b61;
  font-size: 0.84rem;
  line-height: 1.55;
}

.team-lead-milestones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.team-lead-milestones span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 11px;
  color: var(--navy);
  border: 1px solid rgba(32, 95, 157, 0.14);
  border-left: 3px solid rgba(84, 189, 241, 0.72);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 28px rgba(0, 31, 58, 0.06);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.26;
  text-transform: uppercase;
}

.team-roster-section {
  padding: 74px 0 82px;
  background:
    linear-gradient(180deg, #fbfaf7 0%, #eef8fd 48%, #fbfaf7 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 128px);
}

.team-roster-section .section-heading {
  max-width: 860px;
}

.team-roster-section .section-heading h2 {
  color: var(--navy);
}

.team-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.team-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 250px 1fr;
  min-height: 560px;
  border: 1px solid rgba(0, 31, 58, 0.13);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(0, 31, 58, 0.1);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.5);
  box-shadow: 0 32px 74px rgba(0, 31, 58, 0.16);
}

.team-card-featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 248, 253, 0.78)),
    var(--white);
}

.team-card-media {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
}

.team-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.02);
}

.team-initials {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.team-photo-note {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 20, 38, 0.68);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card-body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.team-role {
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.75rem;
}

.team-specialty {
  margin-top: 8px;
  color: #205f9d;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-bio {
  margin-top: 16px;
  color: #52677a;
  font-size: 0.9rem;
}

.team-focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.team-focus-list span {
  padding: 7px 9px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.12);
  background: rgba(84, 189, 241, 0.1);
  font-size: 0.66rem;
  font-weight: 900;
}

.team-card-placeholder .team-card-media {
  background:
    linear-gradient(145deg, rgba(0, 31, 58, 0.98), rgba(0, 54, 95, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
}

.team-update-section {
  padding: 0 0 72px;
  background: #fbfaf7;
}

.team-update-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.18);
}

.team-update-card h2 {
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.team-update-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.team-testimonial-card {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(190px, 0.62fr) minmax(220px, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
  color: var(--navy);
  border-color: rgba(84, 189, 241, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 253, 0.95) 58%, rgba(247, 242, 233, 0.92) 100%);
  box-shadow: 0 24px 60px rgba(0, 31, 58, 0.1);
}

.team-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand-cyan), rgba(84, 189, 241, 0.08));
}

.team-testimonial-card h2 {
  color: var(--navy);
}

.team-testimonial-card .eyebrow {
  color: var(--brand-blue);
}

.team-testimonial-photo {
  position: relative;
  z-index: 1;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.28);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 44px rgba(0, 31, 58, 0.1);
}

.team-testimonial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 31, 58, 0) 48%, rgba(0, 31, 58, 0.58) 100%);
  pointer-events: none;
}

.team-testimonial-photo img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.team-testimonial-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-testimonial-quote {
  position: relative;
  z-index: 1;
  padding: 26px;
  border: 1px solid rgba(84, 189, 241, 0.25);
  background: rgba(255, 255, 255, 0.72);
}

.team-testimonial-quote::before {
  content: "\201C";
  position: absolute;
  top: -18px;
  right: 22px;
  color: rgba(84, 189, 241, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1;
}

.team-testimonial-quote blockquote {
  position: relative;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.35vw, 2rem);
  line-height: 1.15;
}

.team-testimonial-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: var(--navy);
}

.team-testimonial-meta strong {
  font-size: 0.92rem;
  font-weight: 950;
}

.team-testimonial-meta span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.team-testimonial-card .team-testimonial-quote p {
  margin-top: 18px;
  color: #40576a;
  font-size: 0.94rem;
}

.team-testimonial-quote a {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 12px;
  color: var(--navy);
  border: 1px solid rgba(84, 189, 241, 0.42);
  background: rgba(84, 189, 241, 0.2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.team-testimonial-quote a:hover,
.team-testimonial-quote a:focus-visible {
  background: rgba(84, 189, 241, 0.34);
  transform: translateY(-2px);
}

.service-conversion-section {
  padding: 0 0 56px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    var(--paper-soft);
}

.service-conversion-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.service-conversion-grid-cta-only {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.service-conversion-grid-cta-only .service-cta-card {
  text-align: center;
}

.service-conversion-grid-cta-only .service-cta-actions {
  justify-content: center;
}

.service-story-card,
.service-cta-card {
  padding: 30px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  box-shadow: 0 18px 42px rgba(0, 20, 38, 0.08);
}

.service-story-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 52%);
}

.service-story-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.service-story-card h2,
.service-cta-card h2 {
  margin-top: 10px;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
}

.service-story-card h2 {
  position: relative;
  color: var(--navy);
}

.service-story-card p:not(.eyebrow) {
  position: relative;
  max-width: 760px;
  margin-top: 16px;
  color: #293f53;
  font-size: 0.98rem;
}

.service-step-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.service-step-strip span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 9px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  border-left: 2px solid var(--gold);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
}

.service-cta-card {
  display: grid;
  align-content: center;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 8%, rgba(127, 212, 255, 0.24), transparent 30%),
    linear-gradient(145deg, #00172b 0%, #00365f 62%, #004b7b 100%);
}

.service-cta-card h2 {
  color: var(--white);
}

.service-cta-card p:not(.eyebrow) {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-cta-actions .btn {
  min-height: 46px;
  padding: 0.82rem 1.3rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.service-cta-actions .btn:first-child {
  color: #001f3a;
  border-color: rgba(127, 212, 255, 0.88);
  background: linear-gradient(135deg, #54bdf1 0%, #8ee0ff 54%, #f1fbff 100%);
  box-shadow: 0 16px 34px rgba(84, 189, 241, 0.24);
}

.service-cta-actions .btn:first-child:hover,
.service-cta-actions .btn:first-child:focus-visible {
  color: #00172b;
  border-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, #7fd4ff 0%, #ffffff 100%);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(84, 189, 241, 0.34);
}

.service-cta-actions .btn-outline-light {
  border-color: rgba(127, 212, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.about-next-section {
  padding: 30px 0 34px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
  color: var(--ink);
}

.about-continue-section {
  border-top: 1px solid rgba(0, 31, 58, 0.08);
}

.about-next-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 28px;
  align-items: center;
}

.about-continue-section .about-next-grid {
  grid-template-columns: minmax(190px, 0.5fr) minmax(0, 1.5fr);
}

.about-next-grid h2 {
  margin-top: 8px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.about-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.about-next-links a {
  padding: 11px 15px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 14px 30px rgba(0, 31, 58, 0.12);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-next-links a:hover,
.about-next-links a:focus-visible {
  border-color: rgba(84, 189, 241, 0.6);
  background: linear-gradient(145deg, #001f3a 0%, #004372 100%);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 31, 58, 0.2);
}

.about-next-links a.is-current {
  color: var(--navy);
  border-color: rgba(84, 189, 241, 0.52);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 253, 0.92)),
    var(--white);
  box-shadow: 0 12px 28px rgba(0, 31, 58, 0.08);
}

.about-next-links a.is-current:hover,
.about-next-links a.is-current:focus-visible {
  color: var(--navy);
  border-color: rgba(84, 189, 241, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(232, 247, 253, 0.98)),
    var(--white);
}

.platform-page-main {
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    var(--paper-soft);
}

.platform-launch-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(84, 189, 241, 0.2), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(84, 189, 241, 0.16), transparent 30%),
    linear-gradient(135deg, #001426 0%, #002b4c 58%, #00101f 100%);
}

.platform-launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.36;
}

.platform-launch-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.58), rgba(84, 189, 241, 0.48), transparent);
}

.platform-launch-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.7fr);
  gap: 54px;
  align-items: center;
  min-height: 640px;
  padding: 86px 0 92px;
}

.platform-launch-copy .eyebrow {
  color: #54bdf1;
}

.platform-launch-copy h1 {
  max-width: 760px;
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(2.75rem, 5.6vw, 5.65rem);
  line-height: 0.96;
}

.platform-launch-deck {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.platform-launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.platform-launch-actions .btn {
  min-width: 224px;
  min-height: 54px;
}

.platform-launch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.platform-launch-meta span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(84, 189, 241, 0.18);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.platform-command-panel {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 26px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  background:
    radial-gradient(circle at 86% 8%, rgba(84, 189, 241, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.platform-command-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.platform-command-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.32;
}

.command-panel-top,
.command-score-row,
.command-alert,
.command-data-grid {
  position: relative;
  z-index: 1;
}

.command-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #54bdf1;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.command-panel-top strong {
  color: #7fd4ff;
  font-size: 0.62rem;
}

.command-score-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.command-score-ring {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #001b31 0 54%, transparent 55%),
    conic-gradient(#54bdf1 0 82%, rgba(255, 255, 255, 0.14) 82% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(84, 189, 241, 0.22),
    0 20px 45px rgba(0, 0, 0, 0.22);
}

.command-score-ring strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 0.9;
}

.command-score-ring span {
  margin-top: -25px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.command-score-row h2 {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 950;
}

.command-score-row p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.command-alert {
  margin-top: 30px;
  padding: 16px 17px;
  border-left: 3px solid #7fd4ff;
  background: rgba(255, 255, 255, 0.08);
}

.command-alert span {
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.command-alert p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.command-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.command-data-grid div {
  padding: 14px;
  border: 1px solid rgba(84, 189, 241, 0.16);
  background: rgba(0, 20, 38, 0.32);
}

.command-data-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.command-data-grid strong {
  display: block;
  margin-top: 7px;
  color: #54bdf1;
  font-size: 0.9rem;
  font-weight: 950;
}

.platform-feature-band {
  padding: 54px 0 64px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
}

.platform-feature-band-inner {
  display: grid;
  gap: 34px;
}

.platform-feature-band-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 0.68fr);
  gap: 28px;
  align-items: center;
}

.platform-feature-band-copy h2 {
  max-width: 760px;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.05rem, 3.4vw, 3.3rem);
}

.platform-feature-band-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: #30485d;
  font-size: 1rem;
}

.platform-module-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.15);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 36%, rgba(84, 189, 241, 0.24), transparent 32%),
    radial-gradient(circle at 78% 76%, rgba(84, 189, 241, 0.18), transparent 34%),
    linear-gradient(145deg, #001426 0%, #002b4d 54%, #00192e 100%);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.24);
}

.platform-module-map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(84, 189, 241, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(84, 189, 241, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.44;
}

.platform-module-map::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(84, 189, 241, 0.2);
  border-radius: 8px;
  box-shadow: inset 0 0 36px rgba(84, 189, 241, 0.08);
}

.module-map-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(84, 189, 241, 0.34) 49%, transparent 50%),
    linear-gradient(64deg, transparent 0 48%, rgba(84, 189, 241, 0.22) 49%, transparent 50%);
  opacity: 0.38;
}

.module-map-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(84, 189, 241, 0.2);
  background: rgba(0, 20, 38, 0.62);
  backdrop-filter: blur(14px);
}

.module-map-topbar span,
.module-map-topbar strong,
.module-map-node span,
.module-map-pipeline span {
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.module-map-topbar span {
  color: rgba(255, 255, 255, 0.62);
}

.module-map-topbar strong {
  color: #54bdf1;
}

.module-map-system {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(150px, 0.66fr) minmax(0, 0.92fr);
  gap: 12px;
  align-items: center;
}

.module-map-system::before,
.module-map-system::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.64), rgba(84, 189, 241, 0.46), transparent);
  pointer-events: none;
}

.module-map-system::before {
  top: 34%;
}

.module-map-system::after {
  bottom: 34%;
}

.module-map-stack {
  display: grid;
  gap: 10px;
}

.module-map-stack-left {
  align-content: center;
}

.module-map-node {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 68px;
  padding: 9px;
  border: 1px solid rgba(84, 189, 241, 0.17);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(0, 20, 38, 0.52);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 20, 38, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.module-map-node:hover {
  transform: translateY(-3px);
  border-color: rgba(84, 189, 241, 0.42);
  background:
    linear-gradient(135deg, rgba(84, 189, 241, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(0, 20, 38, 0.58);
}

.module-node-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.34);
  background: rgba(0, 31, 58, 0.72);
}

.module-map-node span {
  display: block;
  color: #7fd4ff;
}

.module-map-node strong {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.18;
}

.module-map-core {
  position: relative;
  z-index: 2;
  min-height: 188px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(84, 189, 241, 0.46);
  background:
    radial-gradient(circle at center, rgba(84, 189, 241, 0.18), transparent 58%),
    rgba(0, 20, 38, 0.9);
  box-shadow:
    0 0 0 8px rgba(84, 189, 241, 0.045),
    0 24px 56px rgba(0, 20, 38, 0.42);
}

.module-map-core::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(84, 189, 241, 0.16);
  pointer-events: none;
}

.module-map-core span {
  color: #7fd4ff;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.module-map-core strong {
  color: #54bdf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.08;
}

.module-map-core small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.module-map-pipeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.2);
  background: rgba(84, 189, 241, 0.14);
}

.module-map-pipeline span {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 20, 38, 0.72);
}

.platform-feature-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.platform-launch-card {
  min-height: 306px;
  padding: 24px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.18);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.platform-launch-card:hover {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.58);
  background: linear-gradient(145deg, #001f3a 0%, #004372 100%);
  box-shadow: 0 30px 70px rgba(0, 31, 58, 0.28);
}

.platform-launch-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.5);
  border-radius: 999px;
  background: rgba(0, 31, 58, 0.22);
}

.platform-launch-card span {
  color: #7fd4ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-launch-card h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: 1.36rem;
  line-height: 1.12;
}

.platform-launch-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

.platform-flow-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 12% 20%, rgba(84, 189, 241, 0.13), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(84, 189, 241, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(0, 31, 58, 0.98) 0%, rgba(0, 45, 76, 0.96) 58%, rgba(0, 24, 44, 0.98) 100%);
  color: var(--white);
}

.platform-flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.34;
}

.platform-flow-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 189, 241, 0.58), rgba(84, 189, 241, 0.48), transparent);
}

.platform-flow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.42fr);
  gap: 30px;
  align-items: start;
}

.platform-flow-intro {
  position: sticky;
  top: 98px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.2);
}

.platform-flow-intro::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.platform-flow-intro .eyebrow {
  position: relative;
  color: #54bdf1;
}

.platform-flow-intro h2 {
  position: relative;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.02;
}

.platform-flow-intro p:not(.eyebrow) {
  position: relative;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.platform-flow-system {
  display: grid;
  gap: 16px;
}

.platform-flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.platform-flow-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 214px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.16);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.platform-flow-card:hover {
  transform: translateY(-5px);
  border-color: rgba(84, 189, 241, 0.54);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.24);
}

.platform-flow-icon {
  grid-row: 1 / 4;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.38);
  border-radius: 999px;
}

.platform-flow-card span {
  grid-column: 2;
  color: #7fd4ff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-flow-card h3 {
  grid-column: 2;
  color: var(--white);
  font-size: 1rem;
  font-weight: 950;
}

.platform-flow-card p {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.platform-flow-protocol-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.72fr);
  gap: 22px;
  padding: 26px;
  border: 1px solid rgba(84, 189, 241, 0.2);
  background:
    radial-gradient(circle at 86% 8%, rgba(84, 189, 241, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.24);
}

.platform-flow-protocol-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.platform-flow-protocol-copy,
.platform-flow-protocol-stack {
  position: relative;
  z-index: 1;
}

.platform-flow-protocol-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}

.platform-flow-protocol-copy .eyebrow {
  color: #54bdf1;
}

.platform-flow-protocol-copy h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
}

.platform-flow-protocol-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.platform-flow-protocol-stack {
  display: grid;
  gap: 9px;
  align-content: center;
}

.platform-flow-protocol-stack span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  color: rgba(255, 255, 255, 0.86);
  border-left: 2px solid #7fd4ff;
  background: rgba(0, 20, 38, 0.34);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.platform-protocol-section {
  padding: 72px 0 80px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
}

.platform-protocol-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.platform-protocol-copy {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.12), transparent 52%);
  box-shadow: 0 22px 52px rgba(0, 31, 58, 0.1);
}

.platform-protocol-copy::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(84, 189, 241, 0.22);
  pointer-events: none;
}

.platform-protocol-copy .eyebrow,
.platform-protocol-copy h2,
.platform-protocol-copy p,
.platform-protocol-actions {
  position: relative;
}

.platform-protocol-copy h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.6vw, 3.35rem);
  line-height: 1.02;
}

.platform-protocol-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: #293f53;
  font-size: 0.98rem;
}

.platform-protocol-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.platform-protocol-actions .btn {
  min-width: 190px;
}

.platform-protocol-stack {
  display: grid;
  gap: 10px;
  padding: 24px;
  color: var(--white);
  border: 1px solid rgba(0, 31, 58, 0.16);
  background: linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.18);
}

.platform-protocol-stack span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.86);
  border-left: 2px solid #7fd4ff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.corporate-page-main {
  overflow: hidden;
  background: #fbfaf7;
}

.corporate-page-main > section {
  scroll-margin-top: 88px;
}

.corporate-hero-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 78px;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(244, 250, 253, 0.98) 52%, rgba(232, 247, 253, 0.94) 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px 132px);
  border-bottom: 1px solid rgba(0, 31, 58, 0.08);
}

.corporate-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 16%, rgba(84, 189, 241, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 58%);
}

.corporate-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.corporate-hero-copy h1 {
  max-width: 780px;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(2.75rem, 5vw, 5.35rem);
  line-height: 0.98;
}

.corporate-hero-copy p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 22px;
  color: #263c50;
  font-size: 1.06rem;
}

.corporate-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.corporate-hero-actions .btn {
  min-width: 218px;
  min-height: 54px;
}

.corporate-hero-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 8px;
  background: #e9f5fb;
  box-shadow: 0 34px 76px rgba(0, 31, 58, 0.18);
}

.corporate-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.corporate-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 42%, rgba(0, 20, 38, 0.58) 100%),
    radial-gradient(circle at 20% 18%, rgba(84, 189, 241, 0.22), transparent 35%);
  pointer-events: none;
}

.corporate-hero-panel {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.34);
  background: rgba(0, 31, 58, 0.78);
  backdrop-filter: blur(12px);
}

.corporate-hero-panel span,
.corporate-section-intro .eyebrow {
  color: var(--brand-cyan);
}

.corporate-hero-panel span {
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.corporate-hero-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.corporate-hero-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.corporate-stat-section {
  padding: 0;
  background: #001f3a;
}

.corporate-stat-banner {
  min-height: 142px;
  display: grid;
  align-content: center;
  padding: 30px 34px;
  color: var(--white);
  border-right: 1px solid rgba(127, 212, 255, 0.18);
  border-left: 1px solid rgba(127, 212, 255, 0.18);
  background: linear-gradient(145deg, rgba(0, 54, 95, 0.45), rgba(0, 20, 38, 0.16));
}

.corporate-stat-banner p {
  max-width: 1060px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.45vw, 2.35rem);
  line-height: 1.2;
  text-align: center;
}

.corporate-exam-section,
.corporate-pathway-section,
.corporate-support-section,
.corporate-faq-section,
.corporate-cta-section {
  padding: 82px 0;
}

.corporate-exam-section {
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(238, 248, 253, 0.92) 100%);
}

.corporate-section-intro {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.corporate-section-intro h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.85rem);
}

.corporate-section-intro p:not(.eyebrow) {
  margin-top: 16px;
  color: #40576a;
  font-size: 1rem;
}

.corporate-exam-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.corporate-pathway-card,
.corporate-faq-card {
  border: 1px solid rgba(0, 31, 58, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(0, 31, 58, 0.08);
}

.corporate-exam-card {
  position: relative;
  min-height: 292px;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(0, 31, 58, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 253, 0.82)),
    var(--white);
  box-shadow: 0 22px 58px rgba(0, 31, 58, 0.1);
}

.corporate-exam-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-cyan), rgba(84, 189, 241, 0.05));
}

.corporate-exam-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(84, 189, 241, 0.18);
  border-radius: 999px;
  background: rgba(84, 189, 241, 0.08);
}

.corporate-exam-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.corporate-exam-card-head span {
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.corporate-exam-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--brand-cyan);
  border: 1px solid rgba(84, 189, 241, 0.32);
  background: rgba(84, 189, 241, 0.12);
}

.corporate-exam-card svg,
.corporate-pathway-card svg {
  color: var(--brand-cyan);
}

.corporate-exam-card h3,
.corporate-exam-card p {
  position: relative;
  z-index: 1;
}

.corporate-exam-card h3,
.corporate-day-card h3,
.corporate-pathway-card h3 {
  color: var(--navy);
  font-weight: 950;
}

.corporate-exam-card h3 {
  max-width: 92%;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.corporate-exam-card p,
.corporate-day-card p,
.corporate-pathway-card p,
.corporate-faq-card p {
  color: #40576a;
  font-size: 0.9rem;
}

.corporate-day-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 12%, rgba(84, 189, 241, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(0, 20, 38, 0.98), rgba(0, 54, 95, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 132px);
}

.corporate-day-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
}

.corporate-day-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 34px;
  text-align: left;
  border: 1px solid rgba(127, 212, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 70px rgba(0, 20, 38, 0.22);
}

.corporate-day-intro h2,
.corporate-day-intro p:not(.eyebrow) {
  color: var(--white);
}

.corporate-day-intro h2 {
  max-width: 560px;
  font-size: clamp(2.15rem, 3.5vw, 3.75rem);
}

.corporate-day-intro p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
}

.corporate-day-image {
  position: relative;
  flex: 1;
  min-height: 360px;
  margin: 30px 0 0;
  overflow: hidden;
  border: 1px solid rgba(127, 212, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 52px rgba(0, 20, 38, 0.24);
}

.corporate-day-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 20, 38, 0) 42%, rgba(0, 20, 38, 0.68) 100%),
    radial-gradient(circle at 18% 16%, rgba(84, 189, 241, 0.22), transparent 36%);
  pointer-events: none;
}

.corporate-day-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.corporate-day-image figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corporate-day-list {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: stretch;
}

.corporate-day-list::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 45px;
  width: 1px;
  background: linear-gradient(180deg, rgba(127, 212, 255, 0), rgba(127, 212, 255, 0.54), rgba(127, 212, 255, 0));
}

.corporate-day-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 148px;
  padding: 24px 26px;
  border: 1px solid rgba(127, 212, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.052));
  box-shadow: 0 18px 46px rgba(0, 20, 38, 0.16);
}

.corporate-day-card span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--brand-cyan);
  border: 1px solid rgba(127, 212, 255, 0.36);
  background: rgba(0, 31, 58, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 0 0 8px rgba(0, 31, 58, 0.78);
}

.corporate-day-card h3,
.corporate-day-card p {
  color: var(--white);
}

.corporate-day-card p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.74);
}

.corporate-pathway-section {
  background: #fbfaf7;
}

.corporate-pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.corporate-pathway-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.corporate-support-section {
  background:
    linear-gradient(145deg, rgba(0, 20, 38, 0.98), rgba(0, 54, 95, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 132px);
}

.corporate-support-section .corporate-section-intro h2,
.corporate-support-section .corporate-section-intro p:not(.eyebrow) {
  color: var(--white);
}

.corporate-support-section .corporate-section-intro p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.corporate-support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.corporate-support-card {
  min-height: 280px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 46px rgba(0, 20, 38, 0.18);
}

.corporate-support-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--brand-cyan);
  border: 1px solid rgba(127, 212, 255, 0.32);
  background: rgba(84, 189, 241, 0.1);
}

.corporate-support-card h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 950;
}

.corporate-support-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.corporate-faq-section {
  background:
    linear-gradient(112deg, rgba(238, 248, 253, 0.96) 0%, rgba(251, 250, 247, 1) 100%);
}

.corporate-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.corporate-faq-intro {
  position: sticky;
  top: 96px;
  margin: 0;
  text-align: left;
}

.corporate-faq-list {
  display: grid;
  gap: 12px;
}

.corporate-faq-card {
  padding: 0;
}

.corporate-faq-card summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--navy);
  font-weight: 950;
  list-style: none;
}

.corporate-faq-card summary::-webkit-details-marker {
  display: none;
}

.corporate-faq-card p {
  padding: 0 22px 22px;
}

.corporate-cta-section {
  background: var(--white);
}

.corporate-cta-card {
  max-width: 980px;
  padding: 46px;
  text-align: center;
  border: 1px solid rgba(0, 31, 58, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.96));
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.1);
}

.corporate-cta-card h2 {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.corporate-cta-card p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
  color: #40576a;
}

.corporate-cta-card .btn {
  min-width: 250px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .corporate-hero-grid,
  .corporate-day-layout,
  .corporate-faq-layout {
    grid-template-columns: 1fr;
  }

  .corporate-day-intro,
  .corporate-faq-intro {
    position: static;
  }

  .corporate-exam-grid,
  .corporate-pathway-grid,
  .corporate-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .corporate-hero-section,
  .corporate-exam-section,
  .corporate-day-section,
  .corporate-pathway-section,
  .corporate-support-section,
  .corporate-faq-section,
  .corporate-cta-section {
    padding: 58px 0;
  }

  .corporate-exam-grid,
  .corporate-pathway-grid,
  .corporate-support-grid {
    grid-template-columns: 1fr;
  }

  .corporate-stat-banner {
    padding: 26px 22px;
  }

  .corporate-hero-copy h1 {
    font-size: 2.65rem;
  }

  .corporate-hero-actions {
    display: grid;
  }

  .corporate-hero-visual,
  .corporate-hero-visual > img {
    min-height: 380px;
  }

  .corporate-day-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 20px;
  }

  .corporate-day-card span {
    width: 48px;
    height: 48px;
    font-size: 0.95rem;
    box-shadow: 0 0 0 6px rgba(0, 31, 58, 0.78);
  }

  .corporate-day-list::before {
    left: 43px;
  }

  .corporate-day-intro {
    padding: 24px;
  }

  .corporate-day-image,
  .corporate-day-image img {
    min-height: 260px;
  }

  .corporate-cta-card {
    padding: 30px 22px;
  }

  .corporate-cta-card .btn {
    width: 100%;
    min-width: 0;
  }
}

.membership-page-main {
  overflow: hidden;
  background: #fbfaf7;
}

.membership-page-main > section {
  scroll-margin-top: 88px;
}

.membership-tier-section::after,
.membership-fit-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 31, 58, 0.18), transparent);
}

.membership-tier-section .eyebrow,
.membership-fit-copy .eyebrow,
.membership-signal-intro .eyebrow {
  color: #54bdf1;
}

.membership-tier-section {
  position: relative;
  padding: 86px 0 96px;
  background:
    linear-gradient(180deg, #fbfaf7 0%, #eef8fd 52%, #fbfaf7 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.04) 0 1px, transparent 1px 132px);
}

.membership-tier-section .section-heading {
  max-width: 840px;
}

.membership-tier-section .section-heading h2 {
  color: var(--navy);
}

.membership-tier-section .heading-copy {
  color: #52677a;
}

.membership-tier-intro {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: 18px;
  align-items: start;
}

.membership-tier-intro h1 {
  max-width: 760px;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 1;
}

.membership-tier-intro > div:first-child > p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 18px;
  color: #30485d;
  font-size: 1.02rem;
}

.membership-path-points {
  display: grid;
  gap: 10px;
}

.membership-path-point {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(0, 31, 58, 0.08);
}

.membership-path-point span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.membership-path-point p {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.34;
}

.membership-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.membership-tier-card {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(84, 189, 241, 0.3), transparent 30%),
    linear-gradient(155deg, #001f3a 0%, #073d62 100%);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.18);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.membership-tier-card:nth-child(1) {
  color: var(--navy);
  border-color: rgba(32, 95, 157, 0.2);
  background:
    radial-gradient(circle at 14% 0%, rgba(84, 189, 241, 0.28), transparent 32%),
    linear-gradient(150deg, #ffffff 0%, #eef8fd 58%, #d8eef8 100%);
  box-shadow: 0 24px 62px rgba(0, 31, 58, 0.13);
}

.membership-tier-card:nth-child(2) {
  margin-top: -18px;
  background:
    radial-gradient(circle at 88% 0%, rgba(127, 212, 255, 0.24), transparent 34%),
    linear-gradient(155deg, #002945 0%, #00669c 100%);
  box-shadow: 0 34px 92px rgba(0, 31, 58, 0.24);
}

.membership-tier-card:nth-child(3) {
  border-color: rgba(194, 141, 72, 0.28);
  background:
    radial-gradient(circle at 88% 10%, rgba(194, 141, 72, 0.28), transparent 34%),
    linear-gradient(155deg, #001426 0%, #002c4c 54%, #12344e 100%);
}

.membership-tier-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(84, 189, 241, 0.2);
  border-radius: 8px;
  pointer-events: none;
}

.membership-tier-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 76px;
  height: 1px;
  background: linear-gradient(90deg, rgba(84, 189, 241, 0.72), rgba(84, 189, 241, 0.54), transparent);
}

.membership-tier-card:nth-child(1)::before {
  border-color: rgba(32, 95, 157, 0.14);
}

.membership-tier-card:nth-child(1)::after {
  background: linear-gradient(90deg, rgba(32, 95, 157, 0.44), rgba(84, 189, 241, 0.38), transparent);
}

.membership-tier-card:nth-child(3)::after {
  background: linear-gradient(90deg, rgba(194, 141, 72, 0.75), rgba(84, 189, 241, 0.32), transparent);
}

.membership-tier-card:hover {
  transform: translateY(-7px);
  border-color: rgba(84, 189, 241, 0.58);
  box-shadow: 0 38px 96px rgba(0, 31, 58, 0.32);
}

.membership-tier-kicker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding-right: 10px;
}

.membership-tier-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #54bdf1;
  border: 1px solid rgba(84, 189, 241, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.membership-tier-source {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #7fd4ff;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.membership-tier-signal {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 22px;
  padding: 7px 10px;
  color: #e7f6ff;
  border: 1px solid rgba(84, 189, 241, 0.2);
  border-radius: 999px;
  background: rgba(84, 189, 241, 0.09);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.membership-tier-card h2 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1.03;
}

.membership-tier-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.membership-tier-price strong {
  color: #54bdf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 1;
}

.membership-tier-price span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-tier-story {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.membership-best-fit {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 16px;
  border-left: 2px solid #7fd4ff;
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.08);
}

.membership-best-fit span {
  color: #54bdf1;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-best-fit p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}

.membership-include-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.membership-include-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
}

.membership-include-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(84, 189, 241, 0.74);
  border-radius: 999px;
  background: rgba(84, 189, 241, 0.2);
}

.membership-tier-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #e7f6ff;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.membership-tier-link::after {
  content: "→";
  color: #7fd4ff;
}

.membership-tier-link:hover,
.membership-tier-link:focus-visible {
  color: #54bdf1;
  transform: translateX(3px);
}

.membership-tier-card:nth-child(1) .membership-tier-icon {
  color: var(--blue);
  border-color: rgba(32, 95, 157, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.membership-tier-card:nth-child(1) .membership-tier-source,
.membership-tier-card:nth-child(1) .membership-tier-signal,
.membership-tier-card:nth-child(1) .membership-best-fit span,
.membership-tier-card:nth-child(1) .membership-tier-link,
.membership-tier-card:nth-child(1) .membership-tier-link::after {
  color: var(--blue);
}

.membership-tier-card:nth-child(1) .membership-tier-signal {
  border-color: rgba(32, 95, 157, 0.18);
  background: rgba(255, 255, 255, 0.66);
}

.membership-tier-card:nth-child(1) h2,
.membership-tier-card:nth-child(1) .membership-tier-story,
.membership-tier-card:nth-child(1) .membership-best-fit p,
.membership-tier-card:nth-child(1) .membership-include-list li {
  color: var(--navy);
}

.membership-tier-card:nth-child(1) .membership-tier-price {
  border-top-color: rgba(0, 31, 58, 0.12);
  border-bottom-color: rgba(0, 31, 58, 0.12);
}

.membership-tier-card:nth-child(1) .membership-tier-price strong {
  color: var(--blue);
}

.membership-tier-card:nth-child(1) .membership-tier-price span {
  color: #52677a;
}

.membership-tier-card:nth-child(1) .membership-best-fit {
  border-left-color: var(--blue);
  background: rgba(255, 255, 255, 0.68);
}

.membership-tier-card:nth-child(1) .membership-include-list li::before {
  border-color: rgba(32, 95, 157, 0.44);
  background: rgba(84, 189, 241, 0.24);
}

.membership-tier-card:nth-child(1) .membership-tier-link {
  border-top-color: rgba(0, 31, 58, 0.12);
}

.membership-tier-card:nth-child(3) .membership-tier-icon,
.membership-tier-card:nth-child(3) .membership-tier-price strong,
.membership-tier-card:nth-child(3) .membership-best-fit span,
.membership-tier-card:nth-child(3) .membership-tier-link::after {
  color: #d6a35c;
}

.membership-tier-card:nth-child(3) .membership-tier-source,
.membership-tier-card:nth-child(3) .membership-tier-signal {
  color: #f3d7ad;
}

.membership-tier-card:nth-child(3) .membership-best-fit {
  border-left-color: #d6a35c;
  background: rgba(194, 141, 72, 0.1);
}

.membership-signal-section {
  padding: 96px 0 92px;
  background:
    radial-gradient(circle at 18% 16%, rgba(84, 189, 241, 0.2), transparent 32%),
    linear-gradient(105deg, #001426 0%, #002844 58%, #001a30 100%);
  color: var(--white);
}

.membership-signal-grid {
  display: grid;
  gap: 22px;
  align-items: start;
}

.membership-care-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.membership-signal-intro {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.052)),
    linear-gradient(90deg, rgba(84, 189, 241, 0.16), transparent 64%);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.24);
}

.membership-signal-intro h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2.15rem, 3.5vw, 3.4rem);
  line-height: 1.02;
}

.membership-signal-intro p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
}

.membership-experience-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

.membership-experience-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  align-items: start;
  min-height: 164px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
}

.membership-experience-card span {
  color: #7fd4ff;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-experience-card h3 {
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 950;
}

.membership-experience-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.membership-care-image-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(84, 189, 241, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.26);
}

.membership-care-image-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(1.03) contrast(1.02);
}

.membership-care-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 20, 38, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 20, 38, 0.22), transparent 48%);
  pointer-events: none;
}

.membership-care-image-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 20, 38, 0.62);
  backdrop-filter: blur(14px);
}

.membership-care-image-card figcaption span {
  color: var(--brand-cyan);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.membership-care-image-card figcaption strong {
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.membership-signal-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(127, 212, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 253, 0.9)),
    var(--white);
  box-shadow: 0 30px 78px rgba(0, 20, 38, 0.28);
}

.membership-signal-panel-head {
  grid-column: 1 / -1;
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  padding: 4px 4px 16px;
  border-bottom: 1px solid rgba(0, 31, 58, 0.1);
}

.membership-signal-panel-head span {
  color: var(--brand-blue);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.membership-signal-panel-head p {
  max-width: 410px;
  margin-top: 0;
  color: #4d6578;
  font-size: 0.86rem;
  line-height: 1.5;
}

.membership-signal-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  align-content: start;
  min-height: 0;
  padding: 20px;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 255, 0.94));
  box-shadow: 0 18px 42px rgba(0, 31, 58, 0.09);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.membership-signal-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-cyan), rgba(214, 163, 92, 0.85));
}

.membership-signal-card:nth-of-type(2)::before {
  background: linear-gradient(90deg, #d6a35c, rgba(84, 189, 241, 0.92));
}

.membership-signal-card:nth-of-type(3)::before {
  background: linear-gradient(90deg, #0a4e90, #54bdf1);
}

.membership-signal-card:nth-of-type(4)::before {
  background: linear-gradient(90deg, #001f3a, #d6a35c);
}

.membership-signal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(84, 189, 241, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(235, 248, 254, 0.98));
  box-shadow: 0 24px 54px rgba(0, 31, 58, 0.16);
}

.membership-signal-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  color: var(--brand-blue);
  border: 1px solid rgba(84, 189, 241, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(84, 189, 241, 0.18), rgba(255, 255, 255, 0.72));
}

.membership-signal-card h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 950;
}

.membership-signal-card p {
  margin-top: 0;
  color: #536b7e;
  font-size: 0.82rem;
  line-height: 1.45;
}

.membership-fit-section {
  position: relative;
  padding: 86px 0 88px;
  background:
    linear-gradient(112deg, #fbfaf7 0%, #f5f2ed 48%, #eaf7fd 100%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.04) 0 1px, transparent 1px 132px);
}

.membership-fit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.membership-fit-copy h2 {
  max-width: 720px;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.2rem, 3.6vw, 3.45rem);
  line-height: 1.02;
}

.membership-fit-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: #293f53;
  font-size: 0.98rem;
}

.membership-fit-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.membership-fit-list div {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(0, 31, 58, 0.08);
}

.membership-fit-list span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.membership-fit-list p {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
}

.membership-testimonial-section {
  padding: 0 0 78px;
  background: #fbfaf7;
}

.membership-testimonial-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  color: var(--navy);
  border: 1px solid rgba(0, 31, 58, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 253, 0.74)),
    var(--white);
  box-shadow: 0 28px 72px rgba(0, 31, 58, 0.14);
}

.membership-testimonial-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #001426;
}

.membership-testimonial-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.membership-testimonial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 20, 38, 0.78));
}

.membership-testimonial-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 9px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 20, 38, 0.62);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.membership-testimonial-copy {
  padding: clamp(30px, 4vw, 54px);
}

.membership-testimonial-copy .eyebrow {
  color: var(--brand-blue);
}

.membership-testimonial-copy blockquote {
  margin-top: 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.1vw, 3rem);
  line-height: 1.08;
}

.membership-testimonial-meta {
  display: grid;
  gap: 3px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 31, 58, 0.12);
}

.membership-testimonial-meta strong {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 950;
}

.membership-testimonial-meta span {
  color: #587086;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-section {
  padding: 0 0 30px;
}

.footer-top {
  display: grid;
  grid-template-columns: 130px minmax(0, 1.55fr) minmax(220px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px 0 18px;
}

.footer-copy h2 {
  color: var(--white);
  font-size: 1.55rem;
}

.footer-copy p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.footer-copy .copyright {
  margin-top: 22px;
}

.footer-actions {
  display: grid;
  gap: 8px;
}

.footer-actions .btn {
  min-height: 32px;
  padding: 0.45rem 1rem;
  background: #0a4e90;
  border-color: #0a4e90;
}

.footer-actions .btn-outline-light {
  color: #001f3a;
  background: linear-gradient(135deg, #54bdf1 0%, #9be3ff 100%);
  border-color: rgba(127, 212, 255, 0.86);
}

.footer-actions p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
}

.footer-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 6px;
}

.footer-partner-portal {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #dff5ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(127, 212, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.footer-partner-portal:hover,
.footer-partner-portal:focus-visible {
  color: var(--white);
  border-color: rgba(127, 212, 255, 0.82);
  background: rgba(84, 189, 241, 0.12);
  transform: translateY(-2px);
}

.footer-social-thumb {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #001f3a;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(127, 212, 255, 0.82);
  background: linear-gradient(135deg, #54bdf1 0%, #9be3ff 100%);
  box-shadow: 0 12px 28px rgba(84, 189, 241, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.footer-linkedin-thumb {
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
  box-shadow: 0 12px 28px rgba(10, 102, 194, 0.22);
}

.footer-youtube-thumb {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, #ff2b2b 0%, #d70000 100%);
  box-shadow: 0 12px 28px rgba(255, 43, 43, 0.2);
}

.footer-youtube-play {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.footer-social-thumb:hover,
.footer-social-thumb:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(84, 189, 241, 0.28);
}

.footer-linkedin-thumb:hover,
.footer-linkedin-thumb:focus-visible {
  box-shadow: 0 16px 34px rgba(10, 102, 194, 0.34);
}

.footer-youtube-thumb:hover,
.footer-youtube-thumb:focus-visible {
  box-shadow: 0 16px 34px rgba(255, 43, 43, 0.32);
}

.affiliate-login-main {
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(251, 250, 247, 1) 0%, rgba(245, 242, 237, 0.96) 54%, rgba(232, 226, 217, 0.76) 100%),
    var(--paper-soft);
}

.affiliate-login-section {
  position: relative;
  padding: 76px 0 86px;
  background:
    radial-gradient(circle at 82% 8%, rgba(84, 189, 241, 0.16), transparent 30%),
    repeating-linear-gradient(90deg, rgba(0, 31, 58, 0.045) 0 1px, transparent 1px 118px);
}

.affiliate-login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.affiliate-auth-grid {
  display: grid;
  justify-items: center;
}

.affiliate-login-card {
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(84, 189, 241, 0.24);
  background:
    radial-gradient(circle at 88% 8%, rgba(84, 189, 241, 0.2), transparent 28%),
    linear-gradient(145deg, #00172b 0%, #00365f 100%);
  box-shadow: 0 28px 68px rgba(0, 31, 58, 0.22);
}

.affiliate-register-card {
  width: min(100%, 560px);
}

.affiliate-login-kicker {
  color: #7fd4ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.affiliate-login-card h2 {
  color: var(--white);
  font-size: 2rem;
}

.affiliate-login-card label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.affiliate-login-card input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--white);
  border: 1px solid rgba(127, 212, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.affiliate-login-card input:focus {
  border-color: rgba(127, 212, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(84, 189, 241, 0.14);
}

.affiliate-login-card .btn {
  min-height: 48px;
  margin-top: 4px;
  color: #001f3a;
  border-color: rgba(127, 212, 255, 0.86);
  background: linear-gradient(135deg, #54bdf1 0%, #8ee0ff 54%, #f1fbff 100%);
}

.affiliate-login-message {
  color: #d7f2ff;
  font-size: 0.82rem;
  line-height: 1.45;
}

.affiliate-login-help {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  text-align: center;
  text-decoration: none;
}

.affiliate-login-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.affiliate-login-links a,
.affiliate-login-help {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.affiliate-login-links a:hover,
.affiliate-login-links a:focus-visible,
.affiliate-login-help:hover,
.affiliate-login-help:focus-visible {
  color: #7fd4ff;
}

.seal-wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 132px;
  margin-inline: auto;
  padding: 0;
  text-align: center;
  overflow: visible;
}

.footer-seal-mark {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #54bdf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(84, 189, 241, 0.7);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(84, 189, 241, 0.16), transparent 58%),
    rgba(0, 20, 38, 0.44);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.footer-seal-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(84, 189, 241, 0.38);
  border-radius: inherit;
}

.footer-seal-mark::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  bottom: 16px;
  background: rgba(84, 189, 241, 0.44);
}

.seal-wrap p {
  max-width: 118px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.18;
}

.footer-links {
  display: grid;
  grid-template-columns: minmax(112px, 146px) minmax(0, 1fr);
  align-items: center;
  gap: 18px 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

.footer-links .seal-wrap {
  margin-inline: 0;
}

.footer-links .footer-seal-mark {
  width: 54px;
  height: 54px;
  font-size: 0.98rem;
}

.footer-links .seal-wrap p {
  max-width: 108px;
  font-size: 0.76rem;
}

.footer-link-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 8px 34px;
}

.footer-link-list a {
  color: inherit;
  text-decoration: none;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible {
  color: var(--white);
}

@media (max-width: 1100px) {
  .nav-shell {
    gap: 22px;
  }

  .logo {
    width: 148px;
    height: 52px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }

  .problem-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .clinic-summary-grid {
    grid-template-columns: 1fr;
  }

  .clinic-summary-intro {
    max-width: 760px;
  }

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

  .performance-health-grid {
    grid-template-columns: 1fr;
  }

  .performance-health-intro {
    position: relative;
    top: auto;
    margin-top: 0;
  }

  .model-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .model-intro p:not(.eyebrow) {
    max-width: 720px;
    justify-self: start;
    padding: 20px 22px 20px 26px;
    border: 1px solid rgba(0, 31, 58, 0.13);
    border-left: 3px solid var(--gold);
  }

  .model-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-map-heading,
  .service-map-board {
    grid-template-columns: 1fr;
  }

  .service-map-orbit {
    max-width: 680px;
  }

  .service-map-heading p:not(.eyebrow) {
    max-width: 720px;
  }

  .service-map-detail {
    min-height: 0;
  }

  .platform-grid {
    grid-template-columns: minmax(260px, 0.84fr) 1fr;
    padding: 64px 0 68px;
  }

  .platform-intel-graphic {
    display: none;
  }

  .platform-copy {
    grid-column: 1 / -1;
  }

  .platform-feature-grid {
    grid-column: 1 / -1;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .affiliate-login-grid {
    grid-template-columns: 1fr;
  }

  .about-page-hero-grid {
    grid-template-columns: 1fr 260px;
  }

  .about-highlight-panel {
    grid-column: 1 / -1;
  }

  .about-content-grid {
    grid-template-columns: 1fr;
  }

  .case-study-hero-grid,
  .case-study-dossier-grid,
  .testimonial-video-hero-grid,
  .qa-content-grid,
  .qa-contact-card,
  .team-hero-grid,
  .team-lead-card,
  .team-update-card {
    grid-template-columns: 1fr;
  }

  .team-lead-photo-card {
    width: min(100%, 430px);
    height: 500px;
  }

  .case-study-library-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .case-study-library-cta {
    max-width: 420px;
  }

  .case-study-card-grid,
  .qa-faq-card summary,
  .team-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qa-faq-card p {
    margin-left: 26px;
  }

  .service-conversion-grid {
    grid-template-columns: 1fr;
  }

  .platform-launch-grid,
  .platform-feature-band-head,
  .platform-flow-grid,
  .platform-flow-protocol-panel,
  .platform-protocol-grid,
  .membership-tier-intro,
  .membership-care-hero,
  .membership-signal-grid,
  .membership-fit-grid,
  .membership-testimonial-card {
    grid-template-columns: 1fr;
  }

  .platform-feature-band-grid,
  .platform-flow-list,
  .membership-tier-grid,
  .membership-signal-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .membership-fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-flow-intro,
  .membership-signal-intro {
    position: static;
  }

  .membership-care-image-card img {
    min-height: 420px;
  }

  .membership-path-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .membership-path-point {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .platform-command-panel {
    min-height: 420px;
  }

  .membership-command-card,
  .membership-tier-card {
    min-height: 0;
  }

  .about-content-intro {
    position: static;
    padding: 28px;
  }

  .programs-hero-grid,
  .programs-directory-grid,
  .iv-hero-grid,
  .iv-intro-grid,
  .iv-medical-grid,
  .iv-testing-grid {
    grid-template-columns: 1fr;
  }

  .programs-hero-photo,
  .iv-hero-visual {
    min-height: 430px;
  }

  .programs-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .programs-condition-grid,
  .iv-benefit-grid,
  .iv-mature-strip,
  .iv-injection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-menu-group {
    grid-template-columns: 1fr;
  }

  .iv-menu-group > h3,
  .iv-medical-intro {
    position: static;
  }

  .iv-menu-card-grid,
  .iv-package-grid,
  .iv-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 22px;
    gap: 8px;
  }

  .performance-health-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-left: 0;
  }

  .performance-health-timeline::before {
    display: none;
  }

  .clinic-summary-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clinic-summary-card {
    padding: 24px;
  }

  .hero-visual {
    min-height: clamp(430px, 64vw, 500px);
    align-self: center;
  }

  .hero-reference-scene {
    right: 50%;
    bottom: 0;
    width: min(610px, 104vw);
    translate: 50% 0;
  }

  .doctor-light {
    right: 50%;
    bottom: 0;
    left: auto;
    top: auto;
    width: min(330px, 78vw);
    translate: 50% 0;
  }

  .hero-sign {
    left: 50%;
    top: 44px;
    width: min(300px, 76vw);
    translate: -50% 0;
  }

  .proof-strip {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 12px;
  }

  .proof-item:nth-child(2n) {
    border-right: 0;
  }

  .proof-item:nth-child(2n)::after {
    display: none;
  }

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

  .platform-launch-grid {
    min-height: 0;
    padding: 58px 0 64px;
  }

  .platform-launch-copy h1 {
    font-size: clamp(2.55rem, 8.8vw, 4.2rem);
  }

  .platform-flow-card {
    grid-template-columns: 52px 1fr;
    align-items: start;
  }

  .membership-tier-grid {
    grid-template-columns: 1fr;
  }

  .membership-tier-card:nth-child(2) {
    margin-top: 0;
  }

  .membership-fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-flow-card p {
    grid-column: 2;
  }

  .about-page-hero-grid,
  .about-next-grid,
  .about-continue-section .about-next-grid,
  .service-step-strip,
  .programs-directory-intro {
    grid-template-columns: 1fr;
  }

  .programs-directory-intro > p {
    justify-self: start;
  }

  .programs-hero-section,
  .iv-hero-section {
    padding: 58px 0 64px;
  }

  .programs-condition-grid,
  .iv-benefit-grid,
  .iv-mature-strip,
  .iv-injection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page-hero-grid {
    min-height: 0;
    padding: 46px 0 42px;
  }

  .about-stat-card {
    min-height: 180px;
  }

  .about-portrait-card {
    min-height: 0;
  }

  .about-portrait-card img {
    height: 320px;
  }

  .about-next-links {
    justify-content: flex-start;
  }

  .case-study-dossier-head {
    align-items: start;
    flex-direction: column;
  }

  .case-study-modal-close {
    margin-left: 0;
  }

  .arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-container {
    width: min(100% - 30px, 1140px);
  }

  .consultation-modal-backdrop {
    padding: 14px;
    place-items: end center;
  }

  .consultation-modal {
    max-height: calc(100vh - 28px);
    padding: 28px 22px 22px;
    overflow-y: auto;
  }

  .consultation-modal h2 {
    padding-right: 0;
    font-size: 2.35rem;
  }

  .consultation-modal-close {
    position: static;
    justify-self: end;
    float: right;
    margin: -6px -2px 8px 12px;
  }

  .consultation-contact-grid {
    grid-template-columns: 1fr;
  }

  .consultation-contact-option {
    min-height: 0;
  }

  .site-nav {
    backdrop-filter: none;
  }

  .logo {
    width: 128px;
    height: 44px;
  }

  .team-testimonial-photo,
  .team-testimonial-photo img {
    min-height: 240px;
  }

  .hero-title {
    font-size: 2.35rem;
    line-height: 1.12;
    padding-bottom: 0.08em;
    overflow: visible;
  }

  .hero-title span {
    line-height: 1.16;
    padding-bottom: 0.08em;
    overflow: visible;
  }

  .performance-health-section {
    padding: 58px 0 62px;
  }

  .clinic-summary-section {
    padding: 52px 0 58px;
  }

  .clinic-summary-cards {
    grid-template-columns: 1fr;
  }

  .clinic-summary-card {
    min-height: 0;
    padding: 22px;
  }

  .performance-health-intro {
    padding: 24px;
  }

  .performance-health-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 0;
  }

  .performance-health-timeline::before {
    display: none;
  }

  .performance-health-timeline-item {
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: none;
    gap: 12px;
  }

  .performance-health-timeline-marker {
    justify-content: flex-start;
  }

  .performance-health-timeline-marker span {
    width: 36px;
    height: 36px;
    font-size: 0.66rem;
  }

  .performance-health-timeline-top,
  .performance-health-timeline-body {
    padding: 20px;
  }

  .performance-health-actions {
    flex-direction: column;
  }

  .performance-health-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-visual {
    min-height: clamp(340px, 88vw, 430px);
  }

  .hero-reference-scene {
    width: min(500px, 112vw);
  }

  .hero-actions,
  .about-page-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .proof-strip {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 14px 0 16px;
  }

  .proof-carousel-btn {
    width: 34px;
    height: 34px;
    font-size: 1.45rem;
  }

  .proof-carousel-viewport {
    border-inline: 0;
  }

  .btn {
    width: 100%;
  }

  .hero-actions .btn {
    min-width: 0;
    min-height: 58px;
    font-size: 0.88rem;
  }

  .pain-grid,
  .model-card-grid,
  .service-map-board,
  .process-row,
  .platform-grid,
  .platform-feature-grid,
  .about-card-grid,
  .case-study-card-grid,
  .case-study-step-list,
  .testimonial-video-grid,
  .qa-faq-card summary,
  .platform-feature-band-grid,
  .platform-flow-list,
  .platform-flow-protocol-panel,
    .command-data-grid,
  .team-card-grid,
  .membership-fit-list,
  .membership-care-hero,
  .membership-experience-strip,
  .membership-signal-cards,
  .membership-path-points,
  .membership-mini-metrics,
  .programs-card-grid,
  .programs-condition-grid,
  .programs-list-grid,
  .iv-mature-strip,
  .iv-benefit-grid,
  .iv-menu-card-grid,
  .iv-package-grid,
  .iv-medical-list,
  .iv-testing-panel,
  .iv-steps-grid,
  .iv-injection-grid {
    grid-template-columns: 1fr;
  }

  .problem-section,
  .process-section,
  .case-study-library-section,
  .case-study-detail-section,
  .testimonial-video-library-section,
  .qa-content-section,
  .qa-faq-section,
  .qa-contact-section,
  .platform-flow-section,
  .platform-protocol-section,
  .membership-tier-section,
  .membership-signal-section,
  .membership-fit-section {
    padding: 46px 0 52px;
  }

  .programs-hero-copy h1,
  .iv-hero-copy h1 {
    font-size: 2.55rem;
  }

  .programs-hero-actions,
  .iv-hero-actions {
    display: grid;
  }

  .programs-hero-actions .btn,
  .programs-cta-card .btn,
  .iv-hero-actions .btn,
  .iv-final-card .btn {
    width: 100%;
  }

  .programs-hero-photo,
  .iv-hero-visual {
    min-height: 330px;
    border-radius: 22px;
  }

  .programs-hero-photo img,
  .iv-hero-visual > img {
    min-height: 330px;
  }

  .iv-mature-strip figure,
  .iv-mature-strip img {
    min-height: 230px;
  }

  .programs-core-section,
  .programs-treat-section,
  .programs-directory-section,
  .programs-cta-section,
  .iv-intro-section,
  .iv-menu-section,
  .iv-package-section,
  .iv-medical-section,
  .iv-testing-section,
  .iv-steps-section,
  .iv-injection-section,
  .iv-final-section {
    padding: 48px 0;
  }

  .programs-directory-panel,
  .programs-cta-card,
  .iv-quote-card,
  .iv-benefit-card,
  .iv-menu-card,
  .iv-package-intro,
  .iv-package-card,
  .iv-medical-list article,
  .iv-testing-panel,
  .iv-step-card,
  .iv-injection-grid article,
  .iv-final-card {
    padding: 24px;
    border-radius: 22px;
  }

  .iv-card-image {
    height: 160px;
  }

  .iv-testing-visual,
  .iv-testing-visual > img {
    min-height: 390px;
    border-radius: 22px;
  }

  .iv-testing-visual .iv-testing-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .iv-final-image {
    height: 190px;
    border-radius: 18px;
  }

  .platform-launch-grid,
  .platform-feature-band {
    padding: 46px 0 52px;
  }

  .membership-tier-intro h1 {
    font-size: 2.35rem;
  }

  .membership-path-point {
    min-height: 0;
  }

  .platform-feature-band-inner {
    gap: 24px;
  }

  .platform-module-map {
    min-height: 0;
    gap: 16px;
    padding: 18px;
  }

  .module-map-topbar {
    flex-direction: column;
    gap: 6px;
  }

  .module-map-system {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .module-map-system::before,
  .module-map-system::after {
    display: none;
  }

  .module-map-core {
    min-height: 156px;
    order: -1;
  }

  .module-map-node {
    min-height: 64px;
  }

  .module-map-pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-hero-grid,
  .team-roster-section {
    padding: 46px 0 52px;
  }

  .case-study-hero-grid {
    min-height: 0;
    padding: 46px 0 52px;
  }

  .testimonial-video-hero-grid {
    min-height: 0;
    padding: 46px 0 52px;
  }

  .case-study-hero-copy h1 {
    font-size: 2.35rem;
  }

  .case-study-library-intro h1 {
    font-size: 2.35rem;
  }

  .testimonial-video-hero-copy h1 {
    font-size: 2.35rem;
  }

  .qa-intro h1 {
    font-size: 2.35rem;
  }

  .case-study-hero-actions {
    flex-direction: column;
  }

  .testimonial-video-hero-actions {
    flex-direction: column;
  }

  .case-study-command-card,
  .case-study-library-cta,
  .case-study-intro-card,
  .case-study-start-card,
  .case-study-story-card,
  .case-study-result-card,
  .testimonial-feature-video,
  .testimonial-video-card-body,
  .qa-summary-card,
  .qa-faq-card summary,
  .qa-contact-card {
    padding: 22px;
  }

  .qa-faq-card p {
    margin: -2px 22px 22px;
  }

  .qa-location-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: none;
    margin: -4px 22px 24px;
  }

  .qa-contact-strip,
  .qa-contact-card {
    align-items: stretch;
  }

  .qa-contact-strip {
    width: 100%;
    justify-self: stretch;
    margin-top: 2px;
  }

  .case-study-intro-card {
    min-height: 0;
  }

  .case-study-library-primary {
    min-height: 0;
    padding: 46px 0 52px;
  }

  .case-study-library-intro {
    gap: 14px;
  }

  .case-study-modal-shell {
    align-items: start;
    padding: 12px;
  }

  .case-study-modal-card {
    max-height: calc(100vh - 24px);
  }

  .team-card {
    grid-template-rows: 220px 1fr;
    min-height: 0;
  }

  .platform-launch-actions,
  .platform-protocol-actions {
    flex-direction: column;
  }

  .platform-launch-actions .btn,
  .platform-protocol-actions .btn {
    min-width: 0;
  }

  .platform-launch-copy h1 {
    font-size: 2.55rem;
  }

  .team-hero-copy h1 {
    font-size: 2.35rem;
  }

  .team-lead-photo-card {
    width: min(100%, 360px);
    height: 430px;
    margin-inline: auto;
  }

  .team-lead-card {
    min-height: 0;
    padding: 0;
  }

  .team-lead-portrait {
    min-height: 360px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(84, 189, 241, 0.22);
  }

  .team-lead-portrait img {
    width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  .team-lead-details {
    padding: 26px 22px;
  }

  .team-lead-milestones {
    grid-template-columns: 1fr;
  }

  .platform-launch-deck {
    font-size: 0.95rem;
  }

  .platform-command-panel,
  .platform-protocol-copy,
  .platform-flow-intro,
  .platform-flow-protocol-panel,
    .platform-launch-card,
    .platform-protocol-stack,
    .team-card-body,
    .team-update-card,
    .membership-command-card,
    .membership-signal-intro,
  .membership-signal-card {
    padding: 22px;
  }

  .membership-testimonial-copy {
    padding: 24px;
  }

  .membership-experience-card {
    grid-template-columns: 1fr;
  }

  .membership-signal-cards {
    padding: 14px;
  }

  .membership-signal-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 15px;
  }

  .membership-signal-card .membership-signal-icon {
    grid-row: 1 / 3;
  }

  .membership-signal-card p {
    grid-column: 2;
  }

  .membership-signal-panel-head {
    display: grid;
  }

  .membership-care-image-card img {
    min-height: 330px;
  }

  .membership-fit-list div {
    min-height: 0;
  }

  .platform-command-panel::before,
  .platform-protocol-copy::before,
  .platform-flow-intro::before,
  .platform-flow-protocol-panel::before,
  .membership-command-card::before {
    inset: 10px;
  }

  .command-score-row {
    grid-template-columns: 1fr;
  }

  .command-score-ring {
    width: 112px;
    height: 112px;
  }

  .command-score-ring strong {
    font-size: 2.3rem;
  }

  .platform-launch-meta span {
    width: 100%;
  }

  .platform-flow-card {
    grid-template-columns: 1fr;
  }

  .platform-flow-protocol-copy {
    min-height: 0;
  }

  .platform-flow-icon,
  .platform-flow-card span,
  .platform-flow-card h3,
  .platform-flow-card p {
    grid-row: auto;
    grid-column: auto;
  }

  .problem-copy h2 {
    font-size: 2.08rem;
  }

  .problem-lede {
    font-size: 0.95rem;
  }

  .model-grid,
  .platform-grid {
    padding: 48px 0 54px;
  }

  .membership-testimonial-section {
    padding-bottom: 46px;
  }

  .platform-copy {
    padding: 22px;
  }

  .platform-copy::before {
    inset: 10px;
  }

  .pain-grid {
    gap: 14px;
    margin-top: 30px;
  }

  .pain-graphic {
    min-height: 104px;
  }

  .graphic-data-node {
    min-width: 62px;
    padding: 6px 7px;
  }

  .pain-card,
  .model-card,
  .service-map-shell,
  .service-map-detail,
  .process-step,
  .platform-feature,
  .platform-flow-card,
  .membership-tier-card {
    min-height: 0;
    padding: 22px;
  }

  .model-intro {
    margin-bottom: 24px;
  }

  .service-map-shell {
    margin-top: 20px;
  }

  .service-map-heading {
    gap: 12px;
  }

  .service-map-orbit {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 100%;
    padding: 196px 14px 14px;
  }

  .service-map-orbit::before,
  .service-map-orbit::after,
  .service-map-ring {
    display: none;
  }

  .service-map-center {
    top: 98px;
    width: min(300px, calc(100% - 34px));
    min-height: 154px;
  }

  .service-map-node {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
    transform: none;
  }

  .service-map-node:hover,
  .service-map-node:focus-visible,
  .service-map-node.is-active {
    transform: translateY(-2px);
  }

  .service-map-detail h3 {
    margin-top: 18px;
  }

  .model-card-link {
    margin-top: 20px;
  }

  .reveal-item {
    transform: translate3d(0, 18px, 0);
  }

  .reveal-visible {
    transform: translate3d(0, 0, 0);
  }

  .about-page-copy h1 {
    font-size: 2.3rem;
  }

  .affiliate-login-section {
    padding: 52px 0 58px;
  }

  .affiliate-login-card {
    padding: 24px;
  }

	  .about-content-section {
	    padding: 42px 0 46px;
	  }

  .service-story-card,
  .service-cta-card {
    padding: 24px;
  }

  .service-cta-actions {
    display: grid;
  }

  .service-cta-actions .btn {
    width: 100%;
  }

  .service-conversion-section {
    padding-bottom: 42px;
  }

  .proof-item {
    border-left: 0;
    border-bottom: 0;
    min-height: 118px;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 8px;
  }

  .proof-item svg {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .proof-copy {
    gap: 5px;
  }

  .proof-copy strong {
    font-size: 0.78rem;
  }

  .proof-copy p {
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .proof-item::after {
    display: none;
  }

  .platform-intel-graphic {
    width: min(320px, 100%);
    min-height: 348px;
    margin-inline: auto;
  }

  .intel-score-row {
    grid-template-columns: 92px 1fr;
  }

  .intel-score-ring {
    width: 92px;
    height: 92px;
  }

  .intel-score-ring strong {
    font-size: 1.95rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links .seal-wrap {
    margin-inline: auto;
  }

  .footer-link-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .home-testimonial-section {
    padding: 56px 0 62px;
  }

  .home-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-testimonial-slide {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 34px 26px 30px;
  }

  .home-testimonial-photo {
    min-height: 230px;
    height: 230px;
  }

  .home-testimonial-photo img {
    min-height: 230px;
  }

  .home-testimonial-content blockquote {
    font-size: 2.1rem;
  }

  .home-testimonial-mark {
    top: 18px;
    right: 20px;
    font-size: 5.2rem;
  }

  .home-testimonial-controls {
    padding: 0 20px 22px;
  }

  .legacy-page .nav-shell {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .legacy-nav-space {
    display: none;
  }

  .legacy-page .nav-cta {
    width: auto;
    min-height: 38px;
    padding: 0.64rem 0.95rem;
    font-size: 0.68rem;
  }

  .legacy-policy-grid {
    grid-template-columns: 1fr;
  }

  .legacy-hero,
  .legacy-policy {
    padding: 50px 0 68px;
  }
}

@media (max-width: 560px) {
  .home-testimonial-intro .btn {
    width: 100%;
  }

  .home-testimonial-slide {
    padding: 30px 22px 26px;
  }

  .home-testimonial-photo {
    min-height: 205px;
    height: 205px;
  }

  .home-testimonial-photo img {
    min-height: 205px;
  }

  .home-testimonial-content blockquote {
    font-size: 1.82rem;
  }

  .home-testimonial-content > p {
    font-size: 0.9rem;
  }

  .home-testimonial-controls {
    gap: 12px;
  }

  .home-testimonial-btn {
    width: 36px;
    height: 36px;
    font-size: 1.45rem;
  }

  .legacy-page .nav-cta {
    display: none;
  }

  .legacy-panel,
  .legacy-card {
    padding: 22px;
  }

  .legacy-title {
    font-size: clamp(2rem, 13vw, 3.1rem);
  }

  .legacy-actions .btn {
    width: 100%;
  }

  .service-map-orbit {
    grid-template-columns: 1fr;
  }

  .service-map-heading h3 {
    font-size: 1.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
