/**
 * Страница «Цены» (/ceny/).
 */

.prices-page__hero .contacts-hero__bg {
	background: linear-gradient(135deg, rgba(0, 121, 121, 0.92) 0%, rgba(0, 80, 80, 0.88) 100%);
}

.prices-page__body {
	padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 4.5rem);
}

.prices-page__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
	padding: 0.65rem;
	background: #fff;
	border: 1px solid rgba(0, 121, 121, 0.14);
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(61, 68, 73, 0.06);
}

.prices-page__nav-link {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.95rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: #007979;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.prices-page__nav-link:hover,
.prices-page__nav-link:focus-visible {
	background: rgba(0, 121, 121, 0.1);
	border-color: rgba(0, 121, 121, 0.2);
	color: #006060;
	outline: none;
}

.prices-page__section--card {
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
	padding: clamp(1.5rem, 3vw, 2rem);
	background: linear-gradient(165deg, #ffffff 0%, #f0f9f9 48%, #fffdf6 100%);
	border: 1px solid rgba(0, 121, 121, 0.12);
	border-radius: 22px;
	box-shadow: 0 12px 40px rgba(61, 68, 73, 0.07);
}

.prices-page__section-inner {
	max-width: 100%;
	padding: 0;
}

.prices-page__section .front-prices__head {
	margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.prices-page__fleet-link {
	margin: 1rem 0 0;
	text-align: center;
}

.prices-page__fleet-link-a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	color: #007979;
	text-decoration: none;
}

.prices-page__fleet-link-a:hover,
.prices-page__fleet-link-a:focus-visible {
	color: #006060;
	outline: none;
}

.prices-page__cta {
	margin-top: clamp(2rem, 4vw, 2.5rem);
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 121, 121, 0.14);
	border-radius: 22px;
	box-shadow: 0 10px 36px rgba(61, 68, 73, 0.06);
}

.prices-page__cta-text {
	margin: 0 0 1.15rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #5c6468;
}

.prices-page__cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.prices-page__cta-btn-ghost {
	border: 1px solid rgba(0, 121, 121, 0.35);
	color: #007979;
	background: #fff;
}

.prices-page__cta-btn-ghost:hover {
	background: rgba(0, 121, 121, 0.06);
}

.prices-page__seo {
	margin: 1.35rem 0 2.25rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(0, 121, 121, 0.12), rgba(0, 0, 0, 0));
	border: 1px solid rgba(0, 121, 121, 0.18);
}

.prices-page__seo-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 2.3vw, 1.7rem);
}

.prices-page__seo-lead {
	margin: 0 0 1.1rem;
	max-width: 68ch;
	opacity: 0.92;
}

.prices-page__seo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.prices-page__seo-card {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	padding: 1rem 1rem 0.95rem;
}

.prices-page__seo-card h3 {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
}

.prices-page__seo-card ul {
	margin: 0;
	padding-left: 1.1rem;
}

.prices-page__seo-card li + li {
	margin-top: 0.35rem;
}

.prices-page__seo-card--example p {
	margin: 0.35rem 0;
}

@media (max-width: 980px) {
	.prices-page__seo-grid {
		grid-template-columns: 1fr;
	}
}

.prices-page__full-link {
	margin-top: 1.15rem;
	text-align: center;
}

.prices-page__full-link-a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	color: #007979;
	text-decoration: none;
}

.prices-page__full-link-a:hover,
.prices-page__full-link-a:focus-visible {
	color: #006060;
	outline: none;
}

.contacts-page__body .service-cargo-transport-prices {
	margin: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
	padding: clamp(1.75rem, 3.5vw, 2.5rem);
	border-radius: 22px;
	border: 1px solid rgba(0, 121, 121, 0.12);
	box-shadow: 0 12px 40px rgba(61, 68, 73, 0.07);
}

.contacts-page__body .service-cargo-transport-prices.front-prices {
	padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
	padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
	border-top: none;
}

.service-cargo-transport-prices__inner {
	max-width: 100%;
	padding: 0;
}

@media (max-width: 520px) {
	.prices-page__nav {
		flex-direction: column;
	}

	.prices-page__nav-link {
		justify-content: center;
	}

	.prices-page__cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.prices-page__cta-actions .btn {
		justify-content: center;
	}
}
