/* Kortez Tour Hero widget — content-only (no background/overlay/wave).
   Drop into any Elementor section that supplies its own background. */

.kth-hero {
	color: #ffffff;
	font-family: 'Inter', sans-serif;
}

.kth-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 21px;
	max-width: 651px;
}

/* ===== Typography ===== */

.kth-hero__eyebrow {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: inherit;
}

.kth-hero__title {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	color: inherit;
	word-break: break-word;
}

.kth-hero__desc {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22.5px;
	color: inherit;
}

/* ===== Pills ===== */

.kth-hero__pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

/* Force a single row on desktop. */
@media (min-width: 992px) {
	.kth-hero__pills {
		flex-wrap: nowrap;
	}
}

.kth-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid #ffffff;
	border-radius: 100px;
	padding: 6px 12px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22.5px;
	color: inherit;
	white-space: nowrap;
}

.kth-hero__pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.kth-hero__pill-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* ===== Price card ===== */

.kth-hero__price-card {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 14px 16px;
	color: #000000;
}

.kth-hero__price-label {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: inherit;
}

.kth-hero__price-row {
	display: flex;
	align-items: flex-end;
	gap: 3px;
}

.kth-hero__price-amount {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: inherit;
	white-space: nowrap;
}

.kth-hero__price-unit {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	color: inherit;
	padding-bottom: 4px;
	white-space: nowrap;
}

/* ===== Disclaimer ===== */

.kth-hero__disclaimer {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.6;
	color: inherit;
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
	.kth-hero__title { font-size: 40px; }
}

@media (max-width: 767px) {
	.kth-hero__content {
		gap: 16px;
		max-width: 100%;
	}

	.kth-hero__title {
		font-size: 36px;
		line-height: 1.2;
	}

	.kth-hero__desc {
		font-size: 14px;
		line-height: 1.6;
	}

	.kth-hero__pill {
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (max-width: 480px) {
	.kth-hero__title { font-size: 32px; }
}
