.tire-home-premium {

	color: #1a2332;
}

.tire-home-wrap {

	margin: 0 auto;
}

.tire-home-section {
	padding: 50px 0;
}

.tire-home-section--muted {

}

.tire-home-kicker {
	display: inline-block;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #3483fa;
}

.tire-home-hero {
	padding: 16px 0 40px;
	background: radial-gradient(circle at 15% 18%, rgba(52, 131, 250, 0.16), transparent 55%), #f5f8fc;
}

.tire-home-trustbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.tire-home-trustbar li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(26, 35, 50, 0.08);
	color: #334055;
	font-size: 0.78rem;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.tire-home-trustbar li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(140deg, #28c76f, #12b95d);
	box-shadow: 0 0 0 4px rgba(40, 199, 111, 0.14);
}

.tire-home-searchbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
	gap: 10px;
	padding: 12px;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 14px;
	border: 1px solid rgba(26, 35, 50, 0.08);
	box-shadow: 0 12px 30px rgba(26, 35, 50, 0.12);
	backdrop-filter: blur(10px);
}

.tire-home-searchbar__field input,
.tire-home-searchbar__field select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(26, 35, 50, 0.14);
	background: #fff;
	color: #1a2332;
	font-size: 0.9rem;
}

.tire-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid #3483fa;
	background: #3483fa;
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tire-home-btn:hover {
	color: #fff;
	background: #2568d4;
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(37, 104, 212, 0.22);
}

.tire-home-btn--ghost {
	background: transparent;
	color: #3483fa;
}

.tire-home-btn--ghost:hover {
	color: #fff;
}

.tire-hero-slider {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(26, 35, 50, 0.08);
	box-shadow: 0 28px 60px rgba(26, 35, 50, 0.15);
	min-height: 420px;
}

.tire-hero-slider--full {
	width: 100%;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	min-height: 560px;
}

.tire-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
}

.tire-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.tire-hero-slide__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(135deg, #dbe8fa, #edf2fa);
}

.tire-hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(15, 24, 37, 0.74) 8%, rgba(15, 24, 37, 0.32) 60%, rgba(15, 24, 37, 0.12) 100%);
}

.tire-hero-slide__content {
	position: relative;
	z-index: 1;
	max-width: 100%;
	padding: 74px 0 86px;
	color: #fff;
}

.tire-hero-slide__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 28px;
	align-items: center;
	min-height: 560px;
}

.tire-hero-slide__tag {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #f9d43b;
}

.tire-hero-slide__content h2 {
	margin: 10px 0 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.2;
	color: #fff;
	max-width: 520px;
	text-shadow: 0 10px 26px rgba(13, 20, 30, 0.35);
}

.tire-hero-slide__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 18px;
	padding: 0;
	list-style: none;
}

.tire-hero-slide__meta li {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 110px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(8, 14, 22, 0.36);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(6px);
}

.tire-hero-slide__meta li small {
	font-size: 0.66rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.72);
}

.tire-hero-slide__meta li strong {
	font-size: 0.82rem;
	color: #fff;
}

.tire-hero-slider__nav {
	position: absolute;
	z-index: 7;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.tire-hero-slider__dot {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.68);
	background: rgba(8, 16, 28, 0.56);
	cursor: pointer;
	padding: 0;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.tire-hero-slider__dot.is-active {
	background: #ffffff;
	border-color: #ffffff;
	transform: scale(1.1);
}

.tire-hero-slider__arrow {
	position: absolute;
	z-index: 7;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.65);
	background: rgba(8, 16, 28, 0.45);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tire-hero-slider__arrow:hover {
	background: rgba(8, 16, 28, 0.7);
}

.tire-hero-slider__arrow--prev {
	left: max(18px, calc((100% - 1240px) / 2));
}

.tire-hero-slider__arrow--next {
	right: max(18px, calc((100% - 1240px) / 2));
}

.tire-hero-slider__progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(249, 212, 59, 0.92));
	transform-origin: left;
	transform: scaleX(0);
	opacity: 0.88;
}

.tire-home-booking {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	align-items: end;
	padding: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.97));
	border-radius: 16px;
	border: 1px solid rgba(26, 35, 50, 0.08);
	box-shadow: 0 24px 50px rgba(14, 24, 36, 0.2);
}

.tire-home-booking__head strong {
	display: block;
	font-size: 1.04rem;
	color: #1a2332;
}

.tire-home-booking__head span {
	display: block;
	margin-top: 3px;
	font-size: 0.82rem;
	color: #5c6678;
}

.tire-home-booking__highlights {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.tire-home-booking__highlights li {
	position: relative;
	padding-left: 18px;
	font-size: 0.86rem;
	color: #334055;
	line-height: 1.35;
}

.tire-home-booking__highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3483fa, #1f66d9);
	box-shadow: 0 0 0 3px rgba(52, 131, 250, 0.14);
}

