.home-guidance {
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
	background: #fff;
	font-family: Poppins, sans-serif;
	padding: 48px 0;
	border-bottom: 1px solid #EEF2F1;
}

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

.home-guidance__container {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.home-guidance__panel {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 40px 36px 44px;
	background: #f3f7f6;
	box-shadow: 0 10px 32px rgba(20, 40, 40, 0.06);
}

.home-guidance-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.home-guidance-select--hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

.home-guidance-selected {
	margin: 0 0 16px;
	padding: 10px 14px;
	border-radius: 10px;
	background: #e8f3f2;
	color: #046461;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.home-guidance-selected strong {
	font-weight: 700;
}

.home-guidance-reassure {
	grid-area: reassure;
	margin: 0 0 12px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	text-align: left;
	box-shadow: none;
	max-width: 420px;
}

.home-guidance-reassure__title {
	margin: 0 0 4px;
	color: #1a2b2a;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.home-guidance-reassure__text {
	margin: 0 0 12px;
	max-width: 34em;
	color: #5a6765;
	font-size: 13.5px;
	line-height: 1.45;
}

.home-guidance-counselor-cta {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	max-width: none;
	min-height: 42px;
	padding: 10px 18px;
	border: none;
	border-radius: 999px;
	background: #046461;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(4, 100, 97, 0.16);
	transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-guidance-counselor-cta__icon {
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
}

.home-guidance-counselor-cta__label {
	white-space: nowrap;
}

.home-guidance-counselor-cta__arrow {
	flex-shrink: 0;
	font-size: 15px;
	line-height: 1;
	opacity: 0.9;
}

.home-guidance-counselor-cta:hover,
.home-guidance-counselor-cta:focus {
	background: #035451;
	outline: none;
	box-shadow: 0 6px 14px rgba(4, 100, 97, 0.22);
	transform: translateY(-1px);
}

.home-guidance-reassure__trust {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6px 0;
	margin: 12px 0 0;
	padding: 0;
	color: #6b7573;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.35;
}

.home-guidance-reassure__trust li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
}

.home-guidance-reassure__trust li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='%23046461' stroke-width='1.2'/%3E%3Cpath d='M3.6 6.1l1.6 1.6 3.2-3.2' stroke='%23046461' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.home-guidance-reassure__trust li + li {
	border-left: 1px solid #d5e0de;
}

.home-guidance__media {
	display: none !important;
}

.home-guidance__media::before {
	display: none;
}

.home-guidance::after {
	display: none;
}

.home-section-eyebrow {
	margin: 0 0 10px;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
}

.home-guidance__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.85fr);
	grid-template-areas:
		"intro form"
		"tiles form"
		"reassure form";
	column-gap: 32px;
	row-gap: 0;
	align-items: start;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.home-guidance__intro {
	grid-area: intro;
	position: relative;
	z-index: 2;
	max-width: 100%;
}

.home-guidance-tiles-block {
	grid-area: tiles;
	position: relative;
	z-index: 2;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 22px;
}

.home-guidance-tiles-scroll {
	position: relative;
	min-width: 0;
}

.home-guidance-tiles-dots {
	display: none;
}

.home-guidance__form-wrap {
	grid-area: form;
	align-self: center;
	min-width: 0;
}


.home-guidance__title {
	color: #1f1f1f;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 12px;
	letter-spacing: -0.02em;
}

.home-guidance__title span {
	color: #046461;
}

.home-guidance__sub {
	color: #444;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 22px;
	max-width: 520px;
}

.home-guidance-tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.home-guidance-tile {
	--hg-tile-accent: #046461;
	--hg-tile-wash: #eef8f6;
	appearance: none;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(120% 90% at 100% 100%, var(--hg-tile-wash) 0%, #ffffff 58%);
	border: 1px solid #e4ecea;
	border-radius: 16px;
	padding: 16px 14px 14px;
	min-height: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(20, 40, 40, 0.05);
	text-align: left;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-guidance-tile--cost {
	--hg-tile-accent: #046461;
	--hg-tile-wash: #d9f0ea;
	border-color: rgba(4, 100, 97, 0.28);
}

.home-guidance-tile--report {
	--hg-tile-accent: #e75c68;
	--hg-tile-wash: #ffe4ea;
	border-color: rgba(231, 92, 104, 0.22);
}

.home-guidance-tile--opinion {
	--hg-tile-accent: #2878d4;
	--hg-tile-wash: #dfeeff;
	border-color: rgba(40, 120, 212, 0.22);
}

.home-guidance-tile--doctor {
	--hg-tile-accent: #d96a1e;
	--hg-tile-wash: #ffe6d2;
	border-color: rgba(217, 106, 30, 0.22);
}

.home-guidance-tile__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
	padding-top: 0;
}

.home-guidance-tile__hint {
	font-size: 12px;
	line-height: 1.4;
	color: #667270;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0;
}

.home-guidance-tile:hover {
	border-color: var(--hg-tile-accent);
	outline: none;
	box-shadow: 0 10px 22px rgba(20, 40, 40, 0.09);
}

.home-guidance-tile:focus,
.home-guidance-tile:focus-visible {
	outline: none;
	box-shadow: 0 4px 14px rgba(20, 40, 40, 0.05);
}

.home-guidance-tile.is-selected {
	border-color: var(--hg-tile-accent) !important;
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.12);
}

.home-guidance-tile.is-selected .home-guidance-tile__label {
	color: var(--hg-tile-accent);
}

.home-guidance-tile__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	background: #046461;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.home-guidance-tile__icon {
	width: 72px;
	height: 72px;
	min-width: 72px;
	max-width: 72px;
	min-height: 72px;
	max-height: 72px;
	aspect-ratio: 1 / 1;
	margin-top: 0;
	flex: none;
	flex-shrink: 0;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	background: transparent;
	line-height: 0;
}

.home-guidance-tile--cost .home-guidance-tile__icon {
	margin-top: 0;
}

.home-guidance-tile__icon img {
	width: 72px !important;
	height: 72px !important;
	min-width: 72px !important;
	max-width: 72px !important;
	min-height: 72px !important;
	max-height: 72px !important;
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: contain;
	object-position: center;
	image-rendering: auto;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
	margin: 0 !important;
	padding: 0;
}

