﻿:root {
  --ink: #163a52;
  --muted: #5a7182;
  --line: #d7e6ef;
  --surface: #ffffff;
  --soft: #f2f8fc;
  --mint: #049fda;
  --teal: #2f5a78;
  --blue: #049fda;
  --coral: #0b9fda;
  --gold: #7bc8ed;
  --shadow: 0 18px 45px rgba(22, 58, 82, 0.12);
  --radius: 8px;
  --container: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fbfd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

p {
  color: var(--muted);
  overflow-wrap: break-word;
}

.site-shell {
  background: var(--surface);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.top-strip {
  background: #132d44;
  color: #eaf6fb;
  font-size: 0.9rem;
}

.top-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.top-strip a {
  color: #ffffff;
}

.top-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-brand-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
}

.top-brand-title img {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 230, 226, 0.82);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: var(--container);
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  width: auto;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.brand img {
  display: block;
  width: clamp(220px, 18vw, 270px);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #425b70;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--teal);
  background: #e8f6fc;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.header-actions .button {
  min-height: 44px;
  padding: 10px 17px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
  font-weight: 760;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(47, 90, 120, 0.18);
}

.button:hover {
  background: #244f6d;
}

.button.secondary {
  background: #ffffff;
  color: var(--teal);
  border: 1px solid #b9d9ea;
  box-shadow: none;
}

.button.urgent {
  background: var(--coral);
  box-shadow: 0 14px 30px rgba(4, 159, 218, 0.18);
}

.hero {
  min-height: 74vh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 251, 253, 0.98) 0%, rgba(247, 251, 253, 0.9) 42%, rgba(247, 251, 253, 0.18) 76%),
    url("assets/hero-diagnostics.jpg") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 9px;
  background: linear-gradient(90deg, var(--mint), var(--teal), var(--gold), var(--coral));
}

.hero-content {
  width: var(--container);
  margin-inline: auto;
  max-width: 720px;
  padding: 68px 0;
  justify-self: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--mint);
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.45rem, 5.4vw, 5.3rem);
  line-height: 0.98;
  margin-bottom: 22px;
  letter-spacing: 0;
}

.hero p {
  max-width: 610px;
  font-size: clamp(1rem, 2vw, 1.23rem);
  color: #425f73;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.quickbar {
  position: relative;
  z-index: 3;
  margin-top: -8px;
}

.quickbar-grid {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}

.quick-item {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.quick-item:last-child {
  border-right: 0;
}

.quick-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quick-item strong {
  display: block;
  font-size: 1rem;
}

.brand-detail-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(4, 159, 218, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f2f8fc 100%);
}

.brand-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.brand-detail-logo {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 34px;
  border: 1px solid rgba(47, 90, 120, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 36%, rgba(77, 216, 218, 0.2), transparent 38%),
    #07131f;
  box-shadow: 0 30px 86px rgba(22, 58, 82, 0.18);
}

.brand-detail-logo img {
  width: min(100%, 360px);
  filter: drop-shadow(0 18px 38px rgba(4, 159, 218, 0.26));
}

.brand-detail-copy {
  max-width: 760px;
}

.brand-detail-copy .lead {
  margin-top: 20px;
}

.brand-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.brand-detail-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(4, 159, 218, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(22, 58, 82, 0.08);
}

.section {
  padding: 92px 0;
}

.section.compact {
  padding: 64px 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: #132d44;
  color: #ffffff;
}

.section.dark p,
.section.dark .section-kicker {
  color: #d7e9f3;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 34px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
}

.section-title {
  max-width: 690px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-title .title-line {
  display: block;
}

.services-title {
  max-width: min(920px, 100%);
  font-size: clamp(2.25rem, 3.4vw, 3.55rem);
}

.services-title .title-line {
  white-space: nowrap;
}

.lead {
  max-width: 690px;
  font-size: 1.08rem;
}

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

.service-card,
.article-card,
.feature-card,
.info-panel,
.doctor-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card {
  display: grid;
  grid-template-rows: 180px auto;
  color: inherit;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: #9bcfe8;
  box-shadow: var(--shadow);
}

.service-card:focus-visible,
.detail-card:focus-visible {
  outline: 3px solid rgba(4, 159, 218, 0.32);
  outline-offset: 4px;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-body {
  padding: 22px;
}

.service-body h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.service-body p {
  margin-bottom: 18px;
}

.text-link {
  color: var(--teal);
  font-weight: 780;
}

.split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 48px;
  align-items: center;
}

.image-block {
  position: relative;
}

.image-block img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

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

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.stat strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--teal));
  box-shadow: inset 0 0 0 5px #ffffff;
  border: 1px solid #7bc8ed;
}

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

.step {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--teal);
  font-weight: 850;
}

.step h3 {
  margin-bottom: 8px;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(47, 90, 120, 0.94), rgba(4, 159, 218, 0.9)),
    url("assets/why-choose.jpg") center / cover no-repeat;
  color: #ffffff;
}

.cta-band p {
  color: #eef9ff;
  margin-bottom: 0;
}

.page-hero {
  --page-hero-image: url("assets/candidate-ultrasound-monitor.jpg");
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  padding: 88px 0;
  background:
    linear-gradient(100deg, rgba(11, 33, 51, 0.92) 0%, rgba(19, 54, 78, 0.76) 45%, rgba(19, 54, 78, 0.24) 100%),
    var(--page-hero-image) center / cover no-repeat;
  border-bottom: 1px solid rgba(47, 90, 120, 0.22);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(64%, 980px);
  height: 100%;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 32px);
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  opacity: 0.92;
  animation: pageHeroPanel 9s ease-in-out infinite alternate;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 38px;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), var(--mint), transparent);
  transform: translateX(-35%);
  animation: pageHeroLine 5.2s ease-in-out infinite;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(330px, 0.68fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.page-hero-content {
  max-width: 760px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(15, 49, 73, 0.46);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  animation: pageHeroText 820ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.page-hero .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #8bdcff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.page-hero h1 {
  max-width: 820px;
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.page-hero .lead {
  max-width: 720px;
  color: rgba(239, 249, 255, 0.9);
}

.page-hero-visual {
  position: relative;
  min-height: 390px;
  animation: pageHeroVisual 900ms cubic-bezier(0.2, 0.75, 0.25, 1) 120ms both;
}

.hero-visual-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 500px);
  margin: 0 0 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.34);
  transform: translateY(0) rotate(2deg);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.hero-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

.hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.42) 44%, transparent 64%);
  transform: translateX(-120%);
  animation: cardSweep 5.4s ease-in-out infinite;
}

.hero-visual-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.04);
  animation: pageHeroImage 8s ease-in-out infinite alternate;
}

.page-hero:hover .hero-visual-card {
  box-shadow: 0 52px 130px rgba(0, 0, 0, 0.4);
  transform: translateY(-12px) rotate(-1deg);
}

.hero-mini-card {
  position: absolute;
  left: clamp(0px, 3vw, 34px);
  bottom: 4px;
  display: grid;
  gap: 2px;
  min-width: 178px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.28);
  animation: heroMiniFloat 4.6s ease-in-out infinite;
}

