/* ==========================================================================
   True Care Wellness — design system
   Blue & white · Plus Jakarta Sans + Fraunces
   ========================================================================== */

:root {
  --blue-25: #f7f9ff;
  --blue-50: #eff4ff;
  --blue-100: #e1eaff;
  --blue-200: #c8d7ff;
  --blue-300: #9fb6fa;   /* logo ring */
  --blue-400: #769af8;
  --blue-500: #4f7cf6;   /* logo letters */
  --blue-600: #2f5fe0;
  --blue-700: #2449b5;
  --blue-800: #1c3787;
  --navy-900: #0b1736;
  --navy-950: #070f26;
  --sky: #5ec8ff;
  --steel: #a9bad3;      /* caduceus */

  --ink: #0e1a3a;
  --ink-2: #33415f;
  --muted: #5f6f8f;
  --line: #e2e8f5;
  --white: #fff;
  --success: #1aa37a;
  --danger: #d9434f;

  --grad-brand: linear-gradient(135deg, #4f7cf6 0%, #2f5fe0 55%, #1c3787 100%);
  --grad-sky: linear-gradient(135deg, #5ec8ff 0%, #4f7cf6 100%);
  --grad-soft: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);

  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;

  --shadow-sm: 0 1px 2px rgba(14, 26, 58, .06), 0 2px 8px rgba(14, 26, 58, .04);
  --shadow: 0 10px 30px -12px rgba(28, 55, 135, .18), 0 4px 12px -6px rgba(14, 26, 58, .08);
  --shadow-lg: 0 30px 60px -20px rgba(28, 55, 135, .28), 0 12px 24px -12px rgba(14, 26, 58, .12);
  --shadow-blue: 0 14px 30px -10px rgba(47, 95, 224, .55);

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(72px, 10vw, 128px);
  --header-h: 76px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--blue-600); text-decoration: none; transition: color .2s; }
a:hover { color: var(--blue-700); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); letter-spacing: -0.035em; font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); letter-spacing: -0.03em; font-weight: 800; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.35rem); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
em.serif, .serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
::selection { background: var(--blue-500); color: #fff; }
:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 3px; border-radius: 6px; }

.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon--xs { width: 14px; height: 14px; }
.icon--sm { width: 18px; height: 18px; }
.icon--lg { width: 30px; height: 30px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--soft { background: var(--grad-soft); }
.section--tight { padding-block: clamp(48px, 7vw, 88px); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy-900); color: #fff; padding: 10px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; color: #fff; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-600);
  padding: .5em 1em .5em .8em; border-radius: 999px;
  background: rgba(79, 124, 246, .08); border: 1px solid rgba(79, 124, 246, .18);
  margin-bottom: 1.2rem;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 4px rgba(79, 124, 246, .18); }
