/* ========================================================================
   Плати частями — лендинг
   Фирменные цвета: #A0E720 → #00D900 → #21A038 (градиент)
   ======================================================================== */

.payparts-hero,
.payparts-how,
.payparts-schedule,
.payparts-catalog,
.payparts-requirements,
.payparts-faq,
.payparts-disclaimer {
	font-family: 'SB Sans Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.payparts-h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 32px;
	color: #1a1a1a;
	line-height: 1.2;
}

.payparts-btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: transform .2s, box-shadow .2s, background .2s;
	cursor: pointer;
	border: none;
	line-height: 1;
}

.payparts-btn--primary {
	background: linear-gradient(88.46deg, #A0E720, #00D900 22.46%, #21A038 70.5%);
	color: #fff;
	box-shadow: 0 4px 16px rgba(33, 160, 56, .25);
}

.payparts-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(33, 160, 56, .35);
	color: #fff;
}

.payparts-btn--white {
	background: #fff;
	color: #21A038;
}

.payparts-btn--white:hover {
	background: #f7f7f7;
	color: #21A038;
}

.payparts-btn--outline {
	background: transparent;
	color: #21A038;
	border: 2px solid #21A038;
}

.payparts-btn--outline:hover {
	background: #21A038;
	color: #fff;
}

/* ===================== HERO ===================== */
.payparts-hero {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

.payparts-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(160, 231, 32, .25), transparent 40%),
		radial-gradient(circle at 80% 70%, rgba(73, 200, 255, .2), transparent 45%),
		#fff;
	z-index: 0;
}

.payparts-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.payparts-hero__text {
	max-width: 560px;
}

.payparts-logo {
	margin-bottom: 24px;
}

.payparts-hero h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 16px;
	color: #1a1a1a;
}

.payparts-hero__subtitle {
	font-size: 22px;
	line-height: 1.4;
	color: #555;
	margin: 0 0 8px;
}

.payparts-hero__note {
	font-size: 16px;
	color: #21A038;
	font-weight: 600;
	margin: 0 0 32px;
}

.payparts-hero__widget {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .08);
}

/* ===================== HOW ===================== */
.payparts-how {
	padding: 60px 0;
	background: #fafafa;
}

.payparts-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.payparts-step {
	position: relative;
	background: #fff;
	padding: 28px 20px;
	border-radius: 16px;
	text-align: left;
}

.payparts-step__icon {
	margin-bottom: 16px;
}

.payparts-step__num {
	font-size: 14px;
	font-weight: 700;
	color: #21A038;
	margin-bottom: 8px;
	letter-spacing: .5px;
}

.payparts-step__text {
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

/* ===================== SCHEDULE ===================== */
.payparts-schedule {
	padding: 80px 0;
	background: #fff;
}

.payparts-schedule__subtitle {
	font-size: 18px;
	color: #777;
	margin: -16px 0 32px;
}

.payparts-schedule__tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 32px;
}

.payparts-tab {
	padding: 12px 24px;
	border-radius: 24px;
	background: #f3f5fb;
	border: 1px solid #f3f5fb;
	color: #333F48;
	font-size: 16px;
	cursor: pointer;
	transition: all .2s;
}

.payparts-tab.active {
	background: #fff;
	border-color: #21A038;
	color: #21A038;
	font-weight: 600;
}

.payparts-schedule__card {
	max-width: 560px;
	padding: 32px;
	background: #fafafa;
	border-radius: 20px;
	margin-bottom: 32px;
}

.payparts-schedule__sum {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
}

.payparts-schedule__amount {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
}

.payparts-schedule__period {
	font-size: 16px;
	color: #777;
}

.payparts-schedule__note {
	font-size: 15px;
	color: #21A038;
	font-weight: 600;
	margin-bottom: 24px;
}

.payparts-progress {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	margin-bottom: 12px;
}

.payparts-progress__bar {
	height: 8px;
	background: #e8ecf1;
	border-radius: 4px;
}

