/**
 * Modele Landing Page 2026 - Easy Marketing
 *
 * Les composants utilisent le conteneur .em-lp-2026. L'identifiant historique
 * #em-logo-ia reste pris en charge pour permettre la migration de la premiere
 * landing page sans rupture visuelle.
 */

.em-landing-page-2026 {
	overflow-x: hidden;
}

.em-landing-page-2026 header,
.em-landing-page-2026 header #menu {
	background: #111a46;
}

.em-landing-page-2026 header #menu {
	box-shadow: 0 10px 24px rgba(17, 26, 70, .12);
}

.em-landing-page-2026 #content.em-landing-2026,
.em-landing-page-2026 .em-landing-2026__article,
.em-landing-page-2026 .em-landing-2026__article > .post,
.em-landing-page-2026 .vce-section-inner,
.em-landing-page-2026 .vce-row-container,
.em-landing-page-2026 .vce-row,
.em-landing-page-2026 .vce-row-content,
.em-landing-page-2026 .vce-col-inner,
.em-landing-page-2026 .vce-col-content {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.em-landing-page-2026 .em-lp-2026,
.em-landing-page-2026 #em-logo-ia {
	--em-lp-navy: #111a46;
	--em-lp-blue: #243b73;
	--em-lp-cyan: #21b8b1;
	--em-lp-red: #c60579;
	--em-lp-cta: #c60579;
	--em-lp-soft: #f4f7fb;
	--em-lp-ink: #202744;
	--em-lp-muted: #647089;
	color: var(--em-lp-ink);
	font-family: Poppins, Montserrat, Arial, sans-serif;
	line-height: 1.65;
}

.em-landing-page-2026 .em-lp-2026 *,
.em-landing-page-2026 #em-logo-ia * {
	box-sizing: border-box;
}

.em-landing-page-2026 .em-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.em-landing-page-2026 .em-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--em-lp-cyan);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.em-landing-page-2026 .em-kicker::before {
	width: 28px;
	height: 2px;
	background: var(--em-lp-cyan);
	content: '';
}

.em-landing-page-2026 h1,
.em-landing-page-2026 h2,
.em-landing-page-2026 h3 {
	margin-top: 0;
	color: var(--em-lp-navy);
	line-height: 1.18;
}

.em-landing-page-2026 h1 {
	margin-bottom: 24px;
	font-size: clamp(36px, 5vw, 65px);
	letter-spacing: -.035em;
}

.em-landing-page-2026 h2 {
	margin-bottom: 20px;
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -.025em;
}

.em-landing-page-2026 h3 {
	margin-bottom: 10px;
	font-size: 21px;
}

.em-landing-page-2026 p {
	margin: 0 0 18px;
}

.em-landing-page-2026 .em-lead {
	max-width: 720px;
	color: #536078;
	font-size: clamp(18px, 2vw, 22px);
}

.em-landing-page-2026 .em-hero {
	overflow: hidden;
	padding: 270px 0 82px;
	background: linear-gradient(135deg, #f9fbff 0%, #eef4fb 58%, #e5f7f6 100%);
}

.em-landing-page-2026 .em-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 65px;
}

.em-landing-page-2026 .em-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.em-landing-page-2026 .em-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border-radius: 28px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease;
}

.em-landing-page-2026 .em-btn-primary {
	background: var(--em-lp-cta);
	box-shadow: 0 12px 28px rgba(198, 5, 121, .24);
	color: #fff !important;
}

.em-landing-page-2026 .em-btn-primary:hover,
.em-landing-page-2026 .em-btn-primary:focus-visible {
	transform: translateY(-2px);
	background: #a70466;
}

.em-landing-page-2026 .em-btn-secondary {
	border: 2px solid var(--em-lp-navy);
	background: #fff;
	color: var(--em-lp-navy) !important;
}

.em-landing-page-2026 .em-reassurance {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 25px;
	color: #667188;
	font-size: 13px;
}

.em-landing-page-2026 .em-reassurance span::before {
	margin-right: 7px;
	color: var(--em-lp-cyan);
	content: '\2713';
	font-weight: 800;
}