.hero-mini-card strong {
  color: var(--teal);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.hero-mini-card span {
  color: var(--ink);
  font-weight: 850;
  font-size: 0.92rem;
}

.page-hero-services {
  --page-hero-image: url("assets/candidate-ultrasound-monitor.jpg");
}

.page-hero-blog {
  --page-hero-image: url("assets/hero-ultrasound-pexels.jpg");
}

.page-hero-about {
  --page-hero-image: url("assets/about-center.png");
}

.page-hero-contact {
  --page-hero-image: url("assets/candidate-doctor-ultrasound.jpg");
}

.breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: rgba(239, 249, 255, 0.78);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: #8bdcff;
  font-weight: 700;
}

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

.detail-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(47, 90, 120, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 252, 0.9));
  box-shadow: 0 24px 58px rgba(22, 58, 82, 0.16);
  transform: translateY(0) scale(1);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
  animation: detailCardIn 760ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, 0.5) 46%, transparent 64%);
  transform: translateX(-120%);
  transition: transform 720ms ease;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: calc(var(--radius) - 4px);
  background: radial-gradient(circle at 18% 18%, rgba(47, 90, 120, 0.22), transparent 36%);
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 420ms ease, transform 420ms ease;
}

.detail-card:nth-child(2) {
  animation-delay: 90ms;
}

.detail-card:nth-child(3) {
  animation-delay: 180ms;
}

.detail-card:nth-child(4) {
  animation-delay: 270ms;
}

.detail-card:nth-child(5) {
  animation-delay: 360ms;
}

.detail-card:nth-child(6) {
  animation-delay: 450ms;
}

.detail-card:hover {
  border-color: rgba(47, 90, 120, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(232, 246, 253, 0.98));
  box-shadow: 0 38px 94px rgba(22, 58, 82, 0.26);
  transform: translateY(-14px) scale(1.02);
}

.detail-card:hover::before {
  transform: translateX(120%);
}

.detail-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.detail-card img {
  width: 230px;
  height: 180px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 22px 48px rgba(22, 58, 82, 0.18);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 340ms ease;
}

.detail-card:hover img {
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.1) rotate(-0.8deg);
}

.onco-detail-card img {
  object-position: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(4, 159, 218, 0.16), transparent 36%),
    #0b2133;
}

.detail-card > div {
  transition: transform 320ms ease;
}

.detail-card:hover > div {
  transform: translateX(6px);
}

.detail-card {
  color: inherit;
  cursor: pointer;
}

/* Dedicated service profiles */
.service-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(4, 159, 218, 0.18), transparent 32%),
    linear-gradient(135deg, #edf8fd 0%, #ffffff 54%, #e8f4fb 100%);
  border-bottom: 1px solid var(--line);
}

.service-profile-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--mint), #7bc8ed);
}

.service-profile-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.service-profile-copy h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  line-height: 0.98;
}

.service-profile-media {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 90, 120, 0.18);
  border-radius: var(--radius);
  background: #0b2133;
  box-shadow: 0 32px 82px rgba(22, 58, 82, 0.22);
}

.service-profile-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.service-profile-media:hover img {
  transform: scale(1.04);
}

.service-profile-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(11, 33, 51, 0.2);
  backdrop-filter: blur(14px);
}

.service-profile-media figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.service-profile-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.service-profile-panel,
.service-profile-aside {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 68px rgba(22, 58, 82, 0.12);
}

.service-profile-panel h2,
.service-profile-aside h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.service-profile-aside {
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(4, 159, 218, 0.34), transparent 42%),
    #132d44;
}

.service-profile-aside .section-kicker,
.service-profile-aside p {
  color: #d7e9f3;
}

.service-symptom-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.service-symptom-list li {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--mint);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

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

.service-path-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(22, 58, 82, 0.1);
  animation: servicePathIn 650ms both;
}

.service-path-card:nth-child(2) { animation-delay: 90ms; }
.service-path-card:nth-child(3) { animation-delay: 180ms; }
.service-path-card:nth-child(4) { animation-delay: 270ms; }

.service-path-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--mint);
  font-size: 2rem;
  font-weight: 850;
}

.service-path-card h3 {
  margin-bottom: 9px;
}

.service-profile-cta {
  background:
    linear-gradient(110deg, rgba(47, 90, 120, 0.96), rgba(4, 159, 218, 0.88)),
    url("assets/why-choose.jpg") center / cover no-repeat;
}

