:root {
  color-scheme: light;
  --ink: #14232a;
  --muted: #5b6870;
  --soft: #f6f8f7;
  --paper: #ffffff;
  --line: rgba(20, 35, 42, 0.14);
  --aqua: #0c7f83;
  --mint: #bde4dc;
  --rose: #c65f72;
  --plum: #6d5264;
  --gold: #c39a55;
  --deep: #071113;
  --deep-2: #0d2023;
  --shadow: 0 24px 70px rgba(17, 32, 36, 0.14);
  --radius: 8px;
  --max: 1180px;
  --page-progress: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--deep);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(248, 251, 250, 0.86);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid transparent;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(8, 22, 26, 0.08);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 232px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 18px;
  background: #071113;
  border: 1px solid rgba(12, 127, 131, 0.18);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 32px rgba(7, 17, 19, 0.16);
  overflow: hidden;
}

.brand-mark svg {
  width: 48px;
  height: 48px;
}

.brand-logo-svg {
  display: block;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.brand-text span {
  font-size: 12px;
  color: var(--muted);
}

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

.nav a {
  text-decoration: none;
  color: rgba(20, 35, 42, 0.82);
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--deep);
  background: rgba(12, 127, 131, 0.09);
}

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

.icon-button,
.menu-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-button:hover,
.menu-button:hover {
  transform: translateY(-1px);
  border-color: rgba(12, 127, 131, 0.36);
  background: rgba(12, 127, 131, 0.06);
}

.icon-button svg,
.menu-button svg {
  width: 20px;
  height: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 740;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 34px rgba(20, 35, 42, 0.18);
}

.button-primary:hover {
  background: #071113;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button-soft {
  background: rgba(12, 127, 131, 0.1);
  color: var(--ink);
  border-color: rgba(12, 127, 131, 0.18);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  overflow: clip;
  background: #071113;
  color: #fff;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 19, 0.9) 0%, rgba(7, 17, 19, 0.56) 44%, rgba(7, 17, 19, 0.42)),
    radial-gradient(circle at 74% 30%, rgba(189, 228, 220, 0.18), transparent 30%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-inner::before {
  content: "";
  position: absolute;
  right: -12%;
  top: 7%;
  width: min(620px, 45vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 110px rgba(189, 228, 220, 0.16),
    0 0 130px rgba(189, 228, 220, 0.14);
  pointer-events: none;
  z-index: 1;
}

.hero-inner::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 18%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    58px 84px 0 rgba(189, 228, 220, 0.54),
    -72px 128px 0 rgba(255, 255, 255, 0.24),
    136px 164px 0 rgba(255, 255, 255, 0.26);
  pointer-events: none;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: clamp(560px, calc(100svh - 118px), 720px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(26px, 6vw, 78px);
  position: relative;
  z-index: 2;
  padding: clamp(58px, 8vw, 104px) 0 clamp(54px, 7vw, 78px);
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.hero h1 {
  font-size: clamp(46px, 5.7vw, 82px);
  line-height: 1.01;
  letter-spacing: 0;
  max-width: 780px;
  margin: 18px 0 20px;
}

.page-hero h1 {
  font-size: clamp(48px, 8.3vw, 108px);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 980px;
  margin: 18px 0 20px;
}

.hero-lead {
  font-size: clamp(19px, 2.1vw, 29px);
  line-height: 1.34;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 48px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-points span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.35;
}

.hero-points strong {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 500px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 84%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  filter: blur(10px);
}

.hero-doctor-card {
  position: relative;
  width: min(690px, 49vw);
  margin: 0 -44px 0 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 36px 100px rgba(7, 17, 19, 0.42);
  background: #f6faf9;
}

.hero-doctor-card img {
  width: 100%;
  height: clamp(370px, 34vw, 520px);
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.96) contrast(1.02);
}

.hero-doctor-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 17px;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 19, 0.7) 28%, rgba(7, 17, 19, 0.88));
  color: #fff;
}