.eyebrow--light { color: #d9e4ff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); }
.eyebrow--light::before { background: var(--sky); box-shadow: 0 0 0 4px rgba(94, 200, 255, .25); }

.text-grad { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-grad-sky { background: linear-gradient(120deg, #9fd9ff, #ffffff 60%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 60ch; }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .lead { margin-inline: auto; }
.section-head--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; }
.section-head--split > div { max-width: 680px; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--blue-600); --fg: #fff;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .92em 1.5em; border-radius: 999px; border: 1.5px solid transparent;
  background: var(--bg); color: var(--fg);
  font-weight: 700; font-size: .98rem; line-height: 1; white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s, border-color .25s;
  isolation: isolate; overflow: hidden;
  will-change: transform;
}
.btn:hover { color: var(--fg); }
.btn .icon { transition: transform .35s var(--ease); }
.btn:hover .icon[data-slide], .btn:hover > .icon:last-child:not(:first-child) { transform: translateX(4px); }
.btn--primary { background: var(--grad-brand); box-shadow: var(--shadow-blue); }
.btn--primary::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .35) 50%, transparent 80%);
  transform: translateX(-120%); transition: transform .8s var(--ease);
}
.btn--primary:hover { box-shadow: 0 18px 36px -12px rgba(47, 95, 224, .7); transform: translateY(-2px); }
.btn--primary:hover::after { transform: translateX(120%); }
.btn--outline { --bg: #fff; --fg: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--outline:hover { border-color: var(--blue-300); --fg: var(--blue-700); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--white { --bg: #fff; --fg: var(--blue-700); box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .35); }
.btn--white:hover { transform: translateY(-2px); --fg: var(--blue-800); }
.btn--ghost-light { --bg: rgba(255, 255, 255, .08); --fg: #fff; border-color: rgba(255, 255, 255, .3); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { --bg: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .55); transform: translateY(-2px); }
.btn--sm { padding: .72em 1.15em; font-size: .9rem; }
.btn--lg { padding: 1.08em 1.8em; font-size: 1.02rem; }
.btn--block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: .45em; font-weight: 700; color: var(--blue-600); }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.link-arrow:hover .icon { transform: translateX(5px); }

/* ---------- Scroll progress ---------- */
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 200; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: var(--grad-sky); }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-900); color: #b9c7e8; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar__route { margin: 0; display: flex; align-items: center; gap: .5em; font-weight: 500; }
.topbar__route .icon { color: var(--sky); transform: rotate(45deg); }
.topbar__meta { list-style: none; display: flex; gap: 22px; }
.topbar__meta li { display: flex; align-items: center; gap: .45em; }
.topbar__meta a { color: #dbe5ff; display: inline-flex; align-items: center; gap: .45em; }
.topbar__meta a:hover { color: #fff; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #3ee0a0; box-shadow: 0 0 0 0 rgba(62, 224, 160, .6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(62, 224, 160, 0); } 100% { box-shadow: 0 0 0 0 rgba(62, 224, 160, 0); } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: saturate(1.6) blur(16px); -webkit-backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .35s, border-color .35s, background .35s;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .9); border-color: var(--line); box-shadow: 0 8px 30px -18px rgba(14, 26, 58, .25); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); transition: height .35s var(--ease); }
.site-header.is-scrolled .site-header__inner { height: 64px; }

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__logo { width: 48px; height: 48px; transition: transform .6s var(--ease); }
.brand:hover .brand__logo { transform: rotate(-12deg) scale(1.05); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--font-serif); font-weight: 600; font-size: 1.28rem; letter-spacing: -0.01em; color: var(--ink); }
.brand__text span { font-size: .68rem; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; color: var(--blue-500); margin-top: 4px; }
.brand--light .brand__text strong { color: #fff; }
.brand--light .brand__text span { color: var(--blue-300); }

.nav__list { list-style: none; display: flex; gap: 4px; }
.nav__list a {
  position: relative; display: block; padding: 10px 14px; border-radius: 999px;
  font-weight: 600; font-size: .94rem; color: var(--ink-2);
  transition: color .2s, background .2s;
}
.nav__list a::after {
  content: ""; position: absolute; left: 50%; bottom: 4px; width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-500); transform: translateX(-50%) scale(0); transition: transform .3s var(--ease);
}
.nav__list a:hover { color: var(--blue-600); background: var(--blue-50); }
.nav__list a.is-active { color: var(--blue-600); }
.nav__list a.is-active::after { transform: translateX(-50%) scale(1); }

.site-header__actions { display: flex; align-items: center; gap: 10px; }
.burger { display: none; width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: #fff; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .2s; }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; background: rgba(7, 15, 38, .35); backdrop-filter: blur(4px); padding-top: calc(var(--header-h) + 40px); opacity: 0; transition: opacity .3s; }
.mobile-menu.is-open { opacity: 1; }
.mobile-menu__panel { background: #fff; margin: 0 12px; border-radius: 24px; padding: 14px; box-shadow: var(--shadow-lg); max-height: calc(100dvh - var(--header-h) - 64px); overflow: auto; transform: translateY(-12px); transition: transform .4s var(--ease); }
.mobile-menu.is-open .mobile-menu__panel { transform: none; }
.mobile-menu ul { list-style: none; }
.mobile-menu li { opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease); transition-delay: calc(var(--i) * 40ms + 80ms); }
.mobile-menu.is-open li { opacity: 1; transform: none; }
.mobile-menu li a { display: flex; justify-content: space-between; align-items: center; padding: 14px 14px; border-radius: 14px; font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.mobile-menu li a:hover, .mobile-menu li a.is-active { background: var(--blue-50); color: var(--blue-600); }
.mobile-menu__foot { border-top: 1px solid var(--line); margin-top: 8px; padding: 16px 6px 6px; }
.mobile-menu__foot p { display: flex; gap: 8px; align-items: center; font-size: .9rem; color: var(--muted); margin: 12px 4px 0; word-break: break-all; }

/* ---------- Background decorations ---------- */
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; pointer-events: none; animation: float-blob 18s ease-in-out infinite alternate; }
.blob--1 { width: 520px; height: 520px; background: radial-gradient(circle at 30% 30%, #b9ccff, transparent 70%); top: -160px; right: -120px; }
.blob--2 { width: 420px; height: 420px; background: radial-gradient(circle at 50% 50%, #bfe8ff, transparent 70%); bottom: -180px; left: -120px; animation-delay: -6s; }
.blob--3 { width: 300px; height: 300px; background: radial-gradient(circle, #dfe7ff, transparent 70%); top: 40%; left: 40%; animation-delay: -12s; }
@keyframes float-blob { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(40px, 30px) scale(1.08); } 100% { transform: translate(-30px, 50px) scale(.95); } }
.grid-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(47, 95, 224, .16) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, #000 20%, transparent 75%);
}

/* ---------- Reveal animations ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0ms); }
.js [data-reveal="left"] { transform: translateX(-36px); }
.js [data-reveal="right"] { transform: translateX(36px); }
.js [data-reveal="zoom"] { transform: scale(.94); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-split] .word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.js [data-split] .word > span { display: inline-block; transform: translateY(105%); transition: transform 1s var(--ease); transition-delay: calc(var(--w) * 45ms + 80ms); }
.js [data-split].is-in .word > span { transform: none; }
.js [data-split][data-reveal] { transform: none; }

/* === PART 2 === */

/* ==========================================================================
   HOME — Hero
   ========================================================================== */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 96px) clamp(80px, 10vw, 130px); background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__ecg { position: absolute; left: 0; right: 0; bottom: 70px; width: 100%; height: 120px; opacity: .5; }
.hero__ecg path { fill: none; stroke: url(#routeGrad); stroke: var(--blue-300); stroke-width: 2; stroke-dasharray: 2400; stroke-dashoffset: 2400; animation: ecg 6s var(--ease-in-out) infinite; }
@keyframes ecg { 0% { stroke-dashoffset: 2400; } 55% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -2400; } }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__title { margin-bottom: .45em; }
.hero__title em { padding-right: .06em; }
.hero__lead { margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 2.2rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: .5em; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.hero__trust .icon { color: var(--blue-500); }

.hero__visual { position: relative; aspect-ratio: 1 / 1.02; max-width: 560px; width: 100%; justify-self: end; --hx: 0; --hy: 0; }
.hero__orbit { position: absolute; inset: -4%; width: 108%; height: 108%; animation: spin 60s linear infinite; }
.hero__orbit circle { fill: none; stroke: var(--blue-200); stroke-width: 1.2; }
.hero__orbit .hero__orbit-dash { stroke: var(--blue-300); stroke-dasharray: 3 9; stroke-width: 2; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__frame {
  position: absolute; inset: 9%; border-radius: 46% 54% 50% 50% / 52% 46% 54% 48%; overflow: hidden;
  background: var(--grad-brand); box-shadow: var(--shadow-lg), inset 0 0 0 10px rgba(255, 255, 255, .6);
  animation: morph 14s ease-in-out infinite;
  transform: translate(calc(var(--hx) * -14px), calc(var(--hy) * -14px));
  transition: transform .6s var(--ease);
}
.js .hero__frame[data-reveal].is-in { transform: translate(calc(var(--hx) * -14px), calc(var(--hy) * -14px)); }
@keyframes morph {
  0%, 100% { border-radius: 46% 54% 50% 50% / 52% 46% 54% 48%; }
  33% { border-radius: 58% 42% 44% 56% / 44% 58% 42% 56%; }
  66% { border-radius: 42% 58% 56% 44% / 56% 42% 58% 44%; }
}
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transform: scale(1.04); }
.hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(28, 55, 135, .35)); }

.float-card {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 20px;
  background: rgba(255, 255, 255, .82); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: var(--shadow-lg);
  --py: 0px;
  transform: translate(calc(var(--hx) * 22px), calc(var(--py) + var(--hy) * 22px));
  transition: transform .5s var(--ease);
  animation: bob 6s ease-in-out infinite;
}
@keyframes bob { 50% { translate: 0 -10px; } }
.float-card strong { display: block; color: var(--ink); font-size: .95rem; line-height: 1.2; }
.float-card span { font-size: .78rem; color: var(--muted); }
.float-card--flight { left: -6%; top: 10%; flex-direction: column; align-items: stretch; gap: 10px; min-width: 250px; animation-delay: -1s; }
.float-card__route { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.float-card__route > div:not(.float-card__path) { display: flex; flex-direction: column; line-height: 1.1; }
.float-card__route small { font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.float-card__route strong { font-size: 1.35rem; letter-spacing: .02em; color: var(--blue-700); }
.float-card__route span { font-size: .72rem; }
.float-card__path { position: relative; flex: 1; height: 24px; }
.float-card__path > span { position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed var(--blue-300); }
.float-card__path .icon { position: absolute; top: 3px; left: 0; color: var(--blue-600); transform: rotate(45deg); animation: fly 3.2s var(--ease-in-out) infinite; }
@keyframes fly { 0% { left: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { left: calc(100% - 18px); opacity: 0; } }
.float-card__note { margin: 0; display: flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 600; color: var(--success); padding-top: 8px; border-top: 1px solid var(--line); }
.float-card--plan { right: -4%; top: 46%; animation-delay: -3s; }
.float-card__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--blue-50); color: var(--blue-600); }
.float-card__badge { font-size: .78rem !important; font-weight: 800; color: #fff !important; background: var(--grad-brand); padding: 6px 9px; border-radius: 10px; }
.float-card--save { left: 4%; bottom: 4%; animation-delay: -4.5s; }
.float-card__ring { position: relative; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue-600); }
.float-card__ring svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.float-card__ring circle { fill: none; stroke: var(--blue-100); stroke-width: 4; }
.float-card__ring .ring-fill { stroke: var(--blue-500); stroke-linecap: round; stroke-dasharray: 100.5; stroke-dashoffset: 100.5; animation: ring 2.4s 1s var(--ease) forwards; }
@keyframes ring { to { stroke-dashoffset: 20; } }

.hero__badge { position: absolute; right: 2%; bottom: 8%; width: 120px; height: 120px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-lg); display: grid; place-items: center; z-index: 2; }
.hero__badge svg { position: absolute; inset: 0; animation: spin 22s linear infinite; }
.hero__badge text { font-size: 8.6px; font-weight: 700; letter-spacing: .12em; fill: var(--blue-600); }

.hero__scroll { position: absolute; left: 50%; bottom: 46px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--blue-300); border-radius: 20px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--blue-500); animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--grad-brand); color: #fff; padding-block: 18px; transform: rotate(-1.2deg); margin-block: -24px; position: relative; z-index: 3; box-shadow: var(--shadow-blue); }
.marquee__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee ul { list-style: none; display: flex; }
.marquee li { display: inline-flex; align-items: center; gap: 12px; padding-inline: 22px; font-weight: 700; font-size: 1.05rem; white-space: nowrap; letter-spacing: -.01em; }
.marquee li .icon { color: var(--sky); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Route & stats ---------- */
.route__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 2.2rem 0 0; }
.stat { position: relative; padding: 22px 22px 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column-reverse; overflow: hidden; }
.stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad-sky); }
.stat dt { font-size: .86rem; color: var(--muted); font-weight: 500; line-height: 1.35; }
.stat dd { margin: 0 0 6px; font-size: clamp(1.9rem, 3vw, 2.5rem); font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.route__map { position: relative; border-radius: var(--radius-xl); background: radial-gradient(120% 90% at 70% 60%, #eaf1ff 0%, #f8faff 60%, #fff 100%); border: 1px solid var(--line); padding: clamp(16px, 3vw, 28px); box-shadow: var(--shadow); }
.route__map svg { width: 100%; height: auto; overflow: visible; }
.map-land { fill: url(#dots); }
#dots circle { fill: #b9c9ef; }
.route-line { fill: none; stroke: url(#routeGrad); stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 6 7; opacity: .9; animation: dash 1.6s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -26; } }
.js .route__map:not(.is-in) .route-line { opacity: 0; }
.route__map .route-line { transition: opacity 1.2s .3s; }
.city circle:not(.city__pulse) { fill: var(--blue-600); stroke: #fff; stroke-width: 2.5; }
.city__pulse { fill: rgba(79, 124, 246, .22); transform-box: fill-box; transform-origin: center; animation: citypulse 2.4s ease-out infinite; }
.city--home circle:not(.city__pulse) { fill: var(--sky); }
.city text { font-size: 14px; font-weight: 700; fill: var(--ink); paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }
.city--home text { font-size: 16px; fill: var(--blue-700); }
@keyframes citypulse { 0% { transform: scale(.4); opacity: 1; } 100% { transform: scale(2); opacity: 0; } }
.plane path { fill: var(--blue-700); }
.plane--2 path { fill: var(--blue-500); }
.route__legend { display: flex; align-items: center; gap: 10px; margin: 8px 0 0; font-size: .86rem; color: var(--muted); font-weight: 500; }
.route__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 4px var(--blue-100); }

/* ---------- Treatment cards ---------- */
.tgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tcard {
  position: relative; display: flex; flex-direction: column; gap: 6px;
  padding: 26px 24px 24px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line);
  color: var(--ink-2); overflow: hidden; isolation: isolate;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s;
  --mx: 50%; --my: 0%;
}
.tcard::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(260px circle at var(--mx) var(--my), rgba(79, 124, 246, .13), transparent 70%); opacity: 0; transition: opacity .35s; }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--blue-200); color: var(--ink-2); }
.tcard:hover::before { opacity: 1; }
.tcard h3 { margin: 12px 0 2px; font-size: 1.12rem; }
.tcard p { font-size: .92rem; color: var(--muted); margin: 0; line-height: 1.55; }
.tcard__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: var(--blue-600); background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); transition: transform .5s var(--ease), background .4s, color .4s; }
.tcard__icon .icon { width: 28px; height: 28px; }
.tcard:hover .tcard__icon { background: var(--grad-brand); color: #fff; transform: rotate(-8deg) scale(1.06); }
.tcard__go { position: absolute; top: 22px; right: 22px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--blue-600); background: var(--blue-50); opacity: 0; transform: translate(-8px, 8px) rotate(-45deg); transition: all .45s var(--ease); }
.tcard:hover .tcard__go { opacity: 1; transform: none; }
.tcard--feature { grid-column: span 2; grid-row: span 2; padding: 0; min-height: 420px; border: 0; color: #fff; transition: transform .3s ease-out, box-shadow .5s var(--ease); }
.tcard--feature:hover { color: #fff; transform: none; }
.tcard__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease); }
.tcard--feature:hover .tcard__bg { transform: scale(1.06); }
.tcard__overlay { margin-top: auto; padding: clamp(24px, 3vw, 36px); background: linear-gradient(180deg, transparent 0%, rgba(11, 23, 54, .55) 35%, rgba(11, 23, 54, .92) 100%); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; }
.tcard__overlay h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: -.02em; max-width: 18ch; margin: 8px 0 0; }
.tcard__overlay p { color: #d5e0ff; font-size: 1rem; max-width: 42ch; }
.link-arrow--light { color: #fff; margin-top: 6px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: .78rem; font-weight: 700; background: var(--blue-50); color: var(--blue-700); border: 1px solid var(--blue-100); width: max-content; }
.chip--light { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .28); backdrop-filter: blur(8px); }

/* ---------- Journey ---------- */
.journey { list-style: none; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; --progress: 0; }
.journey__line { display: none; }
.journey__step {
  position: relative; padding: 30px 26px 26px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: border-color .5s, box-shadow .5s, transform .5s var(--ease);
  overflow: hidden;
}
.journey__step::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--grad-sky); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease); }
.journey__step.is-active { border-color: var(--blue-200); box-shadow: var(--shadow); }
.journey__step.is-active::after { transform: scaleX(1); }
.journey__step:hover { transform: translateY(-4px); }
.journey__num { position: absolute; top: 14px; right: 20px; font-family: var(--font-serif); font-style: italic; font-size: 3.4rem; line-height: 1; color: var(--blue-100); transition: color .5s; }
.journey__step.is-active .journey__num { color: var(--blue-200); }
.journey__icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--blue-50); color: var(--blue-600); margin-bottom: 18px; transition: background .5s, color .5s, box-shadow .5s; }
.journey__icon .icon { width: 28px; height: 28px; }
.journey__step.is-active .journey__icon { background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-blue); }
.journey__step h3 { margin-bottom: 8px; }
.journey__step p { margin: 0; font-size: .95rem; color: var(--muted); }
.journey__cta { text-align: center; margin-top: 48px; }