@keyframes servicePathIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 930px) {
  .service-profile-hero-grid,
  .service-profile-content {
    grid-template-columns: 1fr;
  }

  .service-profile-media {
    min-height: 340px;
  }

  .service-profile-media img {
    height: 340px;
  }

  .service-path {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .service-profile-hero {
    padding: 52px 0;
  }

  .service-profile-copy h1 {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  .service-profile-media,
  .service-profile-media img {
    min-height: 270px;
    height: 270px;
  }

  .service-path {
    grid-template-columns: 1fr;
  }
}

.detail-card h3 {
  margin-bottom: 6px;
  font-size: 1.32rem;
}

.detail-card p {
  font-size: 1.04rem;
}

.doctor-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  padding: 26px;
  align-items: center;
}

.doctor-panel img {
  width: 220px;
  height: 260px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: top;
  background: #eef7fc;
}

.feature-card,
.article-card {
  padding: 24px;
}

.feature-card h3,
.article-card h3 {
  margin-bottom: 8px;
}

.article-meta {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.info-panel {
  padding: 26px;
}

.contact-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.contact-list li {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-list span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-list strong {
  display: block;
  color: var(--ink);
}

.form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

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

label {
  display: grid;
  gap: 7px;
  color: #344e63;
  font-weight: 720;
  font-size: 0.92rem;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbddea;
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(4, 159, 218, 0.16);
  border-color: var(--teal);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 700;
}

.map-panel {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px dashed #96cbe5;
  border-radius: var(--radius);
  background: repeating-linear-gradient(135deg, #f2f8fc, #f2f8fc 12px, #e7f4fb 12px, #e7f4fb 24px);
  color: #34566c;
  text-align: center;
}

.site-footer {
  background: #132d44;
  color: #ffffff;
}

.footer-grid {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 46px 0;
}

.footer-grid p,
.footer-grid a {
  color: #d7e9f3;
}

.footer-logo {
  width: clamp(250px, 22vw, 360px);
  height: auto;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
  background: #ffffff;
  border-radius: 7px;
  padding: 10px 12px;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-title {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  color: #b9d3e4;
  font-size: 0.9rem;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 930px) {
  .top-strip .container,
  .nav-wrap,
  .section-head,
  .cta-band,
  .footer-bottom .container {
    align-items: start;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    border-color: var(--teal);
    background: var(--teal);
    color: #ffffff;
  }

  .nav-wrap {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .header-actions .button {
    display: none;
  }

  .quickbar-grid,
  .service-grid,
  .article-grid,
  .feature-grid,
  .journey,
  .stat-strip,
  .service-detail-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .brand-detail-grid,
  .contact-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .brand-detail-logo {
    min-height: 340px;
  }

  .page-hero {
    min-height: auto;
    background:
      linear-gradient(100deg, rgba(11, 33, 51, 0.94) 0%, rgba(19, 54, 78, 0.74) 58%, rgba(19, 54, 78, 0.42) 100%),
      var(--page-hero-image) center / cover no-repeat;
  }

  .page-hero .container {
    grid-template-columns: 1fr;
  }

  .page-hero-visual {
    max-width: 520px;
    min-height: 280px;
    margin-left: auto;
  }

  .hero-visual-card {
    width: 100%;
  }

  .hero-mini-card {
    left: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1160px);
  }

  .top-strip {
    display: none;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand img {
    width: 150px;
    height: auto;
    max-height: none;
  }

  .brand-detail-logo {
    min-height: 300px;
    padding: 24px;
  }

  .brand-detail-logo img {
    width: min(100%, 280px);
  }

  .brand {
    min-width: 0;
    padding: 0;
  }

  .nav-toggle {
    display: inline-grid !important;
    position: relative;
    z-index: 6;
    width: 44px;
    height: 44px;
    border-color: var(--teal);
    background: var(--teal);
    color: #ffffff;
    opacity: 1;
    visibility: visible;
  }

  .hero {
    min-height: 70vh;
    background:
      linear-gradient(90deg, rgba(247, 251, 253, 0.98) 0%, rgba(247, 251, 253, 0.9) 60%, rgba(247, 251, 253, 0.5) 100%),
      url("assets/hero-diagnostics.jpg") center right / cover no-repeat;
  }

  .hero-content {
    padding: 48px 0;
  }

  .hero p {
    max-width: 31ch;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quickbar {
    margin-top: 0;
  }

  .quickbar-grid,
  .service-grid,
  .article-grid,
  .feature-grid,
  .journey,
  .stat-strip,
  .service-detail-grid,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .page-hero {
    padding: 54px 0 48px;
  }

  .page-hero::before {
    width: 92%;
    opacity: 0.48;
  }

  .page-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  .page-hero-visual {
    min-height: 270px;
  }

  .hero-visual-card img {
    height: 250px;
  }

  .hero-mini-card {
    left: 14px;
    right: auto;
    bottom: -16px;
    min-width: 148px;
    padding: 14px 16px;
  }

  .section-head {
    display: block;
  }

  .doctor-panel,
  .detail-card {
    grid-template-columns: 1fr;
  }

  .doctor-panel img,
  .detail-card img {
    width: 100%;
  }

  .detail-card img {
    height: 220px;
  }
}

/* Homepage redesign: keeps the live homepage content, changes layout and motion. */
.home-redesign {
  background: #f5fbfe;
}

.home-redesign .site-header {
  box-shadow: 0 10px 28px rgba(22, 58, 82, 0.06);
}

.redesign-hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  isolation: isolate;
  background: #eaf6fc;
}

.redesign-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 251, 254, 0.94), rgba(245, 251, 254, 0.8) 40%, rgba(245, 251, 254, 0.5) 70%, rgba(245, 251, 254, 0.34)),
    linear-gradient(180deg, rgba(234, 246, 252, 0.24), rgba(234, 246, 252, 0.06) 42%, rgba(20, 74, 104, 0.12)),
    radial-gradient(circle at 16% 28%, rgba(47, 90, 120, 0.18), transparent 34%),
    radial-gradient(circle at 74% 30%, rgba(4, 159, 218, 0.14), transparent 30%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  animation: slowPan 15s ease-in-out infinite alternate;
}

.hero-media video,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(1.05) contrast(1.03) brightness(1.08);
}

.hero-media video {
  z-index: 1;
}

.hero-media img {
  z-index: 0;
}

.hero-grid {
  position: static;
  width: min(1500px, calc(100% - 72px));
  margin-left: clamp(28px, 4.2vw, 80px);
  margin-right: clamp(28px, 4.2vw, 80px);
  min-height: 78vh;
  display: grid;
  grid-template-columns: minmax(520px, 0.84fr) minmax(290px, 0.42fr);
  gap: clamp(42px, 8vw, 150px);
  align-items: center;
  padding: 76px 0 84px;
}

.hero-copy,
.hero-stack {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero-copy .lead {
  color: #34566c;
  max-width: 560px;
  font-size: 1.02rem;
}

.hero-stack {
  position: absolute;
  display: grid;
  right: clamp(20px, 3.5vw, 68px);
  bottom: clamp(8px, 2.5vh, 28px);
  width: min(20vw, 350px);
  min-width: 320px;
  gap: 10px;
  margin: 0;
}

.hero-note {
  --card-shift: 0px;
  position: relative;
  overflow: hidden;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(11, 33, 51, 0.34);
  backdrop-filter: blur(18px);
  transform: translateX(var(--card-shift));
  transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease, border-color 320ms ease;
  animation:
    cardLift 800ms cubic-bezier(0.2, 0.75, 0.25, 1) both,
    cardFloat 5.2s ease-in-out infinite,
    cardGlow 4.8s ease-in-out infinite;
}

.hero-note::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.45) 48%, transparent 66%);
  transform: translateX(-135%);
  animation: cardSweep 5.6s ease-in-out infinite;
}

.hero-note:nth-child(2) {
  --card-shift: 0px;
  animation-delay: 110ms;
}

.hero-note:nth-child(3) {
  --card-shift: 0px;
  animation-delay: 210ms;
}

.hero-note:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(47, 90, 120, 0.2);
  box-shadow: 0 38px 96px rgba(11, 33, 51, 0.42);
  transform: translateX(var(--card-shift)) translateY(-8px) scale(1.015);
}

.hero-note span {
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.hero-note h2 {
  margin: 0 0 8px;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.16;
}

.hero-note p {
  margin-bottom: 0;
  color: #557189;
  font-size: 0.86rem;
  line-height: 1.55;
}

.hero-note a {
  color: var(--teal);
  font-weight: 800;
}

.hero-carousel {
  min-height: 82vh;
  background: #0d2d45;
  color: #fff;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slider {
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  display: grid;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8%);
  transition: opacity 760ms ease, transform 940ms cubic-bezier(0.2, 0.75, 0.22, 1), visibility 760ms ease;
}

.hero-slide.is-entering-next {
  transform: translateX(8%);
}