.tire-home-booking__action .tire-home-btn {
	width: 100%;
	height: 42px;
}

.tire-home-section__head {
	margin-bottom: 20px;
}

.tire-home-section__head h2 {
	margin: 10px 0 0;
	font-size: 27px;
	letter-spacing: -0.02em;
	text-transform: center;
	text-align: center;
	margin-bottom: 40px;
}

.tire-home-section__head--split {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 12px;
}

.tire-home-grid {
	display: grid;
	gap: 16px;
}

.tire-home-grid--category {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.tire-home-grid--region {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tire-tax-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(26, 35, 50, 0.08);
	
	transition: transform 0.2s ease, box-shadow 0.22s ease;
}

.tire-tax-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 32px rgba(26, 35, 50, 0.14);
}

.tire-tax-card__media {
	height: 118px;
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(130deg, rgba(52, 131, 250, 0.2), #eff4fd);
}

.tire-tax-card__content {
	padding: 14px;
}

.tire-tax-card__content h3 {
	margin: 0;
	font-size: 1.02rem;
	color: #1a2332;
}

@media (min-width: 1100px) {
	.tire-home-grid--category {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	
	}

	.tire-home-grid--category .tire-tax-card {
		display: grid;
		grid-template-rows: 1fr auto;
		grid-column: span 1;
		grid-row: span 28;
	}

	.tire-home-grid--category .tire-tax-card__media {
		height: 100%;
		min-height: 108px;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(1) {
		grid-row: span 17;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(2) {
		grid-row: span 22;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(3) {
		grid-row: span 19;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(4) {
		grid-row: span 24;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(5) {
		grid-row: span 17;
	}

	.tire-home-grid--category .tire-tax-card:nth-child(6) {
		grid-row: span 19;
	}
}

.tire-region-card {
	position: relative;
	height: 180px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(130deg, rgba(52, 131, 250, 0.22), #dae5f9);
	box-shadow: 0 14px 34px rgba(26, 35, 50, 0.1);
}

.tire-region-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(18, 25, 35, 0.62) 8%, rgba(18, 25, 35, 0.18) 58%, rgba(18, 25, 35, 0.05) 100%);
}

.tire-region-card__title {
	position: absolute;
	left: 16px;
	bottom: 16px;
	font-size: 1.08rem;
	font-weight: 700;
	color: #fff;
}

.tire-tour-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.tire-home-section__actions {
	margin-top: 24px;
	text-align: center;
}

.tire-home-tour-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(26, 35, 50, 0.08);
	box-shadow: 0 14px 34px rgba(17, 30, 52, 0.12);
	transition: transform 0.28s ease, box-shadow 0.3s ease;
}

.tire-home-tour-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(17, 30, 52, 0.18);
}

.tire-home-tour-card__media {
	position: relative;
	display: block;
	height: 214px;
	background: linear-gradient(140deg, #dbe8fa, #eef3fb);
	overflow: hidden;
}

.tire-home-tour-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 21, 40, 0.04) 0%, rgba(10, 21, 40, 0.45) 100%);
	pointer-events: none;
}

.tire-home-tour-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tire-home-tour-card:hover .tire-home-tour-card__media img {
	transform: scale(1.05);
}

.tire-home-tour-card__media-badges {
	position: absolute;
	left: 14px;
	right: 14px;
	top: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.tire-home-tour-card .tire-tur-card__ribbon {
	position: absolute;
	top: 1.05rem;
	left: -2.65rem;
	z-index: 4;
	width: 9.75rem;
	padding: 0.38rem 0;
	margin: 0;
	text-align: center;
	background: var(--tire-card-ribbon-bg, #db2777);
	color: #fff;
	font-size: 0.6rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.14);
	transform: rotate(-45deg);
	pointer-events: none;
}

.tire-home-tour-card .tire-tur-card__ribbon-text {
	display: block;
	max-width: 100%;
	padding: 0 0.35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tire-home-tour-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.tire-home-tour-card__body {
	padding: 17px 17px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 9px;
}

.tire-home-tour-card__badge {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 999px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.tire-home-tour-card__badge--new {
	background: linear-gradient(120deg, #ec7e00, #ffb24a);
	color: #fff;
	box-shadow: 0 6px 14px rgba(236, 126, 0, 0.35);
}

.tire-home-tour-card__badge--glass {
	margin-left: auto;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.tire-home-tour-card__body h3 {
	margin: 0;
	font-size: 1.09rem;
	line-height: 1.3;
	min-height: calc(1.3em * 2);
}

.tire-home-tour-card__body h3 a {
	color: #1a2332;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.tire-home-tour-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 10px;
	border: 1px solid rgba(33, 83, 160, 0.14);
	border-radius: 14px;
	background: linear-gradient(120deg, rgba(241, 247, 255, 0.98), rgba(234, 243, 255, 0.95));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.tire-home-tour-card__price span {
	display: block;
	order: 2;
	margin-top: 2px;
	font-size: 0.61rem;
	text-transform: uppercase;

	color: #73809a;
}

.tire-home-tour-card__price strong {
	order: 1;
	font-size: 1.38rem;
	color: #122b52;
	line-height: 1.04;
	white-space: nowrap;
}

.tire-home-tour-card__price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tire-home-tour-card__price .amount,
.tire-home-tour-card__price .woocommerce-Price-amount {
	display: inline-flex;
	align-items: baseline;
	color:#000000;
font-size: 16px;
}

.tire-home-tour-card__price .woocommerce-Price-currencySymbol {
	font-size: 0.82em;
	opacity: 0.88;
}

.tire-home-tour-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	padding: 11px 16px;
	border-radius: 12px;
	border: 0;
	background: linear-gradient(135deg, #185167, #112c36);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.84rem;
	white-space: nowrap;

	transition: background 0.2s ease, transform 0.2s ease;
}

.tire-home-tour-card__cta:hover {
	background: linear-gradient(135deg, #165bbd, #2678dd);
	transform: translateY(-1px);
	color: #fff;
}

@media (max-width: 540px) {
	.tire-home-tour-card__foot {
		gap: 8px;
	}

	.tire-home-tour-card__price {
		padding: 8px 9px;
	}

	.tire-home-tour-card__price strong {
		font-size: 1.2rem;
	}

	.tire-home-tour-card__cta {
		min-width: 80px;
		padding: 10px 13px;
	}
}

@media (max-width: 840px) {
	.tire-home-searchbar {
		grid-template-columns: 1fr 1fr;
	}

	.tire-home-searchbar .tire-home-btn {
		grid-column: 1 / -1;
	}

	.tire-home-section__head--split {
		flex-direction: column;
		align-items: center;
	}

	.tire-hero-slide__content {
		padding: 26px 0 82px;
	}

	.tire-hero-slider__nav {
		bottom: 14px;
	}

	.tire-hero-slider__arrow {
		width: 40px;
		height: 40px;
	}

	.tire-hero-slider__arrow--prev {
		left: 8px;
	}

	.tire-hero-slider__arrow--next {
		right: 8px;
	}

	.tire-hero-slide__inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 10px 0 52px;
		min-height: 560px;
	}

	.tire-hero-slide__booking {
		max-width: 100%;
	}
}

/* --- Hero slider v2 (clean visual, side info card) --- */
.tire-hero-slider--full {
	min-height: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.tire-home-hero .tire-hero-slider .tire-home-wrap {
	width: 100%;
	max-width: none;
}

.tire-hero-slider__shell {
	position: relative;
}

.tire-hero-slider__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	left: 30px;
	top: 55px;
	z-index: 6;
}

.tire-hero-slider__thumb {
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	opacity: 0.8;
}

.tire-hero-slider__thumb.is-active {
	opacity: 1;
	border-color: #3483fa;
	box-shadow: 0 10px 24px rgba(52, 131, 250, 0.24);
}

.tire-hero-slider__thumb img,
.tire-hero-slider__thumb-ph {
	display: block;
	width: 100%;
	height: 62px;
	object-fit: cover;
	background: transparent;
}

.tire-hero-slider__stage {
	position: relative;
	min-height: 520px;
	border-radius: 16px;
	overflow: hidden;
	background: #dde6f3;
}

.tire-hero-slider__track {
	position: absolute;
	inset: 0;
}

.tire-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.45s ease;
}

.tire-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.tire-hero-slide__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.tire-hero-slide__overlay,
.tire-hero-slide__content,
.tire-hero-slider__nav,
.tire-hero-slider__progress {
	display: none;
}

.tire-hero-slide__booking {
	display: block;
	position: absolute;
	right: 18px;
	top: 40px;
	z-index: 6;
	width: min(360px, calc(100% - 36px));
}

.tire-home-booking__head strong {
	font-size: 1.26rem;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.tire-home-booking__facts {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.tire-home-booking__facts li {
	padding: 0 0 11px;
	border-bottom: 1px dashed rgba(26, 35, 50, 0.14);
}

.tire-home-booking__facts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.tire-home-booking__facts span {
	display: block;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #708099;
	margin-bottom: 2px;
}

.tire-home-booking__facts strong {
	font-size: 1.02rem;
	color: #1a2332;
}

.tire-home-booking {
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 249, 255, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: 0 24px 55px rgba(7, 19, 36, 0.25);
	backdrop-filter: blur(7px);
}

.tire-home-booking__action .tire-home-btn {
	height: 44px;
	border-radius: 12px;
	font-weight: 700;
	box-shadow: 0 14px 28px rgba(37, 104, 212, 0.26);
}

.tire-hero-slider__arrow {
	z-index: 4;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	color: #1a2332;
	border: 1px solid rgba(26, 35, 50, 0.12);
}

.tire-hero-slider__arrow--prev {
	left: 92px;
}

.tire-hero-slider__arrow--next {
	right: 10px;
}

.tire-home-searchbar {
	margin-top: 14px;
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.tire-hero-slider__thumbs {
		flex-direction: row;
		overflow-x: auto;
		max-width: calc(100% - 32px);
		padding-bottom: 4px;
	}

	.tire-hero-slider__thumb {
		flex: 0 0 74px;
	}

	.tire-hero-slider__stage {
		min-height: 420px;
	}

	.tire-hero-slide__booking {
		width: min(320px, calc(100% - 32px));
	}
}

@media (max-width: 700px) {
	.tire-hero-slider__thumbs {
		left: 12px;
		right: 12px;
		top: 12px;
		max-width: none;
	}

	.tire-hero-slider__stage {
		min-height: 500px;
	}

	.tire-hero-slide__booking {
		left: 12px;
		right: 12px;
		top: auto;
		bottom: 12px;
		width: auto;
	}

	.tire-hero-slider__arrow--prev {
		left: 12px;
		top: 58%;
	}

	.tire-hero-slider__arrow--next {
		right: 12px;
		top: 58%;
	}
}

/* --- Premium polish overrides --- */
.tire-hero-slider__thumbs {
	gap: 9px;
}

.tire-hero-slider__thumb {
	width: 64px;
	height: 64px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 10px 22px rgba(8, 20, 36, 0.22);
	opacity: 0.92;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.tire-hero-slider__thumb:hover {
	opacity: 1;
	transform: translateX(2px);
	border-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 14px 30px rgba(8, 20, 36, 0.3);
}

.tire-hero-slider__thumb.is-active {
	opacity: 1;
	transform: scale(1.04);
	border-color: #ffffff;
	box-shadow: 0 0 0 2px rgba(52, 131, 250, 0.72), 0 16px 30px rgba(8, 20, 36, 0.34);
}

.tire-hero-slider__thumb img,
.tire-hero-slider__thumb-ph {
	height: 100%;
	border-radius: inherit;
}

.tire-hero-slider__arrow {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.92);
	color: #1f2f49;
	box-shadow: 0 16px 34px rgba(8, 20, 36, 0.22);
	backdrop-filter: blur(8px);
}

.tire-hero-slider__arrow:hover {
	transform: translateY(-50%) translateY(-1px);
	background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(233, 243, 255, 0.96));
	box-shadow: 0 18px 38px rgba(8, 20, 36, 0.3);
}

.tire-hero-slider__arrow span {
	font-size: 1.2rem;
	font-weight: 700;
}

.tire-home-booking {
	padding: 20px 18px;
	border-radius: 18px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.95) 58%, rgba(236, 245, 255, 0.93) 100%);
	border: 1px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 28px 60px rgba(6, 18, 34, 0.28);
}

.tire-home-booking__head {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(26, 35, 50, 0.08);
}

.tire-home-booking__head strong {
	font-size: 1.32rem;
	line-height: 1.25;
	color: #1a2332;
}

.tire-home-booking__facts li {
	padding: 6px 0 12px;
}

.tire-home-booking__facts span {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #7a889f;
}

.tire-home-booking__facts strong {
	font-size: 1.05rem;
	font-weight: 700;
	color: #152033;
}

.tire-home-booking__action .tire-home-btn {
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg, #3483fa, #2568d4);
	border-color: #2568d4;
	box-shadow: 0 14px 28px rgba(37, 104, 212, 0.28);
}

.tire-home-booking__action .tire-home-btn:hover {
	background: linear-gradient(135deg, #2568d4, #1e55ad);
}

/* ===== Hero Slider v3 (scoped, clean, no !important) ===== */
.tire-home-premium .tire-home-hero--v3 {
	padding: 0;
	margin: 0;
	background: transparent;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider--v3 {
	width: 100%;
	background: transparent;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider--v3 .tire-home-wrap {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__stage {
	position: relative;
	min-height: 420px;
	border-radius: 16px;
	overflow: hidden;
	background: #dbe4f1;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__track {
	position: absolute;
	inset: 0;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.45s ease;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__overlay,
.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__content,
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__nav,
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__progress {
	display: none;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumbs {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 6;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb {
	width: 58px;
	height: 58px;
	padding: 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: transparent;
	overflow: hidden;
	cursor: pointer;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb.is-active {
	border-color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb img,
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow {
	position: absolute;
	z-index: 7;
	top: 46%;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.92);
	color: #1f2f49;
}

.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--prev { left: 12px; }
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--next { right: 12px; }

.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__booking {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 6;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking {
	padding: 12px;
	border-radius: 14px;
	background: linear-gradient(165deg, rgba(24, 81, 103, 0.95), rgba(10, 40, 55, 0.95));
	border: 1px solid rgba(238, 214, 138, 0.44);
	box-shadow: 0 20px 34px rgba(7, 20, 40, 0.4);
	gap:0;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__badge {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	margin-bottom: 8px;
	border-radius: 999px;
	background: rgba(18, 35, 66, 0.55);
	color: rgba(242, 209, 122, 0.92);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__head {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(238, 214, 138, 0.32);
	text-align:center;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__head strong {
	font-size:30px !important;
	color: #f4d57c;
	text-align:center;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	column-gap: 6px;
	align-items: center;
	padding: 8px 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts li:nth-child(odd) {

	padding-right: 8px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts li:nth-child(even) { padding-left: 8px; }
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts li:nth-last-child(-n + 2) { border-bottom: 0; }
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts span { display: none; }

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts strong {
	color: #f4f7ff;
	font-size: 13px;
	font-weight: 500;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact::before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--duration::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f3d37f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v5l3 2'/%3E%3Cpath d='M9 2h6'/%3E%3C/svg%3E");
}
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--date::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f3d37f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M3 11h18'/%3E%3C/svg%3E");
}
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--route::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f3d37f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--vasita::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f3d37f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16h20'/%3E%3Cpath d='M6 16l2.2-6.6A2 2 0 0 1 10.1 8h3.8a2 2 0 0 1 1.9 1.4L18 16'/%3E%3Cpath d='M6 16l-1 3'/%3E%3Cpath d='M18 16l1 3'/%3E%3Ccircle cx='7' cy='19' r='1.2'/%3E%3Ccircle cx='17' cy='19' r='1.2'/%3E%3C/svg%3E");
}

.tire-home-premium .tire-home-hero--v3 .tire-home-booking__action { margin-top: 8px; }
.tire-home-premium .tire-home-hero--v3 .tire-home-booking__action .tire-home-btn {
	width: 100%;
	height: 40px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f8f7f4, #d9f6ff);
	border: none;
	color: #1f2634;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar {
	display: grid !important;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto !important;
	gap: 12px !important;
	margin: 14px 14px 0 !important;
	padding: 14px !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(240, 247, 255, 0.95)) !important;
	border: 1px solid rgba(37, 104, 212, 0.2) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(12, 28, 53, 0.16) !important;
	backdrop-filter: blur(6px) !important;
	-webkit-backdrop-filter: blur(6px) !important;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field {
	position: relative !important;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field::before {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(37, 104, 212, 0.12);
	color: #1f4f9f;
	font-size: 12px;
	font-weight: 700;
	z-index: 1;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field:nth-child(1)::before {
	content: "⌕";
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field:nth-child(2)::before {
	content: "🗓";
	font-size: 11px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field input,
.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field select {
	width: 100% !important;
	height: 46px !important;
	padding: 0 12px 0 40px !important;
	border-radius: 12px !important;
	border: 1px solid rgba(22, 58, 114, 0.2) !important;
	background: #ffffff !important;
	color: #14263f !important;
	font-weight: 600 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field input:focus,
.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-searchbar__field select:focus {
	border-color: #3a7aeb !important;
	box-shadow: 0 0 0 3px rgba(58, 122, 235, 0.2) !important;
	outline: none !important;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-btn {
	height: 46px !important;
	border-radius: 12px !important;
	padding: 0 22px !important;
	background: linear-gradient(135deg, #e8bb58, #c9982e) !important;
	border: 1px solid #cc9a2f !important;
	color: #1a2233 !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	box-shadow: 0 12px 22px rgba(201, 152, 46, 0.32) !important;
}

/* Home-only hero search (independent from archive search) */
.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto;
	gap: 10px;
	max-width: 1040px;
	margin: 16px auto 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-tur-hero-departure__pills {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 10px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-tur-hero-departure__pill {
	margin: 0;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-tur-hero-departure__pill,
.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-tur-hero-departure__submit {
	height: 46px;
	border-radius: 12px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search__submit {
	height: 46px;
	padding: 0 20px;
	border-radius: 12px;
	border: 1px solid #cc9a2f;
	background: linear-gradient(135deg, #e8bb58, #c9982e);
	color: #1a2233;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-hero-month-picker__trigger {
	border-radius: 12px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__layout {
	display: grid;
	grid-template-columns: 21% 79%;
	gap: 12px;
	align-items: stretch;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__categories {
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.95));
	border: 1px solid rgba(26, 35, 50, 0.09);
	border-radius: 16px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__category-item a {
	display: block;
	position: relative;
	padding: 9px 10px 9px 34px;
	border-radius: 10px;
	text-decoration: none;
	color: #1f2f49;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(37, 104, 212, 0.08);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__category-item a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #ffffff, #d1a548);
	box-shadow: 0 0 0 3px rgba(209, 165, 72, 0.16);
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__category-item a:hover {
	background: rgba(37, 104, 212, 0.09);
	border-color: rgba(37, 104, 212, 0.2);
	transform: translateX(2px);
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__all-tours-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1f2f49;
	background: transparent;
	border: 1px solid rgba(31, 47, 73, 0.3);
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__all-tours-btn::before {
	content: "✈";
	font-size: 14px;
	line-height: 1;
}

.tire-home-premium .tire-home-hero--v3 .tire-home-hero__slider-col {
	min-width: 0;
}

/* Desktop refinements */
@media (min-width: 981px) {
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider--v3 { padding: 10px 10px 0; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__stage { min-height: 450px; border-radius: 18px; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumbs {
		 left: 20px; gap: 6px; padding: 8px; border-radius: 16px;
		
	}
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb { width: 60px; height: 60px; border-radius: 14px; border-width: 2px; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__track::after {
		content: ""; position: absolute; inset: 0; pointer-events: none;
		background: linear-gradient(180deg, rgba(9, 16, 28, 0) 55%, rgba(9, 16, 28, 0.26) 100%);
	}
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__stage-title {
		position: absolute; left: 120px; right: 300px; bottom: 15px; z-index: 6;
		padding: 4px 20px; color: #fff; 
		font-size: 26px; 
		background: linear-gradient( 90deg, rgb(33 183 183 / 62%), rgba(109, 43, 13, 0.08));
	}
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow { top: auto; bottom: 16px; width: 38px; height: 38px; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--prev { left: 16px; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--next { left: 66px; right: auto; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__booking { left: auto; right: 22px; bottom: auto; width: 345px; }
	
	.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar {
		margin: -4px 24px 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 156px; border-radius: 16px;
	}
}

/* Mobile & tablet */
@media (max-width: 980px) {
	.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin: 14px auto 0;
	}
	.tire-home-premium .tire-home-hero--v3 .tire-home-hero-search--premium .tire-tur-hero-departure__pills {
		grid-template-columns: 1fr;
	}
	.tire-home-premium .tire-home-hero--v3 .tire-home-hero__layout { grid-template-columns: 1fr; }
	.tire-home-premium .tire-home-hero--v3 .tire-home-hero__categories { display: none; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumbs { flex-direction: row; max-width: calc(100% - 24px); overflow-x: auto; justify-content: center;}
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumb { flex: 0 0 58px; }
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__stage { min-height: 450px; }
	.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar { grid-template-columns: 1fr 1fr; margin: 0 !important; }
	.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-btn { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--route,
	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--vasita,
	.tire-home-booking__fact--route,
	.tire-home-booking__fact--vasita {
		display: none;
	}
}

/* Ana sayfa guven / avantaj kartlari (4 sutun) */
.tire-home-section--trust {
	padding: 1.25rem 0 1.5rem;

}

.tire-home-trust {
	--tire-trust-border: color-mix(in srgb, var(--wd-primary-color, #185167) 28%, #e8eef2);
	--tire-trust-title: var(--wd-primary-color, #185167);
	--tire-trust-text: var(--wd-text-color, #5f6b7c);
}

.tire-home-trust__head {
	text-align: center;
	margin: 0 0 1rem;
}

.tire-home-trust__head-title {
	margin: 0;
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	font-weight: 600;
	color: var(--wd-title-color, #1a2332);
	letter-spacing: 0.01em;
}

.tire-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem 1rem;
	align-items: stretch;
}

.tire-home-trust__item {
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--tire-trust-border);
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
}

.tire-home-trust__icon {
	color: var(--tire-trust-title);
	line-height: 0;
}

.tire-home-trust__icon-svg {
	display: block;
}

.tire-home-trust__title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--tire-trust-title);
	line-height: 1.3;
}

.tire-home-trust__text {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--tire-trust-text);
	line-height: 1.45;
}

@media (max-width: 991px) {
	.tire-home-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.tire-home-trust__grid {
		grid-template-columns: 1fr;
	}
}

/* Footer ustu SEO icerik blogu */
.tire-home-section--seo {
	padding-top: 0.25rem;
}

.tire-home-seo {
	padding: 1rem 0.25rem 0.2rem;
	color: var(--wd-text-color, #5f6b7c);
}

.tire-home-seo__title {
	margin: 0 0 0.45rem;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	font-weight: 600;
	color: var(--wd-title-color, #1a2435);
}

.tire-home-seo :is(p, li) {
	margin: 0;
	line-height: 1.65;
	font-size: 0.95rem;
}

.tire-home-seo p + p {
	margin-top: 0.55rem;
}

.tire-home-seo.has-more.is-collapsed .tire-home-seo__content {
	position: relative;
	max-height: 8rem;
	overflow: hidden;
}

.tire-home-seo.has-more.is-collapsed .tire-home-seo__content::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 6rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8fafc 70%);
	pointer-events: none;
}

.tire-home-seo__content :is(p, ul, ol) {
	margin: 0 0 0.55rem;
}

button.tire-home-seo__toggle {
	margin-top: 0.7rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	cursor: pointer;
	padding: 0.42rem 0.78rem;
	border-radius: 999px;
	border: 1px solid rgba(166, 49, 78, 0.34);
	color: #185167;
	font-size: 0.84rem;
	font-weight: 600;
	background: transparent;
}

button.tire-home-seo__toggle:hover {
	color: #185167;
	border-color: rgba(127, 33, 64, 0.32);
	background: rgba(18, 81, 103, 0.08);
}


@media (max-width: 767px) {
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__stage-title {

display: none !important;

	}

	.tire-home-grid--category {

grid-template-columns: repeat(2, minmax(0, 1fr));

	}

	.tire-tax-card__content h3 {
		margin: 0;
		font-size: 14px;
		color: #1a2332;
	}

	.home-page-search .home-page-search__month-trigger-text {
	
		font-size: 13px !important;
		font-weight: 600 !important;
	}


}

/* tablet */
@media (min-width: 768px) and (max-width: 980px) {
   /* SLIDER PARENT FIX */
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider {
    position: relative;
}

/* BOOKING PANEL SAĞA AL */
.tire-home-premium .tire-home-hero--v3 .tire-hero-slide__booking {
    position: absolute;
    right: 10px !important;
    left: auto !important;
	top:80px;
}

/* ARROW GENEL AYAR */
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow {
    position: absolute;
    bottom: 20px;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 5;
}

/* PREV (soldaki ama sağ blokta) */
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--prev {
    right: 70px !important;
}

/* NEXT (en sağ) */
.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__arrow--next {
    right: 20px !important;
}
	.tire-home-premium .tire-home-hero--v3 .tire-hero-slider__thumbs { flex-direction: column; max-width: calc(100% - 24px); overflow-x: auto; }

}

@media (max-width: 980px) {
	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts > li:nth-child(3),
	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__facts > li:nth-child(4) {
		display: none !important;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__badge {
		display: none;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__head strong {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		font-size: 17px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__head {
		overflow: hidden;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--date::before {
		display: none;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--date strong {
		font-size: 16px;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--date {
		order: 1;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-booking__fact--duration {
		order: 2;
	}
}

/* =========================================
   Home Page Search (Premium styled block)
   ========================================= */
   .home-page-search {
	width: 100%;
	margin-top: 18px;
	position: relative;
	z-index: 8;
}



.home-page-search .home-page-search__shell::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: linear-gradient(90deg, rgba(224, 180, 73, 0.08), rgba(255, 255, 255, 0.02), rgba(224, 180, 73, 0.06));
	pointer-events: none;
}

.home-page-search .home-page-search__form {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(0, 1.2fr) auto;
	gap: 12px;
	align-items: center;
}

.home-page-search .home-page-search__field,
.home-page-search .home-page-search__month-picker {
	position: relative;
	min-width: 0;
}

.home-page-search .home-page-search__icon,
.home-page-search .home-page-search__month-trigger-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #6f7f96;
	opacity: 0.95;
	pointer-events: none;
	z-index: 2;
}

.home-page-search .home-page-search__icon svg,
.home-page-search .home-page-search__month-trigger-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.home-page-search .home-page-search__field input,
.home-page-search .home-page-search__month-trigger {
	width: 100%;
	height: 70px;
	padding: 0 16px 0 46px;
	border: none;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
	color: #21324f;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: left;

	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease,
		background 0.25s ease;
}

.home-page-search .home-page-search__field input::placeholder {
	color: #677891;
	font-weight: 500;
	opacity: 1;
}

.home-page-search .home-page-search__field input:focus,
.home-page-search .home-page-search__month-trigger:focus,
.home-page-search .home-page-search__month-trigger:hover {
	outline: none;
	border-color: rgba(220, 178, 76, 0.75);
	box-shadow:
		0 10px 24px rgba(12, 24, 44, 0.12),
		0 0 0 3px rgba(221, 180, 79, 0.12);
	transform: translateY(-1px);
}

.home-page-search .home-page-search__month-trigger {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.home-page-search .home-page-search__month-trigger-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	color: #233452;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: left;

}

.home-page-search .home-page-search__submit {
	height: 70px;
	padding: 0 26px;
	
	border-radius: 14px;
	background: linear-gradient(135deg, #143a70 0%, #1b4b87 100%);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.home-page-search .home-page-search__submit:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #194884 0%, #22589f 100%);
	box-shadow:
		0 16px 30px rgba(10, 34, 66, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	border-color: rgba(234, 193, 92, 0.75);
	color: #fff;
}

.home-page-search .home-page-search__submit:active {
	transform: translateY(0);
}

.home-page-search .home-page-search__month-picker {
	z-index: 40;
}

.home-page-search .home-page-search__month-panel {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 40;
	padding: 14px;
	border: 1px solid rgba(214, 223, 235, 0.95);
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow:
		0 22px 48px rgba(15, 23, 42, 0.18),
		0 4px 14px rgba(15, 23, 42, 0.08);
	max-height: 340px;
	overflow: auto;
}

.home-page-search .home-page-search__month-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 6px;
}

.home-page-search .home-page-search__month-option {
	width: 100%;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #e0e7f1;
	border-radius: 12px;
	background: linear-gradient(180deg, #f9fbfe 0%, #f3f7fc 100%);
	color: #21324f;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	transition:
		border-color 0.22s ease,
		background 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.home-page-search .home-page-search__month-option:hover {
	border-color: rgba(220, 178, 76, 0.55);
	background: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.home-page-search .home-page-search__month-check {
	width: 16px;
	height: 16px;
	border: 1.5px solid #b8c5d8;
	border-radius: 5px;
	background: #fff;
	flex: 0 0 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-page-search .home-page-search__month-option.is-selected {
	border-color: rgba(217, 175, 73, 0.9);
	background: linear-gradient(180deg, #fff8e8 0%, #fdf1cc 100%);
	color: #1c2f4b;
	box-shadow: 0 10px 18px rgba(194, 154, 58, 0.14);
}

.home-page-search .home-page-search__month-option.is-selected .home-page-search__month-check {
	border-color: #d7aa44;
	background: #d7aa44;
	box-shadow: inset 0 0 0 2px #fff;
}

/* desktop genişlik dengesi */
@media (min-width: 981px) {
	.home-page-search .home-page-search__submit {
		min-width: 118px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 980px) {
	.home-page-search {
		margin-top: 16px;
	}

	.home-page-search .home-page-search__shell {
		padding: 12px;
		border-radius: 16px;
	}

	.home-page-search .home-page-search__form {
		grid-template-columns: 1fr 1fr auto;
		gap: 10px;
	}

	.home-page-search .home-page-search__field input,
	.home-page-search .home-page-search__month-trigger,
	.home-page-search .home-page-search__submit {
		height: 50px;
	}

	.home-page-search .home-page-search__submit {
		padding: 0 18px;
		font-size: 14px;
	}
}

/* mobil */
@media (max-width: 767px) {

	.tire-home-section__head h2 {
	
		font-size: 22px;
	margin-bottom: 20px;
	
	}
	
	.home-page-search::before {border-radius: 10px;}
	
	.home-page-search {

		width: 100% !important;
		left: 0 !important;
		right: inherit;
		margin-left: 0 !important;
	
	}
	


	.home-page-search .home-page-search__shell {

		padding: 0;
		background: none;
	}

	.home-page-search {
		margin-top: 14px;
	}

	.home-page-search .home-page-search__shell {
		padding: 16px;
		border-radius: 0;
		box-shadow: none;
	}

	.home-page-search .home-page-search__form {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.home-page-search .home-page-search__field input,
	.home-page-search .home-page-search__month-trigger,
	.home-page-search .home-page-search__submit {
		height: 48px;
		border-radius: 12px;
	}

	.home-page-search .home-page-search__field input,
	.home-page-search .home-page-search__month-trigger {
		font-size: 14px;
		padding-left: 42px;
	}

	.home-page-search .home-page-search__icon,
	.home-page-search .home-page-search__month-trigger-icon {
		left: 14px;
		width: 16px;
		height: 16px;
	}

	.home-page-search .home-page-search__icon svg,
	.home-page-search .home-page-search__month-trigger-icon svg {
		width: 16px;
		height: 16px;
	}

	.home-page-search .home-page-search__submit {
		width: 100%;
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.home-page-search .home-page-search__month-panel {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 8px;
		max-height: none;
		overflow: visible;
		padding: 12px;
		border-radius: 14px;
	}

	.home-page-search__month-label {
		font-size: 11px;

	}

}



/* dış alanı tam genişlik banner yap */
.home-page-search {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 28px;
	padding: 24px 0;
	z-index: 4;


}

/* travel hissi veren açık arka plan */
.home-page-search::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(73deg, rgb(147 232 255) 0%, #185167 100%);
	pointer-events: none;
}

/* çok hafif desen katmanı */
.home-page-search::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.18) 25%, transparent 25%) -16px 0/32px 32px,
		linear-gradient(225deg, rgba(255,255,255,0.12) 25%, transparent 25%) -16px 0/32px 32px,
		linear-gradient(315deg, rgba(255,255,255,0.08) 25%, transparent 25%) 0px 0/32px 32px,
		linear-gradient(45deg, rgba(255,255,255,0.08) 25%, transparent 25%) 0px 0/32px 32px;
	opacity: 0.18;
	pointer-events: none;
}

/* içerik normal container genişliğinde kalsın */
.home-page-search .home-page-search__shell {
	position: relative;
	
	max-width: 1280px;
	margin: 0 auto;

	background: transparent;
	border: 0;
	border-radius: 0;

}

.tire-home-promo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tire-home-promo-tile {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(19, 45, 74, 0.14);
	background: #eef4f8;
}

.tire-home-promo-tile img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.tire-home-promo-grid {
		gap: 12px;
	}
}

@media (max-width: 767px) {
	.tire-home-section {
		padding: 38px 0;
	}
	.tire-home-promo-grid {
		grid-template-columns: 1fr;
	}
}
