:root {
	--mp-navy: #10214d;
	--mp-text: #1e2b4f;
	--mp-muted: #6f7c96;
	--mp-bg: #f4f7fc;
	--mp-surface: #ffffff;
	--mp-surface-soft: #edf4ff;
	--mp-orange: #ff6a57;
	--mp-orange-dark: #f45541;
	--mp-blue: #2458e6;
	--mp-blue-dark: #1748b2;
	--mp-light-blue: #edf4ff;
	--mp-purple: #7557d9;
	--mp-green: #1f9d76;
	--mp-border: #e3eaf5;
	--mp-radius-sm: 14px;
	--mp-radius-md: 18px;
	--mp-radius-lg: 22px;
	--mp-radius-xl: 28px;
	--mp-radius: var(--mp-radius-lg);
	--mp-shadow-soft: 0 18px 45px rgba(16, 33, 77, 0.08);
	--mp-shadow-card: 0 12px 30px rgba(16, 33, 77, 0.06);
	--mp-shadow: var(--mp-shadow-soft);
	--mp-shadow-hover: 0 24px 58px rgba(16, 33, 77, 0.14);
	--mp-container: 1280px;
	--mp-space-xs: 8px;
	--mp-space-sm: 12px;
	--mp-space-md: 20px;
	--mp-space-lg: 32px;
	--mp-space-xl: 56px;
	--mp-space-2xl: 72px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--mp-bg);
	color: var(--mp-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .mp-site-header {
	top: 32px;
}

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

a {
	color: var(--mp-blue);
	text-decoration: none;
}

a:hover {
	color: var(--mp-blue-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3 {
	color: var(--mp-navy);
	line-height: 1.13;
	margin-top: 0;
}

h1 {
	font-size: clamp(2.65rem, 5vw, 4.9rem);
	letter-spacing: -0.055em;
}

h2 {
	font-size: clamp(2rem, 3.4vw, 3rem);
	letter-spacing: -0.04em;
}

h3 {
	font-size: 1.2rem;
}

p {
	margin-top: 0;
}

.mp-container {
	margin: 0 auto;
	max-width: var(--mp-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.mp-container--narrow {
	max-width: 840px;
}

.mp-site-main {
	min-height: 60vh;
	overflow: hidden;
}

.mp-skip-link {
	background: var(--mp-navy);
	color: #fff;
	left: 16px;
	padding: 10px 16px;
	position: fixed;
	top: -100px;
	z-index: 9999;
}

.mp-skip-link:focus {
	top: 10px;
}

/* Header */
.mp-site-header {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid #e8edf5;
	position: sticky;
	top: 0;
	z-index: 100;
}

.mp-header-inner {
	align-items: center;
	display: flex;
	gap: 36px;
	min-height: 70px;
}

.mp-container.mp-header-inner {
	max-width: 1680px;
	padding-left: 48px;
	padding-right: 48px;
}

.mp-logo {
	align-items: center;
	color: var(--mp-navy);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.18rem;
	font-weight: 850;
	gap: 10px;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.mp-logo:hover {
	color: var(--mp-navy);
}

.mp-site-header .mp-logo {
	font-size: 1.08rem;
	gap: 12px;
}

.mp-logo-text > span {
	color: var(--mp-orange);
}

.mp-logo-mark {
	align-items: center;
	background: linear-gradient(145deg, var(--mp-orange), #ff8b69);
	border-radius: 11px;
	box-shadow: 0 7px 18px rgba(255, 98, 79, 0.22);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	transform: rotate(-3deg);
	width: 38px;
}

.mp-logo-mark svg {
	height: 27px;
	width: 27px;
}

.mp-logo-mark path {
	fill: #fff;
}

.mp-site-header .mp-logo-mark {
	border-radius: 11px;
	box-shadow: 0 12px 24px rgba(255, 98, 79, 0.22);
	height: 34px;
	width: 34px;
}

.mp-site-header .mp-logo-mark svg {
	height: 24px;
	width: 24px;
}

.mp-primary-nav {
	display: flex;
	flex: 1;
	justify-content: center;
	margin: 0;
}

.mp-nav-list {
	align-items: center;
	display: flex;
	gap: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mp-nav-list a,
.mp-login-link {
	color: var(--mp-navy);
	font-size: 0.92rem;
	font-weight: 750;
	white-space: nowrap;
}

.mp-nav-list a:hover,
.mp-nav-list .current-menu-item > a,
.mp-login-link:hover {
	color: var(--mp-orange);
}

.mp-nav-mobile-only {
	display: none;
}

.mp-header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 22px;
}

.mp-header-cta {
	border-radius: 13px;
	font-size: 0.92rem;
	font-weight: 800;
	min-height: 46px;
	padding: 0 24px;
}

.mp-site-header .mp-header-cta {
	min-height: 46px;
	padding: 0 24px;
}

.mp-nav-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: 11px;
	color: var(--mp-navy);
	cursor: pointer;
	display: none;
	gap: 10px;
	margin-left: auto;
	padding: 9px 11px;
}

.mp-nav-toggle-lines {
	display: grid;
	gap: 4px;
	width: 20px;
}

.mp-nav-toggle-lines i {
	background: currentColor;
	border-radius: 2px;
	display: block;
	height: 2px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.mp-site-header.mp-menu-open .mp-nav-toggle-lines i:first-child {
	transform: translateY(6px) rotate(45deg);
}

.mp-site-header.mp-menu-open .mp-nav-toggle-lines i:nth-child(2) {
	opacity: 0;
}

.mp-site-header.mp-menu-open .mp-nav-toggle-lines i:last-child {
	transform: translateY(-6px) rotate(-45deg);
}

/* Buttons */
.mp-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--mp-radius-sm);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 780;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 14px 21px;
	text-align: center;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.mp-button:hover {
	transform: translateY(-2px);
}

.mp-button--accent {
	background: var(--mp-orange);
	box-shadow: 0 10px 24px rgba(255, 98, 79, 0.24);
	color: #fff;
}

.mp-button--accent:hover {
	background: var(--mp-orange-dark);
	color: #fff;
}

.mp-button--primary {
	background: var(--mp-blue);
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
	color: #fff;
}

.mp-button--primary:hover {
	background: var(--mp-blue-dark);
	color: #fff;
}

.mp-button--outline {
	background: transparent;
	border-color: #b9caf0;
	color: var(--mp-blue);
}

.mp-button--outline:hover {
	background: var(--mp-light-blue);
	border-color: var(--mp-blue);
	color: var(--mp-blue-dark);
}

.mp-button--offer {
	background: #fff;
	border-color: #ffb4aa;
	color: var(--mp-orange-dark);
}

.mp-button--offer:hover {
	background: var(--mp-orange);
	border-color: var(--mp-orange);
	color: #fff;
}

.mp-button--violet {
	background: var(--mp-purple);
	color: #fff;
}

.mp-button--violet:hover {
	background: #5d42bd;
	color: #fff;
}

.mp-button--light {
	background: #fff;
	color: var(--mp-orange-dark);
}

.mp-button--light:hover {
	background: #fff7f5;
	color: var(--mp-orange-dark);
}

.mp-button--dark {
	background: var(--mp-navy);
	color: #fff;
}

.mp-button--dark:hover {
	background: #172b55;
	color: #fff;
}

.mp-button--secondary {
	background: var(--mp-light-blue);
	border-color: var(--mp-border);
	color: var(--mp-blue-dark);
}

.mp-button--outline-light {
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.mp-button--full {
	width: 100%;
}

.mp-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Hero */
.mp-hero {
	background:
		radial-gradient(circle at 8% 15%, rgba(255, 98, 79, 0.09), transparent 24%),
		radial-gradient(circle at 88% 40%, rgba(37, 99, 235, 0.11), transparent 27%),
		linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
	overflow: hidden;
	padding: 24px 0 44px;
}

.mp-hero-grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(480px, 0.86fr) minmax(760px, 1.14fr);
}

.mp-container.mp-hero-grid {
	max-width: 1680px;
	padding-left: 48px;
	padding-right: 48px;
}

.mp-hero-content {
	max-width: 670px;
	position: relative;
	z-index: 3;
}

.mp-hero-content .mp-hero-title {
	color: var(--mp-navy);
	font-size: clamp(3.45rem, 4.2vw, 5.15rem);
	font-weight: 900;
	letter-spacing: -0.065em;
	line-height: 1.02;
	margin: 0 0 18px;
	max-width: 660px;
}

.mp-hero-content .mp-hero-title-line {
	color: var(--mp-navy);
	display: block;
	white-space: nowrap;
}

.mp-hero-content .mp-hero-title-line--accent {
	color: var(--mp-orange);
}

.mp-hero-content > p {
	color: var(--mp-muted);
	font-size: 1rem;
	line-height: 1.52;
	margin: 0 0 6px;
	max-width: 560px;
}

.mp-hero-content .mp-hero-company-copy {
	color: var(--mp-navy);
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 4px;
}

.mp-hero-content .mp-button-group {
	gap: 14px;
	margin: 24px 0 18px;
}

.mp-hero .mp-button {
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 800;
	min-height: 54px;
	padding: 0 24px;
}

.mp-hero .mp-button--accent {
	box-shadow: 0 16px 34px rgba(255, 98, 79, 0.22);
}

.mp-hero .mp-button--outline {
	background: #fff;
	border-color: #b8cff8;
	color: var(--mp-blue);
}

.mp-badge,
.mp-pill {
	background: var(--mp-light-blue);
	border-radius: 999px;
	color: var(--mp-blue-dark);
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 820;
	letter-spacing: 0.035em;
	padding: 7px 11px;
}

.mp-badge {
	margin-bottom: 22px;
	text-transform: uppercase;
}

.mp-hero-benefit-cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
	max-width: 540px;
}

.mp-hero-benefit-card {
	align-items: center;
	color: var(--mp-navy);
	display: flex;
	gap: 12px;
	min-height: 54px;
}

.mp-hero-benefit-icon {
	align-items: center;
	background: #eef5ff;
	border: 1px solid #dbe9ff;
	border-radius: 13px;
	color: var(--mp-blue);
	display: inline-flex;
	flex: 0 0 auto;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.mp-hero-benefit-icon svg {
	fill: none;
	height: 22px;
	stroke: var(--mp-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

.mp-hero-benefit-card strong,
.mp-hero-benefit-card small {
	display: block;
}

.mp-hero-benefit-card strong {
	font-size: 0.88rem;
	font-weight: 850;
	line-height: 1.2;
}

.mp-hero-benefit-card small {
	color: var(--mp-muted);
	font-size: 0.78rem;
	font-weight: 650;
	margin-top: 2px;
}

.mp-hero-visual {
	height: 500px;
	min-width: 760px;
	position: relative;
}

.mp-hero-image-wrap {
	height: 480px;
	left: 42px;
	position: absolute;
	top: 12px;
	width: 600px;
}

.mp-hero-image-shape {
	background: radial-gradient(circle at 50% 38%, #fff 0%, #eaf4ff 48%, #dcecff 100%);
	border: 1px solid #d9e8fb;
	border-radius: 50%;
	box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.35);
	height: 470px;
	left: 36px;
	position: absolute;
	top: 0;
	width: 470px;
}

.mp-hero-people-crop {
	height: 395px;
	left: 74px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 390px;
	z-index: 3;
}

.mp-hero-people {
	border-radius: 0;
	filter: drop-shadow(0 24px 28px rgba(13, 27, 61, 0.13));
	display: block;
	height: 500px;
	mix-blend-mode: multiply;
	object-fit: contain;
	object-position: center top;
	width: 100%;
}

.mp-floating-sector {
	align-items: center;
	background: #fff;
	border: 1px solid #e6eef9;
	border-radius: 17px;
	box-shadow: 0 14px 30px rgba(16, 33, 77, 0.12);
	color: var(--mp-navy);
	display: flex;
	flex-direction: column;
	font-size: 0.68rem;
	gap: 6px;
	justify-content: center;
	min-height: 82px;
	padding: 10px 8px;
	position: absolute;
	text-align: center;
	width: 82px;
	z-index: 6;
}

.mp-floating-sector-icon {
	align-items: center;
	background: var(--mp-light-blue);
	border-radius: 11px;
	display: grid;
	height: 32px;
	justify-content: center;
	place-items: center;
	width: 32px;
}

.mp-floating-sector img {
	border-radius: 0;
	display: block;
	height: 27px;
	object-fit: contain;
	width: 27px;
}

.mp-floating-sector-label {
	color: var(--mp-navy);
	font-size: 0.68rem;
	font-weight: 850;
	line-height: 1;
}

.mp-floating-sector--assurance {
	left: 0;
	top: 26px;
}

.mp-floating-sector--immobilier {
	right: 120px;
	top: 12px;
}

.mp-floating-sector--energie {
	left: -32px;
	top: 190px;
}

.mp-floating-sector--telecom {
	right: 86px;
	top: 168px;
}

.mp-floating-sector--credit {
	bottom: 64px;
	right: 134px;
}

.mp-hero-match-badge {
	align-items: center;
	background: #fff;
	border: 1px solid #e6eef9;
	border-radius: 15px;
	bottom: 22px;
	box-shadow: 0 14px 30px rgba(16, 33, 77, 0.11);
	display: inline-flex;
	gap: 9px;
	left: 112px;
	padding: 12px 16px;
	position: absolute;
	z-index: 7;
}

.mp-hero-match-badge > span {
	align-items: center;
	background: #dff8ec;
	border-radius: 50%;
	color: #21a86b;
	display: grid;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.mp-hero-match-badge strong {
	color: var(--mp-navy);
	font-size: 0.78rem;
	font-weight: 850;
}

.mp-phone-mockup {
	background: #111a2f;
	border: 7px solid #111a2f;
	border-radius: 34px;
	box-shadow: 0 28px 60px rgba(13, 27, 61, 0.24);
	height: 410px;
	position: absolute;
	right: 32px;
	top: 82px;
	transform: rotate(3deg);
	width: 226px;
	z-index: 7;
}

.mp-phone-speaker {
	background: #111a2f;
	border-radius: 0 0 12px 12px;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 72px;
	z-index: 2;
}

.mp-phone-screen {
	background: #f8faff;
	border-radius: 26px;
	height: 100%;
	overflow: hidden;
	padding: 18px 14px;
}

.mp-phone-status {
	align-items: center;
	color: var(--mp-navy);
	display: flex;
	font-size: 0.54rem;
	font-weight: 800;
	justify-content: space-between;
	margin-bottom: 17px;
}

.mp-phone-status i {
	background: var(--mp-green);
	border-radius: 5px;
	height: 6px;
	width: 20px;
}

.mp-phone-hello {
	color: var(--mp-blue);
	font-size: 0.62rem;
	font-weight: 800;
	margin-bottom: 3px;
}

.mp-phone-screen h2 {
	font-size: 1.05rem;
	letter-spacing: -0.04em;
	margin-bottom: 14px;
}

.mp-phone-search {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: 9px;
	color: #98a2b3;
	display: flex;
	font-size: 0.55rem;
	gap: 6px;
	padding: 8px;
}

.mp-phone-search svg {
	fill: none;
	height: 12px;
	stroke: currentColor;
	stroke-width: 2;
	width: 12px;
}

.mp-phone-sectors {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, 1fr);
	margin: 12px 0;
}

.mp-phone-sectors i {
	align-items: center;
	background: var(--mp-light-blue);
	border-radius: 8px;
	color: var(--mp-blue);
	display: flex;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
	height: 34px;
	justify-content: center;
}

.mp-phone-offer {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	padding: 9px;
}

.mp-phone-offer-art {
	background: linear-gradient(135deg, #6dd9b7, #bdf3df);
	border-radius: 8px;
	height: 72px;
	margin-bottom: 8px;
	position: relative;
}

.mp-phone-offer-art::after {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	content: "⚡";
	display: grid;
	font-size: 1.2rem;
	height: 42px;
	left: 50%;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
}

.mp-phone-offer span,
.mp-phone-offer strong,
.mp-phone-offer small {
	display: block;
}

.mp-phone-offer span {
	color: var(--mp-green);
	font-size: 0.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.mp-phone-offer strong {
	color: var(--mp-navy);
	font-size: 0.72rem;
}

.mp-phone-offer small {
	color: var(--mp-orange);
	font-size: 0.57rem;
	font-weight: 800;
}

/* Shared sections */
.mp-section {
	padding: 92px 0;
}

.mp-section--compact {
	padding: 62px 0;
}

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

.mp-section-heading {
	margin-bottom: 40px;
}

.mp-section-heading h1,
.mp-section-heading h2 {
	margin-bottom: 0;
}

.mp-section-heading p {
	color: var(--mp-muted);
	margin: 13px auto 0;
	max-width: 650px;
}

.mp-section-heading--inline {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.mp-section-heading--center {
	text-align: center;
}

.mp-eyebrow {
	color: var(--mp-orange);
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.mp-eyebrow--light {
	color: #fff4f1;
}

.mp-text-link {
	color: var(--mp-navy);
	font-size: 0.9rem;
	font-weight: 780;
	white-space: nowrap;
}

.mp-text-link span {
	color: var(--mp-orange);
	margin-left: 4px;
}

.mp-card {
	background: var(--mp-surface);
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.055);
	padding: 28px;
}

/* Sectors */
.mp-sector-section {
	background: var(--mp-bg);
}

.mp-sector-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.mp-sector-card {
	align-items: center;
	background: linear-gradient(135deg, #425a94, #233d75);
	border-radius: var(--mp-radius);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	color: #fff;
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr auto;
	min-height: 145px;
	overflow: hidden;
	padding: 23px;
	position: relative;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.mp-sector-card-bg {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 300ms ease;
	width: 100%;
}

.mp-sector-card-overlay {
	background: linear-gradient(90deg, rgba(13, 27, 61, 0.86), rgba(13, 27, 61, 0.35));
	inset: 0;
	position: absolute;
}

.mp-sector-card:hover {
	box-shadow: var(--mp-shadow-hover);
	color: #fff;
	transform: translateY(-4px);
}

.mp-sector-card:hover .mp-sector-card-bg {
	transform: scale(1.04);
}

.mp-sector-card--assurance {
	background: linear-gradient(135deg, #5368e8, #8192f4);
}

.mp-sector-card--immobilier {
	background: linear-gradient(135deg, #8255d9, #b07be9);
}

.mp-sector-card--energie {
	background: linear-gradient(135deg, #20a87c, #63d0a8);
}

.mp-sector-card--telecom {
	background: linear-gradient(135deg, #ef6e55, #ff9b73);
}

.mp-sector-card--credit {
	background: linear-gradient(135deg, #2578d9, #62a6f1);
}

.mp-sector-card--call-center {
	background: linear-gradient(135deg, #182a54, #3d5d99);
}

.mp-sector-card-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	display: flex;
	height: 58px;
	justify-content: center;
	position: relative;
	width: 58px;
	z-index: 1;
}

.mp-sector-card-icon img {
	border-radius: 10px;
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.mp-sector-card-icon svg {
	fill: none;
	height: 30px;
	stroke: var(--mp-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 30px;
}

.mp-sector-card-title {
	font-size: 1.08rem;
	position: relative;
	z-index: 1;
}

.mp-sector-card-arrow {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--mp-navy);
	display: flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 34px;
	z-index: 1;
}

/* Opportunity cards */
.mp-opportunity-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-featured-section .mp-opportunity-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-opportunity-card {
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.mp-opportunity-card:hover {
	box-shadow: var(--mp-shadow-hover);
	transform: translateY(-6px);
}

.mp-opportunity-visual {
	align-items: center;
	display: flex;
	height: 145px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.mp-opportunity-visual::before {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	content: "";
	height: 150px;
	position: absolute;
	right: -42px;
	top: -58px;
	width: 150px;
}

.mp-opportunity-media {
	background: linear-gradient(135deg, #718096, #b2bfcd);
}

.mp-opportunity-image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 300ms ease;
	width: 100%;
}

.mp-opportunity-card:hover .mp-opportunity-image {
	transform: scale(1.04);
}

.mp-opportunity-media::after {
	background: linear-gradient(180deg, rgba(13, 27, 61, 0.02), rgba(13, 27, 61, 0.35));
	content: "";
	inset: 0;
	position: absolute;
}

.mp-opportunity-badge {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	color: var(--mp-navy);
	font-size: 0.68rem;
	font-weight: 820;
	left: 12px;
	padding: 6px 10px;
	position: absolute;
	top: 12px;
	z-index: 3;
}

.mp-opportunity-logo {
	align-items: center;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 13px;
	bottom: 12px;
	box-shadow: 0 8px 18px rgba(13, 27, 61, 0.15);
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 12px;
	width: 44px;
	z-index: 3;
}

.mp-opportunity-logo img {
	border-radius: 9px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mp-opportunity-visual--assurance {
	background: linear-gradient(135deg, #6878e8, #a2adfa);
}

.mp-opportunity-visual--immobilier {
	background: linear-gradient(135deg, #8e63df, #c09aea);
}

.mp-opportunity-visual--energie {
	background: linear-gradient(135deg, #35b78d, #8ce1c4);
}

.mp-opportunity-visual--telecom {
	background: linear-gradient(135deg, #ff735e, #ffad8f);
}

.mp-opportunity-visual--credit {
	background: linear-gradient(135deg, #3b83dc, #8bc0f5);
}

.mp-opportunity-visual--call-center {
	background: linear-gradient(135deg, #243d70, #6b85b8);
}

.mp-opportunity-visual--default {
	background: linear-gradient(135deg, #718096, #b2bfcd);
}

.mp-opportunity-visual-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border-radius: 22px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.13);
	color: var(--mp-navy);
	display: flex;
	font-size: 2rem;
	height: 72px;
	justify-content: center;
	position: relative;
	transform: rotate(-5deg);
	width: 72px;
	z-index: 2;
}

.mp-opportunity-shape {
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	height: 92px;
	position: absolute;
	transform: translate(34px, 25px);
	width: 92px;
}

.mp-opportunity-thumbnail {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mp-opportunity-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.mp-opportunity-card-top {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 14px;
	min-height: 27px;
}

.mp-pill--assurance {
	background: #eef0ff;
	color: #5368c9;
}

.mp-pill--immobilier {
	background: #f3ecff;
	color: #7950bd;
}

.mp-pill--energie {
	background: #e8faf4;
	color: #13805f;
}

.mp-pill--telecom {
	background: #fff0ec;
	color: #d84f3e;
}

.mp-pill--credit {
	background: #eaf4ff;
	color: #2468b8;
}

.mp-pill--call-center,
.mp-pill--default {
	background: #eef1f6;
	color: #41526f;
}

.mp-location {
	color: var(--mp-muted);
	font-size: 0.67rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mp-location::before {
	content: "•";
	margin-right: 5px;
}

.mp-opportunity-card-title {
	font-size: 1.08rem;
	letter-spacing: -0.025em;
	margin-bottom: 8px;
}

.mp-opportunity-card-title a {
	color: var(--mp-navy);
}

.mp-opportunity-card-description {
	color: var(--mp-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.mp-opportunity-commission {
	background: #fff6f3;
	border-left: 3px solid var(--mp-orange);
	border-radius: 8px;
	color: var(--mp-orange-dark);
	font-size: 0.76rem;
	font-weight: 820;
	line-height: 1.4;
	margin: auto 0 12px;
	padding: 9px 10px;
}

.mp-opportunity-profile {
	color: var(--mp-muted);
	font-size: 0.73rem;
	margin-bottom: 13px;
}

.mp-opportunity-profile span {
	color: var(--mp-text);
	font-weight: 780;
}

.mp-opportunity-card .mp-button {
	min-height: 42px;
	padding: 10px 12px;
}

/* Process */
.mp-process-section {
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.06), transparent 35%),
		var(--mp-bg);
}

.mp-process-steps {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr auto 1fr auto 1fr;
}

.mp-process-step {
	position: relative;
	text-align: center;
}

.mp-process-number {
	color: #dce4f0;
	font-size: 3.8rem;
	font-weight: 900;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: -18px;
	transform: translateX(-115%);
}

.mp-process-icon {
	align-items: center;
	border-radius: 20px;
	display: inline-flex;
	height: 74px;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	width: 74px;
	z-index: 1;
}

.mp-process-icon svg {
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 34px;
}

.mp-process-icon--blue {
	background: #eaf2ff;
	color: var(--mp-blue);
}

.mp-process-icon--purple {
	background: #f2edff;
	color: var(--mp-purple);
}

.mp-process-icon--orange {
	background: #fff0ec;
	color: var(--mp-orange);
}

.mp-process-step h3 {
	margin-bottom: 8px;
}

.mp-process-step p {
	color: var(--mp-muted);
	font-size: 0.9rem;
	margin: 0 auto;
	max-width: 240px;
}

.mp-process-arrow {
	color: #b9c5d8;
	font-size: 1.8rem;
}

/* Benefits */
.mp-benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.mp-benefit-card {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	padding: 25px;
}

.mp-benefit-icon {
	align-items: center;
	border-radius: 14px;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.mp-benefit-icon--orange {
	background: #fff0ec;
	color: var(--mp-orange);
}

.mp-benefit-icon--blue {
	background: #eaf2ff;
	color: var(--mp-blue);
}

.mp-benefit-icon--green {
	background: #e7f8f1;
	color: var(--mp-green);
}

.mp-benefit-icon--purple {
	background: #f2edff;
	color: var(--mp-purple);
}

.mp-benefit-card h3 {
	font-size: 1.03rem;
	margin-bottom: 8px;
}

.mp-benefit-card p {
	color: var(--mp-muted);
	font-size: 0.83rem;
	line-height: 1.55;
	margin-bottom: 0;
}

/* Pricing */
.mp-pricing-section {
	background: linear-gradient(180deg, #f5f8fd, #edf3fb);
}

.mp-pricing-layout {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 270px minmax(0, 1fr);
}

.mp-pricing-intro {
	background: var(--mp-navy);
	border-radius: var(--mp-radius);
	color: #d9e2f1;
	padding: 30px;
}

.mp-pricing-free {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #a9c7ff;
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 820;
	padding: 7px 11px;
}

.mp-pricing-intro h3 {
	color: #fff;
	font-size: 1.45rem;
	margin: 25px 0 12px;
}

.mp-pricing-intro .mp-check-list {
	margin: 24px 0;
}

.mp-pricing-intro .mp-check-list li::before {
	color: #78ddb9;
}

.mp-pricing-intro small {
	color: #9fb0c8;
	display: block;
	font-size: 0.7rem;
	line-height: 1.5;
}

.mp-pricing-cards {
	display: grid;
	gap: 17px;
	grid-template-columns: repeat(3, 1fr);
}

.mp-price-card {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	display: flex;
	flex-direction: column;
	padding: 27px 23px 23px;
	position: relative;
}

.mp-price-card--featured {
	border: 2px solid var(--mp-orange);
	box-shadow: 0 18px 45px rgba(255, 98, 79, 0.14);
	transform: translateY(-10px);
}

.mp-plan-badge {
	background: var(--mp-orange);
	border-radius: 999px;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 850;
	padding: 6px 11px;
	position: absolute;
	right: 18px;
	top: 17px;
}

.mp-price-card h3 {
	font-size: 1.15rem;
	margin-bottom: 20px;
}

.mp-plan-price {
	align-items: baseline;
	display: flex;
	gap: 4px;
	margin-bottom: 10px;
}

.mp-plan-price strong {
	color: var(--mp-navy);
	font-size: 2.15rem;
	letter-spacing: -0.05em;
}

.mp-plan-price span {
	color: var(--mp-muted);
	font-size: 0.74rem;
}

.mp-plan-subtitle {
	color: var(--mp-muted);
	font-size: 0.76rem;
	line-height: 1.45;
	min-height: 44px;
}

.mp-check-list {
	list-style: none;
	margin: 24px 0 30px;
	padding: 0;
}

.mp-check-list li {
	font-size: 0.84rem;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.mp-check-list li::before {
	color: var(--mp-green);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.mp-price-card .mp-check-list {
	border-top: 1px solid var(--mp-border);
	flex: 1;
	margin: 15px 0 24px;
	padding-top: 18px;
}

/* Testimonials */
.mp-testimonial-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.mp-testimonial-card {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.055);
	padding: 27px;
}

.mp-testimonial-head {
	align-items: center;
	display: flex;
	gap: 13px;
	margin-bottom: 22px;
}

.mp-testimonial-head h3 {
	font-size: 1rem;
	margin-bottom: 3px;
}

.mp-testimonial-avatar {
	align-items: center;
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 0.76rem;
	font-weight: 850;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.mp-testimonial-avatar--green {
	background: linear-gradient(145deg, #20a87c, #69d3ad);
}

.mp-testimonial-avatar--orange {
	background: linear-gradient(145deg, var(--mp-orange), #ff9c76);
}

.mp-testimonial-avatar--blue {
	background: linear-gradient(145deg, var(--mp-blue), #72a4f4);
}

.mp-testimonial-badge {
	color: var(--mp-muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.mp-testimonial-card > p {
	color: var(--mp-text);
	font-size: 0.9rem;
	line-height: 1.7;
	min-height: 92px;
}

.mp-stars {
	color: #ff9e2c;
	font-size: 0.92rem;
	letter-spacing: 2px;
}

.mp-section-note {
	color: #98a2b3;
	font-size: 0.7rem;
	margin: 20px 0 0;
	text-align: center;
}

/* FAQ */
.mp-faq-section {
	background: var(--mp-bg);
}

.mp-faq-layout {
	align-items: center;
	display: grid;
	gap: 74px;
	grid-template-columns: 0.75fr 1.25fr;
}

.mp-faq-visual {
	background: linear-gradient(145deg, #eaf2ff, #f6f9ff);
	border: 1px solid #dfe9f8;
	border-radius: 44% 56% 58% 42% / 50% 42% 58% 50%;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.mp-faq-orbit {
	border: 1px dashed #b9cbed;
	border-radius: 50%;
	inset: 42px;
	position: absolute;
}

.mp-faq-orbit--two {
	inset: 92px;
}

.mp-faq-image {
	bottom: -2px;
	height: 365px;
	left: 50%;
	mix-blend-mode: multiply;
	object-fit: contain;
	object-position: center bottom;
	position: absolute;
	transform: translateX(-50%);
	width: 310px;
	z-index: 2;
}

.mp-faq-bubble {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: var(--mp-shadow);
	display: flex;
	font-weight: 900;
	justify-content: center;
	position: absolute;
}

.mp-faq-bubble--large {
	color: var(--mp-blue);
	font-size: 2.3rem;
	height: 76px;
	left: 34px;
	top: 42px;
	width: 76px;
	z-index: 3;
}

.mp-faq-bubble--small {
	color: var(--mp-green);
	font-size: 1.6rem;
	height: 62px;
	right: 38px;
	top: 55px;
	width: 62px;
	z-index: 3;
}

.mp-faq-list {
	border-top: 1px solid var(--mp-border);
}

.mp-faq-item {
	border-bottom: 1px solid var(--mp-border);
}

.mp-faq-item h3 {
	margin: 0;
}

.mp-faq-question {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--mp-navy);
	cursor: pointer;
	display: flex;
	font-size: 0.98rem;
	font-weight: 760;
	gap: 20px;
	justify-content: space-between;
	padding: 21px 0;
	text-align: left;
	width: 100%;
}

.mp-faq-question i {
	border: 1px solid #c9d4e6;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 28px;
	position: relative;
	width: 28px;
}

.mp-faq-question i::before,
.mp-faq-question i::after {
	background: var(--mp-blue);
	content: "";
	height: 2px;
	left: 7px;
	position: absolute;
	top: 12px;
	width: 12px;
}

.mp-faq-question i::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.mp-faq-question[aria-expanded="true"] i::after {
	transform: rotate(0);
}

.mp-faq-answer {
	color: var(--mp-muted);
	font-size: 0.88rem;
	max-width: 680px;
	padding: 0 54px 20px 0;
}

.mp-faq-answer[hidden] {
	display: none;
}

.mp-faq-answer p {
	margin-bottom: 0;
}

/* Final CTA */
.mp-final-cta-section {
	background: #fff;
	padding-top: 46px;
}

.mp-final-cta {
	align-items: center;
	background:
		radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.2), transparent 25%),
		linear-gradient(135deg, #ff5948, #ff7a57);
	border-radius: var(--mp-radius-lg);
	color: #fff;
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 300px;
	overflow: hidden;
	padding: clamp(38px, 6vw, 68px);
	position: relative;
}

.mp-final-cta-content {
	position: relative;
	z-index: 2;
}

.mp-final-cta h2 {
	color: #fff;
	margin-bottom: 14px;
	max-width: 720px;
}

.mp-final-cta p {
	color: #fff1ee;
	max-width: 650px;
}

.mp-final-cta .mp-button-group {
	margin-top: 27px;
}

.mp-growth-visual {
	align-items: end;
	display: flex;
	gap: 15px;
	height: 210px;
	justify-content: center;
	position: relative;
}

.mp-growth-bar {
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 12px 12px 3px 3px;
	display: block;
	width: 38px;
}

.mp-growth-bar--one {
	height: 48px;
}

.mp-growth-bar--two {
	height: 80px;
}

.mp-growth-bar--three {
	height: 120px;
}

.mp-growth-bar--four {
	height: 166px;
}

.mp-growth-visual svg {
	fill: none;
	inset: 2px 0 auto auto;
	position: absolute;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 6;
	width: 190px;
}

/* Internal and legacy templates */
.mp-page-hero {
	background: linear-gradient(135deg, #eaf2ff, #fbfdff);
	padding: 76px 0;
}

.mp-page-hero h1 {
	font-size: clamp(2.3rem, 4.5vw, 3.9rem);
	margin-bottom: 18px;
}

.mp-page-hero p {
	color: var(--mp-muted);
	font-size: 1.06rem;
	max-width: 720px;
}

.mp-page-hero--archive {
	padding-bottom: 62px;
}

.mp-landing-hero {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.12fr 0.88fr;
}

.mp-page-content {
	margin-bottom: 46px;
}

.mp-prose > *:first-child {
	margin-top: 0;
}

.mp-prose > *:last-child {
	margin-bottom: 0;
}

.mp-prose a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mp-prose ul,
.mp-prose ol {
	padding-left: 24px;
}

.mp-content-list {
	display: grid;
	gap: 20px;
}

.mp-content-card h2 {
	font-size: 1.35rem;
}

.mp-three-cards,
.mp-steps {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.mp-step {
	padding: 24px;
	text-align: center;
}

.mp-step-number,
.mp-card-icon {
	align-items: center;
	background: var(--mp-blue);
	border-radius: 14px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.mp-step p,
.mp-three-cards p {
	color: var(--mp-muted);
	margin-bottom: 0;
}

.mp-split-card {
	align-items: center;
	border-radius: var(--mp-radius-lg);
	display: grid;
	gap: 70px;
	grid-template-columns: 1.1fr 0.9fr;
	overflow: hidden;
	padding: clamp(36px, 7vw, 72px);
}

.mp-split-card--company {
	background: #e7f0fc;
}

.mp-split-card--commercial {
	background: #fff;
	border: 1px solid var(--mp-border);
}

.mp-split-card p {
	color: var(--mp-muted);
}

.mp-stat-panel {
	display: grid;
	gap: 14px;
}

.mp-stat-panel div,
.mp-opportunity-preview {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius);
	box-shadow: var(--mp-shadow);
	padding: 24px;
}

.mp-stat-panel strong {
	color: var(--mp-blue);
	display: block;
	font-size: 1.7rem;
}

.mp-stat-panel span {
	color: var(--mp-muted);
	font-size: 0.88rem;
}

.mp-opportunity-preview h3 {
	font-size: 1.55rem;
	margin: 24px 0;
}

.mp-preview-row {
	border-top: 1px solid var(--mp-border);
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.mp-preview-row strong {
	color: var(--mp-blue);
}

.mp-empty-state {
	background: #fff;
	border: 1px dashed #b7c6da;
	border-radius: var(--mp-radius);
	padding: 48px 28px;
	text-align: center;
}

.mp-empty-state h2 {
	font-size: 1.45rem;
}

.mp-cta-band {
	align-items: center;
	background: var(--mp-navy);
	border-radius: var(--mp-radius-lg);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 44px;
}

.mp-cta-band h2 {
	color: #fff;
	margin-bottom: 0;
}

.mp-pricing-card {
	background: #fff;
	border: 2px solid var(--mp-blue);
	border-radius: var(--mp-radius-lg);
	box-shadow: var(--mp-shadow);
	padding: clamp(30px, 7vw, 56px);
}

.mp-price {
	color: var(--mp-blue);
	font-size: 3rem;
	font-weight: 850;
	line-height: 1;
}

.mp-price small {
	color: var(--mp-muted);
	font-size: 0.95rem;
	font-weight: 600;
}

/* Main internal pages */
.mp-page {
	background: var(--mp-bg);
}

.mp-page-hero {
	padding: var(--mp-space-xl) 0;
}

.mp-page-hero__inner {
	display: flex;
	flex-direction: column;
}

.mp-page-hero__eyebrow {
	margin-bottom: var(--mp-space-sm);
}

.mp-page-hero__title {
	font-size: clamp(2.35rem, 4.4vw, 4rem);
	margin-bottom: var(--mp-space-md);
	max-width: 900px;
}

.mp-page-hero__text {
	margin-bottom: 0;
	max-width: 760px;
}

.mp-page-hero__note {
	color: var(--mp-blue-dark);
	font-weight: 800;
	margin: var(--mp-space-sm) 0 0;
}

.mp-page-hero__actions,
.mp-page-card__actions,
.mp-empty-state__actions,
.mp-cta-band__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--mp-space-sm);
}

.mp-page-hero__actions {
	margin-top: var(--mp-space-lg);
}

.mp-page-section {
	padding: var(--mp-space-xl) 0;
}

.mp-page-section--compact {
	padding: var(--mp-space-lg) 0;
}

.mp-page-section--tinted {
	background: var(--mp-surface-soft);
}

.mp-section-heading--page {
	margin-bottom: var(--mp-space-lg);
	max-width: 780px;
}

.mp-section-heading--page h2 {
	font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.mp-page-grid {
	display: grid;
	gap: var(--mp-space-md);
}

.mp-page-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-page-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-page-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-page-card {
	background: var(--mp-surface);
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-md);
	box-shadow: var(--mp-shadow-card);
	padding: 24px;
}

.mp-page-card h2,
.mp-page-card h3 {
	font-size: 1.18rem;
	margin-bottom: 0;
}

.mp-page-card p {
	color: var(--mp-muted);
	margin: var(--mp-space-sm) 0 0;
}

.mp-page-card__number {
	align-items: center;
	background: var(--mp-blue);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	margin-bottom: var(--mp-space-md);
	width: 36px;
}

.mp-page-filter-grid {
	display: grid;
	gap: var(--mp-space-sm);
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mp-page-filter {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-sm);
	color: var(--mp-navy);
	font-size: 0.9rem;
	font-weight: 800;
	padding: 14px 16px;
	text-align: center;
}

.mp-page-filter:hover {
	border-color: var(--mp-blue);
	color: var(--mp-blue-dark);
}

.mp-use-case-grid {
	display: grid;
	gap: var(--mp-space-sm);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.mp-use-case-grid li {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-sm);
	color: var(--mp-navy);
	font-weight: 750;
	padding: 18px 20px 18px 48px;
	position: relative;
}

.mp-use-case-grid li::before {
	color: var(--mp-orange);
	content: "✓";
	font-weight: 900;
	left: 20px;
	position: absolute;
}

.mp-empty-state p {
	color: var(--mp-muted);
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.mp-empty-state__actions {
	justify-content: center;
	margin-top: var(--mp-space-md);
}

.mp-cta-band__content {
	max-width: 720px;
}

.mp-cta-band__content p {
	color: #cbd5ea;
	margin: var(--mp-space-sm) 0 0;
}

.mp-cta-band__actions {
	flex: 0 0 auto;
	justify-content: flex-end;
}

.mp-contact-placeholder {
	padding: var(--mp-space-lg);
}

.mp-contact-placeholder h2 {
	font-size: 1.65rem;
}

.mp-contact-placeholder .mp-page-card__actions {
	margin-top: var(--mp-space-lg);
}

.mp-account-switch {
	color: var(--mp-muted);
	margin: var(--mp-space-md) 0 0;
	text-align: center;
}

.mp-account-switch a {
	font-weight: 800;
}

.mp-payment-notice {
	margin-top: var(--mp-space-lg);
}

.mp-pricing-options .mp-page-card h2 {
	font-size: 1.35rem;
	margin-top: var(--mp-space-md);
}

/* SEO landing pages */
.mp-seo-page {
	background: var(--mp-bg);
}

.mp-seo-hero {
	background: linear-gradient(135deg, #ffffff 0%, #edf4ff 100%);
	border-bottom: 1px solid var(--mp-border);
	padding: clamp(54px, 8vw, 94px) 0;
}

.mp-seo-hero h1 {
	font-size: clamp(2.45rem, 5vw, 4.35rem);
	margin: 12px 0 20px;
	max-width: 900px;
}

.mp-seo-hero__intro {
	color: var(--mp-muted);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	line-height: 1.75;
	margin: 0;
	max-width: 820px;
}

.mp-seo-hero__note {
	background: #fff7f5;
	border: 1px solid #ffd5ce;
	border-radius: var(--mp-radius-sm);
	color: var(--mp-navy);
	font-weight: 700;
	margin: 22px 0 0;
	padding: 15px 18px;
}

.mp-seo-hero__actions,
.mp-seo-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.mp-seo-section {
	padding: clamp(48px, 7vw, 76px) 0;
}

.mp-seo-section--tinted {
	background: var(--mp-surface-soft);
}

.mp-seo-section__heading {
	margin-bottom: 30px;
	max-width: 780px;
}

.mp-seo-section__heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	margin-bottom: 10px;
}

.mp-seo-section__heading p {
	color: var(--mp-muted);
	margin: 0;
}

.mp-seo-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.mp-seo-card {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-md);
	box-shadow: var(--mp-shadow-card);
	padding: 24px;
}

.mp-seo-card h3 {
	font-size: 1.08rem;
	margin: 0;
}

.mp-seo-card p {
	color: var(--mp-muted);
	font-size: 0.94rem;
	margin: 10px 0 0;
}

.mp-seo-card__number {
	align-items: center;
	background: var(--mp-blue);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	margin-bottom: 18px;
	width: 36px;
}

.mp-seo-faq {
	display: grid;
	gap: 12px;
}

.mp-seo-faq details {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-sm);
	padding: 0 20px;
}

.mp-seo-faq summary {
	color: var(--mp-navy);
	cursor: pointer;
	font-weight: 800;
	padding: 18px 0;
}

.mp-seo-faq p {
	color: var(--mp-muted);
	margin: 0;
	padding: 0 0 20px;
}

.mp-seo-related-links {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-md);
	box-shadow: var(--mp-shadow-card);
	padding: 28px;
}

.mp-seo-related-links h2 {
	font-size: 1.45rem;
	margin-bottom: 18px;
}

.mp-seo-related-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mp-seo-related-links a {
	background: var(--mp-surface-soft);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	padding: 9px 14px;
}

.mp-seo-section--final {
	padding-top: 10px;
}

.mp-seo-cta {
	align-items: center;
	background: var(--mp-navy);
	border-radius: var(--mp-radius-lg);
	color: #fff;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: clamp(28px, 5vw, 46px);
}

.mp-seo-cta h2 {
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.4rem);
	margin-bottom: 10px;
}

.mp-seo-cta p {
	color: #cbd5ea;
	margin: 0;
	max-width: 680px;
}

.mp-seo-cta__actions {
	flex: 0 0 auto;
	margin-top: 0;
}

@media (max-width: 1024px) {
	.mp-page-grid--four,
	.mp-page-grid--five,
	.mp-page-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.mp-page-hero {
		padding: 44px 0;
	}

	.mp-page-section {
		padding: 44px 0;
	}

	.mp-page-grid--three,
	.mp-use-case-grid {
		grid-template-columns: 1fr;
	}

	.mp-cta-band__actions {
		justify-content: flex-start;
	}

	.mp-seo-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-seo-cta__actions {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.mp-page-grid--four,
	.mp-page-grid--five,
	.mp-page-filter-grid {
		grid-template-columns: 1fr;
	}

	.mp-page-hero__actions,
	.mp-page-card__actions,
	.mp-empty-state__actions,
	.mp-cta-band__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mp-page-hero__actions .mp-button,
	.mp-page-card__actions .mp-button,
	.mp-empty-state__actions .mp-button,
	.mp-cta-band__actions .mp-button {
		text-align: center;
		width: 100%;
	}

	.mp-seo-hero__actions,
	.mp-seo-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mp-seo-hero__actions .mp-button,
	.mp-seo-cta__actions .mp-button {
		text-align: center;
		width: 100%;
	}

	.mp-seo-related-links ul {
		align-items: stretch;
		flex-direction: column;
	}

	.mp-seo-related-links a {
		border-radius: var(--mp-radius-sm);
		justify-content: center;
	}
}

.mp-back-link {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 32px;
}

.mp-opportunity-heading {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.mp-opportunity-heading h1 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	margin-bottom: 10px;
	max-width: 850px;
}

.mp-opportunity-company {
	font-weight: 700;
	margin-bottom: 0;
}

.mp-opportunity-hero-summary {
	color: var(--mp-muted);
	margin: 12px 0 0;
	max-width: 760px;
}

.mp-single-grid {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.mp-opportunity-content h2,
.mp-opportunity-details h2 {
	font-size: 1.45rem;
}

.mp-featured-image {
	border-radius: 14px;
	margin-bottom: 28px;
	overflow: hidden;
}

.mp-featured-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
}

.mp-opportunity-details {
	position: sticky;
	top: 104px;
}

.mp-opportunity-details dl {
	margin: 0;
}

.mp-opportunity-details dl div {
	border-top: 1px solid var(--mp-border);
	padding: 15px 0;
}

.mp-opportunity-details dt {
	color: var(--mp-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.mp-opportunity-details dd {
	color: var(--mp-navy);
	font-weight: 750;
	margin: 3px 0 0;
}

.mp-pagination {
	margin-top: 40px;
}

.mp-pagination .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.mp-pagination .page-numbers {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: 8px;
	padding: 8px 13px;
}

.mp-pagination .current {
	background: var(--mp-blue);
	color: #fff;
}

/* Footer */
.mp-site-footer {
	background: #0b1732;
	color: #aebbd0;
	padding-top: 72px;
}

.mp-footer-grid {
	display: grid;
	gap: 38px;
	grid-template-columns: 1.5fr repeat(4, 1fr);
}

.mp-footer-brand p {
	font-size: 0.82rem;
	line-height: 1.7;
	max-width: 270px;
}

.mp-logo--footer {
	color: #fff;
	margin-bottom: 18px;
}

.mp-logo--footer:hover {
	color: #fff;
}

.mp-logo--footer .mp-logo-mark {
	height: 35px;
	width: 35px;
}

.mp-footer-title {
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 18px;
}

.mp-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mp-footer-links li {
	margin-bottom: 9px;
}

.mp-footer-links a {
	color: #aebbd0;
	font-size: 0.78rem;
}

.mp-footer-links a:hover {
	color: #fff;
}

.mp-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: 52px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.mp-footer-bottom p {
	margin: 0;
}

/* Compact desktop homepage */
@media (min-width: 1121px) {
.mp-container {
	padding-left: 26px;
	padding-right: 26px;
}

.mp-button {
	border-radius: var(--mp-radius-sm);
	min-height: 46px;
	padding: 12px 19px;
}

.mp-button--accent {
	box-shadow: 0 12px 28px rgba(255, 106, 87, 0.25);
}

.mp-section {
	padding: var(--mp-space-2xl) 0;
}

.mp-section-heading {
	margin-bottom: var(--mp-space-lg);
}

.mp-section-heading h2 {
	font-size: clamp(2.15rem, 2.9vw, 2.8rem);
}

.mp-section-heading p {
	margin-top: var(--mp-space-sm);
}

.mp-eyebrow {
	margin-bottom: 10px;
}

.mp-sector-grid {
	gap: 16px;
}

.mp-sector-card {
	border-radius: var(--mp-radius);
	box-shadow: 0 15px 36px rgba(16, 33, 77, 0.1);
	gap: 14px;
	min-height: 132px;
	padding: 20px;
}

.mp-sector-card-overlay {
	background: linear-gradient(90deg, rgba(16, 33, 77, 0.9), rgba(16, 33, 77, 0.3));
}

.mp-sector-card-icon {
	border-radius: 17px;
	height: 50px;
	width: 50px;
}

.mp-sector-card-icon img {
	height: 36px;
	width: 36px;
}

.mp-sector-card-title {
	font-size: 1.08rem;
}

.mp-sector-card-arrow {
	height: 34px;
	width: 34px;
}

.mp-featured-section .mp-opportunity-grid {
	gap: 15px;
}

.mp-opportunity-card {
	box-shadow: 0 12px 34px rgba(16, 33, 77, 0.065);
}

.mp-opportunity-visual {
	height: 126px;
}

.mp-opportunity-card-body {
	padding: 16px;
}

.mp-opportunity-card-title {
	font-size: 1.05rem;
	line-height: 1.25;
	min-height: 2.5em;
}

.mp-opportunity-card-description {
	margin-bottom: 12px;
	min-height: 2.8em;
}

.mp-opportunity-commission {
	align-items: center;
	display: flex;
	min-height: 44px;
}

.mp-opportunity-card .mp-button {
	min-height: 40px;
}

.mp-process-section {
	background:
		radial-gradient(circle at 50% 0%, rgba(36, 88, 230, 0.065), transparent 37%),
		var(--mp-bg);
}

.mp-process-steps {
	gap: var(--mp-space-md);
	margin: 4px auto 0;
	max-width: 1050px;
}

.mp-process-icon {
	border-radius: var(--mp-radius-md);
	box-shadow: 0 12px 30px rgba(16, 33, 77, 0.06);
	height: 64px;
	margin-bottom: 16px;
	width: 64px;
}

.mp-process-number {
	color: #d9e2f0;
}

.mp-process-arrow {
	color: #b6c3d8;
	font-size: 1.65rem;
}

.mp-benefit-grid {
	gap: 16px;
}

.mp-benefit-card {
	border-radius: var(--mp-radius);
	box-shadow: 0 12px 34px rgba(16, 33, 77, 0.055);
	min-height: 148px;
	padding: 20px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.mp-benefit-card:hover {
	box-shadow: var(--mp-shadow);
	transform: translateY(-4px);
}

.mp-benefit-icon {
	border-radius: var(--mp-radius-sm);
	height: 44px;
	margin-bottom: 15px;
	width: 44px;
}

.mp-benefit-card h3 {
	font-size: 1.08rem;
}

.mp-pricing-section {
	background: linear-gradient(180deg, #f4f7fc, #edf3fb);
}

.mp-pricing-layout {
	gap: 16px;
	grid-template-columns: 275px minmax(0, 1fr);
}

.mp-pricing-intro {
	border-radius: var(--mp-radius-xl);
	box-shadow: 0 20px 48px rgba(16, 33, 77, 0.14);
	padding: 26px;
}

.mp-pricing-intro h3 {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 22px;
}

.mp-pricing-cards {
	gap: 14px;
}

.mp-price-card {
	border-radius: var(--mp-radius);
	box-shadow: 0 12px 34px rgba(16, 33, 77, 0.055);
	min-height: 386px;
	padding: 22px 20px 20px;
}

.mp-price-card--featured {
	box-shadow: 0 22px 52px rgba(255, 106, 87, 0.16);
	transform: translateY(-5px);
}

.mp-plan-price strong {
	font-size: 2rem;
}

.mp-price-card h3 {
	margin-bottom: 14px;
}

.mp-plan-subtitle {
	min-height: 36px;
}

.mp-price-card .mp-check-list {
	margin: 12px 0 18px;
	padding-top: 14px;
}

.mp-testimonial-grid {
	gap: 16px;
}

.mp-testimonial-card {
	border-radius: var(--mp-radius);
	box-shadow: 0 14px 38px rgba(16, 33, 77, 0.065);
	min-height: 194px;
	padding: 22px;
}

.mp-testimonial-card > p {
	font-size: 0.88rem;
	min-height: 70px;
}

.mp-testimonial-head {
	margin-bottom: 16px;
}

.mp-faq-layout {
	gap: 60px;
	grid-template-columns: 0.88fr 1.12fr;
}

.mp-faq-visual {
	border-radius: 46% 54% 57% 43% / 49% 43% 57% 51%;
	height: 350px;
}

.mp-faq-image {
	height: 335px;
	width: 285px;
}

.mp-faq-list {
	border-top: 0;
}

.mp-faq-item {
	border-bottom-color: var(--mp-border);
}

.mp-faq-item.mp-is-open {
	background: #fff;
	border: 1px solid var(--mp-border);
	border-radius: var(--mp-radius-md);
	box-shadow: 0 12px 34px rgba(16, 33, 77, 0.06);
	margin-bottom: 8px;
	padding: 0 18px;
}

.mp-faq-question {
	font-size: 1rem;
	padding: 17px 0;
}

.mp-faq-answer {
	line-height: 1.65;
	padding-bottom: 17px;
}

.mp-final-cta-section {
	padding-bottom: var(--mp-space-xl);
	padding-top: 40px;
}

.mp-final-cta {
	background:
		radial-gradient(circle at 86% 13%, rgba(255, 255, 255, 0.22), transparent 26%),
		linear-gradient(135deg, var(--mp-orange-dark), #ff8060);
	border-radius: var(--mp-radius-xl);
	gap: 40px;
	grid-template-columns: 1fr 260px;
	padding: 42px 52px;
}

.mp-final-cta h2 {
	font-size: clamp(2.05rem, 2.8vw, 2.7rem);
}

.mp-growth-visual {
	height: 165px;
}

.mp-site-footer {
	background: #fff;
	border-top: 1px solid var(--mp-border);
	color: var(--mp-muted);
	padding-top: 48px;
}

.mp-logo--footer,
.mp-logo--footer:hover,
.mp-footer-title {
	color: var(--mp-navy);
}

.mp-footer-links a {
	color: var(--mp-muted);
}

.mp-footer-links a:hover {
	color: var(--mp-orange);
}

.mp-footer-bottom {
	border-top-color: var(--mp-border);
	margin-top: 34px;
	padding-bottom: 18px;
	padding-top: 18px;
}
}

@media (min-width: 1121px) and (max-width: 1599px) {
	.mp-container.mp-header-inner,
	.mp-container.mp-hero-grid {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width: 1121px) and (max-width: 1450px) {
	.mp-hero-grid {
		gap: 30px;
		grid-template-columns: minmax(500px, 0.86fr) minmax(760px, 1.14fr);
	}

	.mp-hero-image-wrap {
		left: 4px;
		transform: scale(0.9);
		transform-origin: left center;
	}

	.mp-phone-mockup {
		right: 0;
	}
}

@media (min-width: 1121px) and (max-width: 1350px) {
	.mp-hero-grid {
		grid-template-columns: minmax(400px, 0.9fr) minmax(620px, 1.1fr);
	}

	.mp-hero-content .mp-hero-title {
		font-size: 3rem;
	}

	.mp-hero-visual {
		min-width: 620px;
	}

	.mp-hero-image-wrap {
		left: 0;
	}

	.mp-phone-mockup {
		height: 380px;
		right: 8px;
		top: 58px;
		width: 204px;
	}
}

@media (max-width: 1120px) {
	.mp-nav-toggle {
		display: inline-flex;
	}

	.mp-header-inner {
		flex-wrap: wrap;
		gap: 14px;
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.mp-container.mp-header-inner,
	.mp-container.mp-hero-grid {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mp-primary-nav,
	.mp-header-actions {
		display: none;
		flex-basis: 100%;
		margin: 0;
		order: 4;
	}

	.mp-header-actions {
		align-items: stretch;
		border-top: 1px solid var(--mp-border);
		flex-direction: column;
		order: 5;
		padding-top: 13px;
	}

	.mp-site-header.mp-menu-open .mp-primary-nav,
	.mp-site-header.mp-menu-open .mp-header-actions {
		display: flex;
	}

	.mp-nav-list {
		align-items: stretch;
		border-top: 1px solid var(--mp-border);
		flex-direction: column;
		gap: 0;
		padding-top: 7px;
		width: 100%;
	}

	.mp-nav-list a,
	.mp-login-link {
		display: block;
		padding: 9px 0;
	}

	.mp-nav-mobile-only {
		display: list-item;
	}

	.mp-header-cta {
		width: 100%;
	}

	.mp-hero-grid {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.mp-hero-content {
		max-width: 680px;
	}

	.mp-hero-visual {
		height: 500px;
		margin: 0 auto;
		max-width: 720px;
		min-width: 0;
		width: 100%;
	}

	.mp-hero-image-wrap {
		left: 30px;
	}

	.mp-phone-mockup {
		right: 26px;
	}

	.mp-section {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.mp-section-heading {
		margin-bottom: var(--mp-space-lg);
	}

	.mp-sector-card {
		min-height: 140px;
		padding: var(--mp-space-md);
	}

	.mp-benefit-card {
		min-height: 160px;
		padding: var(--mp-space-md);
	}

	.mp-featured-section .mp-opportunity-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mp-pricing-layout {
		grid-template-columns: 1fr;
	}

	.mp-pricing-intro {
		display: grid;
		gap: 0 30px;
		grid-template-columns: 1fr 1fr;
	}

	.mp-pricing-intro .mp-pricing-free,
	.mp-pricing-intro h3 {
		grid-column: 1;
	}

	.mp-pricing-intro .mp-check-list,
	.mp-pricing-intro small {
		grid-column: 2;
	}

	.mp-pricing-intro .mp-check-list {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.mp-footer-grid {
		grid-template-columns: 1.5fr repeat(4, 1fr);
	}

	.mp-site-footer {
		padding-top: 52px;
	}
}

@media (max-width: 900px) {
	.mp-section {
		padding-bottom: var(--mp-space-xl);
		padding-top: var(--mp-space-xl);
	}

	.mp-hero {
		padding-bottom: 44px;
		padding-top: 32px;
	}

	.mp-sector-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-benefit-grid,
	.mp-testimonial-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-pricing-cards {
		grid-template-columns: 1fr;
	}

	.mp-price-card--featured {
		transform: none;
	}

	.mp-faq-layout {
		gap: var(--mp-space-lg);
		grid-template-columns: 0.8fr 1.2fr;
	}

	.mp-final-cta {
		grid-template-columns: 1fr 220px;
		padding: 42px;
	}

	.mp-landing-hero,
	.mp-split-card {
		gap: 46px;
		grid-template-columns: 1fr;
	}

	.mp-opportunity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-featured-section .mp-opportunity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.mp-opportunity-details {
		position: static;
	}

	.mp-testimonial-card {
		min-height: 210px;
		padding: 22px;
	}

	.mp-faq-visual {
		height: 320px;
	}

	.mp-faq-image {
		height: 305px;
		width: 260px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .mp-site-header {
		top: 46px;
	}

	.mp-phone-mockup {
		display: none;
	}

	.mp-section-heading--inline {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-process-steps {
		gap: 26px;
		grid-template-columns: 1fr;
	}

	.mp-process-arrow {
		display: none;
	}

	.mp-process-step {
		align-items: center;
		display: grid;
		gap: 0 20px;
		grid-template-columns: auto 1fr;
		text-align: left;
	}

	.mp-process-icon {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.mp-process-number {
		display: none;
	}

	.mp-process-step h3 {
		align-self: end;
	}

	.mp-process-step p {
		align-self: start;
		margin: 0;
		max-width: none;
	}

	.mp-faq-layout {
		grid-template-columns: 1fr;
	}

	.mp-faq-visual {
		height: 260px;
		margin: 0 auto;
		max-width: 390px;
		width: 100%;
	}

	.mp-faq-image {
		height: 250px;
		width: 215px;
	}

	.mp-final-cta {
		grid-template-columns: 1fr;
	}

	.mp-growth-visual {
		display: none;
	}

	.mp-opportunity-heading,
	.mp-cta-band {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-footer-brand {
		grid-column: 1 / -1;
	}

	.mp-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.mp-final-cta {
		padding: 38px;
	}
}

@media (max-width: 640px) {
	.mp-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mp-container.mp-header-inner,
	.mp-container.mp-hero-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mp-nav-toggle-label {
		display: none;
	}

	.mp-hero {
		padding-bottom: 38px;
		padding-top: 28px;
	}

	.mp-hero-content .mp-hero-title {
		font-size: clamp(2.45rem, 10vw, 3rem);
		line-height: 1;
		margin-bottom: 16px;
		max-width: none;
	}

	.mp-hero-content .mp-hero-title-line {
		white-space: normal;
	}

	.mp-hero-content > p {
		font-size: 0.98rem;
	}

	.mp-button-group,
	.mp-button-group .mp-button {
		width: 100%;
	}

	.mp-hero-benefit-cards {
		gap: 12px;
		grid-template-columns: 1fr;
		margin-top: 14px;
	}

	.mp-hero-visual {
		height: 350px;
		min-width: 0;
		width: 100%;
	}

	.mp-hero-image-wrap {
		height: 330px;
		left: 50%;
		transform: translateX(-50%);
		width: min(340px, 100%);
	}

	.mp-hero-image-shape {
		height: 320px;
		left: 10px;
		top: 0;
		width: 320px;
	}

	.mp-hero-people-crop {
		bottom: 70px;
		clip-path: ellipse(50% 62% at 50% 54%);
		height: auto;
		left: 45px;
		right: 45px;
		top: 28px;
		width: auto;
	}

	.mp-hero-people {
		height: 380px;
	}

	.mp-hero-match-badge {
		bottom: 0;
		left: 34px;
		padding: 8px 10px;
	}

	.mp-phone-mockup {
		border-radius: 25px;
		border-width: 5px;
		display: none;
		height: 235px;
		right: 0;
		top: 78px;
		width: 123px;
	}

	.mp-phone-speaker {
		height: 12px;
		width: 48px;
	}

	.mp-phone-screen {
		border-radius: 19px;
		padding: 13px 9px;
	}

	.mp-phone-status {
		margin-bottom: 9px;
	}

	.mp-phone-screen h2 {
		font-size: 0.72rem;
		margin-bottom: 8px;
	}

	.mp-phone-search {
		padding: 5px;
	}

	.mp-phone-sectors {
		gap: 4px;
		margin: 8px 0;
	}

	.mp-phone-sectors i {
		height: 23px;
	}

	.mp-phone-offer {
		padding: 6px;
	}

	.mp-phone-offer-art {
		height: 38px;
		margin-bottom: 5px;
	}

	.mp-floating-sector--telecom,
	.mp-floating-sector--energie,
	.mp-floating-sector--credit,
	.mp-floating-sector--immobilier {
		display: none;
	}

	.mp-floating-sector {
		min-height: 64px;
		padding: 7px 6px;
		width: 64px;
	}

	.mp-floating-sector--assurance {
		left: 0;
		top: 18px;
	}

	.mp-sector-grid {
		display: flex;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 4px 18px 20px;
		scroll-snap-type: x mandatory;
	}

	.mp-sector-card {
		flex: 0 0 82%;
		min-height: 128px;
		padding: 18px;
		scroll-snap-align: start;
	}

	.mp-featured-section .mp-opportunity-grid,
	.mp-opportunity-grid {
		grid-template-columns: 1fr;
	}

	.mp-opportunity-visual {
		height: 160px;
	}

	.mp-benefit-grid,
	.mp-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.mp-benefit-card {
		align-items: center;
		display: grid;
		gap: 0 15px;
		grid-template-columns: auto 1fr;
		min-height: 0;
		padding: 20px;
	}

	.mp-benefit-icon {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.mp-benefit-card h3 {
		align-self: end;
	}

	.mp-benefit-card p {
		align-self: start;
	}

	.mp-pricing-intro {
		display: block;
	}

	.mp-pricing-intro .mp-check-list {
		margin: 24px 0;
	}

	.mp-process-step {
		grid-template-columns: 62px 1fr;
	}

	.mp-process-icon {
		height: 58px;
		width: 58px;
	}

	.mp-process-icon svg {
		height: 27px;
		width: 27px;
	}

	.mp-faq-visual {
		height: 220px;
	}

	.mp-faq-image {
		height: 210px;
		width: 180px;
	}

	.mp-faq-bubble--large {
		font-size: 1.8rem;
		height: 58px;
		left: 22px;
		top: 28px;
		width: 58px;
	}

	.mp-final-cta {
		border-radius: var(--mp-radius);
		padding: 32px 22px;
	}

	.mp-three-cards,
	.mp-steps {
		grid-template-columns: 1fr;
	}

	.mp-split-card {
		border-radius: var(--mp-radius);
		padding: 28px 22px;
	}

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

	.mp-footer-brand {
		grid-column: auto;
	}

	.mp-card,
	.mp-cta-band {
		padding: 22px;
	}

	.mp-opportunity-card {
		padding: 0;
	}

	.mp-section {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.mp-section-heading {
		margin-bottom: 28px;
	}

	.mp-testimonial-card {
		min-height: 0;
		padding: 20px;
	}

	.mp-final-cta-section {
		padding-bottom: 48px;
		padding-top: 28px;
	}

	.mp-site-footer {
		padding-top: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
	}
}
.mp-profile-directory-page {
	background: #f6f8fc;
}

.mp-profile-directory-page .mp-page-section {
	padding-top: clamp(42px, 7vw, 76px);
}
