/* Hero — предсезонное бронирование (v5) */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Manrope:wght@500;600;700;800&display=swap');

/* Убираем боковые отступы Aspro — hero и guarantee на всю ширину экрана */
body .wrapper_inner.wide_page:has(.predsezon-hero),
body .middle:has(.predsezon-hero) {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow-x: clip;
}

body .middle:has(.predsezon-hero) > .container,
body .middle:has(.predsezon-hero) > .maxwidth-theme.content_container,
body .maxwidth-theme.content_container:has(.predsezon-hero) {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.predsezon-hero,
.predsezon-trust,
.predsezon-guarantee {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.predsezon-hero {
	--pz-orange: #ec6707;
	--pz-orange-dark: #d45a06;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background: #121417;
	font-family: 'Manrope', system-ui, sans-serif;
	min-height: 520px;
}

.predsezon-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #121417;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.02);
}

.predsezon-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(8, 10, 14, .92) 0%, rgba(8, 10, 14, .78) 38%, rgba(8, 10, 14, .45) 62%, rgba(8, 10, 14, .55) 100%),
		linear-gradient(180deg, rgba(8, 10, 14, .15) 0%, rgba(8, 10, 14, .55) 100%);
}

.predsezon-hero__inner {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 48px 30px 56px;
}

.predsezon-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 36px 48px;
	align-items: center;
}

.predsezon-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	padding: 9px 14px;
	border: 1.5px solid var(--pz-orange);
	border-radius: 8px;
	background: rgba(0, 0, 0, .28);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.predsezon-hero__badge svg {
	width: 16px;
	height: 16px;
	fill: var(--pz-orange);
	flex: 0 0 auto;
}

.predsezon-hero__title {
	margin: 0 0 16px;
	color: #fff !important;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.02em;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.predsezon-hero__title em {
	font-style: normal;
	color: var(--pz-orange) !important;
}

.predsezon-hero__lead {
	margin: 0 0 28px;
	max-width: 560px;
	color: rgba(255, 255, 255, .88) !important;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
}

.predsezon-hero__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.predsezon-hero__features li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.predsezon-hero__ico {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 10px;
	background: rgba(236, 103, 7, .18);
	border: 1px solid rgba(236, 103, 7, .45);
}

.predsezon-hero__ico svg {
	width: 20px;
	height: 20px;
	fill: var(--pz-orange);
}

.predsezon-hero__feat {
	min-width: 0;
	padding-top: 2px;
}

.predsezon-hero__feat strong {
	display: block;
	margin: 0 0 3px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.predsezon-hero__feat small {
	display: block;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 500;
}

.predsezon-hero__hand {
	margin: 28px 0 0;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	font-weight: 600;
	color: rgba(255, 255, 255, .7) !important;
	transform: rotate(-3deg);
	transform-origin: left center;
}

/* Form card */
.predsezon-hero__form-wrap {
	width: 100%;
}

.predsezon-hero__form {
	box-sizing: border-box;
	padding: 24px 22px 20px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, .32);
	color: #222;
}

.predsezon-hero__form-title {
	margin: 0 0 6px;
	color: #111 !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.predsezon-hero__form-lead {
	margin: 0 0 16px;
	color: #666 !important;
	font-size: 13px;
	line-height: 1.4;
}

.predsezon-hero__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0 0 14px;
}

.predsezon-hero__tab {
	height: 44px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #f3f3f3;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: .15s ease;
}

.predsezon-hero__tab.is-active {
	background: var(--pz-orange);
	border-color: var(--pz-orange);
	color: #fff;
}

.predsezon-hero__field {
	display: block;
	margin: 0 0 10px;
}

