/* ===============================
   UO HERO (блок 1)
================================ */

.uo-hero {
	padding: 60px 0;
	background-color: #ffffff;
}

.uo-hero__grid {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 60px;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

.uo-hero__title {
	font-size: 36px;
	line-height: 1.2;
	color: #1f2124;
	margin-bottom: 20px;
}

.uo-hero__subtitle {
	font-size: 15px;
	line-height: 1.6;
	color: #6b6b6b;
	margin-bottom: 28px;
	max-width: 520px;
}

/* цена + схема */
.uo-hero__price-block {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.uo-hero__price {
	display: flex;
	align-items: flex-end;
	gap: 4px;
}

.uo-hero__currency {
	font-size: 20px;
	font-weight: 500;
	color: #1f2124;
	margin-bottom: 6px;
}

.uo-hero__value {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #1f2124;
	line-height: 1;
}

.uo-hero__scheme {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	color: #9b9b9b;
	border-left: 2px solid #f6c23e;
	padding-left: 14px;
}

/* буллеты */
.uo-hero__list {
	list-style: none;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.uo-hero__list li {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	color: #1f2124;
}

.uo-hero__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url("../img/check-yellow.svg") center / contain no-repeat;
}

/* кнопки */
.uo-hero__btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 280px;
}

.uo-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 28px;
	background-color: #f6c23e;
	color: #111;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uo-hero__btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(246, 194, 62, 0.35);
}

/* декоративная карточка — пример отзыва */
.uo-hero__card-wrap {
	display: flex;
	justify-content: center;
}

.uo-review-card {
	position: relative;
	background: #2c2f33;
	border-radius: 20px;
	padding: 28px;
	width: 100%;
	max-width: 360px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

/* баннер "Удалён" поверх карточки */
.uo-review-card__deleted-banner {
	position: absolute;
	top: 18px;
	right: -30px;
	background: #e74c3c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 48px;
	transform: rotate(35deg);
	letter-spacing: 1px;
	box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.uo-review-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.uo-review-card__avatar {
	width: 42px;
	height: 42px;
	background: #6b6b6b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0;
}

.uo-review-card__author {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 4px;
}

.uo-review-card__stars {
	display: flex;
	gap: 2px;
}

.star {
	font-size: 16px;
}

.star--empty {
	color: #e74c3c;
}

.uo-review-card__date {
	font-size: 12px;
	color: #6b6b6b;
	margin-left: auto;
}

.uo-review-card__text {
	font-size: 13px;
	line-height: 1.6;
	color: #9b9b9b;
	margin-bottom: 20px;
}

.uo-review-card__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 14px;
}

.uo-review-card__status {
	font-size: 13px;
	font-weight: 600;
	color: #4ade80;
}


/* ===============================
   UO STEPS (блок 2)
================================ */

.uo-steps {
	padding: 60px 0;
	background: url("../img/bg_gray.jpg") center / cover no-repeat;
	position: relative;
	overflow: hidden;
}

.uo-steps::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.uo-steps .container {
	position: relative;
	z-index: 1;
}

.uo-steps__title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.uo-steps__subtitle {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 48px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.uo-steps__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto 32px;
}

.uo-step {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	padding: 24px 20px;
	transition: transform 0.3s ease, background 0.3s ease;
}

.uo-step:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, 0.14);
}

.uo-step__num {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #f6c23e;
	margin-bottom: 12px;
}

.uo-step__text {
	font-size: 13px;
	line-height: 1.6;
	color: #d0d0d0;
}

.uo-steps__note {
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	max-width: 600px;
	margin: 0 auto;
}


/* ===============================
   UO NEEDS (блок 3)
================================ */

.uo-needs {
	padding: 60px 0;
	background-color: #ffffff;
}

.uo-needs__title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #7aaedc;
	margin-bottom: 12px;
}

.uo-needs__subtitle {
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	max-width: 640px;
	margin: 0 auto 48px;
	line-height: 1.6;
}

.uo-needs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1000px;
	margin: 0 auto 28px;
}

.uo-need-card {
	background: #f8f8f8;
	border-radius: 20px;
	padding: 32px 26px;
	border-top: 4px solid #f6c23e;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.uo-need-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.uo-need-card__title {
	font-size: 17px;
	font-weight: 600;
	color: #1f2124;
	margin-bottom: 12px;
}