.hero-slide.is-entering-prev {
  transform: translateX(-8%);
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hero-slide.is-exiting-next,
.hero-slide.is-exiting-prev {
  z-index: 1;
  visibility: visible;
}

.hero-slide.is-exiting-next {
  opacity: 0;
  transform: translateX(-8%);
}

.hero-slide.is-exiting-prev {
  opacity: 0;
  transform: translateX(8%);
}

.hero-slide::before,
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-slide::before {
  z-index: 1;
  background:
    radial-gradient(circle at 24% 48%, rgba(13, 181, 162, 0.18), transparent 32%),
    radial-gradient(circle at 78% 26%, rgba(39, 98, 176, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(3, 17, 29, 0.66), rgba(15, 49, 73, 0.38) 46%, rgba(15, 49, 73, 0.18) 68%, rgba(11, 33, 51, 0.44)),
    linear-gradient(180deg, rgba(11, 33, 51, 0.06), rgba(15, 49, 73, 0.42));
}

.hero-slide::after {
  z-index: 2;
  opacity: 0.28;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(4, 159, 218, 0.16) 18% 18.3%, transparent 18.3% 100%),
    linear-gradient(60deg, transparent 0 23%, rgba(255, 255, 255, 0.13) 23% 23.2%, transparent 23.2% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(90deg, rgba(4, 159, 218, 0.05) 0 1px, transparent 1px 92px);
  mix-blend-mode: screen;
  animation: heroPatternDrift 12s ease-in-out infinite alternate;
}

.hero-slide .hero-media {
  z-index: 0;
  opacity: 1;
  animation: heroVideoDrift 12s ease-in-out infinite alternate;
}

.hero-slide .hero-media video {
  z-index: 0;
  object-position: center;
  filter: saturate(1.2) contrast(1.08) brightness(0.98);
}

.hero-slide-primary .hero-media video {
  object-position: 68% center;
}

.hero-slide-consultation .hero-media video {
  object-position: 58% center;
}

.hero-slide-services .hero-media video {
  object-position: center;
}

.hero-slide-content {
  position: relative;
  z-index: 4;
  width: calc(100% - 4cm);
  min-height: 82vh;
  display: flex;
  align-items: center;
  margin-left: 2cm;
  margin-right: 2cm;
  padding: clamp(58px, 7vh, 92px) 0 clamp(88px, 9vh, 112px);
}

.hero-carousel .hero-copy {
  position: relative;
  overflow: hidden;
  max-width: min(480px, 34vw);
  padding: clamp(18px, 1.75vw, 25px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 3px solid rgba(4, 159, 218, 0.95);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 49, 73, 0.62), rgba(6, 64, 69, 0.18)),
    rgba(4, 24, 40, 0.24);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(10px);
  transform: translateY(26px) scale(0.98);
  opacity: 0;
}

.hero-carousel .hero-copy::before {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(1.9rem, 3.4vw, 4.1rem);
  font-weight: 900;
  line-height: 0.8;
}

.hero-carousel .hero-slide:nth-child(1) .hero-copy::before {
  content: "01";
}

.hero-carousel .hero-slide:nth-child(2) .hero-copy::before {
  content: "02";
}

.hero-carousel .hero-slide:nth-child(3) .hero-copy::before {
  content: "03";
}

.hero-carousel .hero-copy::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #10a9df, transparent);
  transform: translateX(-100%);
  animation: heroCardLine 5s ease-in-out infinite;
}

.hero-slide.is-active .hero-copy {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: heroTextReveal 900ms cubic-bezier(0.18, 0.78, 0.18, 1) 120ms forwards;
}

.hero-carousel .hero-copy .section-kicker {
  color: #10a9df;
  font-size: 0.74rem;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hero-carousel .hero-copy h1,
.hero-carousel .hero-copy h2 {
  max-width: 430px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.68rem, 2.35vw, 2.9rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

.hero-carousel .hero-copy .lead {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
  line-height: 1.56;
}

.hero-carousel .button.secondary {
  color: #163a52;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero-carousel .button.secondary:hover {
  color: #fff;
  border-color: rgba(47, 90, 120, 0.9);
  background: var(--teal);
}

.hero-carousel-controls {
  --control-x: 0;
  position: absolute;
  right: clamp(28px, 5vw, 90px);
  bottom: clamp(30px, 5vh, 54px);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(4, 24, 40, 0.55);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transform: translateX(var(--control-x));
  animation: heroControlFloat 3.8s ease-in-out infinite, heroControlGlow 2.8s ease-in-out infinite;
}

.hero-carousel-controls::before {
  content: "";
  position: absolute;
  inset: -70% -28%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 28%, rgba(16, 169, 223, 0.36) 48%, transparent 66%);
  transform: translateX(-70%) rotate(8deg);
  animation: heroControlSweep 3.4s ease-in-out infinite;
}

.hero-carousel-controls > * {
  position: relative;
  z-index: 1;
}

.hero-arrow,
.hero-dot {
  border: 0;
  cursor: pointer;
}

.hero-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease;
  animation: heroArrowPulse 2.6s ease-in-out infinite;
}

.hero-arrow span {
  display: block;
  margin-top: -3px;
  font-size: 2.4rem;
  line-height: 1;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: var(--teal);
  box-shadow: 0 16px 34px rgba(47, 90, 120, 0.52), 0 0 0 7px rgba(16, 169, 223, 0.12);
  transform: translateY(-4px) scale(1.07);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  transition: width 240ms ease, border-radius 240ms ease, background 240ms ease;
}

.hero-dot.is-active {
  width: 34px;
  border-radius: 999px;
  background: #10a9df;
  box-shadow: 0 0 18px rgba(16, 169, 223, 0.72);
  animation: heroDotPulse 1.35s ease-in-out infinite;
}

.hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  height: 4px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.hero-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #10a9df, #ffffff);
  transform-origin: left;
  animation: heroProgress 12s linear forwards;
}

.animate-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeLift 780ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.animate-in:nth-child(2),
.service-card:nth-child(2),
.feature-tile:nth-child(2),
.team-card-v2:nth-child(2),
.article-card:nth-child(2) {
  animation-delay: 120ms;
}

.animate-in:nth-child(3),
.service-card:nth-child(3),
.feature-tile:nth-child(3),
.team-card-v2:nth-child(3),
.article-card:nth-child(3) {
  animation-delay: 220ms;
}

.image-collage {
  position: relative;
  min-height: 520px;
  perspective: 1000px;
}

.image-collage::before {
  content: "";
  position: absolute;
  inset: 30px 9% 50px 4%;
  z-index: -1;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24% 18%, rgba(4, 159, 218, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(47, 90, 120, 0.1), rgba(255, 255, 255, 0.74));
  box-shadow: 0 30px 90px rgba(22, 58, 82, 0.12);
  animation: imageFloatAlt 6.2s ease-in-out infinite;
}

.image-collage .image-main {
  width: 84%;
  height: 420px;
  border-radius: var(--radius);
  object-fit: cover;
  border: 1px solid rgba(47, 90, 120, 0.12);
  box-shadow: 0 38px 94px rgba(22, 58, 82, 0.22);
  transform: translateY(0) rotateX(0deg);
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease;
  animation: imageFloat 5.8s ease-in-out infinite;
}

.image-collage .image-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  min-width: 220px;
  border: 10px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius);
  box-shadow: 0 34px 88px rgba(22, 58, 82, 0.26);
  object-fit: cover;
  transform: translateY(0);
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease;
  animation: imageFloatAlt 5.4s ease-in-out infinite;
}

.image-collage:hover .image-main,
.image-collage:hover .image-float {
  filter: saturate(1.08) contrast(1.03);
  box-shadow: 0 42px 96px rgba(22, 58, 82, 0.27);
}

.image-collage:hover .image-main {
  transform: translateY(-8px) rotateX(1.5deg);
}

.image-collage:hover .image-float {
  transform: translateY(-12px) scale(1.025);
}

.about-redesign .lead {
  max-width: 650px;
  font-size: 0.98rem;
}

.about-copy .section-title {
  max-width: 590px;
  font-size: clamp(2rem, 3.25vw, 3rem);
}

.about-copy .check-list {
  font-size: 0.96rem;
}

