/* ============================================================
 * Page-scoped styles for /patient/
 * Reference: web-info/paitent.html. All styles namespaced under
 * .mpro-patient-* and .mpro-hero-patient. No global overrides.
 * ============================================================ */

/* Reveal-on-scroll stagger helper used across patient sections */
[data-reveal] { transition-delay: calc(var(--i, 0) * 70ms); }

/* ============================================================
 * 0) ANNOUNCEMENT BAR
 * ============================================================ */
.mpro-patient-announce {
	background: linear-gradient(90deg, rgba(74,126,199,0.10) 0%, rgba(61,189,181,0.10) 100%);
	border-bottom: 1px solid var(--hairline);
	padding: 10px 0;
	font-size: var(--fz-sm);
	font-weight: 500;
}
.mpro-patient-announce__inner {
	display: flex; align-items: center; justify-content: center;
	gap: 18px; flex-wrap: wrap;
}
.mpro-patient-announce__msg { color: var(--ink-2); letter-spacing: 0.01em; }
.mpro-patient-announce__cta {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--teal-aa); font-weight: 600;
	text-decoration: none;
	padding: 4px 14px; border-radius: var(--r-pill);
	background: rgba(61,189,181,0.10);
	transition: var(--t-hover);
}
.mpro-patient-announce__cta:hover { background: rgba(61,189,181,0.18); transform: translateX(2px); }

/* ============================================================
 * 1) HERO – Maria Santos / Dr. Reyes / Amoxicillin
 * ============================================================ */
.mpro-hero-patient {
	position: relative; isolation: isolate; overflow: hidden;
	padding: clamp(48px, 7vw, 96px) 0 clamp(60px, 8vw, 120px);
	background:
		radial-gradient(ellipse at 78% 28%, rgba(74,126,199,0.10), transparent 55%),
		radial-gradient(ellipse at 12% 80%, rgba(61,189,181,0.08), transparent 55%),
		var(--bg);
}
.mpro-hero-patient__mesh {
	position: absolute; inset: 0; z-index: -1; opacity: 0.55;
	pointer-events: none;
}
.mpro-hero-patient__inner {
	display: grid; gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	align-items: center;
}
@media (max-width: 960px) {
	.mpro-hero-patient__inner { grid-template-columns: 1fr; }
}

.mpro-hero-patient__copy { max-width: 620px; }
.mpro-hero-patient__eyebrow {
	display: inline-block; padding: 6px 14px; border-radius: var(--r-pill);
	background: rgba(74,126,199,0.10); color: var(--blue-d);
	font-size: var(--fz-xs); font-weight: 600;
	letter-spacing: 0.08em; text-transform: none;
	border: 1px solid rgba(74,126,199,0.18);
}
.mpro-hero-patient__title {
	font-family: var(--font-serif);
	font-size: clamp(36px, 5.4vw, 68px);
	line-height: 1.04; letter-spacing: var(--tr-tighter);
	color: var(--ink); margin: 18px 0 16px;
	font-weight: 500;
}
.mpro-hero-patient__title em {
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}
.mpro-hero-patient__lede {
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.55; color: var(--ink-2); margin: 0 0 18px;
	max-width: 56ch;
}
.mpro-hero-patient__refer {
	display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap;
	padding: 10px 16px; border-radius: var(--r-pill);
	background: rgba(61,189,181,0.08);
	border: 1px dashed rgba(61,189,181,0.30);
	font-size: var(--fz-sm); color: var(--ink-2);
	margin: 6px 0 24px;
}
.mpro-hero-patient__refer-prefix { color: var(--ink); font-weight: 500; }
.mpro-hero-patient__refer-link {
	color: var(--teal-aa); font-weight: 600; text-decoration: none;
	transition: var(--t-hover);
}
.mpro-hero-patient__refer-link:hover { color: var(--teal-d); transform: translateX(2px); }

.mpro-hero-patient__ctas {
	display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 14px;
}
.mpro-hero-patient__signin {
	display: inline-block; color: var(--blue-d);
	font-size: var(--fz-sm); font-weight: 500; text-decoration: none;
	margin-bottom: 22px; transition: var(--t-hover);
}
.mpro-hero-patient__signin:hover { color: var(--teal-aa); transform: translateX(2px); }