.uo-need-card__text {
	font-size: 14px;
	line-height: 1.6;
	color: #6b6b6b;
}

.uo-needs__note {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #f6c23e;
	background: #1f2124;
	display: inline-block;
	padding: 10px 28px;
	border-radius: 999px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	max-width: fit-content;
	margin: 0 auto;
}


/* ===============================
   UO ADVANTAGES (блок 4)
================================ */

.uo-advantages {
	padding: 60px 0;
	background: url("../img/bg_yellow.jpg") center / cover no-repeat;
	position: relative;
	overflow: hidden;
}

.uo-advantages::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

.uo-advantages .container {
	position: relative;
	z-index: 1;
}

.uo-advantages__title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #1f2124;
	margin-bottom: 48px;
}

.uo-advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	max-width: 1100px;
	margin: 0 auto;
}

.uo-adv-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 28px 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.uo-adv-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.1);
}

.uo-adv-card__title {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
}

.uo-adv-card__text {
	font-size: 13px;
	line-height: 1.6;
	color: #6b6b6b;
}


/* ===============================
   UO FAQ (блок 5)
================================ */

.uo-faq {
	padding: 60px 0;
	background: url("../img/bg_gray.jpg") center / cover no-repeat;
	position: relative;
	overflow: hidden;
}

.uo-faq::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

.uo-faq .container {
	position: relative;
	z-index: 1;
	max-width: 860px;
}

.uo-faq__title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #1f2124;
	margin-bottom: 40px;
}

.uo-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


/* ===============================
   UO ORDER / ФОРМА (блок 6)
================================ */

.uo-order {
	padding: 60px 0;
	background-color: #1f2124;
}

.uo-order .container {
	position: relative;
	z-index: 1;
}

.uo-order__inner {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.uo-order__title {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.uo-order__subtitle {
	font-size: 15px;
	color: #9b9b9b;
	margin-bottom: 32px;
	line-height: 1.6;
}

.uo-order__fields {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.uo-order__input {
	flex: 1;
	min-width: 180px;
	padding: 14px 20px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.07);
	font-size: 15px;
	color: #fff;
	outline: none;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.uo-order__input:focus {
	border-color: #f6c23e;
	box-shadow: 0 0 0 3px rgba(246, 194, 62, 0.15);
}

.uo-order__input::placeholder {
	color: #6b6b6b;
}

.uo-order__btn {
	padding: 14px 32px;
	background: #f6c23e;
	color: #111;
	border: none;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uo-order__btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(246, 194, 62, 0.3);
}

.uo-order__note {
	margin-top: 20px;
	font-size: 13px;
	color: #6b6b6b;
}

/* сообщение после отправки */
.uo-order__msg {
	margin-top: 14px;
	font-size: 14px;
	min-height: 20px;
}

.uo-order__msg--ok {
	color: #4ade80;
}

.uo-order__msg--err {
	color: #e74c3c;
}


/* ===============================
   UO SEO (блок 7)
================================ */

.uo-seo {
	padding: 60px 0;
	background-color: #ffffff;
}

.uo-seo__title {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #7aaedc;
	margin-bottom: 32px;
}

.uo-seo__content {
	max-width: 900px;
	margin: 0 auto;
}

.uo-seo__content p {
	font-size: 14px;
	line-height: 1.75;
	color: #6b6b6b;
	margin-bottom: 14px;
}

.uo-seo__content p:last-child {
	margin-bottom: 0;
}


/* ===============================
   АДАПТИВ
================================ */

@media (max-width: 1024px) {
	.uo-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.uo-hero__card-wrap {
		max-width: 380px;
		margin: 0 auto;
		width: 100%;
	}

	.uo-steps__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.uo-needs__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.uo-advantages__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.uo-hero__title {
		font-size: 26px;
	}

	.uo-hero__value {
		font-size: 38px;
	}

	.uo-hero__btns {
		max-width: 100%;
	}

	.uo-hero__price-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.uo-steps__list {
		grid-template-columns: 1fr;
	}

	.uo-needs__grid {
		grid-template-columns: 1fr;
	}

	.uo-advantages__grid {
		grid-template-columns: 1fr;
	}

	.uo-order__fields {
		flex-direction: column;
	}

	.uo-order__btn,
	.uo-order__input {
		width: 100%;
	}
}