.em-landing-page-2026 .em-visual {
	position: relative;
	min-height: 430px;
}

.em-landing-page-2026 .em-card {
	position: absolute;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(17, 26, 70, .16);
}

.em-landing-page-2026 .em-before {
	top: 25px;
	left: 2%;
	width: 63%;
	padding: 24px;
	transform: rotate(-4deg);
}

.em-landing-page-2026 .em-before .em-preview {
	display: grid;
	place-items: center;
	height: 220px;
	border-radius: 14px;
	background: repeating-linear-gradient(45deg, #f4f4f4, #f4f4f4 12px, #ededed 12px, #ededed 24px);
}

.em-landing-page-2026 .em-ai-mark {
	display: grid;
	place-items: center;
	width: 128px;
	height: 128px;
	border-radius: 36px 54px 40px 62px;
	background: linear-gradient(135deg, #7a6ff0, var(--em-lp-cyan));
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	filter: blur(.5px);
}

.em-landing-page-2026 .em-before small,
.em-landing-page-2026 .em-after small {
	display: block;
	position: relative;
	z-index: 5;
	margin-top: 15px;
	color: #7b8497;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.em-landing-page-2026 .em-after {
	right: -22px;
	bottom: -12px;
	width: 57%;
	padding: 25px;
	border-top: 5px solid var(--em-lp-cyan);
}

.em-landing-page-2026 .em-logo-clean {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 22px 10px;
}

.em-landing-page-2026 .em-symbol {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--em-lp-navy), #314f91);
	color: #fff;
	font-size: 27px;
	font-weight: 800;
}

.em-landing-page-2026 .em-wordmark {
	color: var(--em-lp-navy);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: .05em;
}

.em-landing-page-2026 .em-formats,
.em-landing-page-2026 .em-color-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.em-landing-page-2026 .em-formats b {
	padding: 5px 9px;
	border-radius: 7px;
	background: #eef3fa;
	color: var(--em-lp-blue);
	font-size: 11px;
}

.em-landing-page-2026 .em-arrow {
	display: grid;
	position: absolute;
	top: 48%;
	left: 43%;
	z-index: 3;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--em-lp-red);
	box-shadow: 0 10px 25px rgba(198, 5, 121, .3);
	color: #fff;
	font-size: 24px;
}

.em-landing-page-2026 .em-section {
	padding: 88px 0;
}

.em-landing-page-2026 .em-section-soft {
	background: var(--em-lp-soft);
}

.em-landing-page-2026 .em-intro-grid,
.em-landing-page-2026 .em-two {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: start;
	gap: 70px;
}

.em-landing-page-2026 .em-two {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 65px;
}

.em-landing-page-2026 .em-intro-copy {
	max-width: 500px;
	margin-top: 24px;
	color: #5c667d;
}

.em-landing-page-2026 .em-highlight {
	margin-top: 28px;
	padding: 22px 26px;
	border-left: 5px solid var(--em-lp-cyan);
	border-radius: 0 14px 14px 0;
	background: #fff;
	box-shadow: 0 13px 32px rgba(17, 26, 70, .08);
	color: var(--em-lp-navy);
	font-size: 16px;
	line-height: 1.7;
}

.em-landing-page-2026 .em-use-grid,
.em-landing-page-2026 .em-deliverables,
.em-landing-page-2026 .em-offers,
.em-landing-page-2026 .em-steps {
	display: grid;
	gap: 22px;
	margin-top: 42px;
}

.em-landing-page-2026 .em-use-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.em-landing-page-2026 .em-use {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 22px 18px;
	border: 1px solid #e4e9f2;
	border-radius: 14px;
	background: #fff;
	color: var(--em-lp-navy);
	font-weight: 700;
	text-align: center;
}

.em-landing-page-2026 .em-use span {
	display: inline-flex;
	flex: 0 0 auto;
	margin: 0;
	font-size: 24px;
}

#content #em-logo-ia ul.em-checks {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

#content #em-logo-ia ul.em-checks > li {
	position: relative;
	padding: 10px 0 10px 34px;
	border-bottom: 1px solid #e6ebf3;
}