.hero-doctor-card strong {
  display: block;
  font-size: 19px;
  line-height: 1.15;
}

.hero-doctor-card span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 5px;
}

.origin-motion {
  position: relative;
  min-height: 420svh;
  background: #071113;
  color: #fff;
}

.origin-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 42%, rgba(189, 228, 220, 0.2), transparent 34%),
    radial-gradient(circle at 16% 24%, rgba(198, 95, 114, 0.12), transparent 24%),
    linear-gradient(135deg, #071113 0%, #0d2023 42%, #395969 100%);
}

.origin-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  z-index: 3;
}

.origin-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.origin-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 124px) 0 clamp(74px, 9vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(280px, 0.36fr);
  gap: clamp(28px, 8vw, 110px);
  align-items: center;
  pointer-events: none;
}

.origin-heading {
  grid-column: 1;
}

.origin-kicker {
  margin: 0 0 16px;
  color: rgba(189, 228, 220, 0.88);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.origin-content h2 {
  max-width: 650px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

.origin-steps {
  grid-column: 1;
  display: grid;
  min-height: 158px;
  align-items: start;
  margin-top: clamp(18px, 3vw, 30px);
}

.origin-step {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  max-width: 470px;
  padding: clamp(20px, 2.5vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(7, 17, 19, 0.44);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.origin-step.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.origin-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 18px;
}

.origin-step h3 {
  font-size: clamp(26px, 3.4vw, 42px);
  margin: 0 0 12px;
}

.origin-step p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.45;
}

.origin-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vw, 46px);
  z-index: 2;
  width: min(460px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.origin-progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.origin-progress i {
  display: block;
  width: calc(var(--origin-progress, 0) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), #fff);
  box-shadow: 0 0 20px rgba(189, 228, 220, 0.6);
}

.section {
  padding: clamp(70px, 9vw, 130px) 0;
}

.section-tight {
  padding: clamp(46px, 7vw, 88px) 0;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.52fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-head > *,
.split > *,
.origin-content > * {
  min-width: 0;
}

.kicker {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  color: inherit;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(34px, 5.2vw, 72px);
  margin: 0;
}

h3 {
  font-size: clamp(22px, 2.6vw, 34px);
  margin: 0 0 12px;
}

p {
  margin: 0 0 1em;
}

.large-copy {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
  color: var(--muted);
}

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

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

.feature-card,
.service-card,
.info-card,
.faq details,
.form-shell {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(20, 35, 42, 0.06);
}

.feature-card {
  padding: 24px;
  min-height: 190px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(12, 127, 131, 0.1);
  color: var(--aqua);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h3 {
  font-size: 21px;
  margin-bottom: 9px;
}

.feature-card p,
.service-card p,
.info-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.dark-band {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(189, 228, 220, 0.12), transparent 28%),
    radial-gradient(circle at 84% 64%, rgba(198, 95, 114, 0.09), transparent 26%),
    linear-gradient(135deg, #061013 0%, #0a191c 42%, #10262a 100%);
  color: #fff;
  overflow: clip;
}

.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  pointer-events: none;
}

.dark-band > * {
  position: relative;
  z-index: 1;
}

.dark-band .kicker {
  color: var(--mint);
}

.dark-band .large-copy,
.dark-band .service-card p,
.dark-band .info-card p {
  color: rgba(255, 255, 255, 0.72);
}

.process {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.process-sticky {
  position: sticky;
  top: 112px;
}

.process-sticky h2 {
  max-width: 440px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  text-wrap: balance;
}

.process-visual {
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 280px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 35% 38%, rgba(189, 228, 220, 0.34), transparent 24%),
    radial-gradient(circle at 68% 62%, rgba(198, 95, 114, 0.2), transparent 22%),
    linear-gradient(135deg, rgba(189, 228, 220, 0.14), rgba(255, 255, 255, 0.04)),
    var(--deep-2);
  position: relative;
  overflow: hidden;
}

.process-visual::before,
.process-visual::after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: rotate(calc(8deg + var(--page-progress) * 28deg)) scaleX(1.32);
}

.process-visual::after {
  inset: 80px;
  border-color: rgba(189, 228, 220, 0.28);
  transform: rotate(calc(-18deg + var(--page-progress) * -18deg)) scaleX(1.28);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.12);
}

.timeline-number {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--mint);
}

