/* Промо-блок "Акции и спецпредложения". Свой префикс akcii__*, чужие классы не переопределяются. */

.section__akcii {
	padding: 40px 0;
}

.akcii__inner {
	background: linear-gradient(131.8deg, #0946a2 0.03%, #1c5bba 82.16%);
	border-radius: 15px;
	padding: 70px 130px 80px;
	text-align: center;
}

/* Светлая плашка "Выгодно сейчас" */
.akcii__badge {
	display: inline-block;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0946a2;
	background: #eaf1fb;
	border-radius: 8px;
	padding: 9px 18px;
	margin-bottom: 28px;
}

.akcii__title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 46px;
	line-height: 120%;
	color: #ffffff;
	margin: 0 0 20px;
}

.akcii__subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 19px;
	line-height: 150%;
	color: #b7c7e0;
	max-width: 820px;
	margin: 0 auto 55px;
}

/* Ряд карточек */
.akcii__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: stretch;
	text-align: left;
}

.akcii__card {
	position: relative;
	flex: 1 1 0;
	background: #ffffff;
	border-radius: 15px;
	padding: 80px 35px 35px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* Оранжевая диагональная лента-уголок в левом верхнем углу */
.akcii__ribbon {
	position: absolute;
	top: 26px;
	left: -52px;
	width: 200px;
	transform: rotate(-45deg);
	background: linear-gradient(90deg, #ff8a00 0%, #ff6a00 100%);
	color: #ffffff;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	padding: 8px 0;
	box-shadow: 0 4px 12px rgba(255, 106, 0, 0.35);
}

/* Мелкий лейбл-плашка справа сверху */
.akcii__label {
	position: absolute;
	top: 18px;
	right: 18px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ff6a00;
	background: #fff1e3;
	border-radius: 6px;
	padding: 5px 10px;
}

.akcii__card-title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 22px;
	line-height: 128%;
	color: #14213d;
	margin: 0 0 14px;
}

.akcii__card-text {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4a4a4a;
	margin: 0 0 22px;
	flex-grow: 1;
}

.akcii__card-note {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: #9aa3b2;
	margin: 0;
}

/* ===== Адаптив ===== */
@media (max-width: 1200px) {
	.akcii__inner { padding: 60px 60px 70px; }
	.akcii__title { font-size: 40px; }
	.akcii__subtitle { font-size: 18px; }
	.akcii__cards { gap: 24px; }
	.akcii__card { padding: 64px 28px 30px; }
	.akcii__card-title { font-size: 20px; }
}

@media (max-width: 1000px) {
	.akcii__inner { padding: 50px 40px 60px; }
	.akcii__title { font-size: 34px; }
	.akcii__subtitle { font-size: 17px; margin-bottom: 45px; }
	.akcii__cards { grid-template-columns: repeat(2, 1fr); }
	.akcii__card-text { font-size: 15px; }
}

@media (max-width: 850px) {
	.akcii__inner { padding: 45px 30px 55px; }
	.akcii__title { font-size: 30px; }
	.akcii__cards { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
	.akcii__inner { padding: 35px 18px 45px; border-radius: 12px; }
	.akcii__badge { font-size: 12px; padding: 8px 14px; margin-bottom: 22px; }
	.akcii__title { font-size: 24px; }
	.akcii__subtitle { font-size: 15px; margin-bottom: 35px; }
	.akcii__card { padding: 58px 22px 26px; border-radius: 12px; }
	.akcii__card-title { font-size: 19px; }
	.akcii__card-text { font-size: 14px; }
}