#content #em-logo-ia ul.em-checks > li::before {
	display: grid;
	position: absolute;
	top: 10px;
	left: 0;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #daf5f2;
	color: #11877f;
	content: '\2713';
	font-size: 13px;
	font-weight: 800;
}

.em-landing-page-2026 .em-process-visual {
	padding: 36px;
	border-radius: 28px;
	background: var(--em-lp-navy);
	box-shadow: 0 24px 55px rgba(17, 26, 70, .22);
	color: #fff;
}

.em-landing-page-2026 .em-process-visual h3 {
	color: #fff;
	font-size: 27px;
}

#em-logo-ia .em-process-visual h3,
#em-logo-ia .em-offer-featured h3,
#em-logo-ia .em-cta h2 {
	color: #fff;
}

.em-landing-page-2026 .em-process-visual .em-line {
	height: 1px;
	margin: 25px 0;
	background: rgba(255, 255, 255, .18);
}

.em-landing-page-2026 .em-color-row {
	gap: 12px;
}

.em-landing-page-2026 .em-color {
	width: 48px;
	height: 48px;
	border: 4px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}

.em-landing-page-2026 .em-deliverables,
.em-landing-page-2026 .em-offers {
	grid-template-columns: repeat(3, 1fr);
}

.em-landing-page-2026 .em-deliverable,
.em-landing-page-2026 .em-offer,
.em-landing-page-2026 .em-step {
	border: 1px solid #e3e9f2;
	border-radius: 18px;
	background: #fff;
}

.em-landing-page-2026 .em-deliverable {
	padding: 30px;
	box-shadow: 0 12px 30px rgba(17, 26, 70, .06);
}

.em-landing-page-2026 .em-number {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #e0f6f4;
	color: #10887f;
	font-weight: 800;
}

.em-landing-page-2026 .em-offer {
	position: relative;
	padding: 34px 30px;
}

.em-landing-page-2026 .em-offer-featured {
	transform: translateY(-8px);
	background: var(--em-lp-navy);
	box-shadow: 0 20px 45px rgba(17, 26, 70, .22);
	color: #fff;
}

.em-landing-page-2026 .em-offer-featured h3 {
	color: #fff;
}

.em-landing-page-2026 .em-badge {
	position: absolute;
	top: 20px;
	right: 22px;
	padding: 4px 9px;
	border-radius: 12px;
	background: var(--em-lp-cyan);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.em-landing-page-2026 .em-steps {
	counter-reset: steps;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	margin-top: 45px;
}

.em-landing-page-2026 .em-step {
	counter-increment: steps;
	position: relative;
	padding: 26px 20px;
}

.em-landing-page-2026 .em-step::before {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--em-lp-red);
	color: #fff;
	content: counter(steps);
	font-weight: 800;
}

.em-landing-page-2026 .em-note {
	margin-top: 30px;
	padding: 20px 24px;
	border: 1px solid #f6d7d4;
	border-radius: 14px;
	background: #fff7f6;
	color: #694743;
}