.live-about-hero {
  background:
    linear-gradient(135deg, rgba(239, 250, 246, 0.96), rgba(255, 255, 255, 0.92) 58%, rgba(238, 246, 255, 0.9)),
    url("assets/live-about-main.png") right center / contain no-repeat;
}

.live-about-intro {
  align-items: start;
}

.live-about-intro .about-copy {
  padding: 22px 0;
}

.contact-chip {
  position: absolute;
  left: 44px;
  bottom: 46px;
  z-index: 4;
  display: grid;
  gap: 4px;
  padding: 20px 26px;
  border: 1px solid rgba(47, 90, 120, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 248, 0.9));
  box-shadow: 0 30px 78px rgba(22, 58, 82, 0.24);
  animation: imageFloatAlt 5s ease-in-out infinite;
}

.contact-chip span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-chip a {
  color: var(--teal);
  font-size: 1.22rem;
  font-weight: 900;
}

.live-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0;
}

.live-feature-grid .feature-card {
  min-height: 210px;
}

.about-redesign .feature-card {
  isolation: isolate;
  border-color: rgba(47, 90, 120, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 250, 0.92));
}

.about-redesign .feature-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(4, 159, 218, 0.22) 0 36%, transparent 37%),
    linear-gradient(135deg, rgba(47, 90, 120, 0.12), rgba(255, 255, 255, 0));
  opacity: 0.8;
  transition: transform 340ms ease, opacity 340ms ease;
}

.about-redesign .feature-card:hover::after {
  opacity: 1;
  transform: scale(1.18) rotate(14deg);
}

.animated-panel {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(22, 58, 82, 0.1);
  transform: translateY(0);
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease;
}

.animated-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.42) 48%, transparent 66%);
  transform: translateX(-125%);
  transition: transform 720ms ease;
}

.animated-panel:hover {
  border-color: rgba(47, 90, 120, 0.34);
  box-shadow: 0 34px 84px rgba(22, 58, 82, 0.2);
  transform: translateY(-10px);
}

.animated-panel:hover::before {
  transform: translateX(125%);
}

.live-join-section .section-title {
  max-width: 720px;
}

.live-join-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(4, 159, 218, 0.2), transparent 34%),
    radial-gradient(circle at 88% 38%, rgba(4, 159, 218, 0.1), transparent 28%),
    linear-gradient(135deg, #eef8fd 0%, #ffffff 52%, #eaf5fb 100%);
}

.live-join-section::before {
  content: "";
  position: absolute;
  inset: 16% auto 12% -8%;
  width: 42%;
  z-index: -1;
  border-radius: 0 var(--radius) var(--radius) 0;
  background:
    linear-gradient(120deg, rgba(47, 90, 120, 0.08), rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(47, 90, 120, 0.12) 0 1px, transparent 1px 28px);
  animation: pageHeroPanel 9s ease-in-out infinite alternate;
}

.live-join-section .feature-grid {
  gap: 24px;
}

.live-join-section .feature-card {
  min-height: 230px;
  padding: 30px 28px;
}

.live-join-section .feature-card:nth-child(1)::after {
  content: "01";
}

.live-join-section .feature-card:nth-child(2)::after {
  content: "02";
}

.live-join-section .feature-card:nth-child(3)::after {
  content: "03";
}

.live-join-section .feature-card::after {
  position: absolute;
  right: 22px;
  top: 18px;
  width: auto;
  height: auto;
  color: rgba(47, 90, 120, 0.16);
  background: none;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.live-testimonials-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(4, 159, 218, 0.18), transparent 34%),
    radial-gradient(circle at 84% 68%, rgba(4, 159, 218, 0.1), transparent 30%),
    linear-gradient(135deg, #eefaf6 0%, #ffffff 46%, #f3f9f8 100%);
}

.live-testimonials-section::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 10%;
  width: 46%;
  height: 70%;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(47, 90, 120, 0.08), rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(90deg, rgba(47, 90, 120, 0.12) 0 1px, transparent 1px 26px);
  clip-path: polygon(0 0, 76% 0, 100% 100%, 0 100%);
  animation: pageHeroPanel 9s ease-in-out infinite alternate;
}

.live-testimonials-section::after {
  content: "â€œ";
  position: absolute;
  right: 10%;
  top: 38px;
  z-index: -1;
  color: rgba(47, 90, 120, 0.08);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 1;
}

.live-testimonials-section .section-head {
  margin-bottom: 30px;
}

.live-testimonials-section .section-title {
  max-width: 820px;
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  perspective: 1200px;
}

.testimonial-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 26px;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(47, 90, 120, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 252, 0.92)),
    radial-gradient(circle at 16% 16%, rgba(4, 159, 218, 0.14), transparent 36%);
  box-shadow: 0 26px 68px rgba(22, 58, 82, 0.14);
  transform: translateY(0) rotateX(0deg);
  transition: transform 380ms ease, box-shadow 380ms ease, border-color 380ms ease;
}

.testimonial-card::after {
  content: "â€";
  position: absolute;
  right: 26px;
  bottom: 0;
  z-index: 1;
  color: rgba(47, 90, 120, 0.08);
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 0.78;
}

.testimonial-card > * {
  position: relative;
  z-index: 2;
}

.testimonial-card:hover {
  border-color: rgba(47, 90, 120, 0.38);
  box-shadow: 0 44px 104px rgba(22, 58, 82, 0.26);
  transform: translateY(-14px) rotateX(2deg);
}

.testimonial-card img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  border: 9px solid #e9f6fc;
  box-shadow: 0 22px 50px rgba(22, 58, 82, 0.18);
}

.testimonial-card h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

.testimonial-card span {
  display: block;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9f6fc;
  color: #425f73;
  font-size: 0.82rem;
  font-weight: 850;
}

.testimonial-card p {
  max-width: 48ch;
  color: #425f73;
  line-height: 1.75;
}

.testimonial-card strong {
  display: inline-flex;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(4, 159, 218, 0.1);
  color: var(--coral);
  letter-spacing: 0.06em;
  font-weight: 900;
}

.live-why-section {
  background:
    radial-gradient(circle at 12% 22%, rgba(4, 159, 218, 0.2), transparent 34%),
    radial-gradient(circle at 88% 62%, rgba(4, 159, 218, 0.16), transparent 32%),
    #132d44;
}

.why-card-list {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}

.why-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.why-card img {
  width: 104px;
  height: 84px;
  border-radius: calc(var(--radius) - 2px);
  object-fit: cover;
}

.why-card h3 {
  color: #ffffff;
  margin-bottom: 4px;
}