.timeline-item h3 {
  font-size: 24px;
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.journey-section {
  padding: clamp(62px, 6vw, 82px) 0 clamp(40px, 5vw, 68px);
  background:
    radial-gradient(circle at 16% 24%, rgba(189, 228, 220, 0.32), transparent 23%),
    radial-gradient(circle at 85% 14%, rgba(198, 95, 114, 0.1), transparent 18%),
    linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  color: var(--deep-2);
  overflow: clip;
}

.journey-head {
  width: min(820px, 100%);
  margin: 0 auto clamp(20px, 3vw, 34px);
  text-align: center;
}

.journey-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.journey-head p {
  color: var(--muted);
  font-size: 17px;
  margin: 14px auto 0;
  max-width: 660px;
}

.journey-map {
  position: relative;
  min-height: clamp(390px, 40vw, 500px);
  margin: 0 auto;
}

.journey-path {
  position: absolute;
  inset: 18% 0 10%;
  width: 100%;
  height: 72%;
  pointer-events: none;
  overflow: visible;
  clip-path: inset(0 100% 0 0);
}

.journey-path path {
  fill: none;
  stroke-linecap: round;
}

.journey-path-shadow {
  stroke: rgba(12, 127, 131, 0.08);
  stroke-width: 18;
}

.journey-path-line {
  stroke: #075657;
  stroke-width: 8;
  stroke-dasharray: 1 22;
  stroke-dashoffset: 420;
  opacity: 0.96;
}

.journey-section.is-visible .journey-path {
  animation: journey-clip 2200ms cubic-bezier(0.22, 0.74, 0.23, 1) 220ms forwards;
}

.journey-section.is-visible .journey-path-line {
  animation: journey-draw 2200ms linear 220ms forwards;
}

.journey-node {
  position: absolute;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: clamp(12px, 1.3vw, 18px);
  color: #075657;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
}

.journey-section.is-visible .journey-node {
  animation: journey-node-in 640ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.journey-node strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7vw, 100px);
  line-height: 0.82;
  font-weight: 400;
  letter-spacing: 0;
}

.journey-node span {
  display: block;
  max-width: 300px;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.16;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.journey-node em {
  grid-column: 2;
  margin-top: -8px;
  font-size: clamp(15px, 1.32vw, 20px);
  line-height: 1.25;
  color: rgba(20, 35, 42, 0.78);
  font-style: normal;
}

.journey-node-1 {
  left: 0;
  top: 27%;
  animation-delay: 120ms;
}

.journey-node-2 {
  left: 14%;
  bottom: 2%;
  animation-delay: 420ms;
}

.journey-node-3 {
  left: 43%;
  top: 9%;
  animation-delay: 720ms;
}

.journey-node-4 {
  left: 48%;
  bottom: 0;
  animation-delay: 1020ms;
}

.journey-node-5 {
  right: 1%;
  top: 16%;
  animation-delay: 1320ms;
}

.journey-node-6 {
  right: 3%;
  bottom: 8%;
  width: 350px;
  grid-template-columns: auto minmax(0, 220px);
  animation-delay: 1620ms;
}

.journey-node-6 span {
  max-width: 220px;
  font-size: clamp(18px, 1.75vw, 24px);
}

.journey-foot {
  --rotation: 0deg;
  --scale: 1;
  position: absolute;
  width: 74px;
  height: 62px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--rotation)) scale(var(--scale));
  transform-origin: 50% 50%;
  filter: drop-shadow(0 8px 18px rgba(7, 17, 19, 0.08));
}