.em-landing-page-2026 .em-method-cta {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.em-landing-page-2026 .em-faq-section > .em-wrap > .em-kicker,
.em-landing-page-2026 .em-faq-section > .em-wrap > h2 {
	display: flex;
	justify-content: center;
	text-align: center;
}

.em-landing-page-2026 .em-faq-section > .em-wrap > .em-kicker::before {
	display: none;
}

.em-landing-page-2026 .em-faq {
	max-width: 900px;
	margin: 42px auto 0;
}

.em-landing-page-2026 details {
	margin-bottom: 12px;
	padding: 0 22px;
	border: 1px solid #e2e7f0;
	border-radius: 14px;
	background: #fff;
}

.em-landing-page-2026 details[open] {
	padding-bottom: 22px;
}

.em-landing-page-2026 summary {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 66px;
	padding: 16px 58px 16px 0;
	color: var(--em-lp-navy);
	font-weight: 500;
	list-style: none;
	cursor: pointer;
}

.em-landing-page-2026 summary::-webkit-details-marker {
	display: none;
}

.em-landing-page-2026 summary::after {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	color: var(--em-lp-cyan);
	content: '+';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}

.em-landing-page-2026 details[open] summary::after {
	content: '\2013';
}

.em-landing-page-2026 details p:last-child {
	margin-bottom: 0;
}

.em-landing-page-2026 .em-cta {
	margin-bottom: 82px;
	padding: 78px 0;
	border-radius: 0 0 34px 34px;
	background: linear-gradient(125deg, var(--em-lp-navy), #263d78);
	color: #fff;
	text-align: center;
}

.em-landing-page-2026 .em-cta h2 {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}

.em-landing-page-2026 .em-cta p {
	display: block;
	max-width: 700px;
	margin: 0 auto 30px;
	color: #dbe3f4;
	font-size: 18px;
}

.em-landing-page-2026 .em-cta .em-btn {
	display: flex;
	width: max-content;
	margin: 0 auto;
}

body.em-lp-modal-open {
	overflow: hidden;
}

.em-lp-modal[hidden] {
	display: none;
}

.em-lp-modal {
	display: grid;
	position: fixed;
	z-index: 100000;
	inset: 0;
	place-items: center;
	padding: 24px;
	font-family: Poppins, Montserrat, Arial, sans-serif;
}

.em-lp-modal,
.em-lp-modal * {
	box-sizing: border-box;
}

.em-lp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 26, 70, .76);
	backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity .22s ease;
}

.em-lp-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(70vw, 840px);
	max-width: 100%;
	max-height: 90vh;
	max-height: 90dvh;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(7, 13, 43, .34);
	opacity: 0;
	transform: translateY(20px) scale(.97);
	transition: opacity .22s ease, transform .28s cubic-bezier(.2, .75, .25, 1);
}