.mpro-hero-patient__reassure {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; gap: 8px 18px;
	font-size: var(--fz-sm); color: var(--ink-3);
}
.mpro-hero-patient__reassure li {
	display: inline-flex; align-items: center; gap: 6px;
}
.mpro-hero-patient__reassure span {
	display: inline-flex; align-items: center; justify-content: center;
	width: 18px; height: 18px; border-radius: 50%;
	background: rgba(61,189,181,0.18); color: var(--teal-aa);
	font-size: 11px; font-weight: 700;
}

/* Phone device */
.mpro-hero-patient__device {
	position: relative; display: flex; justify-content: center;
	min-height: 560px; align-items: center;
}
.mpro-hp-phone {
	position: relative;
	width: clamp(280px, 32vw, 360px);
	transform: rotate(-1.5deg);
	transition: transform var(--dur-slow) var(--ease-out-expo);
}
.mpro-hero-patient__device:hover .mpro-hp-phone { transform: rotate(0deg) translateY(-4px); }
.mpro-hp-phone__frame {
	position: relative; aspect-ratio: 9 / 19;
	border-radius: 44px;
	background: linear-gradient(160deg, #f5f7fa 0%, #e3e8ef 100%);
	padding: 12px;
	box-shadow:
		0 0 0 1px rgba(11,24,38,0.06),
		var(--el-4),
		0 60px 120px -40px rgba(74,126,199,0.45);
}
.mpro-hp-phone__notch {
	position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
	width: 90px; height: 22px; border-radius: 12px;
	background: #0B1826; z-index: 2;
}
.mpro-hp-phone__screen {
	border-radius: 32px; overflow: hidden;
	background: linear-gradient(180deg, #fbfcfe 0%, #f1f5f9 100%);
	height: 100%;
	padding: 38px 14px 18px;
	display: flex; flex-direction: column; gap: 10px;
}
.mpro-hp-app__bar {
	display: flex; align-items: center; justify-content: space-between;
	padding: 4px 6px;
}
.mpro-hp-app__brand {
	font-family: var(--font-serif); font-weight: 600;
	font-size: 16px; color: var(--ink);
	letter-spacing: -0.02em;
}
.mpro-hp-app__avatar {
	width: 28px; height: 28px; border-radius: 50%;
	background: var(--grad); color: #fff;
	font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
	display: inline-flex; align-items: center; justify-content: center;
}
.mpro-hp-app__hello {
	display: flex; flex-direction: column; gap: 2px; padding: 0 6px 4px;
}
.mpro-hp-app__greet { font-size: 11px; color: var(--ink-3); }
.mpro-hp-app__name {
	font-family: var(--font-serif); font-size: 18px;
	font-weight: 600; color: var(--ink);
}

.mpro-hp-vitals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mpro-hp-vital {
	background: #fff; border: 1px solid var(--hairline);
	border-radius: 14px; padding: 10px;
	display: flex; flex-direction: column; gap: 2px;
	box-shadow: var(--el-1);
}
.mpro-hp-vital__label { font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; }
.mpro-hp-vital__value {
	font-size: 18px; font-weight: 700; color: var(--ink);
	font-feature-settings: 'tnum' 1;
}
.mpro-hp-vital__meta { font-size: 10px; color: var(--teal-aa); }

.mpro-hp-card--appt {
	display: flex; align-items: center; justify-content: space-between;
	gap: 10px; padding: 12px;
	background: linear-gradient(135deg, rgba(74,126,199,0.10), rgba(61,189,181,0.10));
	border: 1px solid rgba(74,126,199,0.20);
	border-radius: 14px;
}
.mpro-hp-card__kicker { font-size: 10px; color: var(--blue-d); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.mpro-hp-card__where { font-size: 13px; color: var(--ink); font-weight: 600; margin-top: 2px; }
.mpro-hp-card__btn {
	border: none; cursor: pointer;
	background: var(--grad); color: #fff;
	font-size: 11px; font-weight: 600;
	padding: 7px 12px; border-radius: var(--r-pill);
	box-shadow: 0 4px 10px -2px rgba(74,126,199,0.40);
}

.mpro-hp-rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.mpro-hp-rows li {
	display: flex; align-items: center; gap: 10px;
	background: #fff; border: 1px solid var(--hairline);
	border-radius: 12px; padding: 10px;
}
.mpro-hp-rows__icon { font-size: 16px; }
.mpro-hp-rows__main { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.mpro-hp-rows__main strong { font-size: 12px; color: var(--ink); font-weight: 600; }
.mpro-hp-rows__main small { font-size: 10px; color: var(--ink-3); }
.mpro-hp-rows__cta { font-size: 11px; color: var(--blue-d); font-weight: 600; }
.mpro-hp-rows__pill {
	font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
	color: var(--teal-aa); background: rgba(61,189,181,0.15);
	padding: 3px 8px; border-radius: var(--r-pill);
}

.mpro-hp-phone__shadow {
	position: absolute; inset: auto -10% -8% -10%; height: 80px; z-index: -1;
	background: radial-gradient(ellipse at 50% 0%, rgba(11,24,38,0.25), transparent 70%);
	filter: blur(20px);
}

/* Floating toasts */
.mpro-hp-toast {
	position: absolute; z-index: 3;
	display: flex; align-items: center; gap: 10px;
	background: rgba(255,255,255,0.92); backdrop-filter: var(--blur-soft);
	-webkit-backdrop-filter: var(--blur-soft);
	border: 1px solid var(--hairline);
	border-radius: 14px; padding: 10px 14px;
	box-shadow: var(--el-3);
	font-size: var(--fz-sm); color: var(--ink);
	max-width: 240px;
	animation: mpro-hp-float 4.5s var(--ease-float) infinite;
}
.mpro-hp-toast strong { display: block; font-size: 13px; font-weight: 600; }
.mpro-hp-toast small { display: block; font-size: 11px; color: var(--ink-3); margin-top: 2px; }
.mpro-hp-toast--top { top: 14%; left: -8%; animation-delay: 0.2s; }
.mpro-hp-toast--bottom { bottom: 12%; right: -6%; animation-delay: 1.4s; }
.mpro-hp-toast__dot {
	width: 10px; height: 10px; border-radius: 50%;
	background: var(--teal); box-shadow: 0 0 0 4px rgba(61,189,181,0.18);
	flex-shrink: 0;
}
.mpro-hp-toast__bolt { font-size: 18px; }
@keyframes mpro-hp-float {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-6px); }
}
@media (max-width: 960px) {
	.mpro-hero-patient__device { min-height: 480px; }
	.mpro-hp-toast--top { left: 0; }
	.mpro-hp-toast--bottom { right: 0; }
}

/* ============================================================
 * 2) PROBLEM
 * ============================================================ */
.mpro-patient-problem { padding: var(--mpro-rhythm-default) 0; }
.mpro-patient-problem__inner {
	display: grid; gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	align-items: start;
}
@media (max-width: 960px) {
	.mpro-patient-problem__inner { grid-template-columns: 1fr; }
}
.mpro-patient-problem__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(28px, 3.6vw, 46px);
	line-height: 1.08; letter-spacing: var(--tr-tight);
	color: var(--ink); margin: 12px 0 18px;
}
.mpro-patient-problem__lede {
	font-size: var(--fz-md); line-height: 1.65;
	color: var(--ink-2); margin: 0 0 24px; max-width: 52ch;
}
.mpro-patient-problem__quote {
	margin: 0; padding: 18px 22px;
	border-left: 3px solid var(--teal);
	background: linear-gradient(90deg, rgba(61,189,181,0.08), transparent);
	font-size: clamp(17px, 1.6vw, 22px);
	font-family: var(--font-serif); color: var(--teal-aa);
	border-radius: 0 var(--r-md) var(--r-md) 0;
}
.mpro-patient-problem__cards {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 14px;
}
.mpro-patient-problem__card {
	display: grid; grid-template-columns: 48px 1fr; gap: 16px;
	padding: 22px;
	background: var(--surface);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
	box-shadow: var(--el-1);
	transition: transform var(--dur-mid) var(--ease-out-q),
				box-shadow var(--dur-mid) var(--ease-out-q),
				border-color var(--dur-mid) var(--ease-out-q);
}
.mpro-patient-problem__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--el-2), 0 20px 40px -20px rgba(74,126,199,0.25);
	border-color: rgba(74,126,199,0.30);
}
.mpro-patient-problem__icon {
	width: 48px; height: 48px; border-radius: 14px;
	background: linear-gradient(135deg, rgba(74,126,199,0.12), rgba(61,189,181,0.12));
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 24px;
}
.mpro-patient-problem__card-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-lg); color: var(--ink); margin: 0 0 6px;
}
.mpro-patient-problem__card-body {
	font-size: var(--fz-sm); line-height: 1.55;
	color: var(--ink-2); margin: 0;
}

