.med-home {
	background: #ffffff;
}

.med-home .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.med-home-hero {
	position: relative;
	width: 100%;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	overflow: clip;
}

.med-home :where(#plans, #med-home-contact),
.med-home :where(section[id]) {
	scroll-margin-top: 112px;
}

.med-home-hero *,
.med-home-hero *::before,
.med-home-hero *::after {
	box-sizing: border-box;
}

.med-home :where(img, video, svg, canvas) {
	max-width: 100%;
}

.med-home :where(img, video) {
	height: auto;
}

.med-home-hero__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 72px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 120px;
}

.med-home-hero__text {
	position: relative;
	isolation: isolate;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 32px;
}

.med-home-hero__title {
	position: relative;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #1a252f;
	font-size: 72px;
	line-height: 125%;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.med-home-hero__title-line {
	display: block;
	margin: 0;
}

.med-home-hero__title-line--after-pill {
	margin-top: 0;
}

.med-home-hero__rotator {
	--med-home-hero-rotator-pad-x: 24px;
	--med-home-hero-rotator-pad-top: 4px;
	--med-home-hero-rotator-pad-bottom: 8px;
	--med-home-hero-rotator-border-width: 2px;
	--med-home-hero-rotator-line-height: 1.25;

	position: relative;
	z-index: 0;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
	white-space: nowrap;
	color: #901a48;
	overflow: visible;
	vertical-align: middle;
	font: inherit;
	font-weight: 700;
	line-height: var(--med-home-hero-rotator-line-height);
}

.med-home-hero__rotator-surface {
	position: absolute;
	inset: 0;
	z-index: 0;
	box-sizing: border-box;
	border-radius: 24px;
	background-color: #fae9f0;
	border: var(--med-home-hero-rotator-border-width) solid #efbbcf;
	transform-origin: left center;
	will-change: transform;
	pointer-events: none;
}

.med-home-hero__rotator-words {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: var(--med-home-hero-rotator-height, calc(1.25em + 16px));
	white-space: nowrap;
	will-change: transform;
	overflow: visible;
}

/* Both current and next use identical positioning so there is no vertical jump
   on swap. Padding via custom properties keeps CSS and JS in sync. */
.med-home-hero__rotator-word {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:
		var(--med-home-hero-rotator-pad-top)
		var(--med-home-hero-rotator-pad-x)
		var(--med-home-hero-rotator-pad-bottom);
	margin: 0;
	line-height: var(--med-home-hero-rotator-line-height);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	will-change: opacity;
}

.med-home-hero__rotator-word--current {
	opacity: 1;
}

.med-home-hero__rotator-word--next {
	opacity: 0;
	pointer-events: none;
}

.med-home-hero__copy {
	width: 100%;
	max-width: 896px;
	margin: 0;
	color: #1a252f;
	font-size: 24px;
	line-height: 140%;
	font-weight: 500;
}

.med-home-hero__actions {
	width: 100%;
	max-width: 452px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.med-home-hero__button {
	min-height: 48px;
	flex: 1 1 0;
	min-width: 0;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	color: #1a252f;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.med-home-hero__button:hover {
	transform: translateY(-1px);
}

.med-home-hero__button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(185, 33, 92, 0.28);
}

.med-home-hero__button--primary {
	background-color: #b9215c;
	color: #fcf4f7;
}

.med-home-hero__button--primary:hover,
.med-home-hero__button--primary:focus-visible {
	background-color: #a51d52;
	color: #fcf4f7;
}

.med-home-hero__button--secondary {
	background-color: #fae9f0;
	border: 1px solid #efbbcf;
	color: #901a48;
}

.med-home-hero__button--secondary:hover,
.med-home-hero__button--secondary:focus-visible {
	background-color: #f6dce7;
	border-color: #efbbcf;
	color: #901a48;
}

.med-home-hero__media {
	position: relative;
	width: 100%;
	max-width: 1260px;
	height: 680px;
	border-radius: 24px;
	background-color: rgba(239, 187, 207, 0.2);
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 16px;
}

.med-home-hero__video-shell {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background-color: rgba(239, 187, 207, 0.2);
}

.med-home-hero__video,
.med-home-hero__video-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	background-color: rgba(239, 187, 207, 0.2);
}

.med-home-hero__video-toggle {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px;
	background: rgba(252, 244, 247, 0.18);
	color: #901a48;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.med-home-hero__video-shell:hover .med-home-hero__video-toggle,
.med-home-hero__video-shell:focus-within .med-home-hero__video-toggle {
	opacity: 1;
}

.med-home-hero__video-toggle:hover {
	background: rgba(252, 244, 247, 0.26);
}

.med-home-hero__video-toggle:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 4px rgba(185, 33, 92, 0.34);
	opacity: 1;
}

.med-home-hero__video-toggle-icon {
	width: 86px;
	height: 86px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #b9215c;
	box-shadow: 0 18px 36px rgba(112, 20, 56, 0.26);
	color: #fcf4f7;
}

.med-home-hero__video-toggle-svg {
	width: 42px;
	height: 42px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.med-home-hero__video-toggle-wave,
.med-home-hero__video-toggle-slash {
	fill: none;
}

.med-home-hero__video-toggle[aria-pressed="true"] .med-home-hero__video-toggle-slash {
	opacity: 0;
}

.med-home-hero__video-toggle-text {
	display: block;
	max-width: 100%;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(252, 244, 247, 0.86);
	box-shadow: 0 12px 28px rgba(112, 20, 56, 0.12);
}

.med-home-hero__video-placeholder {
	position: relative;
	border: 1px solid rgba(239, 187, 207, 0.75);
	background:
		linear-gradient(135deg, rgba(252, 244, 247, 0.95), rgba(250, 233, 240, 0.78)),
		radial-gradient(circle at 32% 24%, rgba(185, 33, 92, 0.16), transparent 34%),
		radial-gradient(circle at 78% 70%, rgba(112, 20, 56, 0.12), transparent 35%);
}

.med-home-hero__video-placeholder::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: rgba(185, 33, 92, 0.12);
	transform: translate(-50%, -50%);
}