.em-lp-modal__scroll {
	max-height: calc(90vh - 2px);
	max-height: calc(90dvh - 2px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	padding: 48px;
}

.em-lp-modal.is-open .em-lp-modal__backdrop,
.em-lp-modal.is-open .em-lp-modal__dialog {
	opacity: 1;
}

.em-lp-modal.is-open .em-lp-modal__dialog {
	transform: none;
}

.em-lp-modal__close {
	display: grid;
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 18px;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef3fa;
	color: #111a46;
	font: 400 30px/1 Arial, sans-serif;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.em-lp-modal__close:hover,
.em-lp-modal__close:focus-visible {
	transform: rotate(6deg);
	background: #e0f6f4;
}

.em-lp-modal__kicker {
	margin: 0 0 10px;
	color: #21b8b1;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.em-lp-modal__dialog h2 {
	max-width: 480px;
	margin: 0;
	color: #111a46;
	font-size: clamp(27px, 3.2vw, 34px);
	font-weight: 400;
	line-height: 1.15;
}

.em-lp-modal__intro {
	margin: 20px 0 0;
	color: #647089;
	font-size: 16px;
	line-height: 1.65;
}

.em-lp-modal__form {
	margin-top: 26px;
}

.em-lp-modal .wpcf7-form {
	display: grid;
	gap: 22px;
	margin: 0;
}

.em-lp-modal .wpcf7-form p {
	margin: 0;
}

.em-lp-modal .em-cf7-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.em-lp-modal .em-cf7-grid > p,
.em-lp-modal .em-cf7-file-grid > p {
	display: contents;
}

.em-lp-modal .em-cf7-grid > p > br,
.em-lp-modal .em-cf7-file-grid > p > br {
	display: none;
}

.em-lp-modal .em-cf7-field {
	display: block;
	margin: 0;
	color: #111a46;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.em-lp-modal .em-cf7-field--full {
	grid-column: 1 / -1;
}

.em-lp-modal .em-cf7-field > br,
.em-lp-modal .em-cf7-file-grid label > br {
	display: none;
}

.em-lp-modal .em-cf7-field > .wpcf7-form-control-wrap {
	margin-top: 8px;
}

.em-lp-modal .wpcf7-form-control-wrap {
	display: block;
}

.em-lp-modal .wpcf7-form input[type="text"],
.em-lp-modal .wpcf7-form input[type="email"],
.em-lp-modal .wpcf7-form input[type="tel"],
.em-lp-modal .wpcf7-form input[type="url"],
.em-lp-modal .wpcf7-form textarea,
.em-lp-modal .wpcf7-form select {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #ccd6e7;
	border-radius: 10px;
	background: #fff;
	color: #111a46;
	font: 400 15px/1.4 Poppins, Montserrat, Arial, sans-serif;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.em-lp-modal .wpcf7-form textarea {
	min-height: 126px;
	resize: vertical;
}

.em-lp-modal .wpcf7-form input:focus,
.em-lp-modal .wpcf7-form textarea:focus,
.em-lp-modal .wpcf7-form select:focus {
	border-color: #21b8b1;
	box-shadow: 0 0 0 3px rgba(33, 184, 177, .15);
	outline: 0;
}

.em-lp-modal .em-cf7-fieldset {
	min-width: 0;
	margin: 0;
	padding: 16px 18px 18px;
	border: 1px solid #d9e1ee;
	border-radius: 14px;
	background: #f7f9fc;
}

.em-lp-modal .em-cf7-fieldset legend {
	padding: 0 8px;
	color: #111a46;
	font-size: 14px;
	font-weight: 700;
}

.em-lp-modal .em-cf7-fieldset legend span,
.em-lp-modal .em-cf7-help {
	color: #6b7690;
	font-size: 12px;
	font-weight: 400;
}

.em-lp-modal .em-cf7-help {
	margin-bottom: 12px;
}

.em-lp-modal .wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px;
}

.em-lp-modal .wpcf7-list-item {
	margin: 0;
}

.em-lp-modal .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #33415f;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.em-lp-modal .wpcf7-list-item input {
	flex: 0 0 auto;
	margin: 3px 0 0;
	accent-color: #21b8b1;
}

.em-lp-modal .em-cf7-file-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.em-lp-modal .em-cf7-file-grid label {
	color: #33415f;
	font-size: 12px;
	font-weight: 600;
}

.em-lp-modal .em-cf7-file-grid input[type="file"] {
	display: block;
	width: 100%;
	margin-top: 7px;
	color: #647089;
	font: 400 11px/1.4 Poppins, Montserrat, Arial, sans-serif;
}

.em-lp-modal .wpcf7-acceptance .wpcf7-list-item label {
	font-size: 12px;
}

.em-lp-modal .wpcf7-acceptance a {
	color: #126f87;
	text-decoration: underline;
}

.em-lp-modal .cf7apps-honeypot-wrap {
	display: none !important;
}

.em-lp-modal .em-cf7-submit {
	display: flex;
	justify-content: center;
}

.em-lp-modal .em-cf7-submit > p {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: center;
}

.em-lp-modal .em-cf7-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: calc(50% + 118px);
	margin: 0;
	transform: translateY(-50%);
}

.em-lp-modal .wpcf7-submit {
	width: auto;
	min-width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	background: #c60579;
	box-shadow: 0 12px 28px rgba(198, 5, 121, .22);
	color: #fff;
	font: 700 14px/1.3 Poppins, Montserrat, Arial, sans-serif;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.em-lp-modal .wpcf7-submit:hover,
.em-lp-modal .wpcf7-submit:focus-visible {
	transform: translateY(-2px);
	background: #a90467;
	box-shadow: 0 15px 32px rgba(198, 5, 121, .3);
}

.em-lp-modal .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
}

.em-lp-modal .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
}

.em-landing-page-2026 .em-motion-ready .em-reveal-group > * {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .52s ease, transform .52s cubic-bezier(.2, .75, .25, 1);
}

.em-landing-page-2026 .em-motion-ready .em-reveal-group.is-visible > * {
	opacity: 1;
	transform: none;
}