.journey-section.is-visible .journey-foot {
  animation: journey-foot-in 520ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.journey-foot i {
  position: absolute;
  display: block;
  width: 23px;
  height: 43px;
  border-radius: 58% 42% 52% 48% / 68% 70% 30% 32%;
  background: #bfdcab;
}

.journey-foot i::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bfdcab;
  box-shadow:
    11px 0 0 #bfdcab,
    21px 5px 0 #bfdcab,
    28px 14px 0 #bfdcab;
}

.journey-foot i:first-child {
  left: 10px;
  top: 18px;
  transform: rotate(42deg);
}

.journey-foot i:first-child::before {
  left: -4px;
  top: -20px;
}

.journey-foot i:last-child {
  right: 8px;
  bottom: 4px;
  transform: rotate(78deg);
}

.journey-foot i:last-child::before {
  left: -2px;
  top: -18px;
}

.journey-foot-1 {
  left: 8%;
  top: 54%;
  --rotation: -6deg;
  --scale: 1.02;
  animation-delay: 250ms;
}

.journey-foot-2 {
  left: 26%;
  top: 48%;
  --rotation: -8deg;
  --scale: 0.92;
  animation-delay: 520ms;
}

.journey-foot-3 {
  left: 45%;
  top: 45%;
  --rotation: 12deg;
  --scale: 1.02;
  animation-delay: 820ms;
}

.journey-foot-4 {
  left: 62%;
  top: 62%;
  --rotation: 10deg;
  --scale: 0.96;
  animation-delay: 1120ms;
}

.journey-foot-5 {
  left: 78%;
  top: 45%;
  --rotation: -7deg;
  --scale: 0.98;
  animation-delay: 1420ms;
}

.journey-foot-6 {
  left: 91%;
  top: 55%;
  --rotation: 8deg;
  --scale: 1.02;
  animation-delay: 1720ms;
}

.journey-foot-7 {
  left: 98%;
  top: 38%;
  --rotation: 12deg;
  --scale: 0.74;
  animation-delay: 1920ms;
}

.journey-list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.journey-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(12, 127, 131, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(17, 32, 36, 0.08);
}

.journey-list span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(12, 127, 131, 0.1);
  color: #075657;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.journey-list h3 {
  font-size: 21px;
  margin-bottom: 5px;
}

.journey-list p {
  margin: 0;
  color: var(--muted);
}

@keyframes journey-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes journey-clip {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes journey-node-in {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes journey-foot-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%) rotate(var(--rotation)) scale(calc(var(--scale) * 0.72));
  }
  70% {
    opacity: 0.92;
    transform: translate(-50%, -52%) rotate(var(--rotation)) scale(calc(var(--scale) * 1.08));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--rotation)) scale(var(--scale));
  }
}

.service-card {
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(12, 127, 131, 0.28);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card-body {
  padding: 22px;
}

.service-card h3 {
  font-size: 24px;
}

.service-card .linkline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aqua);
  font-weight: 780;
  margin-top: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.media-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.media-frame img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.media-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(7, 17, 19, 0.76);
  color: #fff;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
}

.text-flow {
  color: var(--muted);
}

.text-flow h2,
.text-flow h3 {
  color: var(--ink);
  margin-top: 1.2em;
}

.text-flow h2:first-child,
.text-flow h3:first-child {
  margin-top: 0;
}

.text-flow ul,
.check-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.text-flow li,
.check-list li {
  position: relative;
  padding-left: 28px;
}

.text-flow li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
}

.info-card {
  padding: 24px;
}

.info-card h3 {
  font-size: 23px;
}

.page-hero {
  background: var(--deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(12, 127, 131, 0.24), transparent 40%),
    linear-gradient(260deg, rgba(198, 95, 114, 0.16), transparent 45%);
  opacity: 0.9;
}

.page-hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  padding: clamp(82px, 12vw, 150px) 0 clamp(64px, 8vw, 92px);
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.2vw, 25px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 780;
  list-style: none;
}

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

.faq details p {
  padding: 0 22px 22px;
  color: var(--muted);
}

.form-shell {
  padding: clamp(20px, 3vw, 34px);
}

