/* Страница «Реферальная программа» — /company/sales/referalnaya-programma/.
   Собрана 02.09.2026.

   Общий каркас (.lct-page, .lct-container, .lct-hero, .lct-section, .lct-facts,
   .lct-btn, .lct-card, .lct-cta) берётся из tech.css — он подключается этой же
   страницей. Здесь только то, чего там нет: ставки вознаграждения, шаги,
   плашки услуг и блок вопросов. Правя tech.css, проверять и эту страницу. */

/* ---------- поправки к каркасу tech.css ---------- */

/* Синий #0070f3 из tech.css даёт 3,6:1 на светлом фоне — Lighthouse считает
   это провалом контраста для обычного текста. Ссылки на этой странице темнее. */
.lct-page a:not(.lct-btn) {
	color: #0057c2;
}

/* Ссылки внутри абзаца должны отличаться не только цветом. */
.lcr-cases a,
.lct-cta .text a {
	/* в style.css у ссылок стоит text-decoration: none !important */
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/* tech.css режет картинку первого экрана под 16:9 — там фотография,
   а здесь рисунок 808x646, и обрезка его сплющивает. */
.lcr-hero__media img {
	aspect-ratio: auto;
}

/* ---------- ставки вознаграждения ---------- */

.lcr-rates {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lcr-rate {
	display: flex;
	flex-flow: column nowrap;
	padding: 40px;
	border: 1px solid #e9eef5;
	border-radius: 32px;
	background: #fff;
}

.lcr-rate__pct {
	margin: 0 0 12px !important;
	color: #0057c2 !important;
	font-size: 56px !important;
	font-weight: 800;
	line-height: 1;
}

.lcr-rate h3 {
	margin-bottom: 10px;
}

.lcr-rate__ex {
	margin: 0 0 20px !important;
	color: #5a6b85 !important;
	font-size: 17px !important;
	line-height: 1.4;
}

.lcr-rate ul {
	margin: auto 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e9eef5;
	list-style: none;
}

.lcr-rate li {
	position: relative;
	padding-left: 22px;
	color: #152237;
	font-size: 17px;
	line-height: 1.45;
}

.lcr-rate li + li {
	margin-top: 8px;
}

.lcr-rate li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0070f3;
}

/* ---------- четыре шага ---------- */

.lcr-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	counter-reset: lcr-step;
}

.lcr-step {
	padding: 32px;
	border: 1px solid #e9eef5;
	border-radius: 28px;
	background: #fff;
}

.lcr-step__num {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 16px;
	background: #e8f1fe;
	color: #0b4ea2;
	font-size: 20px;
	font-weight: 700;
}

.lcr-step h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.lcr-step p {
	font-size: 17px !important;
	line-height: 1.45;
}

/* ---------- что можно рекомендовать ---------- */

.lcr-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lcr-links a {
	display: inline-flex;
	align-items: center;
	padding: 12px 20px;
	border: 1px solid #e9eef5;
	border-radius: 999px;
	background: #fff;
	color: #152237 !important;
	font-size: 17px;
	line-height: 1.2;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.lcr-links a:hover {
	transform: translateY(-2px);
	border-color: #0070f3;
	box-shadow: 0 10px 24px rgba(21, 34, 55, .08);
	opacity: 1;
}

/* ---------- вопросы ---------- */

.lcr-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.lcr-faq__item {
	padding: 32px;
	border: 1px solid #e9eef5;
	border-radius: 28px;
	background: #fff;
}

.lcr-faq__item h3 {
	margin-bottom: 12px;
	font-size: 20px;
}

.lcr-faq__item p {
	font-size: 17px !important;
	line-height: 1.5;
}

/* ---------- мелочи ---------- */

.lcr-hero__media {
	display: grid;
	place-items: center;
}

.lcr-hero__media img {
	width: 100%;
	max-width: 640px;
	height: auto;
}

.lcr-btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.lcr-btns .lct-btn {
	margin-top: 0;
}

.lcr-btns__link {
	font-size: 17px;
}

.lcr-cases {
	margin-top: 20px !important;
	color: #5a6b85 !important;
	font-size: 17px !important;
}

/* ---------- адаптив ---------- */

@media (max-width: 1499px) {
	.lcr-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.lcr-rates,
	.lcr-faq {
		grid-template-columns: 1fr;
	}

	.lcr-rate,
	.lcr-step,
	.lcr-faq__item {
		padding: 28px;
	}
}

@media (max-width: 767px) {
	.lcr-steps {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lcr-rates,
	.lcr-faq {
		gap: 16px;
	}

	.lcr-rate,
	.lcr-step,
	.lcr-faq__item {
		padding: 22px;
		border-radius: 20px;
	}

	.lcr-rate__pct {
		font-size: 44px !important;
	}

	.lcr-rate__ex,
	.lcr-rate li,
	.lcr-step p,
	.lcr-faq__item p,
	.lcr-links a,
	.lcr-cases {
		font-size: 15px !important;
	}

	.lcr-step h3,
	.lcr-faq__item h3 {
		font-size: 18px;
	}

	.lcr-step__num {
		width: 42px;
		height: 42px;
		margin-bottom: 14px;
		border-radius: 14px;
		font-size: 18px;
	}

	.lcr-links {
		gap: 8px;
	}

	.lcr-links a {
		padding: 10px 16px;
	}
}