.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(1) { transition-delay: .03s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(2) { transition-delay: .10s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(3) { transition-delay: .17s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(4) { transition-delay: .24s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(5) { transition-delay: .31s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(6) { transition-delay: .38s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(7) { transition-delay: .45s; }
.em-landing-page-2026 .em-reveal-group.is-visible > :nth-child(8) { transition-delay: .52s; }

@media (max-width: 900px) {
	.em-lp-modal__dialog {
		width: min(100%, 760px);
	}

	.em-landing-page-2026 .em-hero {
		padding-top: 230px;
	}

	.em-landing-page-2026 .em-hero-grid,
	.em-landing-page-2026 .em-intro-grid,
	.em-landing-page-2026 .em-two {
		grid-template-columns: 1fr;
	}

	.em-landing-page-2026 .em-visual {
		min-height: 400px;
	}

	.em-landing-page-2026 .em-after {
		right: 0;
		width: 61%;
	}

	.em-landing-page-2026 .em-intro-copy {
		max-width: 720px;
	}

	.em-landing-page-2026 .em-use-grid,
	.em-landing-page-2026 .em-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.em-landing-page-2026 .em-deliverables,
	.em-landing-page-2026 .em-offers {
		grid-template-columns: 1fr;
	}

	.em-landing-page-2026 .em-offer-featured {
		transform: none;
	}
}

@media (max-width: 560px) {
	.em-landing-page-2026 .em-wrap {
		width: min(calc(100% - 26px), 1180px);
	}

	.em-landing-page-2026 .em-hero,
	.em-landing-page-2026 .em-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.em-landing-page-2026 .em-hero {
		padding-top: 180px;
	}

	.em-landing-page-2026 h1 {
		font-size: 37px;
	}

	.em-landing-page-2026 .em-use-grid,
	.em-landing-page-2026 .em-steps {
		grid-template-columns: 1fr;
	}

	.em-landing-page-2026 .em-visual {
		min-height: 360px;
	}

	.em-landing-page-2026 .em-before {
		left: 0;
		width: 70%;
	}

	.em-landing-page-2026 .em-after {
		right: 0;
		bottom: 0;
		width: 70%;
	}

	.em-landing-page-2026 .em-actions {
		flex-direction: column;
		align-items: center;
	}

	.em-landing-page-2026 .em-btn {
		min-height: 46px;
		padding: 11px 20px;
		font-size: 15px;
		line-height: 1.25;
	}

	.em-landing-page-2026 .em-actions .em-btn {
		width: auto;
		max-width: 100%;
	}

	.em-landing-page-2026 .em-reassurance {
		display: grid;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}

	.em-landing-page-2026 .em-reassurance span {
		display: block;
	}

	.em-landing-page-2026 .em-intro-grid {
		gap: 24px;
	}

	.em-landing-page-2026 .em-intro-copy {
		margin-top: 0;
	}

	#em-logo-ia p,
	#em-logo-ia li {
		text-align: left;
	}

	#em-logo-ia .em-cta p {
		text-align: center;
	}

	#content #em-logo-ia ul.em-checks {
		display: block;
		margin-top: 20px;
		padding: 0;
	}

	#content #em-logo-ia ul.em-checks > li {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		min-height: 0;
		margin: 0;
		padding: 11px 0 11px 34px;
		line-height: 1.45;
	}

	#content #em-logo-ia ul.em-checks > li::before {
		top: 11px;
		left: 0;
	}

	.em-landing-page-2026 .em-cta {
		margin-bottom: 54px;
		border-radius: 0 0 22px 22px;
	}

	.em-lp-modal {
		padding: 8px;
	}

	.em-lp-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 16px);
		max-height: calc(100dvh - 16px);
		border-radius: 18px;
	}

	.em-lp-modal__scroll {
		max-height: calc(100vh - 18px);
		max-height: calc(100dvh - 18px);
		padding: 40px 20px 22px;
	}

	.em-lp-modal__close {
		top: 12px;
		right: 12px;
		width: 38px;
		height: 38px;
		font-size: 27px;
	}

	.em-lp-modal__dialog h2 {
		padding-right: 32px;
		font-size: 27px;
		text-align: left;
	}

	.em-lp-modal__form {
		margin-top: 22px;
	}

	.em-lp-modal .em-cf7-grid,
	.em-lp-modal .wpcf7-checkbox,
	.em-lp-modal .em-cf7-file-grid {
		grid-template-columns: 1fr;
	}

	.em-lp-modal .em-cf7-fieldset {
		padding: 14px;
	}

	.em-lp-modal .wpcf7-submit {
		min-width: 0;
		padding: 12px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.em-landing-page-2026 {
		scroll-behavior: auto !important;
	}
}
