/**
 * Platform gateway integration — hide duplicate chrome when shared header is active.
 */

body.paramour-pre-app-gateway-page .paramour-auth-gateway-header {
	display: none !important;
}

/*
 * Magnific popup shell from wp_body_open (#sign-in-dialog.mfp-hide).
 * Gateway pages do not load Magnific CSS, so .mfp-hide alone does not hide it —
 * it paints as a full-width “Sign In” block above lost/reset password forms.
 */
body.paramour-pre-app-gateway-page #sign-in-dialog.mfp-hide,
body.paramour-pre-app-gateway-page #sign-in-dialog.zoom-anim-dialog:not(.listeo-auth-tabs-root) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	border: 0 !important;
}

/* Suppress Listeo public header on lost-password (dashboard uses header-auth-gateway.php). */
body.paramour-pre-app-gateway-page:not(.pmb-dashboard-shell-page) #header,
body.paramour-pre-app-gateway-page:not(.pmb-dashboard-shell-page) #header-container,
body.paramour-pre-app-gateway-page:not(.pmb-dashboard-shell-page) .mobile-navigation-wrapper {
	display: none !important;
}

/* Page shell — neutral below the hero band. */
body.paramour-pre-app-gateway-page {
	background-color: #22259f;
	/* Normal document flow — avoid body flex + height:100% vertically centering main. */
	display: block !important;
	height: auto !important;
	min-height: 100%;
	overflow-y: visible;
}

html:has(body.paramour-pre-app-gateway-page) {
	height: auto;
}

body.paramour-pre-app-gateway-page .auth-blank-wrap,
body.paramour-pre-app-gateway-page .auth-blank-wrap:has(#listeo-logintab-btn.active) {
	width: 100%;
	max-width: none;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
	background: #f6f6f6 !important;
	position: relative;
	z-index: 1;
	display: flex !important;
	flex-direction: column !important;
	flex: 0 0 auto !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	overflow: visible !important;
}

/*
 * Upper hero band — starts BELOW the header (header pushes content down).
 * Do not pull the hero background up under the menu (that looked like overlay).
 */
