/* Milfpair front-end styles — match reference landing */

:root {
	--color-primary: #e0197e;
	--color-secondary: #322e66;
	--color-accent: #554eac;
	--color-background: #fafafc;
	--color-surface: #ffffff;
	--color-surface-muted: rgba(250, 250, 250, 0.9);
	--color-text: #4c4c4c;
	--color-text-inverse: #ffffff;
	--color-muted: #87949d;
	--color-border: #cccdd0;
	--color-disabled: #babcb7;
	--color-disabled-text: #e7ebea;
	--content-width: 1350px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-text);
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	overflow-x: hidden;
}

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

a {
	color: var(--color-primary);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 8px;
	top: 8px;
	width: auto;
	z-index: 100000;
	background: #fff;
	padding: 8px 16px;
}

.site-main {
	display: block;
}

.constrained-width,
.mp-constrained {
	max-width: var(--content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

/* ===== Hero (Cover block) ===== */
.mp-hero.wp-block-cover,
.wp-block-cover.mp-hero {
	position: relative;
	min-height: calc(100vh - 80px);
	padding: 40px 24px;
	align-items: center;
	overflow: hidden;
}

.mp-hero.wp-block-cover .wp-block-cover__image-background,
.mp-hero.wp-block-cover .wp-block-cover__video-background {
	object-position: center top;
}

.mp-hero::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 50%;
	background: linear-gradient(90deg, #000 0%, transparent 100%);
	opacity: 0.8;
	z-index: 1;
	pointer-events: none;
}

.mp-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--content-width);
}

.mp-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	display: flex;
	gap: 2rem;
	align-items: center;
}

.mp-hero__teaser h1,
.mp-hero__teaser .wp-block-heading {
	margin: 0;
	font-size: 40px;
	line-height: 58px;
	letter-spacing: 4.8px;
	color: var(--color-primary);
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
}

/* ===== Sections ===== */
.mp-section {
	position: relative;
	padding: 100px 0;
}

.mp-section--muted {
	background: var(--color-surface-muted);
}

.mp-section--white {
	background: var(--color-surface);
}

.mp-seo-section {
	padding-top: 0;
}

.mp-about {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 2rem;
}

.mp-about__title h1,
.mp-about__title .wp-block-heading {
	margin: 0;
	font-size: 2rem;
}

.mp-about__body {
	border-left: 4px solid var(--color-primary);
	padding-left: 1.5rem;
}

.mp-about__divider,
.mp-divider {
	width: 4px;
	min-height: 80px;
	background: var(--color-primary);
	border-radius: 4px;
	flex-shrink: 0;
}

.mp-about__body p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
}

.mp-about__body strong {
	font-weight: 700;
}

/* ===== Feature cards ===== */
.mp-features__intro {
	text-align: center;
	margin-bottom: 1rem;
}

.mp-features__intro h1,
.mp-features__intro .wp-block-heading {
	margin: 0 0 0.5rem;
}

.mp-features__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5rem;
	padding: 50px 0 0;
}

.mp-feature-card,
.wp-block-group.mp-feature-card {
	flex: 1 1 280px;
	max-width: 450px;
	width: 95%;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 3px 6px #00000029;
	padding: 30px;
	text-align: left;
}

.mp-feature-card img {
	width: 72px;
	height: auto;
	margin-bottom: 8px;
}