.predsezon-hero__field input,
.predsezon-hero__field select {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #f7f7f7;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.predsezon-hero__field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.predsezon-hero__field input:focus,
.predsezon-hero__field select:focus {
	border-color: var(--pz-orange);
	background: #fff;
}

.predsezon-hero__hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

.predsezon-hero__submit {
	display: block;
	width: 100%;
	margin: 6px 0 12px;
	padding: 14px 16px;
	border: 0;
	border-radius: 10px;
	background: var(--pz-orange);
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	transition: background .15s ease;
}

.predsezon-hero__submit:hover {
	background: var(--pz-orange-dark);
}

.predsezon-hero__submit:disabled {
	opacity: .7;
	cursor: wait;
}

.predsezon-hero__safe {
	margin: 0;
	text-align: center;
	color: #888 !important;
	font-size: 12px;
}

.predsezon-hero__form-msg {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

.predsezon-hero__form-msg.is-ok {
	background: #ecfdf3;
	color: #166534;
}

.predsezon-hero__form-msg.is-err {
	background: #fef2f2;
	color: #991b1b;
}

/* Trust */
.predsezon-trust {
	background: #f2f3f5;
	border-bottom: 1px solid #e5e7eb;
}

.predsezon-trust__inner {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 28px;
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 18px 30px;
}

.predsezon-trust__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.predsezon-trust__list li {
	position: relative;
	padding-left: 18px;
	color: #555 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.predsezon-trust__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pz-orange, #ec6707);
}

.predsezon-trust__slogan {
	margin: 0;
	font-family: 'Caveat', cursive;
	font-size: 24px;
	font-weight: 600;
	color: #6b7280 !important;
	position: relative;
}

.predsezon-trust__slogan::after {
	content: '';
	display: block;
	width: 72%;
	height: 3px;
	margin-top: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #ec6707, rgba(236, 103, 7, .15));
	transform: rotate(-2deg);
}

.pod-zakaz-hub--landing {
	box-sizing: border-box;
	max-width: 1344px;
	margin-left: auto;
	margin-right: auto;
	padding: 28px 30px 12px;
}

.pod-zakaz-hub--landing-bottom {
	padding-top: 12px;
	padding-bottom: 40px;
}

.pod-zakaz-hub--landing .pod-zakaz-hub__sections {
	margin-bottom: 8px;
}

/* ---- Гарантия: только 3 карточки под hero ---- */
.predsezon-guarantee {
	--pz-orange: #ec6707;
	background: #f7f4f1;
	font-family: 'Manrope', system-ui, sans-serif;
}

.predsezon-guarantee__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 20px 30px;
}

.predsezon-guarantee__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.predsezon-guarantee__card {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	padding: 16px 16px 16px 0;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 6px 18px rgba(28, 25, 23, .06);
}

.predsezon-guarantee__ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	margin-left: 18px;
	border-radius: 50%;
	background: rgba(236, 103, 7, .12);
	color: var(--pz-orange);
}

.predsezon-guarantee__ico::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #2a2a2a;
	border-radius: 1px;
}

.predsezon-guarantee__ico svg {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.predsezon-guarantee__text {
	min-width: 0;
	padding-right: 4px;
}

.predsezon-guarantee__text strong {
	display: block;
	margin: 0 0 4px;
	color: #1a1a1a !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.predsezon-guarantee__text span {
	display: block;
	color: #6b7280 !important;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
}

@media (max-width: 991px) {
	.predsezon-guarantee__cards {
		grid-template-columns: 1fr;
	}

	.predsezon-guarantee__inner {
		padding: 16px 20px;
	}
}

@media (max-width: 767px) {
	.predsezon-guarantee__inner {
		padding: 14px 16px;
	}

	.pod-zakaz-hub--landing {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 1100px) {
	.predsezon-hero__grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 28px;
	}
}

@media (max-width: 991px) {
	.predsezon-hero__grid {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.predsezon-hero__form-wrap {
		max-width: 420px;
	}

	.predsezon-hero__hand {
		display: none;
	}
}

@media (max-width: 767px) {
	.predsezon-hero {
		min-height: 0;
	}

	.predsezon-hero__bg {
		background-position: 72% center;
	}

	.predsezon-hero__inner {
		padding: 28px 16px 32px;
	}

	.predsezon-hero__features {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.predsezon-hero__form {
		padding: 18px 16px 16px;
	}

	.predsezon-trust__inner {
		padding: 16px;
		flex-direction: column;
		align-items: flex-start;
	}

	.pod-zakaz-hub--landing {
		padding-left: 16px;
		padding-right: 16px;
	}
}