.payparts-progress__bar:first-child {
	background: linear-gradient(88.46deg, #A0E720, #00D900 22.46%, #21A038 70.5%);
}

.payparts-progress__labels {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	font-size: 13px;
	color: #999;
}

.payparts-schedule__cta {
	margin-top: 32px;
}

/* ===================== CATALOG ===================== */
.payparts-catalog {
	padding: 80px 0;
	background: #fafafa;
}

.payparts-catalog__more {
	text-align: center;
	margin-top: 32px;
}

/* ===================== REQUIREMENTS ===================== */
.payparts-requirements {
	padding: 60px 0;
}

.payparts-requirements__inner {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: center;
	padding: 48px;
	background: linear-gradient(88.46deg, #A0E720, #00D900 22.46%, #21A038 70.5%);
	border-radius: 24px;
	color: #fff;
}

.payparts-requirements h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 24px;
	color: #fff;
}

.payparts-requirements__list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
}

.payparts-requirements__list li {
	padding: 8px 0 8px 32px;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
}

.payparts-requirements__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	opacity: .9;
}

.payparts-requirements__icon {
	display: flex;
	justify-content: center;
	opacity: .8;
}

/* ===================== FAQ ===================== */
.payparts-faq {
	padding: 80px 0;
	background: #fff;
}

.payparts-faq__list {
	max-width: 880px;
	margin: 0 auto;
}

.payparts-faq__item {
	border-bottom: 1px solid #e8ecf1;
}

.payparts-faq__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px 0;
	background: none;
	border: none;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	cursor: pointer;
	gap: 16px;
	font-family: inherit;
	line-height: 1.4;
}

.payparts-faq__question svg {
	flex-shrink: 0;
	transition: transform .3s;
}

.payparts-faq__item.open .payparts-faq__question svg {
	transform: rotate(180deg);
}

.payparts-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.payparts-faq__item.open .payparts-faq__answer {
	max-height: 500px;
}

.payparts-faq__answer p {
	padding: 0 0 24px;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

.payparts-faq__answer a {
	color: #21A038;
	text-decoration: underline;
}

/* ===================== DISCLAIMER ===================== */
.payparts-disclaimer {
	padding: 32px 0 48px;
	background: #fafafa;
}

.payparts-disclaimer p {
	font-size: 12px;
	line-height: 1.5;
	color: #999;
	margin: 0;
}

.payparts-disclaimer a {
	color: #999;
	text-decoration: underline;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
	.payparts-hero h1 { font-size: 38px; }
	.payparts-hero__inner { grid-template-columns: 1fr; }
	.payparts-steps { grid-template-columns: repeat(2, 1fr); }
	.payparts-requirements__inner { grid-template-columns: 1fr; padding: 32px; }
	.payparts-requirements__icon { display: none; }
}

@media (max-width: 640px) {
	.payparts-h2 { font-size: 24px; margin-bottom: 20px; }
	.payparts-hero { padding: 40px 0; }
	.payparts-hero h1 { font-size: 28px; }
	.payparts-hero__subtitle { font-size: 18px; }
	.payparts-hero__widget { padding: 20px; }
	.payparts-how { padding: 40px 0; }
	.payparts-steps { grid-template-columns: 1fr; }
	.payparts-schedule { padding: 40px 0; }
	.payparts-schedule__card { padding: 20px; }
	.payparts-schedule__amount { font-size: 24px; }
	.payparts-catalog { padding: 40px 0; }
	.payparts-requirements__inner { padding: 24px; }
	.payparts-requirements h2 { font-size: 22px; }
	.payparts-faq { padding: 40px 0; }
	.payparts-faq__question { font-size: 16px; padding: 18px 0; }
	.payparts-disclaimer { padding: 24px 0 32px; }
	.payparts-tab { padding: 8px 14px; font-size: 14px; }
}
.payparts-catalog__subtitle {
	font-size: 18px;
	color: #555;
	line-height: 1.5;
	max-width: 720px;
	margin: 0 0 32px;
}
.payparts-catalog__cta {
	text-align: center;
}