/**
 * Sales Pages — Shared Stylesheet
 *
 * Aligned with DeepDigital parent theme visual identity.
 * Full-width sections, dark hero, gold accents, pill buttons.
 * Consistent vertical rhythm: 100px section padding (desktop).
 *
 * Styles for the 4 sales page templates:
 * - Audit Digital Automatise
 * - Templates & Outils Digitaux
 * - Funnel Marketing Automatise
 * - MLM Growth Hub (SaaS)
 *
 * @package DeepDigital_Child
 */

/* ==========================================================================
   Breadcrumb / Title bar — remove top white margin (sales pages only)
   ========================================================================== */

.page_breadcrumbs > [class*="container"] {
	padding-top: 50px !important;
}

/* ==========================================================================
   Layout & Containers
   ========================================================================== */

.mlm-sales {
	font-family: inherit;
	color: var(--mlm-dark, #1f2732);
	line-height: 1.75;
}

.mlm-sales-section {
	padding: 100px 0;
}

.mlm-sales-section:nth-child(even) {
	background-color: var(--mlm-light, #f4f4f5);
}

.mlm-sales-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}

.mlm-sales-container--wide {
	max-width: 1140px;
}

/* ==========================================================================
   Hero Section — light theme, full-width (matches breadcrumb bar)
   ========================================================================== */

.mlm-sales-hero {
	padding: 80px 0 100px;
	text-align: center;
	background: #fff;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-hero__title {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 20px;
	color: var(--mlm-dark, #1f2732);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}

.mlm-sales-hero__subtitle {
	font-size: 17px;
	color: var(--mlm-grey, #7f7f7f);
	max-width: 620px;
	margin: 0 auto 35px;
	line-height: 1.75;
	font-weight: 300;
}

.mlm-sales-hero .mlm-btn {
	font-size: 12px;
	padding: 20px 35px;
}

.mlm-sales-hero .mlm-btn-primary {
	background: var(--mlm-primary, #F2BC00);
	color: var(--mlm-dark, #1f2732);
	border-color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-hero .mlm-btn-primary:hover {
	background: var(--mlm-dark, #1f2732);
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-hero__login-link {
	margin-top: 20px;
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
}

.mlm-sales-hero__login-link a {
	color: var(--mlm-primary, #F2BC00);
	text-decoration: none;
}

.mlm-sales-hero__login-link a:hover {
	text-decoration: underline;
}

.mlm-sales-pricing__free-cta {
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
}

.mlm-sales-pricing__free-cta a {
	color: var(--mlm-primary, #F2BC00);
	text-decoration: none;
}

.mlm-sales-pricing__free-cta a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */

.mlm-sales-section__title {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 15px;
	color: var(--mlm-dark, #1f2732);
	line-height: 1.15;
}

.mlm-sales-section__lead {
	font-size: 16px;
	text-align: center;
	color: var(--mlm-grey, #7f7f7f);
	max-width: 620px;
	margin: 0 auto 40px;
	line-height: 1.75;
	font-weight: 300;
}

/* ==========================================================================
   Problem Section — Infographic stat cards
   ========================================================================== */

.mlm-sales-problem {
	background-color: var(--mlm-light, #f4f4f5);
}

.mlm-sales-problem__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.mlm-sales-problem__card {
	background: #fff;
	padding: 35px 24px;
	text-align: center;
	box-shadow: var(--mlm-shadow, 4px 0 30px 0 rgba(0, 7, 46, 0.06));
	transition: transform 0.4s linear, box-shadow 0.4s linear;
}

.mlm-sales-problem__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--mlm-shadow-lg, 0 8px 30px rgba(0, 7, 46, 0.1));
}

.mlm-sales-problem__icon {
	font-size: 36px;
	margin-bottom: 12px;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-problem__stat {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--mlm-primary, #F2BC00);
	margin: 0 0 12px;
}

.mlm-sales-problem__label {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-problem__desc {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0;
	line-height: 1.5;
	font-weight: 300;
}

.mlm-sales-problem__transition {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	color: var(--mlm-dark, #1f2732);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ==========================================================================
   Solution Section
   ========================================================================== */

.mlm-sales-solution__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 20px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.mlm-sales-solution__item {
	position: relative;
	background: #fff;
	padding: 40px 28px;
	box-shadow: 0 4px 24px rgba(0, 7, 46, 0.08);
	border-radius: 12px;
	text-align: center;
	border: 1px solid rgba(242, 188, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mlm-sales-solution__num {
	position: absolute;
	top: 16px;
	left: 22px;
	font-size: 28px;
	font-weight: 700;
	color: var(--mlm-primary, #F2BC00);
	line-height: 1;
}

.mlm-sales-solution__item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0, 7, 46, 0.12);
	border-color: rgba(242, 188, 0, 0.4);
}

.mlm-sales-solution__icon-wrap {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(242, 188, 0, 0.15) 0%, rgba(242, 188, 0, 0.06) 100%);
	border-radius: 50%;
	border: 2px solid rgba(242, 188, 0, 0.25);
}

.mlm-sales-solution__item:hover .mlm-sales-solution__icon-wrap {
	background: linear-gradient(135deg, rgba(242, 188, 0, 0.2) 0%, rgba(242, 188, 0, 0.1) 100%);
	border-color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-solution__icon {
	font-size: 28px;
	display: block;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-solution__item h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-solution__item p {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0;
	line-height: 1.6;
	font-weight: 300;
}

/* ==========================================================================
   Promises / Benefits — Visual section with cards and CTAs
   ========================================================================== */

.mlm-sales-benefits {
	background-color: #fff;
}

.mlm-sales-benefits__two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: stretch;
	margin-bottom: 45px;
	overflow: visible;
}

.mlm-sales-benefits__left {
	position: relative;
	min-height: 0;
	overflow: visible;
}

/* Sticky applied via JS (mlm-products.js) — CSS sticky disabled due to theme constraints */
.mlm-sales-benefits__sticky {
	/* position: sticky replaced by JS-driven position: fixed */
}

.mlm-sales-benefits__sticky.is-stuck {
	position: fixed;
	top: 140px;
	z-index: 10;
}

.mlm-sales-benefits__mock-report {
	background: linear-gradient(145deg, #fff 0%, #f8f9fa 100%);
	border: 2px solid rgba(242, 188, 0, 0.3);
	border-radius: 12px;
	box-shadow: 0 8px 40px rgba(0, 7, 46, 0.1);
	overflow: hidden;
}

.mlm-sales-benefits__mock-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 24px;
	background: var(--mlm-dark, #1f2732);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.mlm-sales-benefits__mock-icon {
	font-size: 24px;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-benefits__mock-body {
	padding: 24px;
}

.mlm-sales-benefits__mock-line {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	font-size: 15px;
	color: var(--mlm-dark, #1f2732);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mlm-sales-benefits__mock-line:last-child {
	border-bottom: none;
}

.mlm-sales-benefits__mock-line .fa {
	color: var(--mlm-primary, #F2BC00);
	font-size: 18px;
	width: 22px;
	text-align: center;
}

.mlm-sales-benefits__right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mlm-sales-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 820px;
	margin: 0 auto 45px;
}

.mlm-sales-benefits__card {
	background: #fff;
	padding: 32px 24px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 24px rgba(0, 7, 46, 0.08);
	border: 1px solid rgba(242, 188, 0, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mlm-sales-benefits__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(0, 7, 46, 0.12);
	border-color: rgba(242, 188, 0, 0.35);
}

.mlm-sales-benefits__card-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(242, 188, 0, 0.15) 0%, rgba(242, 188, 0, 0.05) 100%);
	border-radius: 50%;
	border: 2px solid rgba(242, 188, 0, 0.2);
}

.mlm-sales-benefits__card-icon .fa {
	font-size: 22px;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-benefits__card h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-benefits__card p {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0;
	line-height: 1.55;
	font-weight: 300;
}

.mlm-sales-benefits__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.mlm-sales-benefits__cta .mlm-btn-lg {
	padding: 18px 36px;
	font-size: 13px;
}

/* Legacy list (used on other sales pages if any) */
.mlm-sales-benefits__list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.mlm-sales-benefits__list li {
	padding: 10px 0 10px 40px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}

.mlm-sales-benefits__list li::before {
	content: "\2713";
	position: absolute;
	left: 8px;
	top: 10px;
	color: var(--mlm-success, #77AE39);
	font-weight: 700;
	font-size: 18px;
}

/* ==========================================================================
   Who Is It For
   ========================================================================== */

.mlm-sales-audience__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 900px;
	margin: 0 auto;
}

.mlm-sales-audience__item {
	background: #fff;
	border: 1px solid rgba(242, 188, 0, 0.2);
	border-radius: 12px;
	padding: 40px 28px;
	text-align: center;
	box-shadow: 0 4px 24px rgba(0, 7, 46, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mlm-sales-audience__item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 36px rgba(0, 7, 46, 0.1);
	border-color: rgba(242, 188, 0, 0.5);
}

.mlm-sales-audience__icon-wrap {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(242, 188, 0, 0.15) 0%, rgba(242, 188, 0, 0.05) 100%);
	border-radius: 50%;
	border: 2px solid rgba(242, 188, 0, 0.25);
}

.mlm-sales-audience__item:hover .mlm-sales-audience__icon-wrap {
	background: linear-gradient(135deg, rgba(242, 188, 0, 0.2) 0%, rgba(242, 188, 0, 0.1) 100%);
	border-color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-audience__icon-wrap .fa {
	font-size: 24px;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-audience__item h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-audience__item p {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0;
	line-height: 1.55;
	font-weight: 300;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */

.mlm-sales-pricing__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	max-width: 900px;
	margin: 0 auto;
}

.mlm-sales-pricing__card {
	background: #fff;
	border: 2px solid var(--mlm-border, #dedfe1);
	padding: 45px 30px;
	text-align: center;
	position: relative;
	transition: border-color 0.4s linear, box-shadow 0.4s linear;
}

.mlm-sales-pricing__card:hover {
	border-color: var(--mlm-primary, #F2BC00);
	box-shadow: var(--mlm-shadow-lg, 0 8px 30px rgba(0, 7, 46, 0.1));
}

.mlm-sales-pricing__card--featured {
	border-color: var(--mlm-primary, #F2BC00);
	box-shadow: var(--mlm-shadow-lg, 0 8px 30px rgba(0, 7, 46, 0.1));
}

.mlm-sales-pricing__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--mlm-primary, #F2BC00);
	color: var(--mlm-dark, #1f2732);
	padding: 5px 20px;
	border-radius: var(--mlm-radius-pill, 50px);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.mlm-sales-pricing__name {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-pricing__price {
	font-size: 44px;
	font-weight: 500;
	color: var(--mlm-primary, #F2BC00);
	margin: 0 0 5px;
	line-height: 1;
}

.mlm-sales-pricing__price span {
	font-size: 16px;
	font-weight: 300;
	color: var(--mlm-grey, #7f7f7f);
}

.mlm-sales-pricing__desc {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 10px 0 25px;
	font-weight: 300;
}

.mlm-sales-pricing__features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	text-align: left;
}

.mlm-sales-pricing__features li {
	padding: 6px 0 6px 28px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
}

.mlm-sales-pricing__features li::before {
	content: "\2713";
	position: absolute;
	left: 4px;
	color: var(--mlm-success, #77AE39);
	font-weight: 700;
}

.mlm-sales-pricing__cta {
	width: 100%;
}

/* ==========================================================================
   CTA Final Section — dark theme, full-width
   ========================================================================== */

/* ==========================================================================
   FAQ (SEO + SGE)
   ========================================================================== */

.mlm-sales-faq {
	padding: 80px 0;
}

.mlm-sales-faq__title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-faq__list {
	margin: 0;
}

.mlm-sales-faq__q {
	font-weight: 600;
	font-size: 17px;
	margin-top: 24px;
	margin-bottom: 8px;
	color: var(--mlm-dark, #1f2732);
}

.mlm-sales-faq__q:first-of-type {
	margin-top: 0;
}

.mlm-sales-faq__a {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--mlm-grey, #7f7f7f);
}

/* ==========================================================================
   CTA Final
   ========================================================================== */

.mlm-sales-cta-final {
	text-align: center;
	padding: 100px 0;
	background: var(--mlm-dark, #1f2732);
	color: #fff;
}

.mlm-sales-cta-final__title {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 18px;
	color: #fff;
	line-height: 1.15;
}

.mlm-sales-cta-final__text {
	font-size: 17px;
	opacity: 0.7;
	max-width: 550px;
	margin: 0 auto 30px;
	font-weight: 300;
	line-height: 1.75;
}

.mlm-sales-cta-final .mlm-btn-light {
	background: var(--mlm-primary, #F2BC00);
	color: var(--mlm-dark, #1f2732);
	border-color: var(--mlm-primary, #F2BC00);
	font-size: 12px;
	padding: 20px 35px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: var(--mlm-radius-pill, 50px);
	border-width: 4px;
	border-style: solid;
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s linear;
}

.mlm-sales-cta-final .mlm-btn-light:hover {
	background: transparent;
	color: var(--mlm-primary, #F2BC00);
	text-decoration: none;
}

/* ==========================================================================
   Bridge / Natural Transition
   ========================================================================== */

.mlm-sales-bridge {
	text-align: center;
	padding: 80px 0;
	background: #fff;
}

.mlm-sales-bridge__title {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 12px;
	line-height: 1.15;
}

.mlm-sales-bridge__text {
	font-size: 16px;
	color: var(--mlm-grey, #7f7f7f);
	max-width: 550px;
	margin: 0 auto 30px;
	font-weight: 300;
}

.mlm-sales-bridge__links {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.mlm-sales-bridge__links a {
	display: inline-block;
	padding: 15px 25px;
	border: 4px solid var(--mlm-primary, #F2BC00);
	border-radius: var(--mlm-radius-pill, 50px);
	color: var(--mlm-primary, #F2BC00);
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	transition: all 0.4s linear;
}

.mlm-sales-bridge__links a:hover {
	background: var(--mlm-primary, #F2BC00);
	color: var(--mlm-dark, #1f2732);
}

/* ==========================================================================
   Bundles Grid
   ========================================================================== */

.mlm-bundles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
}

.mlm-bundle-card {
	background: #fff;
	border: 2px solid var(--mlm-border, #dedfe1);
	padding: 35px 24px;
	text-align: center;
	transition: border-color 0.4s linear, box-shadow 0.4s linear;
}

.mlm-bundle-card:hover {
	border-color: var(--mlm-primary, #F2BC00);
	box-shadow: var(--mlm-shadow-lg, 0 8px 30px rgba(0, 7, 46, 0.1));
}

.mlm-bundle-card__header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}

.mlm-bundle-card__title {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.mlm-bundle-card__badge {
	display: inline-block;
	background: var(--mlm-primary, #F2BC00);
	color: var(--mlm-dark, #1f2732);
	padding: 3px 12px;
	border-radius: var(--mlm-radius-pill, 50px);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.mlm-bundle-card__desc {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0 0 15px;
	font-weight: 300;
}

.mlm-bundle-card__price {
	font-size: 30px;
	font-weight: 500;
	color: var(--mlm-primary, #F2BC00);
	margin-bottom: 18px;
}

/* ==========================================================================
   Proof / Trust
   ========================================================================== */

.mlm-sales-proof__list {
	list-style: none;
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}

.mlm-sales-proof__list li {
	padding: 10px 0 10px 40px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}

.mlm-sales-proof__list li::before {
	content: "\2192";
	position: absolute;
	left: 8px;
	top: 10px;
	color: var(--mlm-primary, #F2BC00);
	font-weight: 700;
}

/* ==========================================================================
   Differentiation Grid
   ========================================================================== */

.mlm-sales-diff__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
}

.mlm-sales-diff__item {
	background: #fff;
	padding: 35px 24px;
	box-shadow: var(--mlm-shadow, 4px 0 30px 0 rgba(0, 7, 46, 0.06));
	text-align: center;
}

.mlm-sales-diff__item--negative {
	opacity: 0.6;
}

.mlm-sales-diff__item--positive {
	border: 2px solid var(--mlm-primary, #F2BC00);
}

.mlm-sales-diff__icon {
	font-size: 36px;
	margin-bottom: 12px;
	display: block;
	color: var(--mlm-primary, #F2BC00);
}

.mlm-sales-diff__item h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 6px;
}

.mlm-sales-diff__item p {
	font-size: 14px;
	color: var(--mlm-grey, #7f7f7f);
	margin: 0;
	font-weight: 300;
}

/* ==========================================================================
   Responsive — Small tablet (max 1024px)
   ========================================================================== */

@media (max-width: 1024px) {
	.mlm-sales-hero__title {
		font-size: 38px;
	}

	.mlm-sales-section__title,
	.mlm-sales-cta-final__title {
		font-size: 32px;
	}

	.mlm-sales-hero {
		padding: 60px 0 70px;
	}

	.mlm-sales-section {
		padding: 80px 0;
	}

	.mlm-sales-cta-final {
		padding: 80px 0;
	}

	.mlm-sales-problem__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mlm-sales-audience__grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 700px;
	}
}

/* ==========================================================================
   Responsive — Mobile (max 768px)
   ========================================================================== */

@media (max-width: 768px) {
	.mlm-sales-hero {
		padding: 50px 0 50px;
	}

	.mlm-sales-hero__title {
		font-size: 30px;
	}

	.mlm-sales-hero__subtitle {
		font-size: 15px;
	}

	.mlm-sales-section {
		padding: 60px 0;
	}

	.mlm-sales-section__title,
	.mlm-sales-cta-final__title {
		font-size: 26px;
	}

	.mlm-sales-pricing__grid {
		grid-template-columns: 1fr;
		max-width: 400px;
	}

	.mlm-sales-solution__grid {
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.mlm-sales-benefits__two-col {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.mlm-sales-benefits__sticky {
		position: static;
	}

	.mlm-sales-benefits__grid {
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.mlm-sales-benefits__cta {
		flex-direction: column;
	}

	.mlm-sales-audience__grid {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.mlm-sales-pricing__price {
		font-size: 36px;
	}

	.mlm-sales-cta-final {
		padding: 60px 0;
	}

	.mlm-sales-bridge__links {
		flex-direction: column;
		align-items: center;
	}

	.mlm-bundles-grid {
		grid-template-columns: 1fr;
	}

	.mlm-sales-container {
		padding: 0 20px;
	}

	.mlm-sales-problem__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Responsive — Small mobile (max 480px)
   ========================================================================== */

@media (max-width: 480px) {
	.mlm-sales-hero__title {
		font-size: 26px;
	}

	.mlm-sales-hero {
		padding: 40px 0 40px;
	}

	.mlm-sales-section {
		padding: 50px 0;
	}

	.mlm-sales-cta-final {
		padding: 50px 0;
	}

	.mlm-sales-container {
		padding: 0 15px;
	}

	.mlm-sales-section__title,
	.mlm-sales-cta-final__title {
		font-size: 22px;
	}
}