/* ============================================================
 * 3) ROADMAP INTRO
 * ============================================================ */
.mpro-patient-rmintro { padding: var(--mpro-rhythm-default) 0 var(--mpro-rhythm-tight); }
.mpro-patient-rmintro__inner { max-width: 920px; margin: 0 auto; text-align: center; }
.mpro-patient-rmintro__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.06; letter-spacing: var(--tr-tighter);
	color: var(--ink); margin: 14px 0 16px;
}
.mpro-patient-rmintro__lede {
	font-size: clamp(16px, 1.3vw, 19px); line-height: 1.55;
	color: var(--ink-2); margin: 0 auto 28px; max-width: 64ch;
}
.mpro-patient-rmintro__band {
	position: relative;
	max-width: 720px; margin: 32px auto 36px;
	padding: 24px 28px;
	background: linear-gradient(135deg, rgba(74,126,199,0.06), rgba(61,189,181,0.06));
	border: 1px solid var(--hairline);
	border-radius: var(--r-xl);
}
.mpro-patient-rmintro__band p {
	font-size: var(--fz-md); line-height: 1.6; color: var(--ink-2); margin: 0;
}
.mpro-patient-rmintro__rule {
	position: absolute; top: -1px; left: 12%; right: 12%; height: 2px;
	background: var(--grad); border-radius: 999px;
}
.mpro-patient-rmintro__tiers {
	list-style: none; margin: 0; padding: 0;
	display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.mpro-patient-rmintro__tiers li {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 8px 14px; border-radius: var(--r-pill);
	background: var(--surface); border: 1px solid var(--hairline);
	font-size: var(--fz-sm); color: var(--ink-2);
}
.mpro-patient-rmintro__chip {
	font-size: var(--fz-xs); font-weight: 700; letter-spacing: 0.04em;
	padding: 4px 10px; border-radius: var(--r-pill);
}
.mpro-patient-rmintro__chip--now  { background: rgba(61,189,181,0.15); color: var(--teal-aa); }
.mpro-patient-rmintro__chip--next { background: rgba(74,126,199,0.15); color: var(--blue-d); }
.mpro-patient-rmintro__chip--soon { background: rgba(201,168,76,0.15); color: #8a6e1c; }

/* ============================================================
 * 4-6) ROADMAP TIERS
 * ============================================================ */
.mpro-patient-tier { padding: clamp(48px, 6vw, 96px) 0; position: relative; }
.mpro-patient-tier--now {
	background: linear-gradient(180deg, transparent, rgba(61,189,181,0.04));
}
.mpro-patient-tier--next {
	background: linear-gradient(180deg, rgba(61,189,181,0.04), rgba(74,126,199,0.05));
}
.mpro-patient-tier--soon {
	background: linear-gradient(180deg, rgba(74,126,199,0.05), rgba(201,168,76,0.05));
}
.mpro-patient-tier__head { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.mpro-patient-tier__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.08; letter-spacing: var(--tr-tight);
	color: var(--ink); margin: 12px 0 10px;
}
.mpro-patient-tier__subtitle {
	font-size: clamp(15px, 1.2vw, 18px);
	color: var(--ink-2); margin: 0;
}
.mpro-patient-tier__band {
	max-width: 880px; margin: 0 auto 40px; padding: 24px 28px;
	background: var(--grad-deep); color: var(--ink-inv);
	border-radius: var(--r-xl);
	box-shadow: var(--el-3);
	display: flex; flex-direction: column; gap: 14px;
	align-items: flex-start;
}
.mpro-patient-tier__band p {
	margin: 0; font-size: clamp(15px, 1.3vw, 18px);
	line-height: 1.55; color: var(--ink-inv-2);
}
.mpro-patient-tier__band-chip {
	display: inline-block; padding: 6px 14px; border-radius: var(--r-pill);
	background: rgba(255,255,255,0.10); color: #fff;
	font-size: var(--fz-xs); font-weight: 600; letter-spacing: 0.04em;
	border: 1px solid rgba(255,255,255,0.15);
}
.mpro-patient-tier__grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.mpro-patient-tier__card {
	position: relative; padding: 28px 24px 24px;
	background: var(--surface);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
	box-shadow: var(--el-1);
	display: flex; flex-direction: column; gap: 8px;
	transition: transform var(--dur-mid) var(--ease-out-q),
				box-shadow var(--dur-mid) var(--ease-out-q),
				border-color var(--dur-mid) var(--ease-out-q);
}
.mpro-patient-tier__card:hover {
	transform: translateY(-5px);
	box-shadow: var(--el-2), 0 24px 56px -28px rgba(74,126,199,0.30);
}
.mpro-patient-tier__icon {
	font-size: 28px; line-height: 1; margin-bottom: 6px;
	width: 52px; height: 52px; border-radius: 14px;
	display: inline-flex; align-items: center; justify-content: center;
}
.mpro-patient-tier--now  .mpro-patient-tier__icon { background: rgba(61,189,181,0.12); }
.mpro-patient-tier--next .mpro-patient-tier__icon { background: rgba(74,126,199,0.12); }
.mpro-patient-tier--soon .mpro-patient-tier__icon { background: rgba(201,168,76,0.14); }
.mpro-patient-tier__card-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-xl); color: var(--ink); margin: 0;
	line-height: 1.2;
}
.mpro-patient-tier__tagline {
	font-size: var(--fz-sm); color: var(--teal-aa);
	margin: 0; font-weight: 500;
}
.mpro-patient-tier--next .mpro-patient-tier__tagline { color: var(--blue-d); }
.mpro-patient-tier--soon .mpro-patient-tier__tagline { color: #8a6e1c; }
.mpro-patient-tier__body {
	font-size: var(--fz-sm); line-height: 1.55; color: var(--ink-2);
	margin: 0; flex: 1;
}
.mpro-patient-tier__chip {
	display: inline-block; align-self: flex-start; margin-top: 10px;
	font-size: var(--fz-xs); font-weight: 700; letter-spacing: 0.04em;
	padding: 5px 12px; border-radius: var(--r-pill);
}
.mpro-patient-tier--now .mpro-patient-tier__chip {
	background: rgba(61,189,181,0.14); color: var(--teal-aa);
}
.mpro-patient-tier--next .mpro-patient-tier__chip {
	background: rgba(74,126,199,0.14); color: var(--blue-d);
}
.mpro-patient-tier--soon .mpro-patient-tier__chip {
	background: rgba(201,168,76,0.16); color: #8a6e1c;
	border: 1px dashed rgba(201,168,76,0.45);
}
.mpro-patient-tier--soon .mpro-patient-tier__card {
	border: 1px dashed rgba(201,168,76,0.40);
	background: rgba(255,255,255,0.7);
}
.mpro-patient-tier--next .mpro-patient-tier__card {
	background: rgba(255,255,255,0.9);
}
.mpro-patient-tier__closing {
	max-width: 720px; margin: 36px auto 0; text-align: center;
	font-family: var(--font-serif);
	font-size: clamp(17px, 1.5vw, 22px);
	color: var(--ink); line-height: 1.4;
}

/* ============================================================
 * 7) INLINE CTA
 * ============================================================ */
.mpro-patient-inline { padding: clamp(40px, 5vw, 80px) 0; }
.mpro-patient-inline__card {
	display: grid; gap: 24px; align-items: center;
	grid-template-columns: minmax(0, 1.2fr) auto;
	padding: clamp(28px, 4vw, 48px);
	background: linear-gradient(135deg, rgba(74,126,199,0.08), rgba(61,189,181,0.08));
	border: 1px solid var(--hairline);
	border-radius: var(--r-2xl);
	box-shadow: var(--el-1);
}
@media (max-width: 760px) {
	.mpro-patient-inline__card { grid-template-columns: 1fr; }
}
.mpro-patient-inline__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(24px, 2.6vw, 34px);
	color: var(--ink); margin: 0 0 6px;
}
.mpro-patient-inline__body { font-size: var(--fz-md); color: var(--ink-2); margin: 0; line-height: 1.55; }
.mpro-patient-inline__ctas { display: flex; flex-wrap: wrap; gap: 10px; }

