.tire-home-premium {

	color: #1a2332;
}

.tire-home-wrap {
	max-width: 1240px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

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

.tire-home-section--muted {
	background: #f8fafc;
}

.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: #15803d;
	box-shadow: none !important;
}

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

.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;
	gap: 8px;
	height: 44px;
	padding: 0 24px;
	border-radius: 12px;
	border: 1px solid var(--arsatar-green, #15803d) !important;
	background: var(--arsatar-green, #15803d) !important;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.94rem;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.tire-home-btn:hover,
.tire-home-btn:focus {
	color: #ffffff !important;
	background: var(--arsatar-green-dark, #166534) !important;
	border-color: var(--arsatar-green-dark, #166534) !important;
	transform: none !important;
	box-shadow: none !important;
	outline: none;
}

.tire-home-btn--ghost {
	background: #ffffff !important;
	color: var(--arsatar-green, #15803d) !important;
	border: 1px solid #cbd5e1 !important;
}

.tire-home-btn--ghost:hover,
.tire-home-btn--ghost:focus {
	background: var(--arsatar-green, #15803d) !important;
	border-color: var(--arsatar-green, #15803d) !important;
	color: #ffffff !important;
}

.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.25rem, 2.3vw, 1.65rem);
	line-height: 1.25;
	color: #fff;
	max-width: 520px;
	text-shadow: none !important;
}

.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: var(--arsatar-green, #15803d);
	box-shadow: none !important;
}

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

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

.tire-home-section__head h2 {
	margin: 10px 0 0;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: center;
	text-align: center;
	margin-bottom: 32px;
}

.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--region {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* ——— Arsa kategorileri (6 sütun, alta hizalı saçaklı düzen) ——— */
.arsatar-home-categories {
	display: block;
	padding-top: 44px;
	padding-bottom: 56px;
	background: #ffffff;
}

.arsatar-home-categories__head {
	margin-bottom: 34px;
}

.arsatar-home-categories__head h2 {
	margin-bottom: 0;
}

.arsatar-home-categories .arsatar-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: end;
	width: 100%;
}

.arsatar-home-categories .arsatar-cat-visual-card {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	border-radius: 20px;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.35s ease;
}

.arsatar-home-categories .arsatar-cat-visual-card:hover,
.arsatar-home-categories .arsatar-cat-visual-card:focus-visible {
	outline: none;
	transform: translateY(-4px);
}

.arsatar-home-categories .arsatar-cat-visual-card__media {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	background-color: #d4e4dc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.arsatar-home-categories .arsatar-cat-visual-card__media--default {
	background-image: linear-gradient(165deg, #dce8e2 0%, #b5cfc0 55%, #9ab5a6 100%);
}

.arsatar-home-categories .arsatar-cat-visual-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.arsatar-home-categories .arsatar-cat-visual-card:hover .arsatar-cat-visual-card__img,
.arsatar-home-categories .arsatar-cat-visual-card:focus-visible .arsatar-cat-visual-card__img {
	transform: scale(1.05);
}

.arsatar-home-categories .arsatar-cat-visual-card__label {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 2;
	display: block;
	width: calc(100% - 24px);
	max-width: calc(100% - 24px);
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1a2332;
	text-align: center;
	letter-spacing: -0.01em;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.1);
	transform: translateX(-50%);
	overflow-wrap: anywhere;
	word-break: break-word;
	transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.arsatar-home-categories .arsatar-cat-visual-card:hover .arsatar-cat-visual-card__label,
.arsatar-home-categories .arsatar-cat-visual-card:focus-visible .arsatar-cat-visual-card__label {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

/* Saçaklı yükseklikler — 2. ve 4. kart en uzun */
.arsatar-home-categories .arsatar-cat-visual-card--h1 { height: 258px; }
.arsatar-home-categories .arsatar-cat-visual-card--h2 { height: 310px; }
.arsatar-home-categories .arsatar-cat-visual-card--h3 { height: 242px; }
.arsatar-home-categories .arsatar-cat-visual-card--h4 { height: 322px; }
.arsatar-home-categories .arsatar-cat-visual-card--h5 { height: 268px; }
.arsatar-home-categories .arsatar-cat-visual-card--h6 { height: 232px; }

@media (min-width: 768px) {
	.arsatar-home-categories .arsatar-cat-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.arsatar-home-categories .arsatar-cat-visual-card__label {
		font-size: 0.875rem;
		padding: 10px 16px;
		bottom: 16px;
	}

	.arsatar-home-categories .arsatar-cat-visual-card--h1 { height: 268px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h2 { height: 318px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h3 { height: 250px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h4 { height: 328px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h5 { height: 278px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h6 { height: 245px; }
}

@media (min-width: 992px) {
	.arsatar-home-categories .arsatar-cat-grid {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		align-items: end;
		justify-items: stretch;
		gap: 16px;
	}

	.arsatar-home-categories .arsatar-cat-visual-card {
		width: 100%;
		max-width: none;
	}

	.arsatar-home-categories .arsatar-cat-visual-card--h1 { height: 272px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h2 { height: 330px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h3 { height: 255px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h4 { height: 318px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h5 { height: 285px; }
	.arsatar-home-categories .arsatar-cat-visual-card--h6 { height: 248px; }
}

@media (max-width: 767px) {
	.arsatar-home-categories {
		padding-top: 36px;
		padding-bottom: 44px;
	}

	.arsatar-home-categories .arsatar-cat-grid {
		align-items: stretch;
	}

	.arsatar-home-categories .arsatar-cat-visual-card {
		border-radius: 18px;
	}

	.arsatar-home-categories .arsatar-cat-visual-card--h1,
	.arsatar-home-categories .arsatar-cat-visual-card--h2,
	.arsatar-home-categories .arsatar-cat-visual-card--h3,
	.arsatar-home-categories .arsatar-cat-visual-card--h4,
	.arsatar-home-categories .arsatar-cat-visual-card--h5,
	.arsatar-home-categories .arsatar-cat-visual-card--h6 {
		height: 240px;
	}

	.arsatar-home-categories .arsatar-cat-visual-card__label {
		font-size: 0.75rem;
		padding: 8px 12px;
		bottom: 12px;
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

@media (max-width: 374px) {
	.arsatar-home-categories .arsatar-cat-grid {
		grid-template-columns: 1fr;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.arsatar-home-categories .arsatar-cat-visual-card--h1,
	.arsatar-home-categories .arsatar-cat-visual-card--h2,
	.arsatar-home-categories .arsatar-cat-visual-card--h3,
	.arsatar-home-categories .arsatar-cat-visual-card--h4,
	.arsatar-home-categories .arsatar-cat-visual-card--h5,
	.arsatar-home-categories .arsatar-cat-visual-card--h6 {
		height: 280px;
	}
}

.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: 24px;
	align-items: stretch;
}

.tire-tour-grid--latest {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

@media (max-width: 1100px) {
	.tire-tour-grid--latest {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 640px) {
	.tire-tour-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tire-tour-grid--latest {
		grid-template-columns: 1fr;
	}
}

/* ——— Yeni İlanlar kartı (premium) ——— */
.tire-home-ilan-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border: 1px solid #e8edf2;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tire-home-ilan-card:hover {
	transform: translateY(-4px);
	border-color: #dbe3ea;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.tire-home-ilan-card__media {
	position: relative;
	display: block;
	height: 200px;
	background: #f1f5f9;
	overflow: hidden;
	text-decoration: none;
}

.tire-home-ilan-card__img,
.tire-home-ilan-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tire-home-ilan-card:hover .tire-home-ilan-card__img,
.tire-home-ilan-card:hover .tire-home-ilan-card__media img {
	transform: scale(1.04);
}

.tire-home-ilan-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #e8f0ea 0%, #d4e4dc 100%);
}

.tire-home-ilan-card__status {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 56px);
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--arsatar-green, #15803d);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;

	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tire-home-ilan-card__status--sold {
	background: #b91c1c !important;
	color: #fff !important;
}

.tire-home-ilan-card__area {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.2;
}

.tire-home-ilan-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 8px;
	padding: 14px 16px 16px;
}

.tire-home-ilan-card__title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0f172a;
}

.tire-home-ilan-card__title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.15s ease;
}

.tire-home-ilan-card__title a:hover {
	color: var(--arsatar-green, #15803d);
}

.tire-home-ilan-card__location {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.35;
	color: #64748b;
}

.tire-home-ilan-card__location svg {
	flex-shrink: 0;
	color: #94a3b8;
}

.tire-home-ilan-card__location span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tire-home-ilan-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 10px;
}

.tire-home-ilan-card__price {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--arsatar-green, #15803d);
	letter-spacing: -0.01em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tire-home-ilan-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-shrink: 0;
	padding: 7px 14px;
	border-radius: 999px;
	border: 1px solid var(--arsatar-green, #15803d);
	background: #ffffff;
	color: var(--arsatar-green, #15803d);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.tire-home-ilan-card:hover .tire-home-ilan-card__cta {
	background: var(--arsatar-green, #15803d);
	border-color: var(--arsatar-green, #15803d);
	color: #ffffff;
}

@media (max-width: 640px) {
	.tire-home-ilan-card__media {
		height: 190px;
	}

	.tire-home-ilan-card__price {
		font-size: 1.05rem;
	}
}

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

.tire-home-tour-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tire-home-tour-card:hover {
	transform: translateY(-4px);
	border-color: #cbd5e1;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

.tire-home-tour-card__media {
	position: relative;
	display: block;
	height: 190px;
	background: #f1f5f9;
	overflow: hidden;
}

.tire-home-tour-card__media::after {
	display: none;
}

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

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

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

.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%;
	background: #f1f5f9;
}

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

.tire-home-tour-card__badge {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	font-weight: 600;
	padding: 4px 9px;
	border-radius: 6px;
}

.tire-home-tour-card__badge--new {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}

.tire-home-tour-card__badge--glass {
	margin-left: auto;
	background: rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 6px;
}

.tire-home-tour-card__badge--sold,
.tire-home-tour-card__badge.tire-home-tour-card__badge--sold,
.tire-home-tour-card__badge--glass.tire-home-tour-card__badge--sold {
	background: #b91c1c !important;
	border-color: rgba(254, 202, 202, 0.3) !important;
	color: #fff !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.tire-home-tour-card__body h3 {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 600;
	min-height: 2.8em;
}

.tire-home-tour-card__body h3 a {
	color: #0f172a;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.95rem;
	font-weight: 600;
	transition: color 0.15s ease;
}

.tire-home-tour-card__body h3 a:hover {
	color: var(--arsatar-green, #15803d);
}

.tire-home-tour-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: -2px;
}

.tire-home-tour-card__specs {
	margin: 0;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--arsatar-green, #15803d);
	line-height: 1.3;
}

.tire-home-tour-card__location {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12.5px;
	color: #64748b;
	line-height: 1.3;
}

.tire-home-tour-card__location-icon {
	display: inline-flex;
	align-items: center;
	color: #94a3b8;
	flex-shrink: 0;
}

.tire-home-tour-card__location-icon svg {
	width: 13px;
	height: 13px;
}

.tire-home-tour-card__location-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tire-home-tour-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
	background: transparent;
	border-radius: 0;
	min-height: auto;
}

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

.tire-home-tour-card__price strong {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.1;
	white-space: nowrap;
	letter-spacing: -0.01em;
}

.tire-home-tour-card__price .amount,
.tire-home-tour-card__price .woocommerce-Price-amount {
	display: inline-flex;
	align-items: baseline;
	color: #0f172a;
	font-size: 1.15rem;
	font-weight: 700;
}

.tire-home-tour-card__price .woocommerce-Price-currencySymbol {
	font-size: 0.85em;
	font-weight: 600;
	margin-left: 2px;
}

.tire-home-tour-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 8px;
	border: 1px solid var(--arsatar-green, #15803d);
	background: var(--arsatar-green, #15803d);
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.82rem;
	white-space: nowrap;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tire-home-tour-card__cta:hover {
	background: var(--arsatar-green-dark, #166534);
	border-color: var(--arsatar-green-dark, #166534);
	color: #ffffff;
	transform: none;
}

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

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

	.tire-home-tour-card__cta {
		padding: 6px 12px;
		font-size: 0.8rem;
	}
}

@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: 12px;
	background: var(--arsatar-green, #15803d) !important;
	border: 1px solid var(--arsatar-green, #15803d) !important;
	color: #fff !important;
	box-shadow: none !important;
}

.tire-home-booking__action .tire-home-btn:hover {
	background: var(--arsatar-green-dark, #166534) !important;
	border-color: var(--arsatar-green-dark, #166534) !important;
	color: #fff !important;
}

/* ===== 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: 580px) {
	.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar,
	.tire-home-searchbar {
		grid-template-columns: 1fr !important;
		padding: 10px !important;
		gap: 8px !important;
	}

	.tire-home-premium .tire-home-hero--v3 .tire-home-wrap > .tire-home-searchbar .tire-home-btn,
	.tire-home-searchbar .tire-home-btn {
		grid-column: 1 / -1 !important;
		width: 100% !important;
	}
}

@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 {
	margin: 10px 0 20px;
}

.tire-home-trust__head {
	text-align: center;
	margin: 0 auto 32px;
	max-width: 600px;
}

.tire-home-trust__head-title {
	margin: 8px 0 0;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -0.02em;
}

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

.tire-home-trust__item {
	margin: 0;
	padding: 28px 22px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: none !important;
	transition: border-color 0.2s ease;
}

.tire-home-trust__item:hover {
	border-color: var(--arsatar-green, #15803d);
}

.tire-home-trust__icon-wrap {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: #f0fdf4;
	border: 1px solid #dcfce7;
	color: var(--arsatar-green, #15803d);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 14px;
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tire-home-trust__item:hover .tire-home-trust__icon-wrap {
	background: var(--arsatar-green, #15803d);
	color: #ffffff;
}

.tire-home-trust__title {
	margin: 0 0 8px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}

.tire-home-trust__text {
	margin: 0;
	font-size: 13.5px;
	font-weight: 400;
	color: #64748b;
	line-height: 1.55;
}

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

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

	.tire-home-trust__item {
		padding: 22px 18px;
	}
}

/* Footer ustu SEO icerik blogu */
.tire-home-section--seo {
	padding-top: 36px;
	padding-bottom: 56px;
}

.tire-home-seo {
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
	color: #5c6b7f;
}

.tire-home-seo__title {
	margin: 0 0 14px;
	font-size: clamp(1.05rem, 1.4vw, 1.22rem);
	font-weight: 700;
	line-height: 1.35;
	color: #1a2332;
}

.tire-home-seo h3,
body.arsatar-site .tire-home-seo h3 {
	margin: 1.35rem 0 0.55rem;
	font-size: clamp(0.98rem, 1.2vw, 1.06rem) !important;
	font-weight: 700;
	line-height: 1.35;
	color: #1a2332 !important;
}

.tire-home-seo h3:first-child,
body.arsatar-site .tire-home-seo h3:first-child {
	margin-top: 0;
}

.tire-home-seo h4,
body.arsatar-site .tire-home-seo h4 {
	margin: 1rem 0 0.45rem;
	font-size: 0.94rem !important;
	font-weight: 700;
	line-height: 1.35;
	color: #243044 !important;
}

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

.tire-home-seo strong {
	color: #2d3a4d;
	font-weight: 650;
}

.tire-home-seo em {
	font-style: italic;
	color: #4a5a6d;
}

.tire-home-seo ul,
.tire-home-seo ol {
	margin: 0.45rem 0 0.85rem;
	padding-left: 1.2rem;
}

.tire-home-seo ul {
	list-style: disc;
}

.tire-home-seo ol {
	list-style: decimal;
}

.tire-home-seo li + li {
	margin-top: 0.35rem;
}

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

.tire-home-seo a {
	color: #1b6b4a;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tire-home-seo a:hover {
	color: #155a3e;
}

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

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

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

.tire-home-seo__content h3 + p,
.tire-home-seo__content h4 + p {
	margin-top: 0;
}

button.tire-home-seo__toggle {
	--btn-height: auto;
	margin-top: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 0 !important;
	padding: 0.55rem 1.1rem !important;
	border-radius: 999px;
	border: 1px solid rgba(27, 107, 74, 0.28);
	color: #1b6b4a;
	font-size: 0.86rem;
	font-weight: 700;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

button.tire-home-seo__toggle:hover {
	color: #fff;
	border-color: #1b6b4a;
	background: #1b6b4a;
}


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

display: none !important;

	}

	.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,
.home-page-search .home-page-search__select {
	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,
.home-page-search .home-page-search__select:focus {
	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;
	}
}

/* Arsatar ilan kartları */
.tire-home-tour-card--ilan {
	border-color: #e2e8f0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tire-home-tour-card--ilan:hover {
	transform: translateY(-4px);
	border-color: #cbd5e1;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

.tire-home-tour-card--ilan .tire-home-tour-card__media {
	height: 200px;
	background: #f1f5f9;
}

.tire-home-tour-card--ilan .tire-home-tour-card__media::after {
	display: none;
}

.tire-home-tour-card--ilan .tire-home-tour-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0;
	padding: 16px;
}

.tire-home-tour-card--ilan .tire-home-tour-card__title {
	margin: 0 0 10px;
	height: auto;
	min-height: 42px;
	max-height: none;
}

.tire-home-tour-card--ilan .tire-home-tour-card__title a {
	display: -webkit-box;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.4;
	color: #0f172a;
	text-decoration: none;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tire-home-tour-card--ilan .tire-home-tour-card__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 40px;
	margin-bottom: 12px;
}

.tire-home-tour-card--ilan .tire-home-tour-card__specs {
	margin: 0;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3;
	color: #15803d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tire-home-tour-card--ilan .tire-home-tour-card__specs--empty {
	visibility: hidden;
}

.tire-home-tour-card--ilan .tire-home-tour-card__location {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
	color: #64748b;
}

.tire-home-tour-card--ilan .tire-home-tour-card__location--empty {
	visibility: hidden;
}

.tire-home-tour-card--ilan .tire-home-tour-card__location-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #94a3b8;
}

.tire-home-tour-card--ilan .tire-home-tour-card__location-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tire-home-tour-card--ilan .tire-home-tour-card__foot {
	margin-top: auto;
	padding: 12px 0 0;
	border: 0;
	border-top: 1px solid #f1f5f9;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	min-height: auto;
}

.tire-home-tour-card--ilan .tire-home-tour-card__price {
	min-width: 0;
	flex: 1;
}

.tire-home-tour-card--ilan .tire-home-tour-card__price strong {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.01em;
}

.tire-home-tour-card--ilan .tire-home-tour-card__cta {
	flex-shrink: 0;
	min-width: 78px;
	padding: 7px 14px;
	border-radius: 8px;
	background: #15803d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #15803d;
	transition: background-color 0.15s ease;
}

.tire-home-tour-card--ilan .tire-home-tour-card__cta:hover {
	background: #166534;
	border-color: #166534;
	color: #ffffff;
}

.tire-home-tour-card--ilan .tire-home-tour-card__price span {
	display: none;
}

.home-page-search .home-page-search__select {
	cursor: pointer;
	appearance: none;
}

.home-page-search__shell--ilan .home-page-search__form--ilan {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-page-search__row--primary {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(120px, 0.7fr)) auto;
	gap: 10px;
	align-items: end;
}

.home-page-search__row--advanced {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
	padding-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-page-search__row--advanced label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.82);
}

.home-page-search__row--advanced input,
.home-page-search__row--advanced select {
	width: 100%;
	min-height: 42px;
}

@media (max-width: 1100px) {
	.home-page-search__row--primary {
		grid-template-columns: 1fr 1fr;
	}

	.home-page-search__row--advanced {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.home-page-search__row--primary,
	.home-page-search__row--advanced {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   Ana sayfa arama kahramani (arsa odakli)
   ========================================================= */

/* Ust wrapper: yatay scroll olmadan tam genislik izin ver */
body.home.arsatar-home-page,
body.home.arsatar-home-page .main-page-wrapper,
body.home.arsatar-home-page .wd-page-content,
body.home.arsatar-home-page .wd-content-layout,
body.home.arsatar-home-page .wd-content-area,
body.home.arsatar-home-page .wd-content-area > .container,
body.home.arsatar-home-page .tire-home-premium {
	overflow-x: clip;
	max-width: 100%;
}

.arsatar-search-hero {
	--arsatar-search-bar-max: 980px;
	position: relative;
	isolation: isolate;
	/* Viewport breakout: parent container dar olsa bile kenardan kenara */
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	min-height: clamp(420px, 48vw, 560px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px max(16px, calc((100vw - min(100vw, var(--arsatar-search-bar-max))) / 2)) 56px;
	background-color: #1a3a2a;
	background-image: var(--arsatar-search-hero-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.arsatar-search-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		180deg,
		rgba(8, 22, 14, 0.48) 0%,
		rgba(10, 28, 18, 0.58) 50%,
		rgba(8, 22, 14, 0.68) 100%
	);
	pointer-events: none;
}

.arsatar-search-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--arsatar-search-bar-max);
	margin: 0 auto;
	text-align: center;
}

.arsatar-search-hero__title {
	margin: 0 0 28px;
	color: #fff;
	font-size: clamp(1.4rem, 2.6vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-shadow: none !important;
}

.arsatar-search-hero__form {
	margin: 0;
	width: 100%;
}

.arsatar-search-hero__bar {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	background: #fff;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	box-shadow: none !important;
	overflow: hidden;
	min-height: 62px;
	padding: 6px 6px 6px 4px;
	box-sizing: border-box;
}

.arsatar-search-hero__field {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 0;
	margin: 0;
	min-width: 0;
	border-right: 1px solid #e5e7eb;
}

.arsatar-search-hero__field:last-of-type {
	border-right: 0;
}

.arsatar-search-hero__field::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #9aa3af;
	border-bottom: 2px solid #9aa3af;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.arsatar-search-hero__select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: 0 !important;
	outline: none;
	box-shadow: none !important;
	background: transparent !important;
	padding: 14px 34px 14px 18px;
	font-size: 15px;
	font-weight: 600;
	color: #1f2937 !important;
	font-family: inherit;
	cursor: pointer;
	min-height: 50px;
	line-height: 1.2;
	border-radius: 0 !important;
}

.arsatar-search-hero__select:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.arsatar-search-hero__select:focus {
	outline: none;
	background: transparent !important;
}

.arsatar-search-hero__submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	flex: 0 0 auto;
	align-self: center;
	margin: 0 2px 0 8px !important;
	padding: 0 22px !important;
	min-height: 48px !important;
	height: 48px !important;
	width: auto !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #15803d !important;
	background-color: #15803d !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: inherit !important;
	line-height: 1 !important;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.arsatar-search-hero__submit:hover,
.arsatar-search-hero__submit:focus,
.arsatar-search-hero__submit:active {
	background: #166534 !important;
	background-color: #166534 !important;
	background-image: none !important;
	color: #fff !important;
	transform: none;
	box-shadow: none !important;
	outline: none !important;
}

.arsatar-search-hero__submit span {
	color: inherit !important;
}

.arsatar-search-hero__submit svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: inherit;
}

.arsatar-search-hero__categories {
	margin-top: 36px;
	width: 100%;
}

.arsatar-search-hero__categories-title {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.arsatar-search-hero__category-carousel {
	position: relative;
	width: 100%;
}

.arsatar-search-hero__category-swiper {
	overflow: hidden;
	padding: 4px 2px 0;
}

.arsatar-search-hero__category-swiper .swiper-slide {
	height: auto;
}

.arsatar-search-hero__categories .arsatar-search-hero__category-pagination,
.arsatar-search-hero__category-carousel .arsatar-search-hero__category-pagination,
.arsatar-search-hero__category-pagination.swiper-pagination,
.arsatar-search-hero__category-pagination.swiper-pagination-bullets,
.arsatar-search-hero__category-pagination.swiper-pagination-horizontal {
	display: none;
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	z-index: 2 !important;
}

.arsatar-search-hero__category-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.arsatar-search-hero__category-pagination .swiper-pagination-bullet-active {
	background: #fff;
	transform: scale(1.15);
}

.arsatar-search-hero__category {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 112px;
	margin: 0 auto;
	min-width: 0;
	color: #fff;
	text-decoration: none;
	transition: transform 0.25s ease;
}

.arsatar-search-hero__category:hover,
.arsatar-search-hero__category:focus-visible {
	outline: none;
	transform: translateY(-3px);
	color: #fff;
}

.arsatar-search-hero__category-media {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.92);
	background-color: rgba(255, 255, 255, 0.12);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.arsatar-search-hero__category-media--placeholder {
	background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.arsatar-search-hero__category:hover .arsatar-search-hero__category-media,
.arsatar-search-hero__category:focus-visible .arsatar-search-hero__category-media {
	border-color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.arsatar-search-hero__category-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arsatar-search-hero__category-label {
	display: block;
	width: 100%;
	min-height: 2.6em;
	padding: 0 2px 2px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: -0.01em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 900px) {
	.arsatar-search-hero {
		min-height: 0;
		padding: 40px 16px 40px;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}

	.arsatar-search-hero__categories {
		margin-top: 28px;
	}

	.arsatar-search-hero__categories-title {
		margin-bottom: 18px;
		font-size: 0.95rem;
	}

	.arsatar-search-hero__category-carousel {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 0 16px 4px;
		box-sizing: border-box;
	}

	.arsatar-search-hero__categories .arsatar-search-hero__category-pagination,
	.arsatar-search-hero__category-carousel .arsatar-search-hero__category-pagination,
	.arsatar-search-hero__category-pagination.swiper-pagination,
	.arsatar-search-hero__category-pagination.swiper-pagination-bullets,
	.arsatar-search-hero__category-pagination.swiper-pagination-horizontal {
		display: flex !important;
		margin-top: 18px !important;
	}

	.arsatar-search-hero__category-media {
		width: 88px;
		height: 88px;
		border-width: 2px;
	}

	.arsatar-search-hero__category-label {
		font-size: 0.72rem;
	}

	.arsatar-search-hero__bar {
		flex-direction: column;
		border-radius: 18px;
		min-height: 0;
		padding: 8px;
		gap: 0;
	}

	.arsatar-search-hero__field {
		border-right: 0;
		border-bottom: 1px solid #e5e7eb;
		width: 100%;
	}

	.arsatar-search-hero__field:last-of-type {
		border-bottom: 0;
	}

	.arsatar-search-hero__select {
		min-height: 52px;
		padding: 14px 36px 14px 16px;
		text-align: left;
	}

	.arsatar-search-hero__submit {
		margin: 8px 0 0 !important;
		width: 100% !important;
		min-height: 50px !important;
		height: 50px !important;
		border-radius: 12px !important;
	}
}

/* ——— Ana sayfa: Nasıl çalışır? (minimal premium) ——— */
.arsatar-home-steps {
	position: relative;
	z-index: 3;
	margin-top: -32px;
	padding: 0 0 48px;
	background: #fff;
}

.arsatar-home-steps__head {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
	padding-top: clamp(24px, 3vw, 36px);
}

.arsatar-home-steps__kicker {
	margin: 0 0 8px;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--arsatar-green, #1b6b4a);
}

.arsatar-home-steps__title {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.42rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: #0f172a;
}

.arsatar-home-steps__timeline {
	position: relative;
	margin-top: clamp(28px, 4vw, 40px);
}

.arsatar-home-steps__rail {
	position: absolute;
	top: 22px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	pointer-events: none;
	z-index: 0;
}

.arsatar-home-steps__rail-track,
.arsatar-home-steps__rail-fill {
	position: absolute;
	inset: 0;
	border-radius: 999px;
}

.arsatar-home-steps__rail-track {
	background: #e8eeeb;
}

.arsatar-home-steps__rail-fill {
	width: 0%;
	background: var(--arsatar-green, #1b6b4a);
	transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.arsatar-home-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	position: relative;
	z-index: 1;
}

.arsatar-home-steps__item {
	display: grid;
	justify-items: center;
	gap: 18px;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.arsatar-home-steps.is-visible .arsatar-home-steps__item {
	transform: translateY(0);
}

.arsatar-home-steps.is-visible .arsatar-home-steps__item:nth-child(1) { transition-delay: 0.04s; }
.arsatar-home-steps.is-visible .arsatar-home-steps__item:nth-child(2) { transition-delay: 0.12s; }
.arsatar-home-steps.is-visible .arsatar-home-steps__item:nth-child(3) { transition-delay: 0.2s; }
.arsatar-home-steps.is-visible .arsatar-home-steps__item:nth-child(4) { transition-delay: 0.28s; }

.arsatar-home-steps.is-visible .arsatar-home-steps__item:not(.is-active):not(.is-done) {
	opacity: 0.68;
}

.arsatar-home-steps.is-visible .arsatar-home-steps__item.is-active {
	opacity: 1;
}

.arsatar-home-steps.is-visible .arsatar-home-steps__item.is-done {
	opacity: 0.82;
}

.arsatar-home-steps__node {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	color: #94a3b8;
	font: inherit;
	cursor: pointer;
	transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.arsatar-home-steps__node:hover,
.arsatar-home-steps__node:focus-visible {
	outline: none;
	border-color: rgba(27, 107, 74, 0.35);
	color: var(--arsatar-green, #1b6b4a);
}

.arsatar-home-steps__num {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

.arsatar-home-steps__item.is-active .arsatar-home-steps__node {
	background: var(--arsatar-green, #1b6b4a);
	border-color: var(--arsatar-green, #1b6b4a);
	color: #fff;
	box-shadow: 0 10px 24px rgba(27, 107, 74, 0.22);
	transform: translateY(-1px);
}

.arsatar-home-steps__item.is-done .arsatar-home-steps__node {
	background: #f4faf7;
	border-color: rgba(27, 107, 74, 0.28);
	color: var(--arsatar-green, #1b6b4a);
}

.arsatar-home-steps__card {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 20px 14px 18px;
	border-radius: 16px;
	border: 1px solid #eef2f6;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.arsatar-home-steps__item.is-active .arsatar-home-steps__card {
	border-color: rgba(27, 107, 74, 0.18);
	background: linear-gradient(180deg, #fcfefd 0%, #f7fbf9 100%);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.arsatar-home-steps__item.is-done .arsatar-home-steps__card {
	border-color: #eef2f6;
	background: #fafbfc;
}

.arsatar-home-steps__art {
	width: min(100%, 168px);
	aspect-ratio: 220 / 180;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.92;
	transition: opacity 0.4s ease;
}

.arsatar-home-steps__item.is-active .arsatar-home-steps__art {
	opacity: 1;
}

.arsatar-home-steps__svg {
	display: block;
	width: 100%;
	height: auto;
}

.arsatar-home-steps__label {
	margin: 0;
	max-width: 14em;
	font-size: clamp(0.84rem, 1.1vw, 0.94rem);
	font-weight: 600;
	line-height: 1.5;
	color: #475569;
	text-align: center;
	transition: color 0.4s ease;
}

.arsatar-home-steps__item.is-active .arsatar-home-steps__label {
	color: #0f172a;
	font-weight: 700;
}

.arsatar-home-steps__viewport {
	position: relative;
}

.arsatar-home-steps__dots {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 12px;
}

.arsatar-home-steps__dot {
	--btn-height: auto;
	--btn-padding: 0;
	width: 6px;
	height: 6px;
	min-height: 0 !important;
	min-width: 0;
	padding: 0 !important;
	border: 0;
	border-radius: 999px;
	background: #b8c9bf;
	box-shadow: none;
	text-transform: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: width 0.3s ease, background 0.3s ease;
}

.arsatar-home-steps__dot.is-active {
	width: 18px;
	height: 6px;
	background: var(--arsatar-green, #1b6b4a);
}

.arsatar-home-steps__dot:focus-visible {
	outline: 2px solid var(--arsatar-green, #1b6b4a);
	outline-offset: 2px;
}

.arsatar-home-steps__swipe-hint {
	display: none;
}

@media (max-width: 991px) {
	.arsatar-home-steps {
		margin-top: -16px;
		padding-bottom: 36px;
	}

	.arsatar-home-steps__rail {
		display: none;
	}

	.arsatar-home-steps__viewport {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 0 -20px;
		padding: 4px 20px 8px;
	}

	.arsatar-home-steps__viewport::-webkit-scrollbar {
		display: none;
	}

	.arsatar-home-steps__list {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		width: max-content;
		min-width: 100%;
	}

	.arsatar-home-steps__item {
		flex: 0 0 min(82vw, 300px);
		scroll-snap-align: center;
		scroll-snap-stop: always;
		justify-items: center;
		gap: 16px;
		padding: 0;
	}

	.arsatar-home-steps__swipe-hint {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 10px;
		right: 10px;
		color: var(--arsatar-green, #1b6b4a);
		opacity: 0.6;
		pointer-events: none;
		animation: arsatarStepsSwipeHint 1.5s ease-in-out infinite;
	}

	.arsatar-home-steps__swipe-hint svg {
		display: block;
		width: 32px;
		height: 14px;
	}

	.arsatar-home-steps.is-swipe-hint-hidden .arsatar-home-steps__swipe-hint {
		display: none;
	}

	.arsatar-home-steps.is-visible .arsatar-home-steps__item:not(.is-active) {
		opacity: 0.55;
	}

	.arsatar-home-steps.is-visible .arsatar-home-steps__item.is-active {
		opacity: 1;
	}

	.arsatar-home-steps.is-visible .arsatar-home-steps__item.is-done {
		opacity: 0.72;
	}

	.arsatar-home-steps__card {
		width: 100%;
		align-items: center;
		padding: 22px 16px 20px;
	}

	.arsatar-home-steps__art {
		width: min(100%, 176px);
	}

	.arsatar-home-steps__label {
		text-align: center;
		max-width: none;
	}

	.arsatar-home-steps__dots {
		display: flex;
		gap: 6px;
		margin-top: 14px;
	}

	.arsatar-home-steps__dot {
		width: 6px;
		height: 6px;
		min-height: 0 !important;
	}

	.arsatar-home-steps__dot.is-active {
		width: 20px;
		height: 6px;
		min-height: 0 !important;
	}
}

@keyframes arsatarStepsSwipeHint {
	0%, 100% {
		transform: translateX(0);
		opacity: 0.3;
	}

	50% {
		transform: translateX(6px);
		opacity: 0.9;
	}
}

@media (max-width: 575px) {
	.arsatar-home-steps {
		margin-top: 0;
		padding-bottom: 28px;
	}

	.arsatar-home-steps__item {
		flex-basis: calc(100vw - 56px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.arsatar-home-steps__viewport {
		scroll-behavior: auto;
	}

	.arsatar-home-steps__item,
	.arsatar-home-steps__rail-fill,
	.arsatar-home-steps__node,
	.arsatar-home-steps__card,
	.arsatar-home-steps__art,
	.arsatar-home-steps__label,
	.arsatar-home-steps__dot {
		transition: none;
	}

	.arsatar-home-steps__swipe-hint {
		animation: none;
	}
}

/* ——— Popüler şehirler carousel ——— */
.arsatar-popular-cities {
	padding-top: 12px;
	padding-bottom: 8px;
}

.arsatar-popular-cities + .arsatar-home-categories {
	margin-top: 0;
}

.arsatar-popular-cities__head {
	text-align: center;
	margin-bottom: 28px;
}

.arsatar-popular-cities__kicker {
	margin: 0 0 8px;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--arsatar-green, #1b6b4a);
}

.arsatar-popular-cities__head h2 {
	margin: 0;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.025em;
	color: #0f172a;
}

.arsatar-popular-cities__carousel {
	position: relative;
	padding: 0 0 8px;
}

.arsatar-popular-cities__swiper {
	overflow: hidden;
	padding: 6px 4px 10px;
}

.arsatar-popular-cities__swiper .swiper-slide {
	height: auto;
}

.arsatar-popular-cities .arsatar-popular-cities__pagination,
.arsatar-popular-cities__carousel .arsatar-popular-cities__pagination,
.arsatar-popular-cities__pagination.swiper-pagination,
.arsatar-popular-cities__pagination.swiper-pagination-bullets,
.arsatar-popular-cities__pagination.swiper-pagination-horizontal {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 24px auto 0 !important;
	padding: 6px 0 !important;
	width: auto !important;
	z-index: 5 !important;
}

.arsatar-popular-cities__pagination .swiper-pagination-bullet {
	--btn-height: auto;
	--btn-padding: 0;
	width: 7px;
	height: 7px;
	min-height: 0 !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 999px;
	background: #cbd5e1;
	opacity: 1;
	box-shadow: none !important;
	text-transform: none;
	cursor: pointer;
	transition: width 0.25s ease, background-color 0.25s ease;
}

.arsatar-popular-cities__pagination .swiper-pagination-bullet-active {
	width: 22px;
	height: 7px;
	background: var(--arsatar-green, #15803d) !important;
}

.arsatar-city-card {
	display: block;
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #0f172a;
	border: 0;
	box-shadow: none !important;
	text-decoration: none;
	transition: transform 0.25s ease;
}

.arsatar-city-card:hover,
.arsatar-city-card:focus-visible {
	outline: none;
	transform: translateY(-3px);
	box-shadow: none !important;
}

.arsatar-city-card__media {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #0f172a;
}

.arsatar-city-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.arsatar-city-card:hover .arsatar-city-card__img,
.arsatar-city-card:focus-visible .arsatar-city-card__img {
	transform: scale(1.08);
}

.arsatar-city-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(15, 23, 42, 0.12) 0%,
		rgba(15, 23, 42, 0.18) 40%,
		rgba(15, 23, 42, 0.88) 100%
	);
	transition: background 0.3s ease;
}

.arsatar-city-card:hover .arsatar-city-card__overlay {
	background: linear-gradient(
		180deg,
		rgba(15, 23, 42, 0.08) 0%,
		rgba(15, 23, 42, 0.25) 40%,
		rgba(15, 23, 42, 0.92) 100%
	);
}

.arsatar-city-card__hint {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0.85;
	filter: none !important;
	animation: arsatarCitySwipeHint 1.6s ease-in-out infinite;
}

.arsatar-city-card__meta {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.arsatar-city-card__name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: -0.01em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.arsatar-city-card__sub {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #cbd5e1;
	transition: color 0.2s ease, transform 0.2s ease;
}

.arsatar-city-card:hover .arsatar-city-card__sub {
	color: #86efac;
}

.arsatar-city-card:hover .arsatar-city-card__sub svg {
	transform: translateX(3px);
}

@keyframes arsatarCitySwipeHint {
	0%, 100% {
		transform: translateX(0);
		opacity: 0.55;
	}

	50% {
		transform: translateX(5px);
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.arsatar-popular-cities__carousel {
		padding: 0 0 4px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.arsatar-popular-cities .arsatar-popular-cities__pagination,
	.arsatar-popular-cities__pagination {
		margin-top: 18px !important;
	}

	.arsatar-popular-cities__pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.arsatar-popular-cities__pagination .swiper-pagination-bullet-active {
		width: 18px;
		height: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.arsatar-city-card__img,
	.arsatar-city-card__arrow,
	.arsatar-city-card {
		transition: none;
	}

	.arsatar-city-card__hint {
		animation: none;
	}
}

/* Ana sayfa — SSS */
.arsatar-home-faq__head {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.arsatar-home-faq__kicker {
	margin: 0 0 8px;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1b6b4a;
}

.arsatar-home-faq__head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	color: #0f172a;
}

.arsatar-home-faq__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.arsatar-home-faq__list {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.arsatar-home-faq__item {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.arsatar-home-faq__item[open] {
	border-color: rgba(21, 128, 61, 0.22);
	box-shadow: 0 8px 24px rgba(21, 128, 61, 0.08);
}

.arsatar-home-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.45;
	color: #0f172a;
}

.arsatar-home-faq__question::-webkit-details-marker {
	display: none;
}

.arsatar-home-faq__question-text {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.arsatar-home-faq__icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #f1f5f9;
	position: relative;
	transition: background 0.2s ease, transform 0.2s ease;
}

.arsatar-home-faq__icon::before,
.arsatar-home-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #1b6b4a;
	border-radius: 999px;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.arsatar-home-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.arsatar-home-faq__item[open] .arsatar-home-faq__icon {
	background: rgba(27, 107, 74, 0.12);
}

.arsatar-home-faq__item[open] .arsatar-home-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.arsatar-home-faq__answer {
	padding: 0 18px 16px;
}

.arsatar-home-faq__answer p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.7;
	color: #5c6b7f;
}

@media (max-width: 767px) {
	.arsatar-home-faq__question {
		padding: 14px 14px;
		font-size: 0.9rem;
	}

	.arsatar-home-faq__answer {
		padding: 0 14px 14px;
	}
}