.live-funfact {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.live-funfact strong {
  color: var(--teal);
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
}

.live-funfact span {
  color: var(--muted);
  font-weight: 800;
}

.about-redesign .feature-card,
.about-redesign .testimonial-card,
.about-redesign .why-card,
.about-redesign .stat,
.about-redesign .organ-card,
.about-redesign .live-funfact {
  will-change: transform, box-shadow;
}

.about-redesign .feature-card:hover h3,
.about-redesign .why-card:hover h3,
.about-redesign .stat:hover strong {
  color: var(--teal);
}

.about-redesign .testimonial-card img,
.about-redesign .why-card img,
.about-redesign .organ-card img {
  transition: transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 340ms ease;
}

.about-redesign .testimonial-card:hover img,
.about-redesign .why-card:hover img,
.about-redesign .organ-card:hover img {
  filter: saturate(1.14) contrast(1.06);
  transform: scale(1.08) rotate(-1deg);
}

.about-redesign .stat {
  text-align: center;
  min-height: 148px;
  display: grid;
  place-items: center;
  gap: 6px;
  overflow: hidden;
  border-color: rgba(47, 90, 120, 0.18);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(47, 90, 120, 0.34), rgba(4, 159, 218, 0.12)) border-box;
  box-shadow: 0 24px 68px rgba(22, 58, 82, 0.12);
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease;
}

.about-redesign .stat::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--mint));
  transform: scaleX(0.45);
  transform-origin: center;
  transition: transform 340ms ease;
}

.about-redesign .stat:hover {
  border-color: rgba(47, 90, 120, 0.34);
  box-shadow: 0 34px 84px rgba(22, 58, 82, 0.18);
  transform: translateY(-12px) scale(1.02);
}

.about-redesign .stat:hover::after {
  transform: scaleX(1);
}

.about-redesign .stat strong {
  color: var(--ink);
  font-size: clamp(1.8rem, 2vw, 2.25rem);
}

.about-redesign .stat span {
  color: #425f73;
  font-weight: 700;
  line-height: 1.65;
}

.about-card-float {
  animation: heroMiniFloat 4.8s ease-in-out infinite;
  transition: transform 340ms ease, box-shadow 340ms ease;
}

.about-card-float:hover {
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.24);
}

.about-redesign .feature-grid .feature-card:nth-child(2),
.about-redesign .testimonial-grid .testimonial-card:nth-child(2),
.about-redesign .why-card-list .why-card:nth-child(2),
.about-redesign .live-stat-strip .stat:nth-child(2) {
  animation-delay: 120ms;
}

.about-redesign .feature-grid .feature-card:nth-child(3),
.about-redesign .live-stat-strip .stat:nth-child(3) {
  animation-delay: 240ms;
}

.about-redesign .live-stat-strip .stat:nth-child(4) {
  animation-delay: 360ms;
}

.live-stat-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.service-redesign .service-card {
  position: relative;
  isolation: isolate;
  grid-template-rows: 210px auto;
  border-color: rgba(47, 90, 120, 0.16);
  box-shadow: 0 16px 36px rgba(22, 58, 82, 0.12);
  transform: translateY(0) scale(1);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.service-redesign .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, 0.45) 45%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.service-redesign .service-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  z-index: 2;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--teal), var(--mint), var(--blue));
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity 260ms ease, transform 320ms ease;
}

.service-redesign .service-card img {
  height: 210px;
  transition: transform 640ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 320ms ease;
}

.service-redesign .service-card .service-body {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.service-redesign .service-card:hover img {
  filter: saturate(1.1) contrast(1.03);
  transform: scale(1.1);
}

.service-redesign .service-card:hover {
  border-color: rgba(47, 90, 120, 0.34);
  box-shadow: 0 30px 76px rgba(22, 58, 82, 0.23);
  transform: translateY(-10px) scale(1.018);
}

.service-redesign .service-card:hover::before {
  transform: translateX(120%);
}

.service-redesign .service-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-redesign .service-card:hover .text-link {
  color: #056367;
}

.unique-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(4, 159, 218, 0.14), transparent 32%),
    radial-gradient(circle at 88% 28%, rgba(4, 159, 218, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff, #f2f9f7);
}

.unique-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}

.unique-copy {
  padding: 34px;
  border-radius: var(--radius);
  background: #132d44;
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(11, 33, 51, 0.25);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.unique-copy:hover {
  box-shadow: 0 34px 88px rgba(11, 33, 51, 0.34);
  transform: translateY(-8px);
}

.unique-copy .section-title,
.unique-copy .section-kicker {
  color: #ffffff;
}

.unique-copy .section-title {
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
}

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

.feature-tile {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
  padding: 18px;
  border-radius: var(--radius);
  color: #ffffff;
  background: #173a52;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 58px rgba(11, 33, 51, 0.18);
  transform: translateY(0) scale(1);
  transition: transform 340ms ease, box-shadow 340ms ease, border-color 340ms ease;
}

.feature-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 33, 51, 0.08) 8%, rgba(11, 33, 51, 0.86));
  transition: background 320ms ease;
}

.feature-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.28) 46%, transparent 64%);
  transform: translateX(-125%);
  transition: transform 680ms ease;
}

.feature-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 340ms ease;
}

.feature-tile:hover img {
  filter: saturate(1.16) contrast(1.06);
  transform: scale(1.12);
}

.feature-tile:hover {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 34px 82px rgba(11, 33, 51, 0.32);
  transform: translateY(-12px) scale(1.025);
}

.feature-tile:hover::before {
  transform: translateX(125%);
}

.feature-tile h3 {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.36;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.director-section {
  background:
    radial-gradient(circle at 20% 24%, rgba(4, 159, 218, 0.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(4, 159, 218, 0.16), transparent 32%),
    linear-gradient(135deg, #eaf6fc, #f8fffd 48%, #d8edf8);
}

.director-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
  align-items: center;
}

.organ-card {
  padding: 18px;
  border: 1px solid rgba(47, 90, 120, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 74px rgba(22, 58, 82, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.organ-card:hover {
  box-shadow: 0 38px 92px rgba(22, 58, 82, 0.26);
  transform: translateY(-8px);
}

.organ-card img {
  width: 100%;
  max-height: 430px;
  border-radius: var(--radius);
  object-fit: cover;
}

.doctor-identity-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(222, 247, 248, 0.88)),
    radial-gradient(circle at 80% 0%, rgba(71, 215, 219, 0.28), transparent 34%);
}

.doctor-identity-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -30% 30%;
  height: 220px;
  border-radius: 999px;
  background: rgba(4, 159, 218, 0.13);
  filter: blur(4px);
}

.doctor-identity-card > * {
  position: relative;
  z-index: 1;
}

.doctor-identity-card img {
  width: min(260px, 72%);
  height: auto;
  max-height: 260px;
  margin: 0 auto 18px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(22, 58, 82, 0.18));
}

.doctor-identity-card h2 {
  margin: 8px 0 6px;
  color: var(--brand);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
}

.doctor-identity-card > span {
  display: block;
  color: var(--teal);
  font-weight: 850;
  font-size: 1.05rem;
}

.doctor-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.doctor-contact-list a {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--brand);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 90, 120, 0.14);
  box-shadow: 0 12px 28px rgba(22, 58, 82, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.doctor-contact-list a:hover {
  color: var(--teal);
  transform: translateX(6px);
  box-shadow: 0 18px 36px rgba(22, 58, 82, 0.14);
}

.quote-panel {
  padding: 42px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 252, 249, 0.94)),
    radial-gradient(circle at 10% 15%, rgba(4, 159, 218, 0.2), transparent 34%);
  color: var(--ink);
  border: 1px solid rgba(47, 90, 120, 0.14);
  box-shadow: 0 32px 82px rgba(22, 58, 82, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.quote-panel:hover {
  box-shadow: 0 40px 96px rgba(22, 58, 82, 0.28);
  transform: translateY(-8px);
}

.quote-panel img {
  width: 64px;
  margin-bottom: 18px;
}

.section.dark .quote-panel p {
  color: #13283b;
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 640;
}

.quote-panel h3 {
  margin: 20px 0 0;
  color: var(--teal);
}

.quote-panel span {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.doctor-profile-panel {
  display: grid;
  gap: 18px;
}

.doctor-profile-panel .section-kicker {
  margin: 0;
}

.doctor-profile-panel h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.doctor-credentials,
.doctor-arabic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.doctor-credentials li,
.doctor-arabic li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(47, 90, 120, 0.12);
  color: #13283b;
  line-height: 1.55;
  box-shadow: 0 10px 28px rgba(22, 58, 82, 0.06);
}

.doctor-credentials li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(71, 215, 219, 0.14);
}