.consult-form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 14px;
  font-weight: 760;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(20, 35, 42, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  min-height: 48px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.field textarea {
  resize: vertical;
  min-height: 128px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(12, 127, 131, 0.65);
  box-shadow: 0 0 0 4px rgba(12, 127, 131, 0.12);
}

.form-note {
  color: var(--muted);
  font-size: 14px;
}

.checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 14px;
}

.checkbox input {
  margin-top: 4px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.cta-band {
  background:
    linear-gradient(120deg, rgba(12, 127, 131, 0.92), rgba(109, 82, 100, 0.92)),
    var(--aqua);
  color: #fff;
}

.cta-band .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.cta-band h2 {
  font-size: clamp(34px, 5.2vw, 64px);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  font-size: 18px;
}

.site-footer {
  background: #f4f7f6;
  color: var(--ink);
  padding: 58px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  font-size: 18px;
  margin: 0 0 12px;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
}

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

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 28px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible,
.no-js [data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .origin-motion {
    min-height: auto;
  }

  .origin-stage {
    position: relative;
    min-height: auto;
  }

  .origin-content {
    min-height: 760px;
  }

  .journey-path-line {
    stroke-dashoffset: 0;
  }

  .journey-path {
    clip-path: inset(0 0 0 0);
  }

  .journey-node,
  .journey-foot {
    opacity: 1;
    filter: none;
  }
}

@media (max-width: 1320px) and (min-width: 981px) {
  .journey-map {
    display: none;
  }

  .journey-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: inline-grid;
  }

  .nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 40px rgba(20, 35, 42, 0.12);
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .nav a {
    border-radius: 6px;
    padding: 13px 14px;
  }

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

  .journey-head {
    text-align: left;
    margin-left: 0;
  }

  .journey-map {
    display: none;
  }

  .journey-list {
    display: grid;
    gap: 12px;
  }

  .hero-inner,
  .split,
  .process,
  .section-head,
  .origin-content {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 52px;
    gap: 28px;
  }

  .hero-visual {
    min-height: 0;
    justify-content: flex-start;
  }

  .hero-doctor-card {
    width: min(640px, 100%);
    margin: 0;
  }

  .origin-content {
    align-items: start;
    padding-top: 118px;
  }

  .origin-content h2 {
    max-width: 760px;
  }

  .origin-steps {
    max-width: 520px;
    min-height: 190px;
  }

  .process-sticky {
    position: static;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .header-inner {
    width: min(100% - 22px, var(--max));
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 15px;
  }

  .brand-mark svg {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 13px;
  }

  .brand-text span {
    display: none;
  }

  .nav {
    inset: 66px 0 auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    width: min(100% - 22px, var(--max));
    padding: 46px 0 92px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(42px, 13.8vw, 66px);
  }

  .hero-lead,
  .page-hero p {
    font-size: 18px;
  }

  .hero-actions,
  .cta-band .container {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .origin-motion {
    min-height: 360svh;
  }

  .origin-stage {
    min-height: 100svh;
  }

  .origin-content {
    width: min(100% - 22px, var(--max));
    padding: 92px 0 118px;
    gap: 26px;
  }

  .origin-content h2 {
    font-size: clamp(42px, 13.4vw, 62px);
  }

  .origin-steps {
    min-height: 150px;
    margin-top: clamp(150px, 23svh, 210px);
  }

  .origin-step h3 {
    font-size: 26px;
  }

  .origin-step {
    padding: 18px;
  }

  .origin-step p {
    font-size: 16px;
  }

  .origin-caption {
    bottom: 18px;
    width: min(100% - 22px, 460px);
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-doctor-card img {
    aspect-ratio: 1.62 / 1;
  }

  .container,
  .page-hero-inner {
    width: min(100% - 22px, var(--max));
  }

  .section {
    padding: 64px 0;
  }

  .grid-3,
  .grid-2,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .media-frame img {
    min-height: 260px;
  }

  .footer-bottom {
    display: grid;
  }
}