/* ============================================================
 * 8) LAB DEEP-DIVE
 * ============================================================ */
.mpro-patient-lab {
	padding: var(--mpro-rhythm-default) 0;
	background: linear-gradient(180deg, transparent, rgba(74,126,199,0.04));
}
.mpro-patient-lab__inner {
	display: grid; gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 960px) {
	.mpro-patient-lab__inner { grid-template-columns: 1fr; }
}
.mpro-patient-lab__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(34px, 4.6vw, 60px);
	line-height: 1.04; letter-spacing: var(--tr-tighter);
	color: var(--ink); margin: 12px 0 18px;
}
.mpro-patient-lab__title em {
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}
.mpro-patient-lab__lede,
.mpro-patient-lab__cont {
	font-size: var(--fz-md); line-height: 1.65;
	color: var(--ink-2); margin: 0 0 16px; max-width: 56ch;
}
.mpro-patient-lab__tag {
	display: inline-block; padding: 6px 14px; border-radius: var(--r-pill);
	background: rgba(74,126,199,0.12); color: var(--blue-d);
	font-size: var(--fz-xs); font-weight: 700; letter-spacing: 0.04em;
}
.mpro-patient-lab__steps {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 16px;
}
.mpro-patient-lab__step {
	display: grid; grid-template-columns: 56px 1fr; gap: 18px;
	padding: 22px;
	background: var(--surface);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
	box-shadow: var(--el-1);
	position: relative;
	transition: transform var(--dur-mid) var(--ease-out-q),
				box-shadow var(--dur-mid) var(--ease-out-q);
}
.mpro-patient-lab__step:hover {
	transform: translateY(-4px);
	box-shadow: var(--el-2), 0 20px 40px -20px rgba(74,126,199,0.25);
}
.mpro-patient-lab__num {
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--grad); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--font-serif);
	font-size: 20px; font-weight: 600;
	box-shadow: 0 6px 16px -4px rgba(74,126,199,0.45);
}
.mpro-patient-lab__step-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-lg); color: var(--ink); margin: 0 0 4px;
}
.mpro-patient-lab__step-body { font-size: var(--fz-sm); line-height: 1.55; color: var(--ink-2); margin: 0; }