.home-guidance-tile__icon--teal { color: #046461; }
.home-guidance-tile__icon--green { color: #2e9b57; }
.home-guidance-tile__icon--blue { color: #2f80ed; }
.home-guidance-tile__icon--red { color: #e15b4d; }
.home-guidance-tile__icon--orange { color: #e76943; }
.home-guidance-tile__icon--purple { color: #7b6fb0; }

.home-guidance-tile__label {
	color: #1a2b2a;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	hyphens: none;
	-webkit-hyphens: none;
	word-break: normal;
	overflow-wrap: break-word;
	padding-right: 0;
}

.home-guidance-tile__cta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin-top: 6px;
	min-height: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--hg-tile-accent);
	font-family: Poppins, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3;
	box-shadow: none;
	white-space: nowrap;
}

.home-guidance-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 18px 46px rgba(20, 30, 40, 0.16);
	padding: 28px 28px 22px;
	max-width: 460px;
	margin-left: auto;
	width: 100%;
}

.home-guidance-card__title {
	color: #1f1f1f;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 14px;
	text-align: center;
}

.home-guidance-stepper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 16px 0 22px;
}

.home-guidance-stepper__dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #d4d4d4;
	background: #fff;
	color: #888;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-guidance-stepper__dot.is-active,
.home-guidance-stepper__dot.is-done {
	background: #046461;
	border-color: #046461;
	color: #fff;
}

.home-guidance-stepper__line {
	width: 56px;
	height: 2px;
	background: #e1e1e1;
}

.home-guidance-stepper__line.is-done {
	background: #046461;
}

.home-guidance-field-label {
	display: block;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px;
}

.home-guidance-chip-label {
	color: #333;
	font-size: 13px;
	font-weight: 600;
	margin: 14px 0 8px;
}

.home-guidance-select-wrap {
	position: relative;
}

.home-guidance-select,
.home-guidance-input {
	width: 100%;
	height: 48px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 0 14px;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	color: #222;
	background: #fff;
	appearance: none;
}

.home-guidance-select {
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.home-guidance-select:focus,
.home-guidance-input:focus {
	outline: none;
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-guidance-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.home-guidance-chip {
	appearance: none;
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	border-radius: 999px;
	padding: 8px 14px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.home-guidance-chip:hover,
.home-guidance-chip:focus {
	border-color: #046461;
	color: #046461;
	outline: none;
}

.home-guidance-chip.is-selected {
	background: #046461;
	border-color: #046461;
	color: #fff;
}

.home-guidance-input-label {
	display: block;
	color: #444;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 6px;
}

.home-guidance-input-label[for="hg_phone"] {
	margin-top: 12px;
}

.home-guidance-phone {
	display: flex;
	align-items: stretch;
}

.home-guidance-phone__code {
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	background: #f7f7f7;
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.home-guidance-phone .home-guidance-input {
	border-radius: 0 10px 10px 0;
}

.home-guidance-error {
	color: #c0392b;
	font-size: 12px;
	font-weight: 500;
	margin: 8px 0 0;
}

.home-guidance-otp {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e8eeed;
}

.home-guidance-otp__label {
	margin: 0 0 4px;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 700;
}

.home-guidance-otp__hint {
	margin: 0 0 12px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
}

.home-guidance-otp__digits {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-bottom: 10px;
}

.home-guidance-otp__digit {
	width: 48px;
	height: 48px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	text-align: center;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1f1f1f;
}

.home-guidance-otp__digit:focus {
	outline: none;
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-guidance-otp__mobile {
	display: none;
	width: 100%;
	height: 48px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 0 14px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}

.home-guidance-otp__mobile:focus {
	outline: none;
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-guidance-otp__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	gap: 12px;
}

.home-guidance-otp__timer {
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
}

.home-guidance-otp__resend {
	appearance: none;
	border: 0;
	background: transparent;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
}

.home-guidance-otp__resend.is-disabled,
.home-guidance-otp__resend:disabled {
	color: #9ca3af;
	cursor: not-allowed;
}

.home-guidance-next--verify {
	width: 100%;
	margin-top: 4px;
}

.home-guidance-next.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

@media (max-width: 767px) {
	.home-guidance-otp__digit {
		display: none;
	}
	.home-guidance-otp__mobile {
		display: block;
	}
}

.home-guidance-actions {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.home-guidance-next,
.home-guidance-back {
	appearance: none;
	border: 0;
	border-radius: 12px;
	height: 50px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.home-guidance-next {
	flex: 1;
	background: #046461;
	color: #fff;
}

.home-guidance-next:hover,
.home-guidance-next:focus {
	opacity: 0.92;
	outline: none;
	color: #fff;
}

.home-guidance-next:disabled {
	opacity: 0.65;
	cursor: wait;
}

.home-guidance-back {
	min-width: 92px;
	background: #fff;
	color: #046461;
	border: 1.5px solid #046461;
}

.home-guidance-back:hover,
.home-guidance-back:focus {
	background: #eef7f6;
	outline: none;
}

.home-guidance-safe {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #5f6b6a;
	font-size: 12px;
	margin: 14px 0 0;
	width: 100%;
	text-align: center;
}

.home-guidance-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 18px 4px 6px;
	animation: hgSuccessIn 0.45s ease both;
}

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

.home-guidance-success__icon {
	margin-bottom: 16px;
	animation: hgSuccessPop 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

@keyframes hgSuccessPop {
	from {
		opacity: 0;
		transform: scale(0.7);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.home-guidance-success__title {
	color: #1a2b2a;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.02em;
}

.home-guidance-success__text {
	color: #555;
	font-size: 15px;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 320px;
}

.home-guidance-success__trust {
	list-style: none;
	margin: 22px 0 0;
	padding: 14px 12px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	background: #f4f7f7;
	border-radius: 14px;
	box-sizing: border-box;
}

.home-guidance-success__trust li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 4px 2px;
	color: #3d4f4e;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.home-guidance-success__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(4, 100, 97, 0.08);
}

.home-guidance.is-success .home-guidance-tiles {
	pointer-events: none;
}

@media (max-width: 480px) {
	.home-guidance-success__trust {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px 14px;
		text-align: left;
	}

	.home-guidance-success__trust li {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		font-size: 12.5px;
		gap: 10px;
	}

	.home-guidance-success__trust-icon {
		flex-shrink: 0;
	}
}

.home-guidance-step[hidden],
.home-guidance-success[hidden],
.home-guidance-back[hidden],
.home-guidance-error[hidden] {
	display: none !important;
}

.home-guidance-improvements {
	background: #fff !important;
	padding: 16px 0 40px !important;
}

.home-guidance-improvements .title-con {
	margin-top: 0;
	margin-bottom: 20px;
}

.home-guidance-improvements .PatientImprovement {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	position: relative;
}

.home-guidance-improvements .rationCancerCare {
	margin-top: 0 !important;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 16px 8px !important;
	box-sizing: border-box;
	float: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-guidance-improvements .OurRationImage {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px !important;
	width: fit-content;
	max-width: 100%;
	min-height: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.home-guidance-improvements .OurRationImage img {
	width: auto;
	height: 64px;
	max-width: 72px;
	object-fit: contain;
	display: block;
}

.home-guidance-improvements .OurUnderLine {
	width: 72px !important;
	margin: 6px auto 0 !important;
	border-bottom: 1px solid #cfcfcf;
}

.home-guidance-improvements__copy {
	width: 100%;
}

.home-guidance-improvements .successRatio {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	line-height: 1.1 !important;
}

.home-guidance-improvements .SuccessRatioText {
	display: block;
	line-height: 1.4;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.home-guidance-improvements .home-guidance-improvements__stats {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		align-items: start;
		justify-items: center;
		width: 100%;
		max-width: 1080px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.home-guidance-improvements .rationCancerCare {
		width: 100% !important;
		max-width: none !important;
		flex: none !important;
		float: none !important;
		margin: 0 !important;
		padding: 8px 12px 4px !important;
	}

	.home-guidance-improvements .SuccessRatioText {
		min-height: 76px;
	}
}

.home-guidance-improvements .Connect_with_Expert {
	margin: 8px auto 0 !important;
}

.home-guidance-improvements .textColor {
	position: relative;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	left: auto !important;
	top: auto !important;
	color: #F47322;
	background: none !important;
	background-image: none !important;
	z-index: 1;
}

.home-guidance-improvements .textColor::before {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	bottom: 0.05em;
	height: 0.42em;
	background: url('../images/banner_title.png') no-repeat center / 100% 100%;
	z-index: -1;
	pointer-events: none;
}

@media (min-width: 768px) {
	.ZioparSection_home {
		overflow: visible;
	}
}

/*
 * Counselor modal overlay: solid dim only (no page-content blur).
 * Primary stacking rules live in custom_popup_message.css (site-wide).
 */
body.home-modal-blur-active,
body.home-guidance-modal-open {
	overflow: hidden;
}

body.home-modal-blur-active .home-modal-blur-target,
body.home-guidance-modal-open .home-modal-blur-target {
	pointer-events: none !important;
	user-select: none !important;
	filter: none !important;
	-webkit-filter: none !important;
}

body.modal-open #myModalShow,
body.modal-open #ZioparmyModalShow,
body.home-modal-blur-active #myModalShow,
body.home-guidance-modal-open #myModalShow,
body.home-modal-blur-active #myModalShow *,
body.home-guidance-modal-open #myModalShow * {
	filter: none !important;
	-webkit-filter: none !important;
}

body.modal-open .modal-backdrop,
body.modal-open .modal-backdrop.show,
body.modal-open .modal-backdrop.fade,
body.home-modal-blur-active .modal-backdrop,
body.home-modal-blur-active .modal-backdrop.show,
body.home-modal-blur-active .modal-backdrop.fade,
body.home-guidance-modal-open .modal-backdrop,
body.home-guidance-modal-open .modal-backdrop.show,
body.home-guidance-modal-open .modal-backdrop.fade {
	position: fixed !important;
	inset: 0 !important;
	z-index: 1040 !important;
	background-color: rgba(0, 0, 0, 0.55) !important;
	opacity: 1 !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	filter: none !important;
	-webkit-filter: none !important;
}

body.modal-open #myModalShow,
body.modal-open #ZioparmyModalShow,
body.home-modal-blur-active #myModalShow,
body.home-guidance-modal-open #myModalShow {
	z-index: 1055 !important;
	pointer-events: auto !important;
}

body.modal-open #myModalShow .modal-dialog,
body.modal-open #ZioparmyModalShow .modal-dialog,
body.home-modal-blur-active #myModalShow .modal-dialog,
body.home-guidance-modal-open #myModalShow .modal-dialog {
	z-index: 1056;
	position: relative;
	filter: none !important;
	-webkit-filter: none !important;
}

body.modal-open .floating_button_container,
body.home-modal-blur-active .floating_button_container,
body.home-guidance-modal-open .floating_button_container {
	z-index: 1035 !important;
}

@media (max-width: 1199px) {
	.home-guidance__title {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.home-guidance {
		padding: 40px 0;
		background: #fff;
		min-height: 0;
		overflow-x: hidden;
	}

	.home-guidance__panel {
		padding: 24px 16px 28px;
		border-radius: 16px;
	}

	.home-guidance__grid {
		display: flex;
		flex-direction: column;
		gap: 22px;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.home-guidance__intro,
	.home-guidance-tiles-block,
	.home-guidance-reassure,
	.home-guidance__form-wrap {
		grid-area: unset;
		max-width: none;
		width: 100%;
		min-width: 0;
	}

	.home-guidance__intro {
		order: 1;
	}

	.home-guidance-tiles-block {
		order: 2;
		margin-bottom: 0;
	}

	.home-guidance-reassure {
		order: 3;
		margin: 8px 0 0;
		padding: 0;
		max-width: none;
	}

	.home-guidance-counselor-cta {
		width: 100%;
		min-height: 42px;
		padding: 10px 16px;
		font-size: 14px;
		border-radius: 999px;
	}

	.home-guidance-reassure__trust {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.home-guidance-reassure__trust::-webkit-scrollbar {
		display: none;
	}

	.home-guidance-reassure__trust li {
		padding: 0 8px;
		font-size: 11px;
	}

	.home-guidance__form-wrap {
		order: 4;
		width: 100%;
	}

	/* Mobile only: hide the form card; keep tiles + counselor CTA */
	.home-guidance__form-wrap {
		display: none !important;
	}

	.home-guidance.is-form-open .home-guidance__form-wrap {
		display: block !important;
		order: 3;
	}

	.home-guidance-card {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.home-guidance-tiles-scroll {
		overflow: visible;
		padding-bottom: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.home-guidance-tiles-scroll::-webkit-scrollbar {
		display: none;
		height: 0;
	}

	.home-guidance-tiles-dots {
		display: none !important;
	}

	/*
	 * Mobile: 2 columns, cards stack in rows.
	 * No horizontal carousel — avoids empty overscroll.
	 */
	.home-guidance-tiles {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 10px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0;
		margin: 0 0 4px;
		box-sizing: border-box;
	}

	.home-guidance-tile {
		width: 100%;
		min-width: 0;
		max-width: none;
		flex: unset;
		min-height: 0;
		height: auto;
		padding: 14px 12px;
		gap: 10px;
		border-radius: 14px;
		touch-action: manipulation;
		box-sizing: border-box;
		flex-direction: row;
		align-items: flex-start;
	}

	.home-guidance-tile__icon {
		width: 60px;
		height: 60px;
		min-width: 60px;
		max-width: 60px;
		min-height: 60px;
		max-height: 60px;
		aspect-ratio: 1 / 1;
		margin-top: 0;
	}

	.home-guidance-tile--cost .home-guidance-tile__icon {
		margin-top: 0;
	}

	.home-guidance-tile__icon img,
	.home-guidance-tile__icon svg {
		width: 60px !important;
		height: 60px !important;
		min-width: 60px !important;
		max-width: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
		aspect-ratio: 1 / 1;
	}

	.home-guidance-tile__label {
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
		padding-right: 0;
	}

	.home-guidance-tile__cta {
		font-size: 12px;
		min-height: 0;
		padding: 0;
		white-space: nowrap;
		text-align: left;
	}

	.home-guidance-tile__badge {
		font-size: 8px;
		padding: 2px 6px;
		top: 8px;
		right: 8px;
		left: auto;
	}

	.home-guidance__grid {
		gap: 16px;
	}


}

@media (max-width: 575px) {
	.home-guidance__title {
		font-size: 26px;
	}

	.home-guidance-tiles {
		gap: 8px;
	}

	.home-guidance-tiles {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.home-guidance-tile {
		min-height: 0;
		padding: 14px 12px;
		gap: 12px;
	}

	.home-guidance-tile__icon {
		width: 56px;
		height: 56px;
		min-width: 56px;
		max-width: 56px;
		min-height: 56px;
		max-height: 56px;
		aspect-ratio: 1 / 1;
	}

	.home-guidance-tile__icon img,
	.home-guidance-tile__icon svg {
		width: 56px !important;
		height: 56px !important;
		min-width: 56px !important;
		max-width: 56px !important;
		min-height: 56px !important;
		max-height: 56px !important;
		aspect-ratio: 1 / 1;
	}

	.home-guidance-tile__label {
		font-size: 14px;
		line-height: 1.3;
	}

	.home-guidance-tile__hint {
		font-size: 12px;
	}

	.home-guidance-tile__cta {
		font-size: 12.5px;
		padding: 0;
	}


	.home-guidance-improvements {
		padding: 20px 0 24px !important;
	}

	.home-guidance-improvements .title-con {
		margin-bottom: 12px;
	}

	.home-guidance-improvements .rationCancerCare {
		padding: 8px 10px 12px !important;
		margin-top: 0 !important;
	}

	.home-guidance-improvements .OurUnderLine {
		width: 56px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.home-guidance-improvements .SuccessRatioText {
		max-width: none;
	}

	.home-guidance-improvements .successRatio {
		font-size: 36px;
		margin-bottom: 2px !important;
	}
}

/* --- Reports upload section --- */
.home-reports-upload {
	position: relative;
	overflow: visible;
	background: #fff;
	font-family: Poppins, sans-serif;
	padding: 40px 0;
	border-bottom: 1px solid #EEF2F1;
}

.home-reports-upload *,
.home-reports-upload *::before,
.home-reports-upload *::after {
	box-sizing: border-box;
}

.home-reports-upload h1,
.home-reports-upload h2,
.home-reports-upload h3,
.home-reports-upload h4,
.home-reports-upload p,
.home-reports-upload li,
.home-reports-upload strong,
.home-reports-upload span,
.home-reports-upload label,
.home-reports-upload button,
.home-reports-upload input,
.home-reports-upload a {
	font-family: Poppins, sans-serif;
}

.home-reports-upload__container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.home-reports-upload__panel {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: 36px 36px 32px;
	background: #f4f8f6;
	border: 1px solid #e4ecea;
}

.home-reports-upload__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 28px 36px;
	align-items: stretch;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.home-reports-upload__visual,
.home-reports-upload__cta-bar,
.home-reports-upload__trust--bar,
.home-reports-upload__action-row {
	display: none;
}

.home-reports-upload__hero .home-reports-upload__card {
	height: 100%;
	min-height: 100%;
	margin: 0;
	max-width: none;
	display: flex;
	flex-direction: column;
}

.home-reports-upload__intro {
	position: relative;
	z-index: 2;
	padding: 0;
	max-width: none;
	text-align: left;
}

.home-reports-upload__hero-title {
	margin: 0 0 14px;
	color: #0d3f3d;
	font-family: Poppins, sans-serif;
	font-size: clamp(26px, 3.1vw, 38px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.01em;
	font-stretch: normal;
	transform: none;
}

.home-reports-upload__title-line {
	display: block;
}

.home-reports-upload__title-line:first-child {
	display: block;
}

.home-reports-upload__title-line:first-child::after {
	display: none;
	content: none;
}

.home-reports-upload__hero-title em {
	font-style: italic;
	font-family: Poppins, sans-serif;
	color: #046461;
	font-weight: 700;
}

.home-reports-upload__hero-sub {
	margin: 0 0 20px;
	max-width: 520px;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.home-reports-upload__pillars {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	max-width: 420px;
}

.home-reports-upload__pillars li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #333;
	text-align: left;
	padding: 12px 0;
	border-bottom: 1px solid #e4ecea;
}

.home-reports-upload__pillars li:first-child {
	padding-top: 0;
}

.home-reports-upload__pillars li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.home-reports-upload__pillar-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(4, 100, 97, 0.1);
	color: #046461;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-reports-upload__pillar-icon svg {
	width: 22px;
	height: 22px;
}

.home-reports-upload__pillar-svg--mobile {
	display: none;
}

.home-reports-upload__pillar-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	padding-top: 2px;
}

.home-reports-upload__pillar-copy strong {
	color: #1f1f1f;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.home-reports-upload__pillar-copy span {
	color: #777;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
}

.home-reports-upload__visual {
	position: relative;
	z-index: 1;
	min-width: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.home-reports-upload__visual-btn {
	appearance: none;
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 18px;
	line-height: 0;
}

.home-reports-upload__visual-btn:focus,
.home-reports-upload__visual-btn:focus-visible {
	outline: 2px solid #046461;
	outline-offset: 3px;
}

.home-reports-upload__visual-img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 18px;
	object-fit: contain;
	object-position: center top;
	box-shadow: 0 12px 32px rgba(4, 100, 97, 0.12);
}

.home-reports-upload__cta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	border-radius: 16px;
	background: #e8f3f1;
	margin: 0 0 14px;
	position: relative;
	z-index: 2;
	border: 1px solid #d5e8e5;
}

.home-reports-upload__cta-bar-copy {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.home-reports-upload__cta-bar-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(4, 100, 97, 0.08);
}

.home-reports-upload__cta-bar-copy strong {
	display: block;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.home-reports-upload__cta-bar-copy span {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 2px;
}

.home-reports-upload__cta-bar-btn {
	appearance: none;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 22px;
	border: none;
	border-radius: 12px;
	background: #046461;
	color: #fff;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(4, 100, 97, 0.22);
	transition: background 0.18s ease, box-shadow 0.18s ease;
}

.home-reports-upload__cta-bar-btn:hover,
.home-reports-upload__cta-bar-btn:focus {
	background: #035451;
	outline: none;
}

.home-reports-upload__trust--bar {
	justify-content: center;
	margin: 0 0 24px;
	width: 100%;
}

.home-reports-upload__action-row {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 20px;
	align-items: stretch;
	position: relative;
	z-index: 1;
	width: 100%;
}

.home-reports-upload__card {
	width: 100%;
	max-width: none;
	margin: 0;
	background: #fff;
	border: 1px solid #E8EEEE;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(4, 100, 97, 0.06);
	padding: 26px 24px 22px;
	text-align: left;
	position: relative;
	z-index: 1;
	height: 100%;
}

.home-reports-upload__card-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
}

.home-reports-upload__card-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(39, 174, 96, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-reports-upload__title {
	margin: 0 0 6px;
	color: #046461;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	text-align: left;
}

.home-reports-upload__sub {
	margin: 0;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.home-reports-upload__form {
	text-align: left;
}

.home-reports-upload__form[hidden] {
	display: none !important;
}

.home-reports-upload__dropzone {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 14px;
	border: 1.5px dashed #C5D5D2;
	border-radius: 14px;
	background: #FAFCFB;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-reports-upload__dropzone:hover,
.home-reports-upload__dropzone:focus,
.home-reports-upload__dropzone:focus-visible {
	outline: none;
	border-color: #046461;
	background: #F3F9F8;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.08);
}

.home-reports-upload__dropzone.is-dragover {
	border-color: #046461;
	background: #EAF5F4;
}

.home-reports-upload__dropzone.has-files {
	border-style: solid;
	border-color: #9BC4C1;
	flex-wrap: wrap;
}

.home-reports-upload__drop-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.home-reports-upload__drop-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.home-reports-upload__drop-copy strong {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.home-reports-upload__drop-copy span {
	color: #777;
	font-size: 13px;
	line-height: 1.4;
}

.home-reports-upload__drop-hint {
	margin-top: 2px;
}

.home-reports-upload__file-list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	flex-basis: 100%;
	max-height: 180px;
	overflow-y: auto;
}

.home-reports-upload__file-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 10px;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #E3EEEC;
	border-radius: 8px;
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	word-break: break-all;
}

.home-reports-upload__file-remove {
	flex-shrink: 0;
	border: 0;
	background: transparent;
	color: #888;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 2px 4px;
}

.home-reports-upload__file-remove:hover {
	color: #046461;
}

.home-reports-upload__add-more {
	flex-basis: 100%;
	width: 100%;
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 10px 14px;
	border: 1.5px dashed #046461;
	border-radius: 10px;
	background: #fff;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.home-reports-upload__add-more[hidden] {
	display: none !important;
}

.home-reports-upload__add-more:hover,
.home-reports-upload__add-more:focus {
	background: #F3F9F8;
	outline: none;
}

.home-reports-upload__add-more:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.home-reports-upload__add-more svg {
	flex-shrink: 0;
	display: block;
}

.home-reports-upload__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 4px;
	color: #999;
	font-size: 12px;
	font-weight: 500;
	text-transform: lowercase;
}

.home-reports-upload__divider::before,
.home-reports-upload__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #E5EBEA;
}

.home-reports-upload__divider span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #E5EBEA;
	background: #fff;
	color: #888;
	font-size: 11px;
}

.home-reports-upload__label {
	display: block;
	margin: 14px 0 8px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.home-reports-upload__phone {
	display: flex;
	align-items: stretch;
	border: 1px solid #D8E0DE;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-reports-upload__phone:focus-within {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.08);
}

.home-reports-upload__phone-code {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	border-right: 1px solid #E5EBEA;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	background: #F8FAFA;
}

.home-reports-upload__flag {
	width: 18px;
	height: 12px;
	border-radius: 2px;
	background: linear-gradient(#FF9933 0 33%, #fff 33% 66%, #138808 66% 100%);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	position: relative;
}

.home-reports-upload__flag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	border-radius: 50%;
	background: #000088;
}

.home-reports-upload__input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	padding: 14px;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	color: #222;
	background: transparent;
	min-height: 48px;
}

.home-reports-upload__input::placeholder {
	color: #A0A8A6;
}

.home-reports-upload__error {
	margin: 8px 0 0;
	color: #C0392B;
	font-size: 13px;
	line-height: 1.4;
}

.home-reports-upload__otp {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #E8EEED;
}

.home-reports-upload__otp-label {
	margin: 0 0 4px;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.home-reports-upload__otp-hint {
	margin: 0 0 12px;
	color: #6B7573;
	font-size: 12px;
	line-height: 1.4;
}

.home-reports-upload__digit-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
}

.home-reports-upload__otp-digit {
	flex: 1 1 0;
	width: 100%;
	max-width: 58px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 1.5px solid #D7E0DE;
	border-radius: 12px;
	background: #fff;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	outline: none;
}

.home-reports-upload__otp-digit:focus {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-reports-upload__otp-mobile {
	display: none;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 14px;
	border: 1.5px solid #D7E0DE;
	border-radius: 12px;
	background: #fff;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-align: center;
	outline: none;
}

.home-reports-upload__otp-mobile:focus {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-reports-upload__cta--verify {
	margin-top: 14px;
}

.home-reports-upload__otp-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.home-reports-upload__otp-timer {
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.home-reports-upload__otp-resend {
	appearance: none;
	border: 0;
	background: transparent;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
}

.home-reports-upload__otp-resend.is-disabled,
.home-reports-upload__otp-resend:disabled {
	color: #9AA6A4;
	cursor: default;
	text-decoration: none;
}

.home-reports-upload__success {
	text-align: center;
	padding: 28px 16px 20px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	box-sizing: border-box;
	min-height: 280px;
}

.home-reports-upload__card.is-success {
	padding: 28px 24px 22px;
}

.home-reports-upload__card.is-success .home-reports-upload__card-head {
	display: none !important;
}

.home-reports-upload__card.is-success .home-reports-upload__trust {
	margin-top: auto;
}

.home-reports-upload__success[hidden] {
	display: none !important;
}

.home-reports-upload__success-icon {
	display: flex;
	justify-content: center;
	margin: 0 0 18px;
}

.home-reports-upload__success-icon svg {
	width: 72px;
	height: 72px;
	display: block;
}

.home-reports-upload__success-title {
	margin: 0 0 12px;
	color: #1a2b2a;
	font-family: Poppins, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	width: 100%;
}

.home-reports-upload__success-text {
	margin: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.55;
	max-width: none;
	width: 100%;
	padding: 0 4px;
	box-sizing: border-box;
}

.home-reports-upload__cta.is-loading {
	opacity: 0.75;
	cursor: wait;
}

.home-reports-upload__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 18px;
	min-height: 52px;
	padding: 14px 20px;
	border: 0;
	border-radius: 999px;
	background: #046461;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-reports-upload__cta:hover,
.home-reports-upload__cta:focus {
	opacity: 0.92;
	color: #fff;
	outline: none;
}

.home-reports-upload__cta:active {
	transform: translateY(1px);
}

.home-reports-upload__trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 0;
	margin-top: auto;
	padding-top: 18px;
	color: #777;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

.home-reports-upload__trust[hidden] {
	display: none !important;
}

.home-reports-upload__trust svg {
	flex-shrink: 0;
}

.home-reports-upload__support-card {
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #E8EEEE;
	border-radius: 22px;
	box-shadow: 0 8px 28px rgba(4, 100, 97, 0.08);
	overflow: hidden;
	height: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-reports-upload__features {
	display: grid;
	grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.6fr);
	align-items: center;
	gap: 18px 28px;
	padding: 22px 26px 18px;
}

.home-reports-upload__features-lead {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	max-width: 220px;
}

.home-reports-upload__features-lead strong {
	color: #046461;
	font-weight: 700;
}

.home-reports-upload__features-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px 18px;
	margin: 0;
	padding: 0;
}

.home-reports-upload__features-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #444;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.home-reports-upload__feature-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(4, 100, 97, 0.1);
	color: #046461;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-reports-upload__help {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 20px;
	padding: 16px 26px 20px;
	border-top: 1px solid #E8EEEE;
	background: #F8FBFA;
}

.home-reports-upload__help-title {
	margin: 0;
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

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

.home-reports-upload__help-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 12px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border: 1.5px solid #046461;
	cursor: pointer;
	transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-reports-upload__help-btn:hover,
.home-reports-upload__help-btn:focus {
	opacity: 0.92;
	text-decoration: none;
	outline: none;
}

.home-reports-upload__help-btn--whatsapp {
	background: #fff;
	color: #046461 !important;
}

.home-reports-upload__help-btn--whatsapp:hover,
.home-reports-upload__help-btn--whatsapp:focus {
	background: #F3F9F8;
	color: #046461 !important;
}

.home-reports-upload__help-btn--call {
	background: #046461;
	color: #fff !important;
	border-color: #046461;
}

.home-reports-upload__help-btn--call:hover,
.home-reports-upload__help-btn--call:focus {
	color: #fff !important;
}

@media (max-width: 991px) {
	.home-reports-upload__hero {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.home-reports-upload__card-head {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.home-reports-upload__title,
	.home-reports-upload__sub {
		text-align: center;
	}

	.home-reports-upload__features {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.home-reports-upload__features-lead {
		max-width: none;
		text-align: center;
	}

	.home-reports-upload__features-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-reports-upload__help {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.home-reports-upload__help-actions {
		justify-content: center;
	}

	.home-reports-upload__cta-bar {
		flex-wrap: wrap;
	}

	.home-reports-upload__cta-bar-btn {
		margin-left: auto;
	}

	.home-reports-upload__action-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* Actual mobile view: centered stack, no side visual / CTA bar */
@media (max-width: 767px) {
	.home-reports-upload__panel {
		padding: 22px 16px 20px;
		border-radius: 16px;
		background: #f4f8f6;
	}

	.home-reports-upload__hero {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 0;
	}

	.home-reports-upload__intro {
		max-width: none;
		padding: 4px 4px 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.home-reports-upload__hero-title {
		font-size: clamp(24px, 6.2vw, 30px);
		text-align: center;
		margin-bottom: 14px;
		line-height: 1.2;
		letter-spacing: -0.01em;
	}

	.home-reports-upload__title-line:first-child::after {
		display: none;
	}

	.home-reports-upload__hero-sub {
		margin: 0 0 18px;
		font-size: 14px;
		line-height: 1.55;
		text-align: center;
		max-width: 36em;
	}

	.home-reports-upload__visual,
	.home-reports-upload__cta-bar,
	.home-reports-upload__trust--bar,
	.home-reports-upload__action-row,
	.home-reports-upload__pillars {
		display: none;
	}

	.home-reports-upload__card {
		max-width: none;
		margin: 0;
	}

	.home-reports-upload__support-card {
		display: none;
	}
}

@media (max-width: 575px) {
	.home-reports-upload {
		padding: 40px 0;
	}

	.home-reports-upload__hero-title {
		font-size: clamp(22px, 6vw, 26px);
		line-height: 1.2;
		letter-spacing: -0.01em;
	}

	.home-reports-upload__hero-sub {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 18px;
	}

	.home-reports-upload__pillar-icon {
		width: 32px;
		height: 32px;
	}

	.home-reports-upload__pillar-icon svg {
		width: 16px;
		height: 16px;
	}

	.home-reports-upload__card {
		padding: 22px 16px 18px;
		border-radius: 16px;
		width: 100%;
	}

	.home-reports-upload__title {
		font-size: 18px;
	}

	.home-reports-upload__cta {
		width: 100%;
	}

	.home-reports-upload__otp-digit {
		display: none;
	}

	.home-reports-upload__otp-mobile {
		display: block;
	}

	.home-reports-upload__digit-group {
		display: block;
	}

	.home-reports-upload__pillars li {
		justify-content: flex-start;
	}

	.home-reports-upload__support-card {
		border-radius: 16px;
	}

	.home-reports-upload__features {
		padding: 16px 16px 12px;
	}

	.home-reports-upload__features-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.home-reports-upload__help {
		padding: 14px 16px 16px;
	}

	.home-reports-upload__help-title {
		font-size: 17px;
	}

	.home-reports-upload__help-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-reports-upload__help-btn {
		width: 100%;
	}
}

/* --- Reports AI results / analyzing states --- */
.home-reports-upload.is-results .home-reports-upload__pillars {
	display: none;
}

.home-reports-upload.is-results .home-reports-upload__hero-sub {
	max-width: 420px;
}

.home-reports-upload.is-results .home-reports-upload__hero {
	align-items: start;
}

.home-reports-upload__results-benefits {
	list-style: none;
	display: none;
	flex-direction: column;
	gap: 0;
	margin: 4px 0 0;
	padding: 0;
	max-width: 420px;
}

.home-reports-upload.is-results .home-reports-upload__results-benefits {
	display: flex;
}

.home-reports-upload__results-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #333;
	text-align: left;
	padding: 12px 0;
	border-bottom: 1px solid #e4ecea;
}

.home-reports-upload__results-benefits li:first-child {
	padding-top: 0;
}

.home-reports-upload__results-benefits li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.home-reports-upload__results-benefits .home-reports-upload__pillar-copy strong {
	color: #046461;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.home-reports-upload__results-benefits .home-reports-upload__pillar-copy span {
	color: #666;
	font-size: 13px;
	line-height: 1.45;
}

.home-reports-upload__results-benefits-item--disclaimer {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px dashed #d5e0dd;
}

.home-reports-upload__results-benefits-item--disclaimer .home-reports-upload__pillar-copy strong {
	color: #5a6a67;
	font-weight: 600;
}

.home-reports-upload__results-benefits-item--disclaimer .home-reports-upload__pillar-copy span {
	color: #7a8683;
}

.home-reports-upload__pillar-icon--muted {
	background: rgba(90, 106, 103, 0.1);
	color: #5a6a67;
}

/* Keep outer section compact — long AI content scrolls inside the card */
.home-reports-upload__card.is-results {
	height: min(72vh, 560px);
	max-height: min(72vh, 560px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding-bottom: 18px;
}

.home-reports-upload__card.is-analyzing .home-reports-upload__card-head,
.home-reports-upload__card.is-analyzing .home-reports-upload__form,
.home-reports-upload__card.is-analyzing .home-reports-upload__success,
.home-reports-upload__card.is-analyzing .home-reports-upload__results,
.home-reports-upload__card.is-analyzing .home-reports-upload__fail,
.home-reports-upload__card.is-results .home-reports-upload__card-head,
.home-reports-upload__card.is-results .home-reports-upload__form,
.home-reports-upload__card.is-results .home-reports-upload__success,
.home-reports-upload__card.is-results .home-reports-upload__analyzing,
.home-reports-upload__card.is-results .home-reports-upload__fail,
.home-reports-upload__card.is-fail .home-reports-upload__card-head,
.home-reports-upload__card.is-fail .home-reports-upload__form,
.home-reports-upload__card.is-fail .home-reports-upload__success,
.home-reports-upload__card.is-fail .home-reports-upload__analyzing,
.home-reports-upload__card.is-fail .home-reports-upload__results {
	display: none !important;
}

.home-reports-upload__analyzing,
.home-reports-upload__results,
.home-reports-upload__fail {
	text-align: left;
}

.home-reports-upload__analyzing[hidden],
.home-reports-upload__results[hidden],
.home-reports-upload__fail[hidden] {
	display: none !important;
}

.home-reports-upload__analyzing-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(4, 100, 97, 0.1);
	display: grid;
	place-items: center;
	margin: 8px auto 16px;
}

.home-reports-upload__analyzing-title,
.home-reports-upload__fail-title {
	margin: 0 0 8px;
	color: #046461;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.home-reports-upload__analyzing-text,
.home-reports-upload__fail-text {
	margin: 0 0 18px;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.home-reports-upload__progress {
	height: 6px;
	border-radius: 999px;
	background: #e6efed;
	overflow: hidden;
	margin: 0 0 18px;
}

.home-reports-upload__progress span {
	display: block;
	height: 100%;
	width: 40%;
	border-radius: inherit;
	background: linear-gradient(90deg, #046461, #27ae60);
	animation: hru-progress 1.4s ease-in-out infinite;
}

@keyframes hru-progress {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(280%); }
}

.home-reports-upload__skeleton {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-reports-upload__skeleton li {
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(90deg, #eef4f2 25%, #f7faf9 50%, #eef4f2 75%);
	background-size: 200% 100%;
	animation: hru-shimmer 1.2s linear infinite;
}

@keyframes hru-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

.home-reports-upload__results {
	display: flex;
	flex-direction: column;
	min-height: 0;
	flex: 1 1 auto;
	height: 100%;
	overflow: hidden;
}

.home-reports-upload__results-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	flex-shrink: 0;
}

.home-reports-upload__results-head-main {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.home-reports-upload__urgency {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-top: 4px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	background: rgba(4, 100, 97, 0.1);
	color: #046461;
}

.home-reports-upload__urgency.is-moderate {
	background: rgba(245, 166, 35, 0.16);
	color: #a66a00;
}

.home-reports-upload__urgency.is-high {
	background: rgba(231, 105, 67, 0.14);
	color: #c24b2a;
}

.home-reports-upload__urgency[hidden] {
	display: none !important;
}

.home-reports-upload__results-scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;
	margin-bottom: 12px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.home-reports-upload__results-scroll::-webkit-scrollbar {
	width: 8px;
}

.home-reports-upload__results-scroll::-webkit-scrollbar-thumb {
	background: #c5d5d2;
	border-radius: 8px;
}

.home-reports-upload__results-scroll::-webkit-scrollbar-track {
	background: #f0f5f3;
	border-radius: 8px;
}

.home-reports-upload__results-summary {
	margin: 0;
	color: #444;
	font-size: 14px;
	line-height: 1.6;
}

.home-reports-upload__accordion {
	border-bottom: 1px solid #e4ecea;
}

.home-reports-upload__accordion:last-child {
	border-bottom: 0;
}

.home-reports-upload__accordion[hidden] {
	display: none !important;
}

.home-reports-upload__accordion-btn {
	appearance: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font-family: Poppins, sans-serif;
	color: #1f1f1f;
}

.home-reports-upload__accordion-label {
	flex: 1;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.home-reports-upload__accordion-chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid #046461;
	border-bottom: 2px solid #046461;
	transform: rotate(45deg);
	transition: transform 0.18s ease;
	flex-shrink: 0;
	margin-right: 4px;
}

.home-reports-upload__accordion.is-open .home-reports-upload__accordion-chevron {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.home-reports-upload__accordion-panel {
	display: none;
	padding: 0 0 14px 60px;
}

.home-reports-upload__accordion.is-open .home-reports-upload__accordion-panel {
	display: block;
}

.home-reports-upload__pillar-icon--warm {
	background: rgba(231, 105, 67, 0.12);
	color: #c24b2a;
}

.home-reports-upload__result-rows {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-reports-upload__result-rows li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eef2f1;
	color: #444;
	font-size: 13px;
	line-height: 1.45;
}

.home-reports-upload__result-rows li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.home-reports-upload__result-rows li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #046461;
	margin-top: 5px;
	flex-shrink: 0;
}

.home-reports-upload__result-rows--warm li::before {
	background: #e76943;
}

.home-reports-upload__next-steps {
	margin: 0;
	padding: 14px 14px 14px 34px;
	border-radius: 14px;
	background: #f7fbfa;
	border: 1px solid #e4ecea;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

.home-reports-upload__next-steps li + li {
	margin-top: 8px;
}

.home-reports-upload__results-foot {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 10px;
	border-top: 1px solid #eef2f1;
	flex-shrink: 0;
	background: #fff;
}

.home-reports-upload__results-whatsapp,
.home-reports-upload__results-reset {
	appearance: none;
	border: 0;
	background: transparent;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
}

.home-reports-upload__results-whatsapp:hover,
.home-reports-upload__results-reset:hover {
	text-decoration: underline;
	color: #035451;
}

.home-reports-upload__results-disclaimer {
	margin: 4px 0 0;
	color: #888;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

.home-reports-upload__fail {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 0 4px;
}

.home-reports-upload__fail .home-reports-upload__cta {
	margin-top: 4px;
}

.home-reports-upload__sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 28%);
	display: none;
}

.home-reports-upload__sticky-cta .home-reports-upload__cta {
	width: 100%;
	box-shadow: 0 10px 24px rgba(4, 100, 97, 0.24);
}

.home-reports-upload__sticky-cta[hidden] {
	display: none !important;
}

@media (min-width: 900px) {
	.home-reports-upload__accordion-btn {
		pointer-events: none;
	}

	.home-reports-upload__accordion-chevron {
		display: none;
	}

	.home-reports-upload__accordion .home-reports-upload__accordion-panel {
		display: block;
	}

	.home-reports-upload__accordion-btn {
		padding-bottom: 6px;
	}

	.home-reports-upload.is-results .home-reports-upload__hero {
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 420px);
		align-items: start;
	}

	.home-reports-upload__card.is-results {
		height: 560px;
		max-height: 560px;
		width: 100%;
	}
}

@media (max-width: 899px) {
	.home-reports-upload.is-results .home-reports-upload__hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	/* Mobile: let the card grow with analysis — fixed vh was clipping accordion content */
	.home-reports-upload__card.is-results,
	.home-reports-upload.is-results .home-reports-upload__card {
		order: -1;
		height: auto;
		max-height: none;
		overflow: visible;
		padding: 18px 16px 16px;
	}

	.home-reports-upload.is-results .home-reports-upload__results {
		height: auto;
		overflow: visible;
	}

	.home-reports-upload.is-results .home-reports-upload__results-scroll {
		flex: none;
		min-height: 0;
		max-height: none;
		overflow: visible;
		padding-right: 0;
		margin-bottom: 8px;
	}

	.home-reports-upload.is-results .home-reports-upload__results-head {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-bottom: 8px;
	}

	.home-reports-upload.is-results .home-reports-upload__results-head-main {
		width: 100%;
	}

	.home-reports-upload.is-results .home-reports-upload__title {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 4px;
	}

	.home-reports-upload.is-results .home-reports-upload__sub {
		font-size: 13px;
		line-height: 1.45;
		max-width: none;
	}

	.home-reports-upload.is-results .home-reports-upload__urgency {
		align-self: flex-start;
		margin-top: 0;
		max-width: 100%;
		white-space: normal;
		text-align: left;
		line-height: 1.25;
		padding: 7px 12px;
	}

	.home-reports-upload.is-results .home-reports-upload__results-summary,
	.home-reports-upload.is-results .home-reports-upload__result-rows li,
	.home-reports-upload.is-results .home-reports-upload__next-steps {
		font-size: 15px;
		line-height: 1.55;
		color: #333;
	}

	.home-reports-upload.is-results .home-reports-upload__accordion-label {
		font-size: 16px;
	}

	.home-reports-upload.is-results .home-reports-upload__accordion-btn {
		padding: 14px 0;
	}

	.home-reports-upload.is-results .home-reports-upload__results-foot {
		gap: 8px;
		padding-top: 12px;
	}

	.home-reports-upload.is-results .home-reports-upload__results-disclaimer {
		font-size: 12px;
		line-height: 1.45;
		text-align: left;
	}

	.home-reports-upload.is-results .home-reports-upload__sticky-cta:not([hidden]) {
		display: block;
	}

	.home-reports-upload.is-results {
		padding-bottom: 88px;
	}

	.home-reports-upload__results-foot .WhichbtnClick {
		display: none;
	}

	.home-reports-upload__accordion-panel {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.home-reports-upload.is-results .home-reports-upload__pillars {
		display: none !important;
	}

	.home-reports-upload.is-results .home-reports-upload__support-card {
		display: block;
	}

	.home-reports-upload.is-results .home-reports-upload__intro {
		padding-top: 8px;
	}

	.home-reports-upload.is-results .home-reports-upload__card-icon {
		width: 36px;
		height: 36px;
		border-radius: 10px;
	}
}

/* —— Treatment Cost Estimate —— */
.home-treatment-cost {
	position: relative;
	background: #f5f6f5;
	font-family: Poppins, sans-serif;
	padding: 40px 0;
}

.home-treatment-cost *,
.home-treatment-cost *::before,
.home-treatment-cost *::after {
	box-sizing: border-box;
}

.home-treatment-cost [hidden] {
	display: none !important;
}

.home-treatment-cost__container {
	max-width: 1140px;
}

.home-treatment-cost__layout {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(300px, 460px);
	gap: 28px 40px;
	align-items: center;
	justify-content: center;
}

.home-treatment-cost__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 8px;
}

.home-treatment-cost__photo {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
	max-height: 480px;
	object-fit: contain;
	object-position: center center;
}

.home-treatment-cost__card {
	display: block;
	width: 100%;
	max-width: 460px;
	margin: 0;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(20, 30, 40, 0.14);
}

.home-treatment-cost__content {
	padding: 28px 28px 22px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #fff;
	min-height: 0;
}

.home-treatment-cost__content.is-success {
	justify-content: stretch;
	min-height: 220px;
}

.home-treatment-cost__title {
	margin: 0 0 10px;
	color: #046461;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-align: center;
}

.home-treatment-cost__sub {
	margin: 0 0 20px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	max-width: none;
	text-align: center;
}

.home-treatment-cost__form {
	width: 100%;
}

.home-treatment-cost__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-bottom: 14px;
}

.home-treatment-cost__field {
	min-width: 0;
}

.home-treatment-cost__label {
	display: block;
	margin: 0 0 6px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.home-treatment-cost__select {
	appearance: none;
	width: 100%;
	height: 48px;
	padding: 0 40px 0 14px;
	border: 1.5px solid #e0e4e2;
	border-radius: 10px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	color: #333;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-treatment-cost__select:focus {
	outline: none;
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-treatment-cost__select.is-invalid {
	border-color: #d64545;
}

.home-treatment-cost__text-input {
	appearance: none;
	display: block;
	width: 100%;
	height: 48px;
	margin: 0 0 14px;
	padding: 0 14px;
	border: 1.5px solid #e0e4e2;
	border-radius: 10px;
	background: #fff;
	color: #333;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-treatment-cost__text-input::placeholder {
	color: #999;
}

.home-treatment-cost__text-input:focus {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-treatment-cost__error {
	margin: 0 0 12px;
	color: #d64545;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.home-treatment-cost__otp {
	margin: 4px 0 12px;
	padding-top: 14px;
	border-top: 1px solid #E8EEED;
}

.home-treatment-cost__otp-label {
	margin: 0 0 4px;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.home-treatment-cost__otp-hint {
	margin: 0 0 12px;
	color: #6B7573;
	font-size: 12px;
	line-height: 1.4;
}

.home-treatment-cost__digit-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin-bottom: 8px;
}

.home-treatment-cost__otp-digit {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 1.5px solid #D7E0DE;
	border-radius: 12px;
	background: #fff;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	outline: none;
}

.home-treatment-cost__otp-digit:focus {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-treatment-cost__otp-mobile {
	display: none;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 14px;
	border: 1.5px solid #D7E0DE;
	border-radius: 12px;
	background: #fff;
	color: #222;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-align: center;
	outline: none;
}

.home-treatment-cost__otp-mobile:focus {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-treatment-cost__cta--verify {
	margin-top: 6px;
	width: 100%;
}

.home-treatment-cost__otp-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.home-treatment-cost__otp-timer {
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.home-treatment-cost__otp-resend {
	appearance: none;
	border: 0;
	background: transparent;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
}

.home-treatment-cost__otp-resend.is-disabled,
.home-treatment-cost__otp-resend:disabled {
	color: #9AA6A4;
	cursor: default;
	text-decoration: none;
}

.home-treatment-cost__success {
	text-align: center;
	padding: 20px 8px 12px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 220px;
	box-sizing: border-box;
}

.home-treatment-cost__success-icon {
	display: flex;
	justify-content: center;
	margin: 0 0 12px;
}

.home-treatment-cost__success-icon svg {
	width: 56px;
	height: 56px;
	display: block;
}

.home-treatment-cost__success-title {
	margin: 0 0 8px;
	color: #1a2b2a;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	width: 100%;
}

.home-treatment-cost__success-text {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	max-width: none;
	width: 100%;
	padding: 0 4px;
	box-sizing: border-box;
}

.home-treatment-cost__cta.is-loading {
	opacity: 0.75;
	cursor: wait;
}

.home-treatment-cost__phone-lead {
	margin: 0 0 16px;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.home-treatment-cost__phone {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 10px;
	border: 1.5px solid #e0e4e2;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-treatment-cost__phone:focus-within {
	border-color: #046461;
	box-shadow: 0 0 0 3px rgba(4, 100, 97, 0.12);
}

.home-treatment-cost__phone-code {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 0 12px 0 14px;
	height: 48px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid #e8ecea;
	background: #fafbfa;
}

.home-treatment-cost__flag {
	width: 18px;
	height: 12px;
	border-radius: 2px;
	background:
		linear-gradient(#ff9933 0 33%, #fff 33% 66%, #138808 66% 100%);
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.home-treatment-cost__flag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	border-radius: 50%;
	background: #000088;
}

.home-treatment-cost__input {
	appearance: none;
	flex: 1;
	min-width: 0;
	height: 48px;
	border: none;
	padding: 0 14px;
	background: transparent;
	color: #333;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	outline: none;
}

.home-treatment-cost__input::placeholder {
	color: #999;
}

.home-treatment-cost__phone-actions {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-top: 6px;
}

.home-treatment-cost__back {
	appearance: none;
	flex-shrink: 0;
	height: 52px;
	min-height: 52px;
	padding: 0 18px;
	border: 1.5px solid #d5ddd9;
	border-radius: 12px;
	background: #fff;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease;
}

.home-treatment-cost__back--otp {
	width: 100%;
	margin-top: 14px;
}

.home-treatment-cost__back:hover,
.home-treatment-cost__back:focus {
	border-color: #046461;
	background: #f3faf8;
	outline: none;
}

.home-treatment-cost__phone-actions .home-treatment-cost__cta {
	flex: 1;
	width: 100%;
	height: 52px;
	min-height: 52px;
	padding: 0 22px;
}

.home-treatment-cost__cta {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 52px;
	min-height: 52px;
	padding: 0 22px;
	border: none;
	border-radius: 12px;
	background: #046461;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.28);
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.home-treatment-cost__cta:hover,
.home-treatment-cost__cta:focus {
	background: #035451;
	box-shadow: 0 10px 24px rgba(4, 100, 97, 0.34);
	outline: none;
}

.home-treatment-cost__trust {
	display: block;
	margin: 12px 0 0;
	width: 100%;
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	letter-spacing: 0.01em;
}

.home-treatment-cost__content.is-success .home-treatment-cost__trust {
	margin-top: 16px;
}

@media (max-width: 991px) {
	.home-treatment-cost__layout {
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 520px;
		margin: 0 auto;
	}

	.home-treatment-cost__visual {
		padding: 0;
		order: 0;
	}

	.home-treatment-cost__photo {
		max-width: 360px;
		max-height: 280px;
		margin: 0 auto;
	}

	.home-treatment-cost__card {
		max-width: 460px;
		margin: 0 auto;
		order: 1;
	}
}

@media (max-width: 767px) {
	.home-treatment-cost {
		padding: 28px 0;
		background: #f5f6f5;
	}

	.home-treatment-cost__container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.home-treatment-cost__layout {
		gap: 16px;
		max-width: 460px;
	}

	.home-treatment-cost__photo {
		max-width: 280px;
		max-height: 220px;
	}

	.home-treatment-cost__card {
		max-width: 460px;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 14px 36px rgba(20, 30, 40, 0.12);
		padding: 0;
	}

	.home-treatment-cost__content {
		padding: 24px 20px 20px;
		background: #fff;
	}

	.home-treatment-cost__title {
		font-size: 20px;
		text-align: center;
	}

	.home-treatment-cost__sub {
		font-size: 13px;
		margin-bottom: 18px;
		text-align: center;
	}

	.home-treatment-cost__label {
		position: static;
		width: auto;
		height: auto;
		margin: 0 0 6px;
		overflow: visible;
		clip: auto;
		white-space: normal;
		color: #333;
		font-size: 13px;
		font-weight: 600;
	}

	.home-treatment-cost__text-input,
	.home-treatment-cost__phone,
	.home-treatment-cost__phone-actions,
	.home-treatment-cost__error,
	.home-treatment-cost__otp,
	.home-treatment-cost__cta {
		max-width: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.home-treatment-cost__cta {
		height: 48px;
		min-height: 48px;
		font-size: 15px;
		margin-top: 4px;
	}

	.home-treatment-cost__otp-digit {
		display: none;
	}

	.home-treatment-cost__otp-mobile {
		display: block;
	}

	.home-treatment-cost__digit-group {
		display: block;
	}

	.home-treatment-cost__trust {
		font-size: 12px;
	}
}