.mp-feature-card h2,
.mp-feature-card .wp-block-heading {
	margin: 20px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.mp-feature-card p {
	margin: 0;
	color: var(--color-text);
}

/* ===== Benefits ===== */
.mp-benefits {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
}

.mp-benefits__list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.mp-benefit {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 1rem;
}

.mp-benefit img {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.mp-benefit h2,
.mp-benefit .wp-block-heading {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
}

.mp-benefit p {
	margin: 0;
}

.mp-benefits__media {
	flex: 1;
	text-align: center;
}

.mp-benefits__media img {
	max-width: 100%;
}

/* ===== Trust ===== */
.mp-trust {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.mp-trust__title {
	max-width: 900px;
	margin: 0 auto 3rem;
}

.mp-trust__title h1,
.mp-trust__title .wp-block-heading {
	margin: 0 0 1rem;
}

.mp-trust__stats {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	gap: 3rem;
	width: 100%;
	margin-bottom: 3rem;
}

.mp-stat {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.mp-stat img {
	width: 72px;
	height: auto;
}

.mp-stat p {
	max-width: 250px;
	margin: 0;
	font-size: 1.25rem;
}

.mp-trust__devices {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.mp-trust__devices img {
	max-width: 280px;
}

.mp-trust__deco {
	position: absolute;
	top: 50%;
	width: 35%;
	opacity: 0.3;
	pointer-events: none;
	transform: translateY(-50%);
}

.mp-trust__deco--left {
	left: -10%;
}

.mp-trust__deco--right {
	right: -10%;
}

/* ===== Partners ===== */
.mp-partners {
	background: #fff;
	padding: 1rem 0 1.5rem;
}

.mp-partners__row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.mp-partners__row a {
	display: flex;
	align-items: center;
}

.mp-partners__row img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

/* ===== Footer ===== */
.mp-footer {
	background: #fff;
	color: #000;
	padding: 22px 0 40px;
	border-top: 1px solid #eee;
}

.mp-footer__inner {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
}

.mp-footer__middle {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 22px 0 14px;
	gap: 1rem;
}

.mp-footer__brand {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
}

.mp-footer__mark,
.mp-footer__brand img {
	height: 75px;
	width: auto;
	max-width: 200px;
	display: block;
}

.mp-footer__nav {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 1.5rem;
}

.mp-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.5rem;
}

.mp-footer__menu a,
.mp-footer__nav a {
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	letter-spacing: 1.28px;
}

.mp-footer__2257 {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.28px;
}

.mp-footer__2257 summary {
	cursor: pointer;
	list-style: none;
}

.mp-footer__2257 summary::-webkit-details-marker {
	display: none;
}

.mp-footer__2257-body {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: min(360px, 80vw);
	background: #fff;
	border: 1px solid #ddd;
	padding: 12px;
	font-size: 12px;
	line-height: 1.4;
	z-index: 20;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mp-footer__copy {
	margin: 8px 0;
	text-align: center;
}

.mp-footer__disclaimer {
	max-width: 1000px;
	text-align: center;
	margin: 12px auto;
	line-height: 1.6;
	color: #4c4c4c;
}

.mp-footer__company {
	text-align: center;
	max-width: 800px;
	margin: 10px auto 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 10px;
	width: 100%;
}

.mp-footer__company a {
	color: #000;
	text-decoration: underline;
}

.mp-footer__payments {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.mp-entry {
	padding: 60px 0;
}

.mp-entry__header {
	max-width: var(--content-width);
	margin: 0 auto 1.5rem;
	padding: 0 40px;
}

.mp-entry__content {
	max-width: 800px;
}

/* Alignwide helpers inside front page */
.mp-front .alignfull {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* ===== Responsive ===== */
@media only screen and (max-width: 1024px) {
	.mp-hero__inner {
		flex-direction: column;
		text-align: center;
	}

	.mp-hero::before {
		width: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 100%);
	}

	.mp-hero__teaser h1,
	.mp-hero__teaser .wp-block-heading {
		text-align: center;
		font-size: 32px;
		line-height: 1.3;
		letter-spacing: 3px;
	}

	.mp-about,
	.mp-benefits {
		flex-direction: column;
	}

	.mp-about__divider {
		width: 60px;
		min-height: 4px;
	}

	.mp-trust__stats {
		flex-direction: column;
		align-items: center;
	}

	.mp-footer__middle {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.constrained-width,
	.mp-constrained,
	.mp-footer__inner,
	.mp-entry__header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mp-section {
		padding: 60px 0;
	}

	.mp-hero {
		min-height: auto;
		padding: 40px 0;
	}

	.mp-feature-card,
	.wp-block-group.mp-feature-card {
		max-width: 100%;
	}

	.mp-footer__menu a,
	.mp-footer__nav a {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
}

@media only screen and (max-width: 480px) {
	.mp-hero__teaser h1,
	.mp-hero__teaser .wp-block-heading {
		font-size: 26px;
		letter-spacing: 2px;
	}

	.mp-register__row--dob {
		grid-template-columns: 1fr;
	}
}