/* ============================================================
 * 9) ECOSYSTEM FLOW
 * ============================================================ */
.mpro-patient-eco { padding: var(--mpro-rhythm-default) 0; }
.mpro-patient-eco__inner {
	display: grid; gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	align-items: start;
}
@media (max-width: 960px) {
	.mpro-patient-eco__inner { grid-template-columns: 1fr; }
}
.mpro-patient-eco__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.1; color: var(--ink); margin: 12px 0 18px;
	letter-spacing: var(--tr-tight);
}
.mpro-patient-eco__p {
	font-size: var(--fz-md); line-height: 1.65;
	color: var(--ink-2); margin: 0 0 14px; max-width: 56ch;
}
.mpro-patient-eco__flow {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 0;
}
.mpro-patient-eco__node {
	display: flex; flex-direction: column; align-items: stretch; gap: 0;
}
.mpro-patient-eco__node-card {
	display: grid; grid-template-columns: 56px 1fr; gap: 16px;
	padding: 20px;
	background: var(--surface);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
	box-shadow: var(--el-1);
	transition: var(--t-hover);
}
.mpro-patient-eco__node-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--el-2);
	border-color: rgba(61,189,181,0.30);
}
.mpro-patient-eco__node-icon {
	width: 56px; height: 56px; border-radius: 14px;
	background: linear-gradient(135deg, rgba(74,126,199,0.12), rgba(61,189,181,0.12));
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 28px;
}
.mpro-patient-eco__node-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-lg); color: var(--ink); margin: 0 0 4px;
}
.mpro-patient-eco__node-body { font-size: var(--fz-sm); color: var(--ink-2); margin: 0; line-height: 1.5; }
.mpro-patient-eco__arrow {
	display: flex; justify-content: center; align-items: center;
	margin: 8px 0; font-size: 20px; color: var(--teal); font-weight: 700;
	height: 28px; line-height: 1;
}