.doctor-address {
  margin: 0;
  padding: 16px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(4, 159, 218, 0.12), rgba(71, 215, 219, 0.14));
  color: var(--brand);
  font-style: normal;
  font-weight: 850;
  line-height: 1.55;
}

.doctor-arabic {
  padding: 20px;
  border-radius: 10px;
  background: #f7fffe;
  border: 1px solid rgba(71, 215, 219, 0.3);
}

.doctor-arabic h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  line-height: 1.2;
  text-align: right;
}

.doctor-arabic p {
  margin: 4px 0 14px;
  color: var(--brand);
  font-weight: 800;
  line-height: 1.7;
  text-align: right;
}

.doctor-arabic li {
  padding: 12px 38px 12px 14px;
  text-align: right;
}

.doctor-arabic li::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(71, 215, 219, 0.14);
}

.video-cta-section {
  background: #ffffff;
}

.cta-redesign {
  min-height: 300px;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.play-button {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--teal);
  font-weight: 900;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.72);
  animation: pulseRing 1.8s infinite;
}

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

.team-card-v2 {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 58, 82, 0.08);
}

.team-card-v2 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.team-card-v2 div {
  padding: 22px;
}

.team-card-v2 h3 {
  margin-bottom: 4px;
}

.mini-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-social a {
  padding: 6px 9px;
  border-radius: 999px;
  background: #e9f6fc;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 760;
}

.article-redesign .article-card {
  overflow: hidden;
  padding: 0;
}

.article-redesign .article-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.article-redesign .article-card p,
.article-redesign .article-card h3,
.article-redesign .article-card a {
  margin-left: 22px;
  margin-right: 22px;
}

.article-redesign .article-card .article-meta {
  margin-top: 20px;
}

.article-redesign .article-card a {
  display: inline-block;
  margin-bottom: 22px;
}

.footer-redesign {
  position: relative;
  overflow: hidden;
}

.footer-shape {
  position: absolute;
  opacity: 0.18;
  pointer-events: none;
}

.footer-shape-left {
  left: 2%;
  bottom: 16%;
}

.footer-shape-right {
  right: 5%;
  top: 18%;
}

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

@keyframes detailCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pageHeroText {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageHeroVisual {
  from {
    opacity: 0;
    transform: translateX(34px) translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

@keyframes pageHeroImage {
  from {
    transform: scale(1.04) translateX(0) translateY(0);
  }
  to {
    transform: scale(1.13) translateX(-18px) translateY(-8px);
  }
}

@keyframes pageHeroPanel {
  from {
    transform: translateX(0) skewX(-4deg);
  }
  to {
    transform: translateX(26px) skewX(3deg);
  }
}

@keyframes pageHeroLine {
  0%,
  100% {
    transform: translateX(-35%);
    opacity: 0.4;
  }
  50% {
    transform: translateX(35%);
    opacity: 1;
  }
}

@keyframes heroTextReveal {
  from {
    opacity: 1;
    transform: translateY(34px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroVideoDrift {
  from {
    transform: scale(1.04) translateX(0);
  }
  to {
    transform: scale(1.1) translateX(-22px);
  }
}

@keyframes heroPatternDrift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 48px 0, -34px 28px, 0 80px, 92px 0;
  }
}

@keyframes heroCardLine {
  0%,
  42%,
  100% {
    transform: translateX(-100%);
  }
  58% {
    transform: translateX(100%);
  }
}

@keyframes heroControlFloat {
  0%,
  100% {
    transform: translateX(var(--control-x)) translateY(0);
  }
  50% {
    transform: translateX(var(--control-x)) translateY(-7px);
  }
}

@keyframes heroControlGlow {
  0%,
  100% {
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), 0 0 0 rgba(16, 169, 223, 0);
  }
  50% {
    box-shadow: 0 32px 84px rgba(0, 0, 0, 0.34), 0 0 32px rgba(16, 169, 223, 0.24);
  }
}

@keyframes heroControlSweep {
  0%,
  46%,
  100% {
    transform: translateX(-70%) rotate(8deg);
  }
  62% {
    transform: translateX(70%) rotate(8deg);
  }
}

@keyframes heroArrowPulse {
  0%,
  100% {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0 0 rgba(16, 169, 223, 0);
  }
  50% {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 0 0 7px rgba(16, 169, 223, 0.08);
  }
}

@keyframes heroDotPulse {
  0%,
  100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.12);
  }
}

@keyframes heroProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes heroMiniFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes cardLift {
  from {
    opacity: 0;
    transform: translateX(calc(var(--card-shift) + 16px)) translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(var(--card-shift)) translateY(0) scale(1);
  }
}

@keyframes cardGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(47, 90, 120, 0));
  }
  50% {
    filter: drop-shadow(0 18px 30px rgba(47, 90, 120, 0.2));
  }
}

@keyframes cardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes cardSweep {
  0%,
  42%,
  100% {
    transform: translateX(-135%);
  }
  58% {
    transform: translateX(135%);
  }
}

@keyframes imageFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes imageFloatAlt {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
  }
}

@keyframes slowPan {
  from {
    transform: scale(1.03) translateX(0);
  }
  to {
    transform: scale(1.08) translateX(-18px);
  }
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 930px) {
  .hero-grid,
  .unique-layout,
  .director-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    width: var(--container);
    margin-inline: auto;
  }

  .hero-media {
    inset: 0;
    opacity: 0.56;
  }

  .hero-stack {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: end;
    width: min(100%, 340px);
    min-width: 0;
    margin: 54px 0 0 auto;
  }

  .hero-note:nth-child(2) {
    --card-shift: 14px;
  }

  .hero-note:nth-child(3) {
    --card-shift: 0px;
  }

  .feature-tiles,
  .team-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .live-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .redesign-hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 54px 0 40px;
  }

  .hero-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3.3rem);
  }

  .hero-stack {
    display: none;
  }

  .image-collage {
    min-height: auto;
  }

  .image-collage .image-main,
  .image-collage .image-float {
    position: static;
    width: 100%;
    min-width: 0;
    height: auto;
    border: 0;
    margin-top: 14px;
  }

  .contact-chip {
    position: static;
    margin-top: 14px;
  }

  .live-feature-grid,
  .live-stat-strip,
  .testimonial-card,
  .why-card {
    grid-template-columns: 1fr;
  }

  .testimonial-card img {
    width: 84px;
    height: 84px;
  }

  .unique-copy,
  .quote-panel {
    padding: 24px;
  }

  .team-card-v2 img {
    height: 260px;
  }

  .services-title .title-line {
    white-space: normal;
  }
}