body.paramour-pre-app-gateway-page .paramour-auth-hero-section {
	--paramour-auth-header-offset: 0px;
	--paramour-auth-hero-gap-tight: clamp(20px, 4vw, 32px);
	--paramour-auth-gap-login-to-features: clamp(64px, 11vw, 128px);
	--paramour-auth-gap-features-to-cards: clamp(48px, 7.5vw, 96px);
	--paramour-auth-hero-pad-x: 16px;
	--paramour-auth-hero-pad-top: 40px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: calc(var(--paramour-auth-hero-pad-top) + env(safe-area-inset-top, 0px)) var(--paramour-auth-hero-pad-x) 32px;
	position: relative;
	isolation: isolate;
	z-index: 1;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	min-height: 0 !important;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: url('https://paramour.me/wp-content/uploads/system/hero-bg.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;
}

/* Mobile-first flex stack: heading → auth → features. */
body.paramour-pre-app-gateway-page .paramour-auth-hero-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--heading {
	max-width: 1200px;
	margin-bottom: var(--paramour-auth-hero-gap-tight);
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth {
	max-width: 560px;
	margin-bottom: var(--paramour-auth-gap-login-to-features);
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--features {
	max-width: 1200px;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-section .auth-card,
body.paramour-pre-app-gateway-page .paramour-auth-hero-section .sign-in-form,
body.paramour-pre-app-gateway-page .paramour-auth-hero-section .tabs-container,
body.paramour-pre-app-gateway-page .paramour-auth-hero-section .listeo-auth-tabs-root {
	background: transparent !important;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	min-height: 0 !important;
	place-self: auto !important;
	align-self: stretch !important;
	overflow: visible !important;
	gap: 0;
}

/* Compact auth stack — fields start at top (no centered dead space). */
body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth .auth-card,
body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth .sign-in-form.style-1,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
}

body.paramour-pre-app-gateway-page #sign-in-dialog .tabs-container.alt,
body.paramour-pre-app-gateway-page.login-forms-visible #sign-in-dialog .tabs-container.alt {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	animation: none;
}

body.paramour-pre-app-gateway-page #sign-in-dialog .tabs-container .tab-content,
body.paramour-pre-app-gateway-page .sign-in-form.style-1 .tabs-container .tab-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog #login.listeo-registration-form,
body.paramour-pre-app-gateway-page #sign-in-dialog #register.listeo-registration-form {
	flex: 0 0 auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog #tab1 #login {
	padding-bottom: 0;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog #tab2 #register {
	padding-bottom: calc(var(--controls-bar-height, 72px) + 8px);
	box-sizing: border-box;
}

/* Quitox homepage hero headline — fluid type, wraps on narrow screens. */
body.paramour-pre-app-gateway-page .paramour-auth-hero-heading {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__content {
	padding-bottom: 0;
	margin: 0;
	width: 100%;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__content.pb-70 {
	padding-bottom: 0;
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title {
	margin: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-weight: 600;
	font-size: 64px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-wrap: balance;
	hyphens: auto;
	overflow-wrap: anywhere;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title {
		font-size: 55px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title {
		font-size: 38px;
	}
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-heading .tp-hero__title .emoji {
	display: inline-block;
	width: 0.95em;
	height: 0.95em;
	margin: 0 0 0 0.1em;
	vertical-align: -0.08em;
	flex-shrink: 0;
}

/* Gateway uses bottom Logon/Register switch — hide duplicate top tabs. */
body.paramour-pre-app-gateway-page #sign-in-dialog .tabs-nav.mobile-step-title {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	border: 0 !important;
}

/* Legacy Logon / Register tab switch — replaced by .paramour-auth-login-actions column. */
body.paramour-pre-app-gateway-page #sign-in-dialog .paramour-auth-tab-switch {
	display: none !important;
}

/* Login landing column: lost password → Logon → register upsell */
body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions {
	align-items: center;
	margin-top: 20px;
	gap: 14px;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__submit {
	display: block;
	width: calc(100% - 48px);
	max-width: 320px;
	min-height: 52px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: var(--pmb-radius, 12px);
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 16px;
	font-weight: 600;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 10px;
	width: calc(100% - 48px);
	max-width: 320px;
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid rgba(98, 99, 125, 0.18);
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register-label {
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 14px;
	white-space: nowrap;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 0;
	padding: 6px 10px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	border-radius: 6px;
	background-color: #ec4f6a !important;
	border-color: #ec4f6a !important;
	color: #fff !important;
	white-space: normal;
	text-align: center;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register-btn-line {
	display: block;
}

body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register-btn:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog form#login .paramour-auth-login-actions__register-btn:focus-visible {
	background-color: #d9435d !important;
	border-color: #d9435d !important;
	color: #fff !important;
}

/* Hero spacing tokens at tablet — card visuals live in service-worlds.css. */
@media (min-width: 768px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-section {
		--paramour-auth-hero-gap-tight: clamp(24px, 3.5vw, 40px);
		--paramour-auth-gap-login-to-features: clamp(80px, 12vw, 152px);
		--paramour-auth-gap-features-to-cards: clamp(56px, 8.5vw, 112px);
		--paramour-auth-hero-pad-top: 52px;
	}
}

/* AI service finder — placeholder above footer (swap #paramour-gateway-ai-chat-slot for shortcode). */
body.paramour-pre-app-gateway-page .paramour-auth-ai-section {
	width: 100%;
	margin: 0;
	padding: clamp(48px, 8vw, 88px) clamp(16px, 4vw, 28px);
	box-sizing: border-box;
	background: #f6f6f6;
	position: relative;
	z-index: 1;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__inner {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(24px, 4vw, 36px);
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__intro {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__badge {
	display: inline-block;
	margin: 0 0 12px;
	padding: 6px 14px;
	border-radius: 999px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4b3caf;
	background: rgba(75, 60, 175, 0.1);
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__title {
	margin: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-weight: 600;
	font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.5rem);
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #1d1d1f;
	text-wrap: balance;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__subtitle {
	margin: 14px auto 0;
	max-width: 38rem;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: clamp(1rem, 1.5vw + 0.35rem, 1.125rem);
	font-weight: 400;
	line-height: 1.55;
	color: #667685;
	text-wrap: balance;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-section__chat {
	width: 100%;
	min-width: 0;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder {
	display: flex;
	flex-direction: column;
	min-height: 360px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex: 0 0 auto;
	background: linear-gradient(135deg, #ec4f6a 0%, #4b3caf 100%);
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__label {
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 600;
	color: #1d1d1f;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__status {
	margin-left: auto;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 12px;
	font-weight: 500;
	color: #22c55e;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__body {
	flex: 1 1 auto;
	padding: 20px 18px;
	background: #fafafa;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__bubble {
	display: inline-block;
	max-width: 92%;
	padding: 14px 16px;
	border-radius: 14px 14px 14px 4px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	line-height: 1.45;
	color: #333;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__composer {
	display: flex;
	align-items: stretch;
	gap: 10px;
	padding: 14px 16px 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__input {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	color: #999;
	background: #f7f7f7;
}

body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder__send {
	flex: 0 0 auto;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #ec4f6a;
	opacity: 0.55;
	cursor: not-allowed;
}

@media (min-width: 768px) {
	body.paramour-pre-app-gateway-page .paramour-auth-ai-placeholder {
		min-height: 420px;
	}
}

/* Remote paramour.services Quitox footer (below hero band). */
body.paramour-pre-app-gateway-page .paramour-services-footer-shell {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 calc(var(--controls-bar-height, 120px) + env(safe-area-inset-bottom, 0px));
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: rgb(27, 27, 27) !important;
}

body.paramour-pre-app-gateway-page .paramour-services-footer-shell > footer {
	margin: 0;
	background-color: rgb(27, 27, 27) !important;
}

body.paramour-pre-app-gateway-page .paramour-services-footer-shell .footer__area,
body.paramour-pre-app-gateway-page .paramour-services-footer-shell .tp-footer__area {
	width: 100%;
	background-color: rgb(27, 27, 27) !important;
}

@media (min-width: 992px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-section {
		--paramour-auth-header-offset: 0px;
		--paramour-auth-hero-gap-tight: clamp(28px, 3vw, 44px);
		--paramour-auth-gap-login-to-features: clamp(96px, 13vw, 168px);
		--paramour-auth-gap-features-to-cards: clamp(64px, 9vw, 128px);
		--paramour-auth-hero-pad-x: 20px;
		--paramour-auth-hero-pad-top: 72px;
		padding-bottom: 48px;
	}
}

/*
 * Gateway header — in document flow (relative), not overlay.
 * Menu/utilities stay white on the dark page shell; sticky bar uses brand purple.
 */
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky.tp-header__transparent,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky.z-index-5 {
	--paramour-pre-app-header-bg: transparent;
	--paramour-pre-app-header-text: #fff;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	color: #fff !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

@media (min-width: 992px) {
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky.header-sticky {
		--paramour-pre-app-header-bg: #4b3caf;
		--paramour-pre-app-header-text: #fff;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		color: #fff !important;
		background-color: #4b3caf !important;
		box-shadow: 0 2px 24px rgba(75, 60, 175, 0.35);
	}
}

@media (max-width: 991px) {
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky.header-sticky {
		--paramour-pre-app-header-bg: transparent;
		background-color: transparent !important;
		box-shadow: none;
	}
}

/* Force white paint — color alone loses to -webkit-text-fill from other sheets. */
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__black-menu ul li a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu > nav > ul > li > a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li > a:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__nav-link:not(.paramour-menu-cta) {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__black-menu ul li:hover > a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__black-menu ul li:focus-within > a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__black-menu ul li > a.nav-links:not(.paramour-menu-cta):hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__black-menu ul li > a.nav-links:not(.paramour-menu-cta):focus-visible,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li:hover > a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li:focus-within > a.nav-links:not(.paramour-menu-cta),
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li > a.nav-links:not(.paramour-menu-cta):hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu ul li > a.nav-links:not(.paramour-menu-cta):focus-visible,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__nav-item:not(.paramour-pre-app-header__nav-item--cta) .paramour-pre-app-header__nav-link:hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__nav-item:not(.paramour-pre-app-header__nav-item--cta) .paramour-pre-app-header__nav-link:focus-visible {
	color: rgba(255, 255, 255, 0.82) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

/* Utilities (account / language) — same white as menu on dark shell. */
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-header-utility,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__utility {
	color: #fff !important;
	background: none !important;
}

body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-header-utility:hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-header-utility:focus-visible,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__utility:hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__utility:focus-visible,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two .paramour-header-utilities .paramour-header-utility:hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two .paramour-header-utilities .paramour-header-utility:focus-visible,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two .paramour-header-utilities .paramour-header-utility--language:hover,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two .paramour-header-utilities .paramour-header-utility--language:focus-visible {
	color: rgba(255, 255, 255, 0.82) !important;
	background: none !important;
}

/* Header CTA — Paramour accent (#ec4f6a), not Quitox blue. */
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell a.nav-links.paramour-menu-cta,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell a.paramour-menu-cta,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu > nav > ul > li.paramour-menu-cta-item > a.nav-links.paramour-menu-cta,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu > nav > ul > li.paramour-menu-cta-item > a.paramour-menu-cta,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two > a.paramour-menu-cta,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two > a.paramour-mobile-header-cta.paramour-menu-cta {
	background-color: #ec4f6a !important;
	border-color: #ec4f6a !important;
	color: #fff !important;
}

body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell a.nav-links.paramour-menu-cta .paramour-menu-cta__label,
body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell a.paramour-menu-cta .paramour-menu-cta__label {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* Keep login/registration UI below pre-app header shell (10100). */
body.paramour-pre-app-gateway-page .auth-card,
body.paramour-pre-app-gateway-page .tabs-container,
body.paramour-pre-app-gateway-page .listeo-registration-form,
body.paramour-pre-app-gateway-page .login-form-overlay {
	position: relative;
	z-index: 1;
}

body.paramour-pre-app-gateway-page .registration-step-indicator {
	z-index: 2;
}

body.paramour-pre-app-gateway-page .controls-bar {
	z-index: 3;
}

/* paramour.me gateway: mobile header stack + hide For Clients CTA. */
@media (max-width: 991px) {
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__col--nav,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu {
		display: none !important;
	}

	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__main-menu > nav > ul > li.paramour-menu-cta-item,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__nav-item--for_clients,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-offcanvas__nav-item--cta,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell a.paramour-menu-cta,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__mobile-cta,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-mobile-header-cta,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two > a.paramour-mobile-header-cta,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .tp-header__right-two > a.paramour-menu-cta {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		max-height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__col--actions {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .paramour-pre-app-header__actions,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .paramour-pre-app-header__actions.d-flex,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two.d-flex,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two.align-items-center {
		flex-flow: column-reverse !important;
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: max-content !important;
		max-width: 100%;
		margin-left: auto !important;
		margin-right: 1rem;
		gap: 25px;
	}

	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-pre-app-header__menu-toggle,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell .paramour-mobile-menu-logo {
		align-self: center !important;
		margin-left: 0;
	}

	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two .paramour-header-utilities,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two .paramour-header-utilities.d-flex,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two .paramour-pre-app-header__utilities,
	body.paramour-pre-app-gateway-page .paramour-pre-app-header-shell #header-sticky .tp-header__right-two .paramour-header-utilities.align-items-center {
		flex-flow: column-reverse !important;
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		align-items: center !important;
		align-self: center !important;
		width: auto;
		margin: 0 !important;
		gap: 15px;
	}
}

/* =============================================================================
   Gateway auth polish (Quitox tp-faq__right-side card + tp-contact-input fields)
   Scoped to logged-out gateway only. Reversible via removing this block.
   ============================================================================= */

/* A. Auth card — light blue Quitox FAQ panel (#e8f6ff) */
body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth .auth-card {
	background-color: var(--tp-grey-2, #e8f6ff) !important;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	padding: 20px !important;
}

@media (min-width: 768px) {
	body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth .auth-card {
		padding: 32px 28px !important;
	}
}

body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth .sign-in-form.style-1,
body.paramour-pre-app-gateway-page .paramour-auth-hero-stack__section--auth #sign-in-dialog.listeo-auth-tabs-root {
	background: transparent !important;
}

/* B. Inputs — Quitox tp-contact-input on white (login + register step 2 basics; not phone/OTP) */
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) {
	margin: 0 0 20px;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone) {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 8px 0 0;
	padding: 0 20px 0 45px;
	height: 60px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--tp-theme-1, #333);
	background-color: var(--tp-common-white, #fff);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text::placeholder,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone)::placeholder {
	color: rgba(116, 116, 116, 0.5);
	opacity: 1;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text:focus,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone):focus {
	outline: none;
	border-color: var(--tp-theme-2, #ec4f6a);
	box-shadow: none;
	background-color: var(--tp-common-white, #fff);
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text:-webkit-autofill,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text:-webkit-autofill:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text:-webkit-autofill:focus,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label input.input-text:-webkit-autofill:active,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone):-webkit-autofill,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone):-webkit-autofill:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone):-webkit-autofill:focus,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label input.input-text:not(#phone):-webkit-autofill:active {
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: var(--tp-theme-1, #333);
	-webkit-text-fill-color: var(--tp-theme-1, #333);
	caret-color: var(--tp-theme-1, #333);
	background-color: var(--tp-common-white, #fff);
	-webkit-box-shadow: 0 0 0 1000px var(--tp-common-white, #fff) inset;
	box-shadow: 0 0 0 1000px var(--tp-common-white, #fff) inset;
	transition: background-color 5000s ease-in-out 0s;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .form-row-wide label i,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="2"] .form-row-wide:not(.otp_code):not(.checkboxes):not(.captcha_wrapper) label i {
	bottom: 18px;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .pwstrength_viewport_progress,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .pwstrength_viewport_progress .progress {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-remember-dummy {
	margin: -8px 0 12px;
	padding-left: 8px;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-remember-dummy .checkboxes {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-remember-dummy input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--tp-theme-2, #ec4f6a);
	cursor: pointer;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-remember-dummy label {
	margin: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #62637d;
	cursor: pointer;
}

/* C. Lost password — centered in login actions column */
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-actions__lost {
	display: block !important;
	width: 100%;
	margin: 4px 0 0;
	text-align: center;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-actions__lost a,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root .paramour-auth-login-actions__lost .paramour-auth-lost-switch {
	font-size: 15px;
	font-weight: 600;
	color: #62637d;
	text-decoration: none;
	line-height: 1.4;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-actions__lost a:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-actions__lost a:focus-visible,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root .paramour-auth-login-actions__lost .paramour-auth-lost-switch:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root .paramour-auth-login-actions__lost .paramour-auth-lost-switch:focus-visible {
	color: var(--tp-theme-2, #ec4f6a);
}

/*
 * Lost-password panel — Quitox parity with login/register inputs + primary CTA.
 * Crossfade uses the same reveal ease as gateway section motion.
 */
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost {
	--paramour-auth-panel-ease: var(--paramour-reveal-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-leaving,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-leaving {
	opacity: 0 !important;
	visibility: visible !important;
	transform: translateY(-10px) !important;
	animation: none !important;
	transition:
		opacity 0.22s var(--paramour-auth-panel-ease),
		transform 0.22s var(--paramour-auth-panel-ease) !important;
	pointer-events: none;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-entering,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-entering {
	opacity: 0 !important;
	visibility: visible !important;
	transform: translateY(var(--paramour-reveal-offset, 28px)) !important;
	animation: none !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-entering.is-auth-panel-entered,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-entering.is-auth-panel-entered {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
	animation: none !important;
	transition:
		opacity 0.42s var(--paramour-auth-panel-ease),
		transform 0.42s var(--paramour-auth-panel-ease) !important;
}

@media (prefers-reduced-motion: reduce) {
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-leaving,
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-leaving,
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-entering,
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-entering,
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab1.is-auth-panel-entering.is-auth-panel-entered,
	body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost.is-auth-panel-entering.is-auth-panel-entered {
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root.is-lost-password-mode .tabs-nav,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root.is-lost-password-mode .paramour-auth-tab-switch {
	display: none !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-lead {
	margin: 0 0 18px;
	padding: 0 4px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	color: #62637d;
	text-align: center;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide {
	margin: 0 0 20px;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide label {
	position: relative;
	display: block;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide label input.input-text {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 8px 0 0;
	padding: 0 20px 0 45px;
	height: 60px;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--tp-theme-1, #333);
	background-color: var(--tp-common-white, #fff);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide label input.input-text::placeholder {
	color: rgba(116, 116, 116, 0.5);
	opacity: 1;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide label input.input-text:focus {
	outline: none;
	border-color: var(--tp-theme-2, #ec4f6a);
	box-shadow: none;
	background-color: var(--tp-common-white, #fff);
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-lost-form .form-row-wide label i {
	position: absolute;
	left: 16px;
	bottom: 18px;
	top: auto;
	font-size: 21px;
	line-height: 1;
	color: var(--pmb-placeholder, #999);
	pointer-events: none;
	z-index: 1;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-login-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-login-actions__submit {
	display: block;
	width: calc(100% - 48px);
	max-width: 320px;
	min-height: 52px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: var(--pmb-radius, 12px);
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 16px;
	font-weight: 600;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #tab-lost .paramour-auth-login-actions__lost {
	display: block !important;
	width: 100%;
	margin: 4px 0 0;
	text-align: center;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register:has(.registration-step[data-step="1"].active) > .controls-bar {
	display: none !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__terms {
	margin: 8px 0 16px;
	padding-left: 8px;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__terms .checkboxes {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__terms input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--tp-theme-2, #ec4f6a);
	cursor: pointer;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__terms label {
	margin: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #62637d;
	cursor: pointer;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 0 4px;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__continue {
	display: block;
	width: calc(100% - 48px);
	max-width: 320px;
	min-height: 52px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: var(--pmb-radius, 12px);
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 16px;
	font-weight: 600;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__login-link {
	display: block !important;
	width: 100%;
	margin: 12px 0 0;
	text-align: center;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__login-link .paramour-auth-tab-switch__btn {
	display: inline;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 600;
	color: #62637d;
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__login-link .paramour-auth-tab-switch__btn:hover,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root #register .registration-step[data-step="1"] .paramour-auth-register-step1__login-link .paramour-auth-tab-switch__btn:focus-visible {
	color: var(--tp-theme-2, #ec4f6a);
}

/* D. Login system messages — centered at end of login form */
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message {
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	color: #62637d;
	text-align: center;
	border: none;
	background: transparent !important;
	box-shadow: none;
	line-height: 1.45;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message p {
	margin: 0;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	color: #62637d;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message.success,
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message.notice {
	color: #62637d;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message.error {
	color: #a23a3a;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message:not([style*="display: none"]):not([style*="display:none"]) {
	display: block !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message[style*="display: none"],
body.paramour-pre-app-gateway-page #sign-in-dialog.listeo-auth-tabs-root form#login .paramour-auth-login-form-message[style*="display:none"] {
	display: none !important;
}

/* Register errors — in-card alerts when shown */
body.paramour-pre-app-gateway-page #sign-in-dialog .notification.error.closeable.pmb-register-notification-error {
	background-color: #fde2e2;
	border: 1px solid rgba(162, 58, 58, 0.15);
	border-radius: 10px;
	padding: 14px 18px;
	margin: 16px 0 0;
	color: #a23a3a;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page #sign-in-dialog .notification.error.closeable.pmb-register-notification-error p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: inherit;
}

body.paramour-pre-app-gateway-page #sign-in-dialog .notification.error.closeable.pmb-register-notification-error:not([style*="display: none"]):not([style*="display:none"]) {
	display: block !important;
}

body.paramour-pre-app-gateway-page #sign-in-dialog .notification.error.closeable.pmb-register-notification-error[style*="display: none"],
body.paramour-pre-app-gateway-page #sign-in-dialog .notification.error.closeable.pmb-register-notification-error[style*="display:none"] {
	display: none !important;
}