/* ============================================================
 * 10) REFER YOUR DOCTOR
 * ============================================================ */
.mpro-patient-refer {
	padding: var(--mpro-rhythm-default) 0;
	background:
		radial-gradient(ellipse at 80% 20%, rgba(61,189,181,0.06), transparent 55%),
		var(--bg-2);
}
.mpro-patient-refer__inner {
	display: grid; gap: clamp(32px, 5vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
}
@media (max-width: 960px) {
	.mpro-patient-refer__inner { grid-template-columns: 1fr; }
}
.mpro-patient-refer__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.08; color: var(--ink); margin: 12px 0 16px;
	letter-spacing: var(--tr-tight);
}
.mpro-patient-refer__lede {
	font-size: var(--fz-md); line-height: 1.65;
	color: var(--ink-2); margin: 0 0 22px; max-width: 56ch;
}
.mpro-patient-refer__bullets {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 12px;
}
.mpro-patient-refer__bullets li {
	display: flex; align-items: flex-start; gap: 12px;
	font-size: var(--fz-md); color: var(--ink); line-height: 1.5;
}
.mpro-patient-refer__bullets li span {
	flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
	background: var(--grad); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 13px; font-weight: 700;
}
.mpro-patient-refer__how {
	background: var(--surface); border: 1px solid var(--hairline);
	border-radius: var(--r-2xl); padding: clamp(28px, 3vw, 40px);
	box-shadow: var(--el-2);
}
.mpro-patient-refer__how-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-2xl); color: var(--ink); margin: 0 0 4px;
}
.mpro-patient-refer__how-sub {
	font-size: var(--fz-md); color: var(--teal-aa); margin: 0 0 24px;
}
.mpro-patient-refer__steps {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 14px;
}
.mpro-patient-refer__step {
	display: grid; grid-template-columns: 40px 1fr; gap: 14px;
	padding: 14px 0;
	border-bottom: 1px dashed var(--hairline);
}
.mpro-patient-refer__step:last-child { border-bottom: none; }
.mpro-patient-refer__num {
	width: 36px; height: 36px; border-radius: 50%;
	background: linear-gradient(135deg, rgba(74,126,199,0.15), rgba(61,189,181,0.15));
	color: var(--teal-aa);
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--font-serif); font-size: 16px; font-weight: 600;
	border: 1px solid rgba(61,189,181,0.30);
}
.mpro-patient-refer__step-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: var(--fz-md); color: var(--ink); margin: 0 0 4px;
}
.mpro-patient-refer__step-body { font-size: var(--fz-sm); color: var(--ink-2); margin: 0; line-height: 1.5; }
.mpro-patient-refer__foot {
	margin: 22px 0 0; padding-top: 18px;
	border-top: 1px solid var(--hairline);
	font-size: var(--fz-sm); color: var(--ink-3); font-style: italic;
}

