/* Página Lana de vidrio — scope .mba-lv-page (no colisiona con Astra) */
body.mba-site .mba-lv-page,
body.mba-site .mba-lv-page *,
body.mba-site .mba-lv-page *::before,
body.mba-site .mba-lv-page *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body.mba-site .mba-lv-page {
	--g: #2e8b3a;
	--gd: #1a5c24;
	--gl: #4caf5a;
	--gp: #eaf5ec;
	--gm: #b8dfb8;
	--ac: #f9a825;
	--dk: #0d1a0f;
	--wh: #fff;
	--gr: #f5f8f5;
	--tx: #1c2b1c;
	--mu: #5a6b5a;
	font-family: "Open Sans", sans-serif;
	color: var(--tx);
	background: var(--wh);
	line-height: 1.5;
	max-width: 100%;
}

body.mba-site .mba-lv-page .mba-lv-bc {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 1.25rem;
	text-align: left;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 56px;
	font-weight: 600;
}

body.mba-site .mba-lv-page .mba-lv-bc a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-weight: 700;
}

body.mba-site .mba-lv-page .mba-lv-bc a:hover {
	text-decoration: underline;
	color: var(--ac);
}

body.mba-site .mba-lv-page .hero {
	background: linear-gradient(135deg, #0a1a0c 0%, #1a3520 100%);
	padding: 80px 56px;
	text-align: center;
}

body.mba-site .mba-lv-page .htag {
	display: inline-block;
	background: var(--ac);
	color: #5c3d00;
	padding: 6px 18px;
	border-radius: 100px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.mba-site .mba-lv-page .hero h1 {
	font-family: Montserrat, sans-serif;
	font-size: clamp(30px, 5vw, 56px);
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 20px;
}

body.mba-site .mba-lv-page .hero h1 span {
	color: var(--ac);
}

body.mba-site .mba-lv-page .hero > p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.7);
	max-width: 680px;
	margin: 0 auto 40px;
	line-height: 1.7;
}

body.mba-site .mba-lv-page .hstats {
	display: flex;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
}

body.mba-site .mba-lv-page .hstat .num {
	font-family: Montserrat, sans-serif;
	font-size: 42px;
	font-weight: 900;
	color: var(--ac);
	line-height: 1;
}

body.mba-site .mba-lv-page .hstat .lbl {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 4px;
}

body.mba-site .mba-lv-page .intro {
	background: var(--gp);
	padding: 48px 56px;
	text-align: center;
	border-bottom: 3px solid var(--gm);
}

body.mba-site .mba-lv-page .intro p {
	font-size: 17px;
	color: var(--tx);
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

body.mba-site .mba-lv-page .intro strong {
	color: var(--gd);
}

body.mba-site .mba-lv-page .sh {
	text-align: center;
	margin-bottom: 56px;
}

body.mba-site .mba-lv-page .stag {
	display: inline-block;
	background: var(--gp);
	color: var(--gd);
	padding: 6px 16px;
	border-radius: 100px;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid var(--gm);
	margin-bottom: 12px;
}

body.mba-site .mba-lv-page .sh h2 {
	font-family: Montserrat, sans-serif;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 900;
	color: var(--gd);
	margin-bottom: 12px;
}

body.mba-site .mba-lv-page .sh p {
	font-size: 16px;
	color: var(--mu);
	max-width: 580px;
	margin: 0 auto;
}

body.mba-site .mba-lv-page .blocs {
	padding: 80px 56px;
	background: var(--wh);
}

body.mba-site .mba-lv-page .bloc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 72px;
	padding-bottom: 72px;
	border-bottom: 1px solid var(--gp);
}

body.mba-site .mba-lv-page .bloc:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.mba-site .mba-lv-page .bloc.rev .bi {
	order: 2;
}

body.mba-site .mba-lv-page .bloc.rev .bc {
	order: 1;
}

body.mba-site .mba-lv-page .bi {
	border-radius: 16px;
	overflow: hidden;
	height: 400px;
	box-shadow: 0 20px 56px rgba(46, 139, 58, 0.15);
	background: var(--gp);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

body.mba-site .mba-lv-page .bi svg {
	width: 100%;
	height: 100%;
}

body.mba-site .mba-lv-page .bi .badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	background: rgba(13, 26, 15, 0.88);
	color: #fff;
	padding: 7px 14px;
	border-radius: 8px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

body.mba-site .mba-lv-page .bc .bnum {
	font-family: Montserrat, sans-serif;
	font-size: 70px;
	font-weight: 900;
	color: var(--gm);
	line-height: 1;
	margin-bottom: 2px;
}

body.mba-site .mba-lv-page .bc h3 {
	font-family: Montserrat, sans-serif;
	font-size: clamp(20px, 2.8vw, 30px);
	font-weight: 900;
	color: var(--gd);
	margin-bottom: 14px;
	line-height: 1.2;
}

body.mba-site .mba-lv-page .bc p {
	font-size: 15px;
	color: var(--mu);
	line-height: 1.8;
	margin-bottom: 16px;
}

body.mba-site .mba-lv-page .bc strong {
	color: var(--tx);
}

body.mba-site .mba-lv-page .pts {
	list-style: none;
}

body.mba-site .mba-lv-page .pts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 9px 0;
	font-size: 14px;
	color: var(--tx);
	border-bottom: 1px solid var(--gp);
	line-height: 1.5;
}