.med-home-hero__video-placeholder::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid #b9215c;
	transform: translate(-35%, -50%);
}

@media (prefers-reduced-motion: reduce) {
	.med-home-hero__button {
		transition: none;
	}

	.med-home-hero__button:hover {
		transform: none;
	}

	.med-home-hero__video-toggle {
		transition: none;
	}
}

@media (hover: none) {
	.med-home-hero__video-toggle {
		opacity: 1;
		background: rgba(252, 244, 247, 0.12);
	}

	.med-home-hero__video-toggle-icon {
		width: 72px;
		height: 72px;
	}

	.med-home-hero__video-toggle-svg {
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-hero__inner,
	.med-home-hero__media {
		max-width: 1040px;
	}

	.med-home-hero__inner {
		gap: 104px;
	}

	.med-home-hero__title {
		font-size: 60px;
	}

	.med-home-hero__media {
		height: 560px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-hero__inner,
	.med-home-hero__media {
		max-width: 850px;
	}

	.med-home-hero__inner {
		gap: 88px;
	}

	.med-home-hero__text {
		gap: 24px;
	}

	.med-home-hero__title {
		font-size: 48px;
	}

	.med-home-hero__title-line--after-pill {
		margin-top: 0;
	}

	.med-home-hero__copy {
		max-width: 740px;
		font-size: 20px;
	}

	.med-home-hero__media {
		height: 458px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-hero__inner,
	.med-home-hero__text {
		max-width: 550px;
	}

	.med-home-hero__inner {
		padding-top: 56px;
		gap: 80px;
	}

	.med-home-hero__text {
		gap: 24px;
	}

	.med-home-hero__title {
		font-size: 42px;
	}

	.med-home-hero__title-line--after-pill {
		margin-top: 0;
	}

	.med-home-hero__copy {
		font-size: 18px;
	}

	.med-home-hero__media {
		max-width: 550px;
		height: 380px;
	}
}

@media (max-width: 599px) {
	.med-home-hero__inner {
		max-width: 100%;
		padding: 48px 20px 0;
		gap: 64px;
	}

	.med-home-hero__text {
		gap: 24px;
	}

	.med-home-hero__title {
		font-size: 36px;
		line-height: 118%;
	}

	.med-home-hero__rotator {
		--med-home-hero-rotator-pad-x: 16px;
		--med-home-hero-rotator-pad-top: 2px;
		--med-home-hero-rotator-pad-bottom: 5px;
		max-width: 100%;
	}

	.med-home-hero__rotator-surface {
		border-radius: 18px;
	}

	.med-home-hero__title-line--after-pill {
		margin-top: 0;
	}

	.med-home-hero__copy {
		font-size: 18px;
	}

	.med-home-hero__actions {
		max-width: 236px;
		flex-direction: column;
		align-items: stretch;
	}

	.med-home-hero__button {
		width: 100%;
		flex: none;
	}

	.med-home-hero__media {
		width: 100%;
		max-width: 100%;
		height: 254px;
		margin: 0;
		border-radius: 20px;
		padding: 10px;
	}

	.med-home-hero__video,
	.med-home-hero__video-shell,
	.med-home-hero__video-placeholder {
		border-radius: 14px;
	}

	.med-home-hero__video-toggle {
		gap: 12px;
		padding: 18px;
		font-size: 16px;
	}

	.med-home-hero__video-toggle-icon {
		width: 68px;
		height: 68px;
	}

	.med-home-hero__video-toggle-svg {
		width: 32px;
		height: 32px;
	}
}

.med-home-intro-text {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 192px 22px;
	overflow: clip;
	isolation: isolate;
}

.med-home-intro-text *,
.med-home-intro-text *::before,
.med-home-intro-text *::after {
	box-sizing: border-box;
}

.med-home-intro-text__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.med-home-intro-text__copy {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 60px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: -0.01em;
	text-align: left;
	text-wrap: pretty;
}

.med-home-intro-text__paragraph {
	margin: 0 0 40px;
	line-height: 135%;
	font-weight: 500;
}

.med-home-intro-text__paragraph--final {
	margin-bottom: 0;
	font-weight: 600;
}

.med-home-intro-text__highlight {
	display: inline;
	padding: 0 0.18em 0.08em;
	border-radius: 0.28em;
	background: #21303c;
	color: #ffffff;
	font-weight: 600;
	line-height: 135%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	transition: transform 420ms ease, opacity 420ms ease;
}

.med-home-intro-text.is-pending .med-home-intro-text__highlight {
	opacity: 0.92;
	transform: translateY(8px);
}

@media (prefers-reduced-motion: reduce) {
	.med-home-intro-text__highlight {
		transition: none;
	}

	.med-home-intro-text.is-pending .med-home-intro-text__highlight {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-intro-text {
		padding-top: 168px;
		padding-bottom: 168px;
	}

	.med-home-intro-text__inner {
		max-width: 1040px;
	}

	.med-home-intro-text__copy {
		font-size: 52px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-intro-text {
		padding-top: 144px;
		padding-bottom: 144px;
	}

	.med-home-intro-text__inner {
		max-width: 850px;
	}

	.med-home-intro-text__copy {
		font-size: 44px;
	}

	.med-home-intro-text__paragraph {
		margin-bottom: 32px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-intro-text {
		padding: 120px 24px;
	}

	.med-home-intro-text__inner {
		max-width: 550px;
	}

	.med-home-intro-text__copy {
		font-size: 36px;
		line-height: 140%;
		letter-spacing: -0.01em;
	}

	.med-home-intro-text__paragraph {
		margin-bottom: 28px;
	}

	.med-home-intro-text__highlight {
		margin-left: -10px;
		padding: 0 10px 6px;
		border-radius: 18px;
	}

}

@media (max-width: 599px) {
	.med-home-intro-text {
		padding: 96px 20px;
	}

	.med-home-intro-text__inner {
		max-width: 100%;
	}

	.med-home-intro-text__copy {
		font-size: 30px;
		line-height: 140%;
		letter-spacing: 0;
	}

	.med-home-intro-text__paragraph {
		margin-bottom: 24px;
	}

	.med-home-intro-text__highlight {
		margin-left: 0;
		padding: 2px 10px 6px;
		border-radius: 16px;
	}

}

.med-home-how {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0 22px 192px;
}

.med-home-how *,
.med-home-how *::before,
.med-home-how *::after {
	box-sizing: border-box;
}

.med-home-how__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.med-home-how__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	text-align: center;
}

.med-home-how__heading-group {
	width: 100%;
	max-width: 1046px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.med-home-how__eyebrow {
	min-height: 32px;
	margin: 0;
	border-radius: 9999px;
	background-color: #fae9f0;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-how__title {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-how__title span {
	display: block;
}

.med-home-how__title span + span {
	margin-top: 0;
}

.med-home-how__copy {
	width: 100%;
	max-width: 832px;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-how__cards {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.med-home-how__card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: #1a252f;
}

.med-home-how__media {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background:
		linear-gradient(135deg, rgba(250, 233, 240, 0.9), rgba(239, 187, 207, 0.24)),
		rgba(239, 187, 207, 0.2);
}

.med-home-how__image,
.med-home-coverage__image,
.med-home-benefits__image,
.med-home-carescribe__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.med-home-how__icon-placeholder {
	position: relative;
	width: 136px;
	height: 136px;
	border-radius: 22.67px;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
	flex: 0 0 auto;
}

.med-home-how__icon-placeholder::before,
.med-home-how__icon-placeholder::after {
	content: "";
	position: absolute;
	inset: 28px;
	border-radius: 18px;
	border: 8px solid rgba(144, 26, 72, 0.22);
}

.med-home-how__icon-placeholder::after {
	inset: 46px;
	border-width: 6px;
	border-color: rgba(144, 26, 72, 0.45);
}

.med-home-how__card-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 16px 8px;
	gap: 6px;
}

.med-home-how__card-title {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-how__card-copy {
	width: 100%;
	margin: 0;
	color: #596977;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-how__inner {
		max-width: 1040px;
	}

	.med-home-how__title {
		font-size: 44px;
	}

	.med-home-how__media {
		padding: 0;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-how {
		padding-bottom: 144px;
	}

	.med-home-how__inner {
		max-width: 850px;
	}

	.med-home-how__title {
		font-size: 40px;
	}

	.med-home-how__copy {
		max-width: 720px;
	}

	.med-home-how__cards {
		gap: 18px;
	}

	.med-home-how__media {
		padding: 0;
	}

	.med-home-how__icon-placeholder {
		width: 112px;
		height: 112px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-how {
		padding: 0 24px 120px;
	}

	.med-home-how__inner {
		max-width: 550px;
		gap: 48px;
	}

	.med-home-how__header {
		gap: 24px;
	}

	.med-home-how__title {
		font-size: 36px;
	}

	.med-home-how__title span + span {
		margin-top: 0;
	}

	.med-home-how__copy {
		font-size: 17px;
	}

	.med-home-how__cards {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-how__media {
		aspect-ratio: 16 / 11;
		padding: 0;
	}

	.med-home-how__card-body {
		padding: 18px 8px 0;
	}
}

@media (max-width: 599px) {
	.med-home-how {
		padding: 0 20px 96px;
	}

	.med-home-how__inner {
		max-width: 100%;
		gap: 40px;
	}

	.med-home-how__header {
		gap: 24px;
	}

	.med-home-how__heading-group {
		gap: 14px;
	}

	.med-home-how__title {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	.med-home-how__title span + span {
		margin-top: 0;
	}

	.med-home-how__copy {
		font-size: 16px;
	}

	.med-home-how__cards {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-how__media {
		border-radius: 20px;
		aspect-ratio: 1 / 1;
		padding: 0;
	}

	.med-home-how__icon-placeholder {
		width: 112px;
		height: 112px;
		border-radius: 20px;
	}

	.med-home-how__card-body {
		padding: 16px 4px 0;
	}

	.med-home-how__card-title,
	.med-home-how__card-copy {
		font-size: 15px;
	}
}

.med-home-use-cases {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0 22px 192px;
	--use-card-height: 557px;
	--use-card-gap: 24px;
	--use-card-lip-size: 20px;
	--use-card-sticky-top: 96px;
}

.med-home-use-cases *,
.med-home-use-cases *::before,
.med-home-use-cases *::after {
	box-sizing: border-box;
}

.med-home-use-cases__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.med-home-use-cases__intro {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.med-home-use-cases__eyebrow {
	min-height: 32px;
	margin: 0 0 16px;
	border-radius: 9999px;
	background-color: #fae9f0;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-use-cases__heading-group {
	width: 100%;
	max-width: 910px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.med-home-use-cases__title {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-use-cases__title span {
	display: block;
}

.med-home-use-cases__title span + span {
	margin-top: 0;
}

.med-home-use-cases__copy {
	width: 100%;
	max-width: 696px;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-use-cases__scroll {
	position: relative;
	width: 100%;
	max-width: 832px;
	margin: 0 auto;
}

.med-home-use-cases__sticky {
	display: block;
	overflow: visible;
}

.med-home-use-cases__stack {
	position: relative;
	width: 100%;
	overflow: visible;
}

.med-home-use-card {
	position: relative;
	width: 100%;
	min-height: var(--use-card-height);
	border-radius: 24px;
	background: #f8f9fc;
	padding: 40px;
	transform-origin: center top;
	will-change: transform, box-shadow;
	box-shadow: 0 16px 40px rgba(24, 35, 47, 0);
	overflow: hidden;
	isolation: isolate;
}

.med-home-use-card--whole-setup,
.med-home-use-card--accurate-dictation {
	background: #1a252f;
}

.med-home-use-card + .med-home-use-card {
	margin-top: var(--use-card-gap);
}

.med-home-use-cases.is-stack-ready .med-home-use-cases__sticky {
	position: -webkit-sticky;
	position: sticky;
	pointer-events: none;
}

.med-home-use-cases.is-stack-ready .med-home-use-card {
	position: absolute;
	left: 0;
	top: 0;
	height: var(--use-card-height);
	min-height: 0;
	pointer-events: auto;
}

.med-home-use-cases.is-stack-ready .med-home-use-card + .med-home-use-card {
	margin-top: 0;
}

.med-home-use-card__copy {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 609px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.med-home-use-card__heading {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-use-card__text {
	width: 100%;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-use-card--whole-setup .med-home-use-card__heading,
.med-home-use-card--accurate-dictation .med-home-use-card__heading {
	color: #ffffff;
}

.med-home-use-card--whole-setup .med-home-use-card__text,
.med-home-use-card--accurate-dictation .med-home-use-card__text {
	color: #f8f9fc;
}

.med-home-use-card__placeholder {
	position: absolute;
	top: 188px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
}

.med-home-use-card__placeholder--whole-setup,
.med-home-use-card__placeholder--accurate-dictation {
	inset: 0;
}

.med-home-use-card__placeholder--whole-setup::before,
.med-home-use-card__placeholder--accurate-dictation::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.01);
	pointer-events: none;
}

.med-home-use-card__placeholder--whole-setup::after,
.med-home-use-card__placeholder--accurate-dictation::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	background: #d9d9d9;
	mix-blend-mode: color-burn;
	pointer-events: none;
}

.med-home-use-card__image,
.med-home-use-card__background-image,
.med-home-use-card__foreground-image {
	display: block;
	max-width: 100%;
}

.med-home-use-card__image,
.med-home-use-card__background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.med-home-use-card__background-image {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.med-home-use-card__foreground-image {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 188px);
	object-fit: cover;
	object-position: center bottom;
	pointer-events: none;
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-use-cases__inner {
		max-width: 1040px;
	}

	.med-home-use-cases__title {
		font-size: 44px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-use-cases {
		padding-bottom: 144px;
		--use-card-height: 540px;
		--use-card-sticky-top: 88px;
	}

	.med-home-use-cases__inner {
		max-width: 850px;
	}

	.med-home-use-cases__scroll {
		max-width: 832px;
	}

	.med-home-use-cases__title {
		font-size: 40px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-use-cases {
		padding: 0 24px 120px;
		--use-card-height: 520px;
		--use-card-sticky-top: 80px;
	}

	.med-home-use-cases__inner {
		max-width: 550px;
		gap: 48px;
	}

	.med-home-use-cases__heading-group {
		gap: 24px;
	}

	.med-home-use-cases__title {
		font-size: 36px;
	}

	.med-home-use-cases__title span + span {
		margin-top: 0;
	}
}

@media (max-width: 599px) {
	.med-home-use-cases {
		padding: 0 20px 96px;
		--use-card-height: 500px;
		--use-card-sticky-top: 72px;
	}

	.med-home-use-cases__inner {
		max-width: 100%;
		gap: 40px;
	}

	.med-home-use-cases__title {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	.med-home-use-cases__title span + span {
		margin-top: 0;
	}

	.med-home-use-cases__copy {
		font-size: 16px;
	}

	.med-home-use-card {
		padding: 28px;
		border-radius: 20px;
	}

	.med-home-use-card__copy {
		max-width: 100%;
	}

	.med-home-use-card__heading,
	.med-home-use-card__text {
		font-size: 16px;
	}

	.med-home-use-card__foreground-image {
		height: calc(100% - 196px);
	}
}

@media (max-width: 390px) {
	.med-home-hero__inner,
	.med-home-intro-text,
	.med-home-how,
	.med-home-use-cases,
	.med-home-coverage,
	.med-home-benefits,
	.med-home-pricing,
	.med-home-carescribe,
	.med-home-contact {
		padding-left: 16px;
		padding-right: 16px;
	}

	.med-home-hero__title {
		font-size: 32px;
	}

	.med-home-intro-text__copy,
	.med-home-how__title {
		font-size: 30px;
	}

	.med-home-use-card,
	.med-home-use-cases.is-stack-ready .med-home-use-card,
	.med-home-pricing-card,
	.med-home-contact__form {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 340px) {
	.med-home-hero__inner,
	.med-home-intro-text,
	.med-home-how,
	.med-home-use-cases,
	.med-home-coverage,
	.med-home-benefits,
	.med-home-pricing,
	.med-home-carescribe,
	.med-home-contact {
		padding-left: 14px;
		padding-right: 14px;
	}

	.med-home-hero__title,
	.med-home-intro-text__copy,
	.med-home-how__title,
	.med-home-use-cases__title,
	.med-home-coverage__title,
	.med-home-benefits__title,
	.med-home-pricing__title,
	.med-home-contact__title {
		font-size: 30px;
	}

	.med-home-use-card,
	.med-home-use-cases.is-stack-ready .med-home-use-card,
	.med-home-pricing-card,
	.med-home-contact__form {
		padding-left: 18px;
		padding-right: 18px;
	}
}

.med-home-coverage {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0 22px 192px;
}

.med-home-coverage *,
.med-home-coverage *::before,
.med-home-coverage *::after {
	box-sizing: border-box;
}

.med-home-coverage__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

.med-home-coverage__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	text-align: center;
}

.med-home-coverage__heading-group {
	width: 100%;
	max-width: 1046px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.med-home-coverage__eyebrow {
	min-height: 32px;
	margin: 0;
	border-radius: 9999px;
	background-color: #fae9f0;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-coverage__title {
	width: 100%;
	max-width: 720px;
	margin: 0;
	color: #1a252f;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-coverage__copy {
	width: 100%;
	max-width: 618px;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-coverage__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	text-align: center;
}

.med-home-coverage__grid {
	width: 100%;
	max-width: 939px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
}

.med-home-coverage__card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.med-home-coverage__media {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(250, 233, 240, 0.92), rgba(239, 187, 207, 0.25)),
		rgba(239, 187, 207, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.med-home-coverage__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.med-home-coverage__image-placeholder {
	width: 42%;
	aspect-ratio: 1 / 1;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(239, 187, 207, 0.85);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.med-home-coverage__card-title {
	width: 100%;
	margin: 0;
	padding: 20px 16px 8px;
	color: #1a252f;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-coverage__card-title span {
	display: block;
}

.med-home-coverage__button {
	min-height: 48px;
	border-radius: 8px;
	background-color: #fae9f0;
	border: 1px solid #efbbcf;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.med-home-coverage__button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
}

.med-home-coverage__button:hover,
.med-home-coverage__button:focus-visible {
	background-color: #f6dce7;
	border-color: #efbbcf;
	color: #901a48;
	outline: none;
}

.med-home-coverage__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(185, 33, 92, 0.28);
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-coverage__inner {
		max-width: 1040px;
	}

	.med-home-coverage__grid {
		max-width: 939px;
	}

	.med-home-coverage__title {
		font-size: 44px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-coverage {
		padding-bottom: 144px;
	}

	.med-home-coverage__inner {
		max-width: 850px;
	}

	.med-home-coverage__title {
		font-size: 40px;
	}

	.med-home-coverage__grid {
		max-width: 850px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.med-home-coverage__card-title {
		font-size: 17px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-coverage {
		padding: 0 24px 120px;
	}

	.med-home-coverage__inner {
		max-width: 550px;
		gap: 40px;
	}

	.med-home-coverage__header {
		gap: 24px;
	}

	.med-home-coverage__title {
		font-size: 36px;
	}

	.med-home-coverage__copy {
		font-size: 17px;
	}

	.med-home-coverage__grid {
		max-width: 550px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 18px;
	}

	.med-home-coverage__card-title {
		padding: 16px 8px 0;
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	.med-home-coverage {
		padding: 0 20px 96px;
	}

	.med-home-coverage__inner {
		max-width: 100%;
		gap: 40px;
	}

	.med-home-coverage__header {
		gap: 24px;
	}

	.med-home-coverage__heading-group {
		gap: 14px;
	}

	.med-home-coverage__title {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	.med-home-coverage__copy {
		font-size: 16px;
	}

	.med-home-coverage__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-coverage__media {
		border-radius: 20px;
	}

	.med-home-coverage__card-title {
		padding: 16px 4px 0;
		font-size: 16px;
		text-align: center;
	}

	.med-home-coverage__button {
		width: 100%;
		max-width: 280px;
	}
}

.med-home-benefits {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0 22px 144px;
}

.med-home-benefits *,
.med-home-benefits *::before,
.med-home-benefits *::after,
.med-home-pricing *,
.med-home-pricing *::before,
.med-home-pricing *::after,
.med-home-carescribe *,
.med-home-carescribe *::before,
.med-home-carescribe *::after {
	box-sizing: border-box;
}

.med-home-benefits__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

.med-home-benefits__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	text-align: center;
}

.med-home-benefits__heading-group {
	width: 100%;
	max-width: 1046px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.med-home-benefits__eyebrow,
.med-home-carescribe__eyebrow {
	min-height: 32px;
	margin: 0;
	border-radius: 9999px;
	background-color: #fae9f0;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-benefits__title {
	width: 100%;
	max-width: 612px;
	margin: 0;
	color: #1a252f;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-benefits__copy {
	width: 100%;
	max-width: 832px;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-benefits__grid {
	width: 100%;
	max-width: 1046px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px 24px;
}

.med-home-benefits__card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.med-home-benefits__media {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(250, 233, 240, 0.85), rgba(239, 187, 207, 0.22)),
		rgba(239, 187, 207, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.med-home-benefits__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.med-home-benefits__placeholder {
	width: 38%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.med-home-benefits__card-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 16px 0;
	gap: 6px;
}

.med-home-benefits__card-title,
.med-home-benefits__card-copy {
	width: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-benefits__card-title {
	color: #1a252f;
}

.med-home-benefits__card-copy {
	color: #596977;
}

.med-home-pricing {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(185, 33, 92, 0.62), rgba(112, 20, 56, 0.62)),
		var(--med-pricing-bg, linear-gradient(135deg, rgba(185, 33, 92, 0.92), rgba(112, 20, 56, 0.92))),
		#b9215c;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fcf4f7;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 192px 22px;
	isolation: isolate;
}

.med-home-pricing::before,
.med-home-pricing::after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 56px;
	background: #ffffff;
	pointer-events: none;
	transform: translateX(-50%);
}

.med-home-pricing::before {
	top: 0;
	border-radius: 0 0 48px 48px;
}

.med-home-pricing::after {
	bottom: 0;
	border-radius: 48px 48px 0 0;
}

.med-home-pricing__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.14), transparent 30%),
		radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.1), transparent 28%);
	pointer-events: none;
}

.med-home-pricing__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.med-home-pricing__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	text-align: center;
}

.med-home-pricing__title {
	width: 100%;
	max-width: 1046px;
	margin: 0;
	color: #fcf4f7;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-pricing__copy {
	width: 100%;
	max-width: 832px;
	margin: 0;
	color: #fcf4f7;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-pricing__copy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.med-home-pricing__copy a:hover,
.med-home-pricing__copy a:focus-visible {
	text-decoration-thickness: 2px;
	outline: none;
}

.med-home-pricing__viewport {
	width: 100%;
}

.med-home-pricing__cards {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	position: relative;
}

.med-home-pricing-card {
	position: relative;
	min-width: 0;
	border-radius: 24px;
	background-color: #ffffff;
	border: 1px solid #eaecee;
	color: #1a252f;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px 24px 32px;
	gap: 32px;
}

.med-home-pricing-card__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	min-height: 28px;
	border-radius: 9999px;
	background-color: #ffb85d;
	color: #6b4d27;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 150%;
	font-weight: 600;
	white-space: nowrap;
}

.med-home-pricing-card__top,
.med-home-pricing-card__price-group,
.med-home-pricing-card__features {
	width: 100%;
}

.med-home-pricing-card__top,
.med-home-pricing-card__price-group,
.med-home-pricing-card__features {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.med-home-pricing-card__top {
	gap: 12px;
}

.med-home-pricing-card__price-group {
	gap: 18px;
}

.med-home-pricing-card__title {
	margin: 0;
	color: #1a252f;
	font-size: 24px;
	line-height: 140%;
	font-weight: 700;
}

.med-home-pricing-card__description,
.med-home-pricing-card__meta {
	margin: 0;
	color: #596977;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
}

.med-home-pricing-card__price {
	margin: 0;
	color: #1a252f;
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
}

.med-home-pricing-card__button,
.med-home-carescribe__button {
	border-radius: 8px;
	background-color: #fae9f0;
	border: 1px solid #efbbcf;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.med-home-pricing-card__button {
	width: 100%;
	min-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 150%;
}

.med-home-pricing-card--featured .med-home-pricing-card__button {
	background-color: #b9215c;
	border-color: #b9215c;
	color: #fcf4f7;
}

.med-home-pricing-card__button:hover,
.med-home-pricing-card__button:focus-visible,
.med-home-carescribe__button:hover,
.med-home-carescribe__button:focus-visible {
	background-color: #f6dce7;
	border-color: #efbbcf;
	color: #901a48;
	outline: none;
}

.med-home-pricing-card--featured .med-home-pricing-card__button:hover,
.med-home-pricing-card--featured .med-home-pricing-card__button:focus-visible {
	background-color: #a51d52;
	border-color: #a51d52;
	color: #fcf4f7;
}

.med-home-pricing-card__button:focus-visible,
.med-home-carescribe__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(185, 33, 92, 0.28);
}

.med-home-pricing-card__features {
	gap: 12px;
	color: #550f2a;
	font-size: 14px;
	line-height: 150%;
}

.med-home-pricing-card__included-title {
	margin: 0;
	color: #550f2a;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-pricing-card__feature-list,
.med-home-pricing-card__subfeatures {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.med-home-pricing-card__feature-list {
	gap: 10px;
}

.med-home-pricing-card__feature {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #901a48;
	font-weight: 500;
}

.med-home-pricing-card__feature.is-excluded {
	color: #bfc5ca;
}

.med-home-pricing-card__feature-icon {
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 2.5px;
	flex: 0 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	color: currentColor;
}

.med-home-pricing-card__feature.is-included .med-home-pricing-card__feature-icon::before {
	content: "";
	width: 8px;
	height: 5px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg) translateY(-1px);
}

.med-home-pricing-card__feature.is-excluded .med-home-pricing-card__feature-icon::before,
.med-home-pricing-card__feature.is-excluded .med-home-pricing-card__feature-icon::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 1.7px;
	border-radius: 999px;
	background: currentColor;
}

.med-home-pricing-card__feature.is-excluded .med-home-pricing-card__feature-icon::before {
	transform: rotate(45deg);
}

.med-home-pricing-card__feature.is-excluded .med-home-pricing-card__feature-icon::after {
	transform: rotate(-45deg);
}

.med-home-pricing-card__feature-copy {
	min-width: 0;
	flex: 1;
	overflow-wrap: anywhere;
}

.med-home-pricing-card__subfeatures {
	gap: 4px;
	margin: 6px 0 0;
}

.med-home-pricing-card__subfeature {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding-left: 24px;
	color: inherit;
}

.med-home-carescribe {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 144px 22px 192px;
}

.med-home-carescribe__inner {
	width: 100%;
	max-width: 1046px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 511px);
	align-items: center;
	gap: 24px;
}

.med-home-carescribe__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 24px;
	gap: 24px;
}

.med-home-carescribe__text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.med-home-carescribe__title {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 30px;
	line-height: 140%;
	font-weight: 600;
}

.med-home-carescribe__copy {
	width: 100%;
	margin: 0;
	color: #596977;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-carescribe__button {
	min-height: 40px;
	gap: 4px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

.med-home-carescribe__button span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
}

.med-home-carescribe__button-icon {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.5;
}

.med-home-carescribe__media {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(250, 233, 240, 0.85), rgba(239, 187, 207, 0.22)),
		rgba(239, 187, 207, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.med-home-carescribe__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.med-home-carescribe__placeholder {
	width: 42%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(239, 187, 207, 0.85);
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-benefits__inner,
	.med-home-benefits__grid,
	.med-home-pricing__inner {
		max-width: 1040px;
	}

	.med-home-benefits__title,
	.med-home-pricing__title {
		font-size: 44px;
	}

	.med-home-pricing-card {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-benefits__inner,
	.med-home-benefits__grid,
	.med-home-pricing__inner,
	.med-home-carescribe__inner {
		max-width: 850px;
	}

	.med-home-benefits__title,
	.med-home-pricing__title {
		font-size: 40px;
	}

	.med-home-pricing__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.med-home-carescribe__inner {
		grid-template-columns: minmax(0, 1fr) 360px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-benefits {
		padding: 0 24px 120px;
	}

	.med-home-benefits__inner,
	.med-home-pricing__inner,
	.med-home-carescribe__inner {
		max-width: 550px;
	}

	.med-home-benefits__title,
	.med-home-pricing__title {
		font-size: 36px;
	}

	.med-home-benefits__grid,
	.med-home-pricing__cards {
		grid-template-columns: 1fr;
	}

	.med-home-benefits__copy,
	.med-home-pricing__copy {
		font-size: 17px;
	}

	.med-home-pricing {
		padding: 160px 24px;
	}

	.med-home-carescribe {
		padding: 120px 24px 144px;
	}

	.med-home-carescribe__inner {
		grid-template-columns: 1fr;
	}

	.med-home-carescribe__content {
		padding-right: 0;
	}
}

@media (max-width: 599px) {
	.med-home-benefits {
		padding: 0 20px 96px;
	}

	.med-home-benefits__inner,
	.med-home-pricing__inner,
	.med-home-carescribe__inner {
		max-width: 100%;
	}

	.med-home-benefits__title,
	.med-home-pricing__title {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	.med-home-benefits__copy,
	.med-home-pricing__copy {
		font-size: 16px;
	}

	.med-home-benefits__grid,
	.med-home-pricing__cards {
		grid-template-columns: 1fr;
	}

	.med-home-benefits__media,
	.med-home-carescribe__media {
		border-radius: 20px;
	}

	.med-home-benefits__card-body {
		padding: 16px 4px 0;
	}

	.med-home-pricing {
		padding: 136px 20px;
	}

	.med-home-pricing-card {
		padding: 28px 20px 32px;
	}

	.med-home-pricing-card__title,
	.med-home-pricing-card__price {
		font-size: 22px;
	}

	.med-home-carescribe {
		padding: 96px 20px 120px;
	}

	.med-home-carescribe__inner {
		grid-template-columns: 1fr;
	}

	.med-home-carescribe__content {
		padding-right: 0;
	}

	.med-home-carescribe__button {
		width: 100%;
		max-width: 240px;
	}
}

.med-home-contact {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a252f;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 0 22px 48px;
}

.med-home-contact *,
.med-home-contact *::before,
.med-home-contact *::after {
	box-sizing: border-box;
}

.med-home-contact__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 48px;
}

.med-home-contact__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	text-align: center;
}

.med-home-contact__heading-group {
	width: 100%;
	max-width: 910px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.med-home-contact__eyebrow {
	min-height: 32px;
	margin: 0;
	border-radius: 9999px;
	background-color: #fae9f0;
	color: #901a48;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-contact__title {
	width: 100%;
	margin: 0;
	color: #1a252f;
	font-size: 48px;
	line-height: 135%;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.med-home-contact__title span {
	display: block;
}

.med-home-contact__title span + span {
	margin-top: 0;
}

.med-home-contact__avatars {
	display: flex;
	align-items: center;
	justify-content: center;
}

.med-home-contact__avatar {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	border: 2px solid #ffffff;
	object-fit: cover;
}

.med-home-contact__avatar + .med-home-contact__avatar {
	margin-left: -12px;
}

/* On the homepage the art div provides the visual separation;
   the footer itself sits flush below so the art overlaps its top edge. */
.med-home ~ .med-footer,
.med-home-footer-art ~ .med-footer {
	margin-top: 0;
}

.med-home-footer-art {
	position: relative;
	z-index: 0;
	width: 100%;
	height: clamp(180px, 28vw, 420px);
	margin-bottom: -48px;
	overflow: visible;
	pointer-events: none;
}

.med-home-footer-art img {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	/* Fade the top edge so the art bleeds in smoothly; bottom overlaps behind footer */
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 28%, black 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, black 28%, black 100%);
}

.med-home-contact__copy {
	width: 100%;
	max-width: 774px;
	margin: 0;
	color: #596977;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-contact__form {
	width: 100%;
	max-width: 618px;
	border-radius: 24px;
	background-color: #ffffff;
	border: 1px solid #eaecee;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 40px;
	gap: 32px;
	color: #1a252f;
	z-index: 1;
}

.med-home-contact__fields {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.med-home-contact__field {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5px;
	margin: 0;
	padding: 0;
	border: 0;
}

.med-home-contact__label {
	color: #1a252f;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.med-home-contact__input {
	width: 100%;
	min-height: 48px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #eaecee;
	padding: 8px 16px;
	color: #1a252f;
	font: inherit;
	font-size: 16px;
	line-height: 150%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.med-home-contact__textarea {
	min-height: 88px;
	resize: vertical;
}

.med-home-contact__input:focus,
.med-home-contact__radio-option:focus-within {
	outline: none;
	border-color: #b9215c;
	box-shadow: 0 0 0 3px rgba(185, 33, 92, 0.14);
}

.med-home-contact__radio-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 5px;
}

.med-home-contact__radio-option {
	position: relative;
	min-height: 48px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #eaecee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 16px;
	color: #1a252f;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.med-home-contact__radio-option span:not(.med-home-contact__radio-control) {
	min-width: 0;
	overflow-wrap: anywhere;
}

.med-home-contact__radio-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.med-home-contact__radio-control {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	background-color: #ffffff;
	border: 1px solid #bfc5ca;
	flex: 0 0 16px;
}

.med-home-contact__radio-option:has(input:checked) {
	border-color: #efbbcf;
	background-color: #fcf4f7;
}

.med-home-contact__radio-option input:checked + .med-home-contact__radio-control {
	background-color: #b9215c;
	border-color: #b9215c;
}

.med-home-contact__radio-option input:checked + .med-home-contact__radio-control::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fcf4f7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 3px 1px rgba(0, 0, 0, 0.04);
}

.med-home-contact__submit {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	background-color: #b9215c;
	color: #fcf4f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.med-home-contact__submit span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	font-family: "Plus Jakarta Sans";
}

.med-assessors-contact-form__submit span {
	font-family: "Plus Jakarta Sans";
}

.med-home-contact__submit:hover,
.med-home-contact__submit:focus-visible {
	background-color: #a51d52;
	box-shadow: 0 0 0 3px rgba(185, 33, 92, 0.14);
	outline: none;
}

.med-home-contact__submit:disabled {
	cursor: wait;
	opacity: 0.72;
}

.med-home-contact__status {
	margin: -12px 0 0;
	color: #901a48;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
}

.med-home-contact__status[data-med-hubspot-status-state="error"] {
	color: #9f1d34;
}

@media (max-width: 1439px) and (min-width: 1200px) {
	.med-home-contact__inner {
		max-width: 1040px;
	}

	.med-home-contact__title {
		font-size: 44px;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-contact {
		padding-bottom: 144px;
	}

	.med-home-contact__inner {
		max-width: 850px;
	}

	.med-home-contact__title {
		font-size: 40px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-contact {
		padding: 0 24px 80px;
	}

	.med-home-contact__inner {
		max-width: 550px;
		gap: 40px;
	}

	.med-home-contact__header {
		gap: 24px;
	}

	.med-home-contact__title {
		font-size: 36px;
	}

	.med-home-contact__title span + span {
		margin-top: 0;
	}

	.med-home-contact__copy {
		font-size: 17px;
	}

	.med-home-contact__form {
		padding: 32px;
	}
}

@media (max-width: 599px) {
	.med-home-contact {
		padding: 0 20px 112px;
	}

	.med-home-contact__inner {
		max-width: 100%;
		gap: 40px;
	}

	.med-home-contact__heading-group {
		gap: 14px;
	}

	.med-home-contact__title {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	.med-home-contact__title span + span {
		margin-top: 0;
	}

	.med-home-contact__copy {
		font-size: 16px;
	}

	.med-home-contact__form {
		max-width: 100%;
		padding: 24px;
		border-radius: 20px;
	}

	.med-home-contact__radio-grid {
		grid-template-columns: 1fr;
	}

	.med-home-contact__submit {
		font-size: 16px;
	}
}

/* Design review responsive refinements */
@media (max-width: 1019px) {
	.med-home :where(#plans, #med-home-contact),
	.med-home :where(section[id]) {
		scroll-margin-top: 92px;
	}
}

@media (max-width: 599px) {
	.med-home-hero__actions {
		gap: 8px;
	}

	.med-home-intro-text__highlight {
		margin-left: 0;
		padding: 0 0.18em 0.08em;
	}
}

@media (max-width: 899px) {
	.med-home-intro-text__highlight {
		margin-left: 0;
		padding: 0 0.18em 0.08em;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-how__cards {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-how__card {
		display: grid;
		grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
		align-items: center;
		gap: 24px;
	}

	.med-home-how__card-body {
		padding: 0;
	}

	.med-home-carescribe__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-carescribe__content {
		max-width: 620px;
		padding-right: 0;
	}

	.med-home-carescribe__media {
		max-width: 511px;
		justify-self: center;
	}
}

@media (max-width: 1199px) {
	.med-home-pricing {
		overflow: hidden;
	}

	.med-home-pricing__inner {
		align-items: stretch;
	}

	.med-home-pricing-card__top {
		min-height: 104px;
	}

	.med-home-pricing-card__price-group {
		gap: 8px;
	}

	.med-home-pricing-card__button {
		margin-top: 10px;
	}

	.med-home-pricing__viewport {
		width: 100vw;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		cursor: grab;
	}

	.med-home-pricing__viewport::-webkit-scrollbar {
		display: none;
	}

	.med-home-pricing__viewport.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
		scroll-behavior: auto;
		user-select: none;
	}

	.med-home-pricing__cards {
		display: flex;
		grid-template-columns: none;
		width: max-content;
		gap: 24px;
	}

	.med-home-pricing-card {
		flex: 0 0 auto;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}
}

@media (max-width: 1199px) and (min-width: 900px) {
	.med-home-pricing__viewport {
		margin-left: calc((850px - 100vw) / 2);
	}

	.med-home-pricing__cards {
		padding-left: calc((100vw - 850px) / 2);
		padding-right: calc(25vw + 6px);
	}

	.med-home-pricing-card {
		width: 413px;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.med-home-how__media,
	.med-home-coverage__media,
	.med-home-benefits__media {
		width: min(100%, 360px);
		margin-inline: auto;
		aspect-ratio: 1 / 1;
	}

	.med-home-how__card-body,
	.med-home-benefits__card-body,
	.med-home-coverage__card-title {
		width: min(100%, 360px);
		margin-inline: auto;
	}

	.med-home-coverage__grid,
	.med-home-benefits__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.med-home-pricing__viewport {
		margin-left: calc((550px - 100vw) / 2);
	}

	.med-home-pricing__cards {
		padding-left: calc((100vw - 550px) / 2);
		padding-right: calc(25vw + 6px);
	}

	.med-home-pricing-card {
		width: 360px;
	}

	.med-home-pricing-card__top {
		min-height: 90px;
	}
}

@media (max-width: 599px) {
	.med-home-how__media,
	.med-home-coverage__media,
	.med-home-benefits__media {
		width: min(100%, 297px);
		margin-inline: auto;
		aspect-ratio: 1 / 1;
	}

	.med-home-how__card-body,
	.med-home-benefits__card-body,
	.med-home-coverage__card-title {
		width: min(100%, 297px);
		margin-inline: auto;
	}

	.med-home-pricing__viewport {
		margin-left: 50%;
		transform: translateX(-50%);
		scroll-padding-left: 31px;
	}

	.med-home-pricing__cards {
		padding-left: 31px;
		padding-right: calc((100vw - min(297px, calc(100vw - 64px))) / 2);
	}

	.med-home-pricing-card {
		width: min(297px, calc(100vw - 64px));
	}

	.med-home-pricing-card__top {
		min-height: 84px;
	}

	.med-home-use-card__placeholder:not(.med-home-use-card__placeholder--whole-setup):not(.med-home-use-card__placeholder--accurate-dictation),
	.med-home-use-cases.is-stack-ready .med-home-use-card__placeholder:not(.med-home-use-card__placeholder--whole-setup):not(.med-home-use-card__placeholder--accurate-dictation) {
		aspect-ratio: 16 / 11;
		height: auto;
	}

	.med-home-use-card__placeholder--whole-setup,
	.med-home-use-card__placeholder--accurate-dictation,
	.med-home-use-cases.is-stack-ready .med-home-use-card__placeholder--whole-setup,
	.med-home-use-cases.is-stack-ready .med-home-use-card__placeholder--accurate-dictation {
		inset: 0;
		height: 100%;
		aspect-ratio: auto;
	}
}

@media (max-width: 899px) {
	.med-home-use-card__image,
	.med-home-use-card__background-image,
	.med-home-use-card__foreground-image {
		object-fit: cover;
		object-position: center;
	}

	.med-home-use-card__foreground-image {
		object-position: center bottom;
	}
}