/* ============================================================
 * 11) GET STARTED
 * ============================================================ */
.mpro-patient-start { padding: var(--mpro-rhythm-default) 0; }
.mpro-patient-start__inner { max-width: 1080px; margin: 0 auto; }
.mpro-patient-start__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.mpro-patient-start__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1.06; color: var(--ink); margin: 14px 0 12px;
	letter-spacing: var(--tr-tighter);
}
.mpro-patient-start__lede { font-size: clamp(15px, 1.2vw, 18px); color: var(--ink-2); margin: 0; line-height: 1.55; }
.mpro-patient-start__cards {
	display: grid; gap: 18px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 28px;
}
@media (max-width: 760px) {
	.mpro-patient-start__cards { grid-template-columns: 1fr; }
}
.mpro-patient-start__card {
	display: flex; flex-direction: column; gap: 10px;
	padding: clamp(28px, 3vw, 40px);
	background: var(--surface);
	border: 1px solid var(--hairline);
	border-radius: var(--r-2xl);
	box-shadow: var(--el-2);
	transition: transform var(--dur-mid) var(--ease-out-q),
				box-shadow var(--dur-mid) var(--ease-out-q);
}
.mpro-patient-start__card:hover {
	transform: translateY(-6px);
	box-shadow: var(--el-3), 0 32px 64px -28px rgba(74,126,199,0.35);
}
.mpro-patient-start__card--patient {
	background: linear-gradient(160deg, rgba(74,126,199,0.06) 0%, var(--surface) 60%);
}
.mpro-patient-start__card--provider {
	background: linear-gradient(160deg, rgba(61,189,181,0.05) 0%, var(--surface) 60%);
}
.mpro-patient-start__icon {
	width: 56px; height: 56px; border-radius: 16px;
	background: linear-gradient(135deg, rgba(74,126,199,0.14), rgba(61,189,181,0.14));
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 28px;
}
.mpro-patient-start__card-title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(20px, 1.8vw, 26px);
	color: var(--ink); margin: 8px 0 4px;
}
.mpro-patient-start__card-body {
	font-size: var(--fz-md); line-height: 1.55; color: var(--ink-2);
	margin: 0 0 14px;
}
.mpro-patient-start__cta { align-self: flex-start; }
.mpro-patient-start__reassure {
	list-style: none; margin: 0 0 20px; padding: 0;
	display: flex; flex-wrap: wrap; gap: 10px 24px;
	justify-content: center;
	font-size: var(--fz-sm); color: var(--ink-2);
}
.mpro-patient-start__reassure li { display: inline-flex; align-items: center; gap: 6px; }
.mpro-patient-start__reassure span {
	width: 18px; height: 18px; border-radius: 50%;
	background: rgba(61,189,181,0.18); color: var(--teal-aa);
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 11px; font-weight: 700;
}
.mpro-patient-start__signin {
	display: block; text-align: center;
	color: var(--blue-d); font-size: var(--fz-sm); font-weight: 500;
	text-decoration: none; margin-bottom: 24px;
	transition: var(--t-hover);
}
.mpro-patient-start__signin:hover { color: var(--teal-aa); }
.mpro-patient-start__privacy {
	max-width: 720px; margin: 0 auto; text-align: center;
	font-size: var(--fz-sm); color: var(--ink-3); line-height: 1.55;
	padding: 16px 24px;
	background: rgba(15,23,42,0.03);
	border: 1px solid var(--hairline);
	border-radius: var(--r-lg);
}