body.mba-site .mba-lv-page .pts li:last-child {
	border-bottom: none;
}

body.mba-site .mba-lv-page .pts li::before {
	content: "✓";
	width: 22px;
	height: 22px;
	min-width: 22px;
	background: var(--g);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	margin-top: 1px;
}

body.mba-site .mba-lv-page .sbar {
	background: var(--gd);
	padding: 52px 56px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	text-align: center;
}

body.mba-site .mba-lv-page .si {
	padding: 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.mba-site .mba-lv-page .si:last-child {
	border-right: none;
}

body.mba-site .mba-lv-page .si .n {
	font-family: Montserrat, sans-serif;
	font-size: 50px;
	font-weight: 900;
	color: var(--ac);
	line-height: 1;
	margin-bottom: 8px;
}

body.mba-site .mba-lv-page .si .l {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
	line-height: 1.4;
}

body.mba-site .mba-lv-page .props {
	background: var(--gr);
	padding: 72px 56px;
}

body.mba-site .mba-lv-page .pgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	max-width: 1100px;
	margin: 0 auto;
}

body.mba-site .mba-lv-page .pc {
	background: var(--wh);
	border-radius: 12px;
	padding: 26px 18px;
	border: 2px solid transparent;
	transition: all 0.3s;
	text-align: center;
}

body.mba-site .mba-lv-page .pc:hover {
	border-color: var(--g);
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(46, 139, 58, 0.1);
}

body.mba-site .mba-lv-page .pc .ico {
	font-size: 36px;
	margin-bottom: 10px;
}

body.mba-site .mba-lv-page .pc h4 {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: var(--gd);
	margin-bottom: 7px;
}

body.mba-site .mba-lv-page .pc p {
	font-size: 13px;
	color: var(--mu);
	line-height: 1.6;
}

body.mba-site .mba-lv-page .cta {
	background: var(--g);
	padding: 72px 56px;
	text-align: center;
}

body.mba-site .mba-lv-page .cta h2 {
	font-family: Montserrat, sans-serif;
	font-size: clamp(26px, 4vw, 46px);
	font-weight: 900;
	color: #fff;
	margin-bottom: 14px;
}

body.mba-site .mba-lv-page .cta h2 span {
	color: var(--ac);
}

body.mba-site .mba-lv-page .cta > p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 32px;
}

body.mba-site .mba-lv-page .cbtn {
	display: inline-block;
	background: #fff;
	color: var(--gd);
	padding: 18px 52px;
	border-radius: 8px;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
}

body.mba-site .mba-lv-page .cbtn:hover {
	transform: translateY(-3px);
	color: var(--gd);
}

body.mba-site .mba-lv-page .cnote {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 14px;
}

@media (max-width: 900px) {
	body.mba-site .mba-lv-page .mba-lv-bc {
		padding: 0 20px;
		text-align: center;
	}

	body.mba-site .mba-lv-page .hero,
	body.mba-site .mba-lv-page .intro,
	body.mba-site .mba-lv-page .blocs,
	body.mba-site .mba-lv-page .props,
	body.mba-site .mba-lv-page .cta {
		padding: 48px 20px;
	}

	body.mba-site .mba-lv-page .bloc,
	body.mba-site .mba-lv-page .bloc.rev {
		grid-template-columns: 1fr;
		direction: ltr;
	}

	body.mba-site .mba-lv-page .bloc.rev .bi,
	body.mba-site .mba-lv-page .bloc.rev .bc {
		order: unset;
	}

	body.mba-site .mba-lv-page .bi {
		height: 280px;
	}

	body.mba-site .mba-lv-page .sbar {
		grid-template-columns: repeat(2, 1fr);
		padding: 40px 20px;
		gap: 20px;
	}

	body.mba-site .mba-lv-page .si {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 20px;
	}

	body.mba-site .mba-lv-page .pgrid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.mba-site .mba-lv-page .hstats {
		gap: 20px;
	}
}

@media (max-width: 520px) {
	body.mba-site .mba-lv-page .pgrid {
		grid-template-columns: 1fr;
	}
}
