/* ==========================================================================
   POS Provider Results - Goopter Branded Stylesheet
   ========================================================================== */

:root {
	--pr-bg: #DAEDF6;
	--pr-surface: #ffffff;
	--pr-text: #171d1d;
	--pr-secondary-text: #6b7280;
	--pr-teal: #006a6a;
	--pr-teal-dark: #004f50;
	--pr-orange: #FF4E00;
	--pr-orange-hover: #E64600;
	--pr-back-bg: #EDEDED;
	--pr-back-hover: #DFDFDF;
	--pr-unselected: #949494;
	--pr-border: #e0e0e0;
	--pr-radius-md: 6px;
	--pr-radius-sm: 4px;
	--pr-shadow: 0 1px 4px rgba(0,0,0,0.08);
	--pr-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; margin: 0; padding: 0; }

body {
	margin: 0;
	color: var(--pr-text);
	font-family: var(--pr-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

/* Scoped link styles */
.pos-pr-hero a, .pos-pr-partnership a, .pos-pr-main a, .pos-pr-results a { color: var(--pr-text); text-decoration: none; }
.pos-pr-hero a:hover, .pos-pr-partnership a:hover, .pos-pr-main a:hover, .pos-pr-results a:hover { color: var(--pr-teal); text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: var(--pr-text); line-height: 1.3; margin-top: 0; }
p { margin-top: 0; }
ul { margin: 0; padding: 0; }

/* --------------------------------------------------------------------------
   HERO SECTION - FIXED HEADER OVERLAP
   Header is fixed 65px (<1111px) / 114px (>=1111px). Hero offset = header
   height + 16px intentional spacing so first-step heading sits directly
   below header without requiring scroll. Shared fix for all 11 steps.
   -------------------------------------------------------------------------- */
.pos-pr-hero {
	background: #DAEDF6;
	padding: 0 24px;
	padding-top: 40px !important;
	margin-top: 65px !important;
	position: relative;
	z-index: 1;
}

.pos-pr-hero[hidden] { display: none; }

.pos-pr-hero__inner {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0 12px;
}

.pos-pr-hero__title {
	margin: 0 0 4px;
	color: var(--pr-teal);
	font-family: var(--pr-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.pos-pr-hero__title {
		font-size: 28px;
	}
}

@media (min-width: 1111px) {
	.pos-pr-hero {
		margin-top: 114px !important;
		padding-top: 40px !important;
	}
}

.pos-pr-hero__tagline {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--pr-font);
	font-size: 18px;
	color: var(--pr-text);
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.pos-pr-hero__brands {
	margin: 0;
	color: var(--pr-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   PARTNERSHIP SECTION
   -------------------------------------------------------------------------- */
.pos-pr-partnership {
	background: #DAEDF6;
	padding: 0 24px 32px;
	text-align: center;
}

.pos-pr-partnership[hidden] { display: none; }

.pos-pr-partnership__inner {
	max-width: 780px;
	margin: 0 auto;
}

.pos-pr-partnership__copy {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--pr-font);
	font-size: 18px;
	color: var(--pr-text);
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.pos-pr-partnership__copy--in-container {
	background: transparent;
	text-align: center;
	margin: 16px auto 0;
	padding: 16px 0 0;
	max-width: 600px;
	border-top: 1px solid #dee4e3;
	font-size: 14px;
	color: #3c4949;
}

.pos-pr-partnership__label {
	margin: 0 0 8px;
	color: var(--pr-secondary-text);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pos-pr-partnership__brands {
	margin: 0;
	color: var(--pr-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   MAIN CONTENT - FIXED HEADER OVERLAP
   Reduced to small consistent spacing; hero already accounts for header.
   -------------------------------------------------------------------------- */
.pos-pr-main[hidden] { display: none; }

.pos-pr-main {
	background: #DAEDF6;
	min-height: 50vh;
	padding-top: 16px;
}

.pos-pr-container {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 24px 40px;
}

/* --------------------------------------------------------------------------
   FORM WRAPPER - FIXED HEADER OVERLAP
   Consistent spacing under sticky hero for ALL 11 steps — same border position.
   -------------------------------------------------------------------------- */
.pos-pr-form-wrapper {
	max-width: 570px;
	margin: 0 auto;
	padding-top: 8px;
}

.pos-pr-form-wrapper[hidden] { display: none; }

.pos-pr-form-wrapper--last {
	padding-top: 8px;
}

/* --------------------------------------------------------------------------
   CARD WRAPPER
   -------------------------------------------------------------------------- */
.pos-pr-form-card {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(17, 177, 177, 0.08);
	border: 1px solid #dee4e3;
	overflow: hidden;
	padding: 24px 20px 28px;
	margin: 0 auto;
	margin-top: 0;
}

@media (min-width: 768px) {
	.pos-pr-form-card {
		padding: 32px 40px 40px;
		margin-top: 0;
	}
}

/* --------------------------------------------------------------------------
   PROGRESS BAR - Enhanced visibility
   -------------------------------------------------------------------------- */
.pos-pr-progress {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	margin-top: 0;
	margin-bottom: 32px;
	height: 36px;
}

.pos-pr-progress__label {
	margin: 0;
	font-family: var(--pr-font);
	font-weight: 700;
	grid-row-start: 1;
	grid-column-start: 1;
	position: relative;
	width: inherit;
	z-index: 1;
	line-height: 36px;
	font-size: 13px;
	color: #171d1d;
	text-align: center;
	pointer-events: none;
	white-space: nowrap;
	text-shadow: 0 1px 4px rgba(255, 255, 255, 0.9);
	letter-spacing: 0.03em;
}

#pos-pr-progress-pct {
	font-weight: 700;
	color: #006a6a;
	font-size: 14px;
}

.pos-pr-progress__bar {
	grid-row-start: 1;
	grid-column-start: 1;
	position: relative;
	height: 36px;
	background: #E5F4FB;
	border-radius: 999px;
	overflow: hidden;
	border: 2px solid #006a6a;
	box-shadow: 0 2px 10px rgba(0, 106, 106, 0.15);
}

.pos-pr-progress__fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #006a6a, #11b1b1);
	border-radius: 999px;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

/* Glow effect on fill */
.pos-pr-progress__fill::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35));
	border-radius: 999px;
}

/* --------------------------------------------------------------------------
   FORM STEPS - FIXED SCROLL POSITION
   scroll-margin matches header (65/114) + 16px buffer so scrollIntoView
   fallback never pushes heading under fixed header. Primary scroll is
   JS scrollToElement with live header height; this is safety only.
   -------------------------------------------------------------------------- */
.form-step {
	animation: fadeIn 0.3s ease;
	scroll-margin-top: 81px;
}

.form-step[hidden] { display: none; }

.form-step[data-step="0"] {
	padding-top: 0;
}

@media (min-width: 1111px) {
	.form-step {
		scroll-margin-top: 130px;
	}
}

.form-step--loader { text-align: center; padding: 48px 0; }

.form-step__question {
	margin: 0 0 20px;
	color: var(--pr-text);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.form-step__headline {
	margin: 0 0 8px;
	color: var(--pr-text);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.form-step__helper {
	margin: 0 auto 16px;
	color: #666;
	font-size: 11px;
	text-align: center;
	max-width: 500px;
	line-height: 1.5;
}

.form-step__error {
	margin: 10px 0 0;
	color: #d64;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.form-step__error[hidden] { display: none; }

.form-step__subquestion {
	margin: 16px 0 10px;
	color: var(--pr-text);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

/* --------------------------------------------------------------------------
   CONDITIONAL INLINE
   -------------------------------------------------------------------------- */
.conditional-inline {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed var(--pr-border);
}

.conditional-inline[hidden] { display: none; }

/* --------------------------------------------------------------------------
   OTHER LINK
   -------------------------------------------------------------------------- */
.pos-pr-other-link {
	display: block;
	text-align: center;
	margin: 8px 0 12px;
	color: var(--pr-teal);
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

.pos-pr-other-link:hover {
	color: var(--pr-teal-dark);
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   CHECKBOX OPTIONS
   -------------------------------------------------------------------------- */
.checkbox-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px 12px 48px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.15s;
	position: relative;
	min-height: 48px;
}

.checkbox-option:hover {
	border-color: var(--pr-teal);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.checkbox-option:has(input:checked) {
	border-color: var(--pr-teal);
	background: rgba(0, 106, 106, 0.04);
	box-shadow: 0 0 0 2px rgba(0, 106, 106, 0.12);
}

.checkbox-option input[type="checkbox"] {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--pr-teal);
	flex-shrink: 0;
}

.checkbox-option__text {
	color: var(--pr-text);
	font-size: 15px;
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   TILE OPTIONS (Industry selection) - 2 columns side by side
   -------------------------------------------------------------------------- */
.form-step__options--tiles {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 12px !important;
	max-width: 100% !important;
	width: 100% !important;
}

.tile-option {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	cursor: pointer;
	border: 1px solid #bbc9c8;
	border-radius: 12px;
	background: #ffffff;
	padding: 20px 16px;
	width: 100% !important;
	min-height: 100px;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	margin: 0 !important;
}

.tile-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.tile-option:hover {
	border-color: var(--pr-teal);
	box-shadow: 0 4px 16px rgba(0, 106, 106, 0.10);
	transform: translateY(-2px);
}

.tile-option:has(input:checked) {
	border-color: var(--pr-teal);
	background: rgba(0, 106, 106, 0.04);
	box-shadow: 0 0 0 2px rgba(0, 106, 106, 0.15);
}

.tile-option__img {
	height: 48px !important;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 8px;
}

.tile-option__text {
	color: var(--pr-text);
	font-size: 14px;
	font-weight: 600;
}

/* Mobile: keep tiles side by side */
@media (max-width: 480px) {
	.form-step__options--tiles {
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
	}

	.tile-option {
		min-height: 72px;
		padding: 12px 10px;
		flex-direction: column !important;
		gap: 4px;
	}

	.tile-option__img {
		height: 32px;
		margin-bottom: 4px;
	}

	.tile-option__text {
		font-size: 13px;
	}
}

/* Very small phones: stack vertically */
@media (max-width: 360px) {
	.form-step__options--tiles {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
}

/* --------------------------------------------------------------------------
   RADIO OPTIONS
   -------------------------------------------------------------------------- */
.form-step__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 480px;
	margin: 0 auto;
}

.form-step__options--inline {
	max-width: 400px;
}

.radio-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px 12px 48px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.15s;
	position: relative;
	min-height: 48px;
}

.radio-option:hover {
	border-color: var(--pr-teal);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.radio-option:has(input:checked) {
	border-color: var(--pr-teal);
	background: rgba(0, 106, 106, 0.04);
	box-shadow: 0 0 0 2px rgba(0, 106, 106, 0.12);
}

.radio-option input[type="radio"] {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--pr-teal);
	flex-shrink: 0;
}

.radio-option__text {
	color: var(--pr-text);
	font-size: 15px;
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   TEXT INPUTS
   -------------------------------------------------------------------------- */
.form-step__input-wrap {
	margin-bottom: 14px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.form-input {
	width: 100%;
	min-height: 48px;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #ffffff;
	color: var(--pr-text);
	font-family: inherit;
	font-size: 15px;
	text-align: left;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
	outline: none;
	border-color: var(--pr-teal);
	box-shadow: 0 0 0 3px rgba(0, 106, 106, 0.12);
}

.form-input::placeholder {
	color: var(--pr-unselected);
	text-align: left;
}

.form-step__input-wrap--with-icon {
	position: relative;
}

.form-step__input-wrap--with-icon .form-input {
	padding-right: 36px;
}

.form-step__input-wrap--phone {
	flex: 1;
	margin-bottom: 0;
	position: relative;
}

.form-step__input-wrap--phone .form-input--phone {
	padding-right: 36px;
}

.form-input__tick {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--pr-teal);
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	pointer-events: none;
}

.form-input__tick[hidden] {
	display: none !important;
}

.form-input.is-valid {
	border-color: var(--pr-teal) !important;
	box-shadow: 0 0 0 2px rgba(0, 106, 106, 0.15);
}

.form-input.is-invalid {
	border-color: #e76a54 !important;
	box-shadow: 0 0 0 2px rgba(231, 106, 84, 0.12);
}

/* --------------------------------------------------------------------------
   PHONE INPUT WITH COUNTRY CODE
   -------------------------------------------------------------------------- */
.form-step__phone-wrap {
	display: flex;
	max-width: 400px;
	margin: 0 auto 14px;
	gap: 0;
}

.form-step__phone-wrap--with-icon {
	align-items: stretch;
	position: relative;
}

.form-step__phone-wrap--with-icon .form-step__input-wrap--phone .form-input__tick {
	right: 8px;
	z-index: 2;
}

.form-step__select-wrap {
	position: relative;
	flex-shrink: 0;
}

.form-select {
	height: 48px;
	padding: 0 28px 0 12px;
	border: 1px solid #d1d5db;
	border-right: none;
	border-radius: 8px 0 0 8px;
	background: #ffffff;
	color: var(--pr-text);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
}

.form-select:focus {
	outline: none;
	border-color: var(--pr-teal);
	box-shadow: 0 0 0 3px rgba(0, 106, 106, 0.12);
}

.form-input--phone {
	border-radius: 0 8px 8px 0;
	text-align: left;
}

/* Sync select border/box-shadow with phone input */
.form-step__phone-wrap--with-icon:has(.form-input.is-valid) .form-select,
.form-select.is-valid {
	border-color: var(--pr-teal) !important;
	box-shadow: 0 0 0 2px rgba(0, 106, 106, 0.15);
	border-right: none;
}

.form-step__phone-wrap--with-icon:has(.form-input.is-invalid) .form-select,
.form-select.is-invalid {
	border-color: #e76a54 !important;
	box-shadow: 0 0 0 2px rgba(231, 106, 84, 0.12);
	border-right: none;
}

.form-step__phone-wrap .form-select,
.form-step__phone-wrap--with-icon .form-select {
	align-self: stretch;
	height: 48px;
	box-sizing: border-box;
}

.form-step__phone-wrap .form-input--phone,
.form-step__phone-wrap--with-icon .form-input--phone {
	align-self: stretch;
	height: 48px;
	min-height: 48px;
	box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   NAVIGATION BUTTONS
   -------------------------------------------------------------------------- */
.pos-pr-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pos-pr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 32px;
	border: none;
	border-radius: 8px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pos-pr-btn--back {
	background: #ffffff;
	color: var(--pr-text);
	border: 1px solid #d1d5db;
	width: 48px;
	height: 48px;
	min-width: 48px;
	padding: 0;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1;
}

.pos-pr-btn--back:hover {
	background: #f5f5f7;
}

.pos-pr-btn--back[hidden] { display: none !important; }

.pos-pr-btn--continue {
	background: var(--pr-orange);
	color: #fff;
	flex: 1;
	width: auto;
	max-width: none;
	box-shadow: 0 2px 8px rgba(255, 78, 0, 0.25);
}

.pos-pr-btn--continue:hover {
	background: var(--pr-orange-hover);
	box-shadow: 0 4px 16px rgba(255, 78, 0, 0.35);
	transform: translateY(-1px);
}

.pos-pr-btn--continue:active {
	transform: translateY(0);
}

.pos-pr-form-footer-text {
	margin: 16px 0 0;
	color: #3c4949;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}

.pos-pr-timer-icon {
	font-size: 16px;
	margin-right: 2px;
}

/* --------------------------------------------------------------------------
   HOW IT WORKS
   -------------------------------------------------------------------------- */
.pos-pr-how-it-works {
	max-width: 780px;
	margin: 0 auto;
	padding: 24px 0 0;
	text-align: center;
}

.pos-pr-how-it-works__heading {
	margin: 0 0 20px;
	color: var(--pr-teal);
	font-size: 18px;
	font-weight: 700;
}

.pos-pr-how-it-works__divider {
	display: none;
}

.pos-pr-how-it-works__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.pos-pr-hiw-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 16px;
	background: #f5fbfa;
	border-radius: 12px;
	border: 1px solid #dee4e3;
}

.pos-pr-hiw-step__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

.pos-pr-hiw-step__text {
	margin: 0;
	color: var(--pr-text);
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
}

/* --------------------------------------------------------------------------
   RESULTS SECTION - FIXED HEADER OVERLAP
   -------------------------------------------------------------------------- */
.pos-pr-results {
	background: #DAEDF6;
	padding: 0 24px 64px;
	margin-top: 65px;
}

.pos-pr-results[hidden] { display: none; }

.pos-pr-results__banner {
	text-align: center;
	padding: 32px 24px 32px;
}

@media (min-width: 1111px) {
	.pos-pr-results {
		margin-top: 114px;
	}
	.pos-pr-results__banner {
		padding: 32px 24px 32px;
	}
}

.pos-pr-results__icon {
	margin-bottom: 16px;
}

.pos-pr-results__icon svg {
	display: block;
	margin: 0 auto;
}

.pos-pr-results__title {
	margin: 0 0 12px;
	color: var(--pr-teal);
	font-size: 26px;
	font-weight: 700;
}

.pos-pr-results__subtitle {
	margin: 0;
	color: #666;
	font-size: 16px;
}

.pos-pr-results__matched {
	max-width: 780px;
	margin: 0 auto 48px;
	text-align: center;
}

.pos-pr-results__label {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--pr-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pos-pr-results__heading {
	margin: 0 0 32px;
	color: #1a1f36;
	font-size: 28px;
	font-weight: 700;
}

.pos-pr-results__no-matches {
	max-width: 600px;
	margin: 0 auto 48px;
	padding: 48px 32px;
	background: var(--pr-surface);
	border: 1px solid var(--pr-border);
	border-radius: var(--pr-radius-md);
	text-align: center;
}

.pos-pr-results__no-matches[hidden] { display: none; }

.pos-pr-results__no-matches-title {
	margin: 0 0 8px;
	color: var(--pr-text);
	font-size: 20px;
	font-weight: 700;
}

.pos-pr-results__no-matches-text {
	margin: 0 0 24px;
	color: var(--pr-secondary-text);
	font-size: 15px;
}

/* --------------------------------------------------------------------------
   PROVIDER CARDS
   -------------------------------------------------------------------------- */
.pos-pr-providers {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 920px;
	margin: 0 auto 48px;
}

.pos-pr-provider {
	display: grid;
	grid-template-columns: 150px 1fr 170px;
	gap: 24px;
	align-items: start;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s, transform 0.2s;
}

.pos-pr-provider:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.pos-pr-provider__logo-col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-self: start;
	padding-top: 4px;
}

.pos-pr-provider__logo {
	height: 44px;
	width: auto;
	max-width: 130px;
	object-fit: contain;
}

.pos-pr-provider__header {
	display: contents;
}

.pos-pr-provider__content-col {
	min-width: 0;
}

.pos-pr-provider__name,
.pos-pr-provider__product-name {
	margin: 0 0 10px;
	color: #1a1f36;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.pos-pr-provider__tagline {
	margin: 0 0 6px;
	color: var(--pr-teal);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.pos-pr-provider__desc {
	margin: 0 0 14px;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}

.pos-pr-provider__benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pos-pr-provider__benefit {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

.pos-pr-provider__check {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--pr-teal);
	display: inline-flex;
}

.pos-pr-provider__features,
.pos-pr-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pos-pr-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.pos-pr-feature__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 106, 106, 0.10);
	border-radius: 50%;
	color: var(--pr-teal);
	font-size: 14px;
}

.pos-pr-feature__icon svg {
	width: 16px;
	height: 16px;
}

.pos-pr-feature__icon i {
	font-size: 14px;
	line-height: 1;
}

.pos-pr-feature__content {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

.pos-pr-feature__title {
	font-weight: 700;
	color: #1a1f36;
}

.pos-pr-feature__text {
	color: #333;
}

.pos-pr-provider__cta-text {
	margin: 14px 0 0;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
}

.pos-pr-provider__action-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	justify-content: flex-start;
	align-self: stretch;
	padding-top: 2px;
}

.pos-pr-provider__badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	color: #4a7ba7;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.pos-pr-provider__badge i {
	font-size: 11px;
}

.pos-pr-provider__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 170px;
	min-height: 38px;
	padding: 9px 16px;
	border: none;
	border-radius: 5px;
	background: #888;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: not-allowed;
	opacity: 0.85;
	white-space: nowrap;
}

.pos-pr-provider__btn--disabled {
	background: #888;
}

.pos-pr-provider__intro {
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
   WHAT HAPPENS NEXT
   -------------------------------------------------------------------------- */
.pos-pr-what-next {
	max-width: 780px;
	margin: 0 auto 48px;
	text-align: center;
}

.pos-pr-what-next__heading {
	margin: 0 0 32px;
	color: #1a1f36;
	font-size: 24px;
	font-weight: 700;
}

.pos-pr-what-next__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pos-pr-what-next__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 16px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pos-pr-what-next__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--pr-teal);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.pos-pr-what-next__title {
	margin: 0 0 10px;
	color: #1a1f36;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.pos-pr-what-next__text {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 400;
}

/* --------------------------------------------------------------------------
   LOADER OVERLAY
   -------------------------------------------------------------------------- */
.pos-pr-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DAEDF6;
}

.pos-pr-loader[hidden] { display: none; }

.pos-pr-loader__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
}

.pos-pr-loader__spinner {
	width: 56px;
	height: 56px;
	border: 5px solid var(--pr-border);
	border-top-color: var(--pr-teal);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.pos-pr-loader__text {
	margin: 0;
	color: var(--pr-text);
	font-size: 17px;
	font-weight: 700;
}

.pos-pr-loader__subtext {
	margin: 0;
	color: var(--pr-secondary-text);
	font-size: 14px;
}

/* --------------------------------------------------------------------------
   ANIMATIONS
   -------------------------------------------------------------------------- */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.pos-pr-hero__inner {
		padding: 4px 0 2px;
	}

	.pos-pr-hero__title {
		font-size: 18px;
	}

	.pos-pr-container {
		padding: 0 16px 32px;
	}

	.pos-pr-form-card {
		padding: 20px 16px 28px;
	}

	.pos-pr-progress {
		height: 32px;
		margin-bottom: 28px;
	}

	.pos-pr-progress__label {
		line-height: 32px;
		font-size: 12px;
	}

	.pos-pr-progress__bar {
		height: 32px;
	}

	.tile-option {
		min-height: 80px;
		padding: 16px;
	}

	.tile-option__img {
		height: 40px;
		width: auto;
		margin-bottom: 6px;
	}

	.form-step__options {
		max-width: 100%;
	}

	.form-step__input-wrap {
		max-width: 100%;
	}

	.form-step__phone-wrap {
		max-width: 100%;
	}

	.pos-pr-how-it-works__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pos-pr-how-it-works {
		padding-top: 16px;
	}

	.pos-pr-providers {
		max-width: 100%;
		gap: 16px;
	}

	.pos-pr-provider {
		grid-template-columns: 1fr auto;
		gap: 12px 16px;
		padding: 20px 16px;
		align-items: start;
	}

	.pos-pr-provider__logo-col {
		justify-content: flex-start;
		align-self: center;
		grid-column: 1;
		grid-row: 1;
	}

	.pos-pr-provider__content-col {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.pos-pr-provider__action-col {
		display: contents;
	}

	.pos-pr-provider__badge {
		position: static;
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: end;
		text-align: right;
	}

	.pos-pr-provider__btn {
		max-width: 100%;
		width: 100%;
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: 4px;
	}

	.pos-pr-provider__btn--disabled {
		margin-top: 4px;
	}

	.pos-pr-provider--goopter {
		gap: 14px;
	}

	.pos-pr-provider--goopter .pos-pr-provider__product-name {
		font-size: 15px;
		margin-bottom: 8px;
	}

	.pos-pr-provider--goopter .pos-pr-provider__features {
		gap: 10px;
	}

	.pos-pr-provider--goopter .pos-pr-feature {
		gap: 10px;
		align-items: flex-start;
	}

	.pos-pr-provider--goopter .pos-pr-feature__icon {
		width: 24px;
		height: 24px;
		font-size: 11px;
		flex-shrink: 0;
	}

	.pos-pr-provider--goopter .pos-pr-feature__icon i {
		font-size: 11px;
	}

	.pos-pr-provider--goopter .pos-pr-feature__content {
		font-size: 12px;
		line-height: 1.5;
	}

	.pos-pr-provider--goopter .pos-pr-feature__title,
	.pos-pr-provider--goopter .pos-pr-feature__text {
		font-size: 12px;
	}

	.pos-pr-what-next__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pos-pr-btn--continue {
		max-width: 100%;
	}
	.pos-pr-btn--back {
		max-width: 44px;
		width: 44px;
		height: 44px;
		min-width: 44px;
	}
}

@media (max-width: 480px) {
	.pos-pr-hero__inner {
		padding: 2px 0 2px;
	}

	.pos-pr-hero__title {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.pos-pr-container {
		padding: 0 12px 24px;
	}

	.pos-pr-form-card {
		padding: 16px 12px 24px;
	}

	.pos-pr-form-wrapper {
		padding-top: 16px;
	}

	.pos-pr-main {
		padding-top: 8px;
	}

	.pos-pr-progress {
		height: 28px;
		margin-bottom: 24px;
	}

	.pos-pr-progress__label {
		line-height: 28px;
		font-size: 10px;
	}

	.pos-pr-progress__bar {
		height: 28px;
	}

	#pos-pr-progress-pct {
		font-size: 12px;
	}

	.form-step__options--tiles {
		gap: 8px !important;
	}

	.tile-option {
		min-height: 72px;
		padding: 12px 10px;
	}

	.tile-option__img {
		height: 32px;
		margin-bottom: 4px;
	}

	.tile-option__text {
		font-size: 13px;
	}

	.radio-option,
	.checkbox-option {
		padding: 10px 14px 10px 44px;
		min-height: 44px;
	}

	.radio-option input[type="radio"],
	.checkbox-option input[type="checkbox"] {
		left: 14px;
		width: 18px;
		height: 18px;
	}

	.radio-option__text,
	.checkbox-option__text {
		font-size: 14px;
	}

	.form-step__question,
	.form-step__headline {
		font-size: 16px;
	}

	.pos-pr-btn--continue {
		min-height: 44px;
		font-size: 15px;
	}

	.pos-pr-btn--back {
		width: 44px;
		height: 44px;
		min-width: 44px;
	}

	.pos-pr-results { padding: 0 12px 40px; }

	.pos-pr-results__title { font-size: 22px; }
}

/* Prevent browser native scroll-into-view from affecting the hero */
.pos-pr-hero {
	scroll-margin-top: 0 !important;
}

@media (max-width: 360px) {
	.form-step__options--tiles {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}

/* Fix: remove unwanted underlines from buttons/links inside the form */
.pos-pr-btn, .pos-pr-btn:hover,
.pos-pr-btn--back, .pos-pr-btn--back:hover,
.pos-pr-btn--continue, .pos-pr-btn--continue:hover,
#pos-pr-btn-restart, #pos-pr-btn-restart:hover {
	text-decoration: none !important;
}

/* --------------------------------------------------------------------------
   HERO VISIBILITY - Hide on results/thank you page
   -------------------------------------------------------------------------- */
body.results-page .pos-pr-hero {
	display: none !important;
}