/* ============================================================
 * 12) FINAL CTA
 * ============================================================ */
.mpro-patient-final {
	position: relative; isolation: isolate; overflow: hidden;
	padding: var(--mpro-rhythm-cinematic) 0;
	background: var(--grad-deep); color: var(--ink-inv);
	text-align: center;
}
.mpro-patient-final__bg {
	position: absolute; inset: 0; z-index: -1; pointer-events: none;
	background: var(--grad-aurora);
	opacity: 0.85;
}
.mpro-patient-final__aurora {
	position: absolute; border-radius: 50%; filter: blur(80px);
}
.mpro-patient-final__aurora--1 {
	width: 520px; height: 520px; top: -120px; left: -120px;
	background: rgba(61,189,181,0.25);
	animation: mpro-float-a 12s ease-in-out infinite;
}
.mpro-patient-final__aurora--2 {
	width: 460px; height: 460px; bottom: -120px; right: -100px;
	background: rgba(74,126,199,0.30);
	animation: mpro-float-b 14s ease-in-out infinite;
}
@keyframes mpro-float-a {
	0%, 100% { transform: translate(0,0); }
	50%      { transform: translate(40px, 30px); }
}
@keyframes mpro-float-b {
	0%, 100% { transform: translate(0,0); }
	50%      { transform: translate(-30px, -20px); }
}
.mpro-patient-final__inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.mpro-patient-final__eyebrow {
	color: var(--ink-inv-2);
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.15);
	padding: 6px 14px; border-radius: var(--r-pill);
	font-size: var(--fz-xs); font-weight: 600;
	letter-spacing: 0.06em;
}
.mpro-patient-final__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(36px, 5.4vw, 72px);
	line-height: 1.04; color: #fff; margin: 22px 0 18px;
	letter-spacing: var(--tr-tighter);
}
.mpro-patient-final__body {
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.55; color: var(--ink-inv-2);
	max-width: 64ch; margin: 0 auto 32px;
}
.mpro-patient-final__ctas {
	display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
	margin-bottom: 32px;
}
.mpro-patient-final__tagline {
	font-family: var(--font-serif);
	font-size: clamp(18px, 1.8vw, 24px);
	color: var(--teal); margin: 0;
}

/* ============================================================
 * 13) MOBILE STICKY CTA
 * ============================================================ */
.mpro-patient-sticky {
	position: fixed; left: 12px; right: 12px;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	z-index: 90;
	display: none;
	align-items: center; justify-content: space-between; gap: 12px;
	padding: 12px 14px;
	background: rgba(255,255,255,0.96); backdrop-filter: var(--blur-soft);
	-webkit-backdrop-filter: var(--blur-soft);
	border: 1px solid var(--hairline);
	border-radius: var(--r-xl);
	box-shadow: var(--el-3);
}
.mpro-patient-sticky__copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mpro-patient-sticky__title { font-size: var(--fz-md); color: var(--ink); font-weight: 600; }
.mpro-patient-sticky__sub   { font-size: var(--fz-xs); color: var(--ink-3); }
.mpro-patient-sticky__cta { flex-shrink: 0; min-height: 44px; padding: 10px 16px; }
@media (max-width: 768px) {
	.mpro-patient-sticky { display: flex; }
	body { padding-bottom: 88px; }
}

/* ============================================================
 * MOTION SAFETY
 * ============================================================ */
@media (prefers-reduced-motion: reduce) {
	.mpro-hp-toast,
	.mpro-patient-final__aurora--1,
	.mpro-patient-final__aurora--2 { animation: none !important; }
	.mpro-hp-phone { transform: none !important; }
}

/* ============================================================
 * Definition block – page-scoped rhythm tweak.
 * Base styles for .mpro-definition live in main.css; this shifts
 * the block tighter under the patient hero only.
 * ============================================================ */
body.page-template-page-patient .mpro-definition { margin-top: 12px; }