@media (max-width: 930px) {
  .redesign-hero.hero-carousel,
  .hero-slide-content {
    min-height: 78vh;
  }

  .hero-slide-content {
    width: var(--container);
    margin-inline: auto;
    padding: 62px 0 118px;
  }

  .hero-carousel .hero-copy {
    max-width: min(100%, 620px);
  }

  .hero-carousel .hero-copy h1,
  .hero-carousel .hero-copy h2 {
    font-size: clamp(2.25rem, 7.2vw, 4rem);
  }

  .hero-carousel-controls {
    right: auto;
    left: 50%;
    --control-x: -50%;
  }
}

@media (max-width: 640px) {
  .redesign-hero.hero-carousel,
  .hero-slide-content {
    min-height: 76vh;
  }

  .hero-slide-content {
    align-items: flex-end;
    padding: 44px 0 118px;
  }

  .hero-carousel .hero-copy {
    width: 100%;
    padding: 22px;
    border-left-width: 4px;
  }

  .hero-carousel .hero-copy h1,
  .hero-carousel .hero-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    line-height: 1.03;
  }

  .hero-carousel .hero-copy .lead {
    font-size: 0.94rem;
  }

  .hero-carousel-controls {
    bottom: 24px;
    gap: 10px;
    padding: 8px;
  }

  .hero-arrow {
    width: 44px;
    height: 44px;
  }

  .hero-dot.is-active {
    width: 28px;
  }
}

/* About page final polish: clearer spacing, stronger animation, no text collisions. */
.about-redesign main {
  background:
    radial-gradient(circle at 8% 12%, rgba(4, 159, 218, 0.09), transparent 24%),
    radial-gradient(circle at 92% 30%, rgba(4, 159, 218, 0.08), transparent 28%),
    #f7fbfa;
}

.about-redesign .section {
  overflow: hidden;
}

.about-redesign .page-hero-content {
  position: relative;
  z-index: 4;
  display: block;
  visibility: visible;
  opacity: 1;
  transform: none;
  animation: aboutPanelIn 760ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-redesign .page-hero-visual {
  z-index: 3;
}

.about-redesign .section-title,
.about-redesign h3,
.about-redesign p,
.about-redesign span,
.about-redesign li {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.about-redesign .section-title {
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-redesign .lead,
.about-redesign p,
.about-redesign li {
  line-height: 1.75;
}

.about-redesign .live-about-intro {
  align-items: center;
  gap: clamp(38px, 6vw, 84px);
}

.about-redesign .about-copy {
  min-width: 0;
}

.about-redesign .image-collage::before {
  box-shadow: 0 34px 92px rgba(22, 58, 82, 0.18);
}

.about-redesign .contact-chip {
  animation: aboutFloatSoft 5.4s ease-in-out infinite;
}

.about-redesign .animated-panel {
  border-radius: var(--radius);
  transform: translateY(0);
  animation: aboutPanelIn 760ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-redesign .animate-in {
  opacity: 1;
  transform: none;
}

.about-redesign .animated-panel::before {
  background:
    linear-gradient(115deg, transparent 26%, rgba(255, 255, 255, 0.54) 46%, transparent 64%),
    radial-gradient(circle at 14% 12%, rgba(4, 159, 218, 0.08), transparent 30%);
}

.about-redesign .animated-panel:hover {
  transform: translateY(-12px) scale(1.01);
}

.about-redesign .feature-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: clamp(22px, 2vw, 30px);
  min-height: 180px;
}

.about-redesign .feature-card h3,
.about-redesign .why-card h3,
.about-redesign .testimonial-card h3 {
  margin: 0;
  line-height: 1.2;
  text-wrap: balance;
}

.about-redesign .feature-card p,
.about-redesign .why-card p,
.about-redesign .testimonial-card p {
  margin: 0;
  max-width: none;
}

.about-redesign .feature-card::after {
  pointer-events: none;
}

.about-redesign .live-feature-grid {
  gap: 18px;
}

.about-redesign .live-join-section {
  padding-block: clamp(76px, 8vw, 118px);
}

.about-redesign .live-join-section .section-head {
  align-items: end;
  gap: 28px;
}

.about-redesign .live-join-section .feature-card {
  min-height: 210px;
  box-shadow: 0 24px 66px rgba(22, 58, 82, 0.12);
}

.about-redesign .live-join-section .feature-card::after {
  top: 18px;
  right: 20px;
  opacity: 0.8;
  transition: opacity 320ms ease, transform 420ms ease;
}

.about-redesign .live-join-section .feature-card:hover::after {
  opacity: 0.28;
  transform: translateY(-8px) scale(1.08);
}

.about-redesign .testimonial-grid {
  align-items: stretch;
}

.about-redesign .testimonial-card {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  min-height: 242px;
  padding: clamp(24px, 2.4vw, 34px);
}

.about-redesign .testimonial-card img {
  width: 92px;
  height: 92px;
  align-self: start;
}

.about-redesign .testimonial-card span {
  margin: 12px 0 14px;
  white-space: normal;
}

.about-redesign .testimonial-card strong {
  margin-top: 14px;
}

.about-redesign .live-why-section .split {
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
}

.about-redesign .why-card {
  min-width: 0;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
}

.about-redesign .why-card img {
  width: 112px;
  height: 92px;
}

.about-redesign .organ-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.26);
}

.about-redesign .organ-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.about-redesign .live-stat-strip {
  align-items: stretch;
}

.about-redesign .stat {
  min-width: 0;
  min-height: 136px;
  padding: 22px 18px;
}

.about-redesign .stat strong,
.about-redesign .live-funfact strong {
  font-variant-numeric: tabular-nums;
}

.about-redesign .stat span {
  display: block;
  line-height: 1.45;
}

@keyframes aboutPanelIn {
  from {
    opacity: 0.96;
    transform: translateY(14px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aboutFloatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 930px) {
  .about-redesign .live-about-intro,
  .about-redesign .live-why-section .split {
    gap: 34px;
  }

  .about-redesign .live-feature-grid,
  .about-redesign .testimonial-grid,
  .about-redesign .live-stat-strip {
    grid-template-columns: 1fr 1fr;
  }

  .about-redesign .live-join-section .section-head {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .about-redesign .live-feature-grid,
  .about-redesign .testimonial-grid,
  .about-redesign .live-stat-strip {
    grid-template-columns: 1fr;
  }

  .about-redesign .testimonial-card,
  .about-redesign .why-card {
    grid-template-columns: 1fr;
  }

  .about-redesign .testimonial-card img {
    width: 86px;
    height: 86px;
  }

  .about-redesign .why-card img {
    width: 100%;
    height: 180px;
  }

  .about-redesign .organ-card img {
    min-height: 280px;
  }

  .about-redesign .feature-card,
  .about-redesign .testimonial-card,
  .about-redesign .why-card,
  .about-redesign .stat {
    padding: 22px;
  }
}