/* ---------- Cost compare (dark section) ---------- */
.compare-sec { background: radial-gradient(120% 120% at 0% 0%, #1c3787 0%, #0b1736 55%, #070f26 100%); color: #c8d4f2; overflow: hidden; }
.compare-sec__bg { position: absolute; inset: 0; pointer-events: none; }
.compare-sec .blob { opacity: .28; }
.compare-sec h2 { color: #fff; }
.compare { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.checklist { list-style: none; display: grid; gap: 12px; margin-top: 1.6rem; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.checklist .icon { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--blue-50); color: var(--blue-600); stroke-width: 3; flex: none; margin-top: 1px; }
.checklist--light li { color: #e3eaff; }
.checklist--light .icon { background: rgba(94, 200, 255, .16); color: var(--sky); }
.compare__card { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-xl); padding: clamp(20px, 3vw, 34px); backdrop-filter: blur(20px); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); }
.compare__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 6px; border-radius: 16px; background: rgba(0, 0, 0, .22); margin-bottom: 28px; }
.compare__tabs button { border: 0; line-height: 1.25; background: transparent; color: #b6c4e8; padding: 10px 12px; border-radius: 11px; font-weight: 700; font-size: .88rem; transition: background .3s, color .3s; }
.compare__tabs button:hover { color: #fff; }
.compare__tabs button[aria-selected="true"] { background: #fff; color: var(--blue-700); box-shadow: 0 6px 16px -6px rgba(0, 0, 0, .4); }
.bars { display: grid; gap: 18px; }
.bar { display: grid; grid-template-columns: 90px 1fr 92px; align-items: center; gap: 14px; }
.bar__label { font-weight: 700; color: #e6ecff; font-size: .92rem; }
.bar__track { height: 14px; border-radius: 99px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.bar__fill { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, #6b7fae, #8a9cc7); transition: width 1s var(--ease); }
.bar--india .bar__label { color: #fff; }
.bar--india .bar__fill { background: linear-gradient(90deg, #5ec8ff, #4f7cf6); box-shadow: 0 0 20px rgba(94, 200, 255, .6); }
.bar__value { text-align: right; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; font-size: .95rem; }
.bar--india .bar__value { color: var(--sky); }
.compare__note { margin: 24px 0 0; font-size: .76rem; color: #8d9bc2; line-height: 1.5; }

/* ---------- Clinic ---------- */
.clinic__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.clinic__media { position: relative; padding: 0 12% 14% 0; }
.clinic__img { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.clinic__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.clinic__img:hover img { transform: scale(1.05); }
.clinic__img--main { aspect-ratio: 4 / 4.4; }
.clinic__img--small { position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 1; border: 8px solid #fff; border-radius: 32px; }
.clinic__hours { position: absolute; left: -4%; bottom: 20%; display: flex; gap: 12px; align-items: center; padding: 14px 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); animation: bob 6s ease-in-out infinite; }
.clinic__hours strong { display: block; color: var(--ink); line-height: 1.2; }
.clinic__hours span { font-size: .82rem; color: var(--muted); }
.clinic__services { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 1.8rem 0; }
.clinic__services li { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: var(--blue-25); border: 1px solid var(--line); font-weight: 600; font-size: .93rem; color: var(--ink); transition: background .3s, border-color .3s, transform .3s var(--ease); }
.clinic__services li:hover { background: #fff; border-color: var(--blue-200); transform: translateX(4px); }
.clinic__services .icon { color: var(--blue-500); }
.clinic__address { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 18px; border: 1px dashed var(--blue-300); margin-bottom: 1.8rem; }
.clinic__address strong { display: block; color: var(--ink); }
.clinic__address span { font-size: .88rem; color: var(--muted); }
.clinic__pin { width: 48px; height: 48px; flex: none; border-radius: 14px; display: grid; place-items: center; background: var(--grad-brand); color: #fff; }

/* ---------- Promise / values ---------- */
.quote { margin: 0 auto clamp(48px, 6vw, 72px); max-width: 980px; text-align: center; position: relative; }
.quote__mark { width: 56px; height: 56px; margin: 0 auto 18px; fill: var(--blue-200); }
.quote blockquote { margin: 0; }
.quote p { font-size: clamp(1.5rem, 3.2vw, 2.5rem); line-height: 1.3; color: var(--ink); font-weight: 700; letter-spacing: -.025em; margin: 0; }
.quote figcaption { margin-top: 22px; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--blue-600); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value { position: relative; padding: 30px 26px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; isolation: isolate; transition: transform .5s var(--ease), box-shadow .5s var(--ease); --mx: 50%; --my: 0%; }
.value::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(240px circle at var(--mx) var(--my), rgba(94, 200, 255, .16), transparent 70%); opacity: 0; transition: opacity .35s; }
.value:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.value:hover::before { opacity: 1; }
.value__icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; color: #fff; background: var(--grad-brand); box-shadow: var(--shadow-blue); margin-bottom: 20px; }
.value h3 { margin-bottom: 8px; }
.value p { margin: 0; font-size: .95rem; color: var(--muted); }

/* === PART 3 === */

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.faq-wrap__head { position: sticky; top: calc(var(--header-h) + 24px); }
.faq-wrap__img { margin-top: 28px; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.faq-wrap__img img { width: 100%; height: 100%; object-fit: cover; }
.faq { display: grid; gap: 12px; }
.faq__item { border-radius: 20px; background: #fff; border: 1px solid var(--line); transition: border-color .3s, box-shadow .3s, background .3s; }
.faq__item.is-open { border-color: var(--blue-200); box-shadow: var(--shadow); background: linear-gradient(180deg, #fff, var(--blue-25)); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 20px 22px; border: 0; background: none; font-weight: 700; font-size: 1.04rem; color: var(--ink); border-radius: 20px; }
.faq__plus { position: relative; width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--blue-50); transition: background .3s, transform .5s var(--ease); }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: var(--blue-600); border-radius: 2px; transition: transform .4s var(--ease), background .3s; }
.faq__plus::after { transform: rotate(90deg); }
.faq__item.is-open .faq__plus { background: var(--blue-600); transform: rotate(180deg); }
.faq__item.is-open .faq__plus::before, .faq__item.is-open .faq__plus::after { background: #fff; }
.faq__item.is-open .faq__plus::after { transform: rotate(0); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__inner { overflow: hidden; }
.faq__inner p { padding: 0 22px 22px; margin: 0; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { padding-block: 0 var(--section); }
.cta-band__card { position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: clamp(36px, 6vw, 72px); background: var(--grad-brand); color: #dce6ff; display: grid; grid-template-columns: 1.3fr auto; gap: 32px; align-items: center; box-shadow: var(--shadow-lg); isolation: isolate; }
.cta-band__glow { position: absolute; z-index: -1; width: 520px; height: 520px; right: -140px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(94, 200, 255, .55), transparent 65%); animation: float-blob 14s ease-in-out infinite alternate; }
.cta-band__ecg { position: absolute; z-index: -1; left: 0; bottom: 18px; width: 100%; height: 80px; opacity: .25; }
.cta-band__ecg path { fill: none; stroke: #fff; stroke-width: 2; stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: ecg 5s var(--ease-in-out) infinite; }
.cta-band h2 { color: #fff; margin-bottom: .35em; font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.cta-band p { margin: 0; max-width: 58ch; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 96px); background: linear-gradient(180deg, #f2f6ff 0%, #fff 100%); }
.page-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.page-hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.page-hero__inner:has(> :only-child) { grid-template-columns: 1fr; max-width: 900px; }
.page-hero__title { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.page-hero__lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 60ch; margin: 0; }
.page-hero__media { position: relative; aspect-ratio: 1 / 1; max-width: 460px; justify-self: end; width: 100%; }
.page-hero__img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: 42% 58% 50% 50% / 50% 44% 56% 50%; box-shadow: var(--shadow-lg); animation: morph 14s ease-in-out infinite; }
.page-hero__ring { position: absolute; inset: -18px; border-radius: 50%; border: 2px dashed var(--blue-200); animation: spin 50s linear infinite; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 20px; font-size: .86rem; font-weight: 600; }
.breadcrumbs li { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; color: var(--blue-300); }
.breadcrumbs a { color: var(--blue-600); }

/* ---------- Generic inner-page components ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.media-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5 / 4; }
.media-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.media-card:hover img { transform: scale(1.05); }
.media-card__tag { position: absolute; left: 18px; bottom: 18px; display: flex; gap: 12px; align-items: center; padding: 12px 16px; border-radius: 16px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.media-card__tag strong { display: block; color: var(--ink); line-height: 1.2; }
.media-card__tag span { font-size: .82rem; color: var(--muted); }
.media-card__tag .icon { color: var(--blue-600); }

.prose { color: var(--ink-2); }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }
.prose--narrow { max-width: 780px; margin-inline: auto; }

.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mv-card { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); isolation: isolate; }
.mv-card h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.mv-card p { color: var(--muted); }
.mv-card__icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: var(--blue-50); color: var(--blue-600); margin-bottom: 22px; }
.mv-card--dark { background: radial-gradient(120% 120% at 100% 0%, #2f5fe0 0%, #1c3787 45%, #0b1736 100%); border: 0; color: #cdd8f5; }
.mv-card--dark h2 { color: #fff; }
.mv-card--dark p { color: #c6d2f2; }
.mv-card--dark .mv-card__icon { background: rgba(255, 255, 255, .1); color: var(--sky); }
.mv-card::after { content: ""; position: absolute; z-index: -1; right: -80px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; border: 30px solid rgba(79, 124, 246, .06); }
.mv-card--dark::after { border-color: rgba(255, 255, 255, .06); }

.feature-list { list-style: none; display: grid; gap: 18px; margin-top: 1.8rem; }
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature__icon { width: 50px; height: 50px; flex: none; border-radius: 15px; display: grid; place-items: center; background: var(--blue-50); color: var(--blue-600); transition: background .3s, color .3s; }
.feature:hover .feature__icon { background: var(--grad-brand); color: #fff; }
.feature h3 { font-size: 1.06rem; margin: 2px 0 4px; }
.feature p { margin: 0; font-size: .94rem; color: var(--muted); }

.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.icon-grid--4 { grid-template-columns: repeat(4, 1fr); }
.icon-card { position: relative; padding: 26px 24px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; isolation: isolate; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; --mx: 50%; --my: 0%; }
.icon-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(240px circle at var(--mx) var(--my), rgba(79, 124, 246, .12), transparent 70%); opacity: 0; transition: opacity .35s; }
.icon-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--blue-200); }
.icon-card:hover::before { opacity: 1; }
.icon-card__icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); color: var(--blue-600); margin-bottom: 16px; transition: background .4s, color .4s, transform .5s var(--ease); }
.icon-card:hover .icon-card__icon { background: var(--grad-brand); color: #fff; transform: rotate(-8deg); }
.icon-card h3 { font-size: 1.08rem; margin-bottom: 6px; }
.icon-card p { margin: 0; font-size: .93rem; color: var(--muted); }

.company-card { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: clamp(24px, 4vw, 40px); border-radius: var(--radius-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.company-card img { width: 120px; height: 120px; }
.company-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 16px 0 0; }
.company-card dt { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.company-card dd { margin: 2px 0 0; font-weight: 700; color: var(--ink); }

/* ---------- Treatments page ---------- */
.filter-bar { position: sticky; top: calc(var(--header-h) - 6px); z-index: 20; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; padding: 12px; margin-bottom: 36px; border-radius: 22px; background: rgba(255, 255, 255, .88); backdrop-filter: blur(14px); border: 1px solid var(--line); box-shadow: var(--shadow); }
.filter-search { position: relative; flex: 1 1 260px; max-width: 380px; }
.filter-search .icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.filter-search input { width: 100%; height: 48px; padding: 0 16px 0 46px; border-radius: 14px; border: 1px solid var(--line); background: var(--blue-25); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.filter-search input:focus { border-color: var(--blue-400); background: #fff; box-shadow: 0 0 0 4px rgba(79, 124, 246, .14); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip-btn { border: 1px solid var(--line); background: #fff; padding: 9px 14px; border-radius: 999px; font-weight: 700; font-size: .86rem; color: var(--ink-2); transition: all .25s; }
.chip-btn:hover { border-color: var(--blue-300); color: var(--blue-700); }
.chip-btn[aria-pressed="true"] { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--shadow-blue); }
.tlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.tdetail { position: relative; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 32px); border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; isolation: isolate; scroll-margin-top: calc(var(--header-h) + 100px); transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; --mx: 50%; --my: 0%; }
.tdetail::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(300px circle at var(--mx) var(--my), rgba(79, 124, 246, .1), transparent 70%); opacity: 0; transition: opacity .35s; }
.tdetail:hover, .tdetail:target { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--blue-200); }
.tdetail:hover::before { opacity: 1; }
.tdetail:target { border-color: var(--blue-400); box-shadow: 0 0 0 4px rgba(79, 124, 246, .15), var(--shadow-lg); }
.tdetail__head { display: flex; gap: 16px; align-items: center; margin-bottom: 14px; }
.tdetail__head h2 { font-size: 1.3rem; margin: 0; letter-spacing: -.02em; }
.tdetail__head small { display: block; font-size: .78rem; color: var(--blue-600); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tdetail > p { color: var(--muted); font-size: .96rem; }
.tdetail__list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 20px; }
.tdetail__list li { padding: 6px 12px; border-radius: 10px; background: var(--blue-25); border: 1px solid var(--line); font-size: .84rem; font-weight: 600; color: var(--ink-2); }
.tdetail__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px dashed var(--line); flex-wrap: wrap; }
.tdetail__stay { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted); font-weight: 600; }
.tdetail__stay .icon { color: var(--blue-500); }
.empty-state { text-align: center; padding: 60px 20px; border-radius: var(--radius-lg); border: 2px dashed var(--line); color: var(--muted); }
.empty-state .icon { width: 44px; height: 44px; margin: 0 auto 12px; color: var(--blue-300); }

/* ---------- Timeline (patient journey page) ---------- */
.timeline { list-style: none; position: relative; max-width: 980px; margin-inline: auto; --progress: 0; }
.timeline::before, .timeline::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; margin-left: -1.5px; border-radius: 3px; background: var(--blue-100); }
.timeline::after { background: var(--grad-sky); transform-origin: top; transform: scaleY(var(--progress)); }
.timeline__item { position: relative; display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; margin-bottom: 36px; }
.timeline__item:last-child { margin-bottom: 0; }
.timeline__card { grid-column: 1; padding: 26px 26px 24px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .5s, border-color .5s; }
.timeline__item:nth-child(even) .timeline__card { grid-column: 3; }
.timeline__item.is-active .timeline__card { box-shadow: var(--shadow-lg); border-color: var(--blue-200); }
.timeline__dot { grid-column: 2; grid-row: 1; justify-self: center; position: relative; z-index: 2; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 3px solid var(--blue-100); color: var(--blue-400); transition: all .5s var(--ease); }
.timeline__item.is-active .timeline__dot { background: var(--grad-brand); border-color: #fff; color: #fff; box-shadow: 0 0 0 6px var(--blue-100), var(--shadow-blue); transform: scale(1.06); }
.timeline__step { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--blue-600); }
.timeline__card h3 { margin: 6px 0 8px; }
.timeline__card p { margin: 0 0 10px; color: var(--muted); font-size: .96rem; }
.timeline__card ul { list-style: none; display: grid; gap: 6px; }
.timeline__card li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; font-weight: 500; color: var(--ink-2); }
.timeline__card li .icon { width: 16px; height: 16px; color: var(--success); stroke-width: 2.6; margin-top: 4px; }

.doc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.doc-card { padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.doc-card h3 { display: flex; align-items: center; gap: 12px; }
.doc-card h3 .icon { color: var(--blue-600); }
.doc-card .checklist { margin-top: 1rem; }

/* ---------- Clinic page ---------- */
.hours-card { padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-xl); background: radial-gradient(120% 120% at 100% 0%, #2f5fe0 0%, #1c3787 50%, #0b1736 100%); color: #d1dcf7; box-shadow: var(--shadow-lg); }
.hours-card h3 { color: #fff; display: flex; align-items: center; gap: 10px; }
.hours-card table { width: 100%; border-collapse: collapse; margin: 12px 0 18px; font-size: .95rem; }
.hours-card td { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.hours-card td:last-child { text-align: right; font-weight: 700; color: #fff; }
.hours-card tr.is-today td { color: var(--sky); }
.hours-card .btn { margin-top: 6px; }
.map-embed { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16 / 9; background: var(--blue-50); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.info-stack { display: grid; gap: 14px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: 20px; background: #fff; border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s, border-color .3s; }
.info-card:hover { transform: translateX(4px); box-shadow: var(--shadow); border-color: var(--blue-200); }
.info-card__icon { width: 50px; height: 50px; flex: none; border-radius: 15px; display: grid; place-items: center; background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-blue); }
.info-card > div, .feature > div, .clinic__address > div, .tdetail__head > div, .site-footer__contact p > * { min-width: 0; }
.info-card h3 { font-size: 1rem; margin: 2px 0 4px; }
.info-card p { margin: 0; font-size: .94rem; color: var(--muted); overflow-wrap: anywhere; }
.form-card { position: relative; padding: clamp(24px, 4vw, 44px); border-radius: var(--radius-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; }
.form-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--grad-sky); }
.form-card h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: .3em; }
.form-card > p { color: var(--muted); }
.form { display: grid; gap: 18px; margin-top: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: .88rem; color: var(--ink); }
.field label span { color: var(--danger); }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--blue-25); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; font-size: 1rem; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%232f5fe0' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m3 5 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-400); background: #fff; box-shadow: 0 0 0 4px rgba(79, 124, 246, .14); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); background: #fff7f7; }
.field__error { font-size: .82rem; color: var(--danger); font-weight: 600; min-height: 0; }
.field--check { display: flex; gap: 12px; align-items: flex-start; flex-wrap: wrap; }
.field--check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--blue-600); flex: none; }
.field--check label { font-weight: 500; color: var(--muted); flex: 1; }
.field--check .field__error { flex-basis: 100%; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; padding: 14px 16px; border-radius: 14px; font-weight: 600; font-size: .95rem; }
.form-status.is-success { display: block; background: #e7f8f1; color: #0f7a59; border: 1px solid #b6ead6; }
.form-status.is-error { display: block; background: #fdeeee; color: #b3303b; border: 1px solid #f5c6c9; }
.form__foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.form__secure { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); }
.btn.is-loading { pointer-events: none; opacity: .85; }
.btn.is-loading::before { content: ""; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .4); border-top-color: #fff; animation: spin .7s linear infinite; }
.btn.is-loading .icon { display: none; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding-block: clamp(80px, 12vw, 160px); position: relative; overflow: hidden; }
.notfound__code { font-size: clamp(6rem, 20vw, 13rem); font-weight: 800; line-height: .9; letter-spacing: -.06em; margin: 0 0 12px; }
.notfound .hero__actions { justify-content: center; margin-top: 28px; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy-950); color: #9fb0d6; padding-top: 90px; margin-top: 90px; font-size: .95rem; }
.site-footer__wave { position: absolute; left: 0; right: 0; top: -1px; height: 80px; transform: translateY(-99%); pointer-events: none; }
.site-footer__wave svg { width: 100%; height: 100%; }
.site-footer__wave path { fill: var(--navy-950); }
.site-footer a { color: #cdd8f5; }
.site-footer a:hover { color: #fff; }
.site-footer__top { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.site-footer__brand p { max-width: 40ch; }
.site-footer__tagline { font-family: var(--font-serif); font-size: 1.15rem; color: #fff; margin: 20px 0 10px; }
.site-footer__h { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 12px 0 18px; }
.site-footer__col ul { list-style: none; display: grid; gap: 10px; }
.site-footer__col ul a { position: relative; display: inline-block; }
.site-footer__col ul a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%; background: var(--sky); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-footer__col ul a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-footer__contact p { display: flex; gap: 10px; align-items: flex-start; overflow-wrap: anywhere; }
.site-footer__contact .icon { color: var(--sky); margin-top: 3px; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); transition: background .3s, transform .3s var(--ease); }
.socials a:hover { background: var(--blue-600); transform: translateY(-3px); }
.site-footer__disclaimer { display: flex; gap: 12px; align-items: flex-start; padding: 18px 20px; border-radius: 16px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); font-size: .84rem; line-height: 1.55; }
.site-footer__disclaimer p { margin: 0; }
.site-footer__disclaimer .icon { color: var(--sky); margin-top: 2px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 24px 28px; font-size: .85rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom ul { list-style: none; display: flex; gap: 20px; }

/* ---------- Floating actions ---------- */
.float-chat { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px 14px 16px; border-radius: 999px; background: var(--grad-brand); color: #fff; font-weight: 700; font-size: .92rem; box-shadow: var(--shadow-blue); transition: transform .35s var(--ease), box-shadow .35s; }
.float-chat:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(47, 95, 224, .7); }
.float-chat::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(79, 124, 246, .5); animation: pulse-blue 2.6s infinite; }
@keyframes pulse-blue { 70% { box-shadow: 0 0 0 16px rgba(79, 124, 246, 0); } 100% { box-shadow: 0 0 0 0 rgba(79, 124, 246, 0); } }
.to-top { position: fixed; right: 20px; bottom: 86px; z-index: 80; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--blue-600); display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: all .4s var(--ease); }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--blue-600); color: #fff; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .nav__list a { padding: 10px 10px; font-size: .9rem; }
  .tgrid { grid-template-columns: repeat(3, 1fr); }
  .tcard--feature { grid-column: span 3; grid-row: auto; min-height: 360px; }
  .values, .icon-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1023px) {
  .nav, .topbar__meta li:nth-child(2) { display: none; }
  .burger { display: block; }
  .hero__inner, .route__grid, .compare, .clinic__grid, .faq-wrap, .split, .contact-grid, .page-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .split--reverse > :first-child { order: 0; }
  .hero__visual { justify-self: center; max-width: 520px; margin-top: 12px; }
  .page-hero__media { justify-self: center; max-width: 380px; }
  .journey { grid-template-columns: repeat(2, 1fr); }
  .faq-wrap__head { position: static; }
  .faq-wrap__img { display: none; }
  .cta-band__card { grid-template-columns: 1fr; }
  .cta-band__actions { flex-direction: row; flex-wrap: wrap; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .company-card dl { grid-template-columns: repeat(2, 1fr); }
  .clinic__media { max-width: 560px; }
  .filter-bar { position: static; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .topbar__meta { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__route { white-space: nowrap; }
  .topbar__route::after { content: "· Medical travel"; }
  .topbar__extra { display: none; }
  .hero .eyebrow { font-size: .68rem; letter-spacing: .07em; white-space: nowrap; padding-inline: .7em .9em; max-width: 100%; }
  .site-header__cta span { display: none; }
  .site-header__cta { width: 46px; height: 46px; padding: 0; }
  .brand__logo { width: 42px; height: 42px; }
  .brand__text strong { font-size: 1.12rem; }
  .hero__actions .btn { flex: 1 1 100%; }
  .float-card--flight { left: -2%; top: 2%; min-width: 210px; padding: 12px; }
  .float-card--flight .float-card__route strong { font-size: 1.1rem; }
  .float-card--plan { right: -2%; top: 52%; }
  .float-card--plan span:not(.float-card__icon):not(.float-card__badge) { display: none; }
  .float-card--save { left: -2%; bottom: 2%; }
  .hero__badge { width: 92px; height: 92px; right: 0; bottom: 18%; }
  .hero__badge img { width: 40px; height: 40px; }
  .hero__scroll { display: none; }
  .stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat { padding: 18px 16px; }
  .tgrid, .journey, .values, .icon-grid, .icon-grid--4, .tlist, .mv-grid, .doc-grid, .form-row, .clinic__services { grid-template-columns: 1fr; }
  .tcard--feature { grid-column: auto; min-height: 380px; }
  .bar { grid-template-columns: 74px 1fr 78px; gap: 10px; }
  .bar__label, .bar__value { font-size: .84rem; }
  .compare__tabs { grid-template-columns: repeat(2, 1fr); }
  .compare__tabs button { font-size: .8rem; padding: 9px 8px; }
  .clinic__media { padding: 0 8% 16% 0; }
  .clinic__hours { left: 0; bottom: 4%; }
  .site-footer__top { grid-template-columns: 1fr; gap: 28px; }
  .company-card { grid-template-columns: 1fr; text-align: center; }
  .company-card img { margin-inline: auto; }
  .company-card dl { grid-template-columns: 1fr; }
  .float-chat span { display: none; }
  .cta-band__card { padding: 34px 20px; border-radius: 28px; }
  .cta-band__actions { flex-direction: column; }
  .cta-band__actions .btn, .form__foot .btn { width: 100%; }
  .btn--lg { white-space: normal; text-align: center; line-height: 1.25; padding-inline: 1.2em; }
  .float-chat { padding: 15px; }
  .to-top { bottom: 84px; }
  .timeline::before, .timeline::after { left: 30px; }
  .timeline__item { grid-template-columns: 60px 1fr; gap: 16px; align-items: start; }
  .timeline__dot { grid-column: 1; }
  .timeline__card, .timeline__item:nth-child(even) .timeline__card { grid-column: 2; grid-row: 1; }
  .filter-bar { flex-direction: column; align-items: stretch; }
  .filter-search { max-width: none; }
  .marquee li { font-size: .95rem; padding-inline: 16px; }
}

@media (max-width: 359px) {
  .eyebrow__extra { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal], .js [data-split] .word > span { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none; }
}

@media print {
  .topbar, .site-header, .float-chat, .to-top, .scroll-progress, .cta-band, .marquee { display: none !important; }
}
