/* Hotelthrill booking hub + supporting sections */

.hotelthrill-booking-hub,
.hotelthrill-booking-intro,
.hotelthrill-section,
.hotelthrill-vision {
	width: min(1180px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

#booking-search {
	padding: 48px 16px 28px;
	background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
	width: 100%;
	max-width: none;
}

.hotelthrill-booking-intro {
	text-align: center;
	margin-bottom: 28px;
}

.hotelthrill-booking-intro h1 {
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.08;
	max-width: 900px;
	margin: 8px auto 18px;
	color: #123f47;
}

.hotelthrill-booking-intro > p:not(.hotelthrill-eyebrow):not(.hotelthrill-booking-context) {
	max-width: 720px;
	margin: 0 auto 22px;
	font-size: 1.05rem;
	color: #3a555a;
}

.hotelthrill-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.76rem;
	font-weight: 800;
	color: #7a075f;
	margin: 0 0 8px;
}

.hotelthrill-booking-shortcuts {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hotelthrill-booking-shortcuts a,
.hotelthrill-primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 12px 22px;
	background: #7a075f;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.hotelthrill-booking-shortcuts a:nth-child(2) {
	background: #0b5a65;
}

.hotelthrill-booking-shortcuts a:nth-child(3) {
	background: #123f47;
}

.hotelthrill-booking-context {
	min-height: 24px;
	margin: 14px 0 0;
	color: #123f47;
	font-weight: 600;
}

.hotelthrill-tablist {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: thin;
	justify-content: flex-start;
	padding: 4px 0 18px;
	border-bottom: 1px solid #d5e4e7;
}

.hotelthrill-tab {
	flex: 0 0 auto;
	border: 1px solid #c5d8db;
	background: #fff;
	color: #123f47;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.hotelthrill-tab[aria-selected="true"] {
	background: #7a075f;
	border-color: #7a075f;
	color: #fff;
}

.hotelthrill-tabpanel {
	padding: 22px 0 8px;
	min-height: 320px;
}

.hotelthrill-affiliate-note,
.hotelthrill-panel-hint {
	color: #536d72;
	font-size: 0.95rem;
	max-width: 820px;
	margin: 0 0 16px;
}

.hotelthrill-flight-types {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	padding: 12px;
	background: #f2f7f8;
	border-radius: 14px;
}

.hotelthrill-flight-types a {
	border: 1px solid #0b5a65;
	border-radius: 999px;
	padding: 8px 14px;
	color: #0b5a65;
	font-weight: 700;
	text-decoration: none;
}

.hotelthrill-flight-types a:hover,
.hotelthrill-flight-types a:focus {
	background: #0b5a65;
	color: #fff;
}

.hotelthrill-flight-types a.is-active,
.hotelthrill-flight-types a[aria-current="true"] {
	background: #0b5a65;
	color: #fff;
}

.hotelthrill-flight-fallback {
	margin: -8px auto 16px;
	max-width: 820px;
	font-size: 0.95rem;
}

.hotelthrill-flight-fallback a {
	color: #0b5a65;
	font-weight: 700;
}

.hotelthrill-hotel-embed {
	width: min(100%, 520px);
	margin: 0 auto;
	min-height: 280px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(11, 90, 101, 0.08);
}

.hotelthrill-hotel-embed iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 280px !important;
	min-height: 280px !important;
	border: 0;
}

.hotelthrill-embed-fallback {
	text-align: center;
	margin: 12px 0;
}

.hotelthrill-widget-mount {
	min-height: 280px;
	background: #fff;
	border: 1px solid #e0eaec;
	border-radius: 18px;
	padding: 12px;
}

.hotelthrill-widget-mount[data-hotelthrill-widget="tour"] iframe,
.hotelthrill-affiliate-widget iframe {
	width: 100%;
	min-height: 420px;
	border: 0;
}

.hotelthrill-widget-placeholder,
.hotelthrill-coming-soon {
	padding: 40px 20px;
	text-align: center;
	color: #536d72;
}

.hotelthrill-coming-soon {
	border: 1px dashed #b9ced1;
	border-radius: 18px;
	background: #f7fbfc;
}

.hotelthrill-section {
	padding: 76px 0;
}

.hotelthrill-section-heading {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 36px;
}

.hotelthrill-section-heading h2,
.hotelthrill-vision h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
	color: #123f47;
	margin: 8px 0 14px;
}

.hotelthrill-destination-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hotelthrill-destination-card {
	display: block;
	border: 1px solid #dce8ea;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	color: #123f47;
	box-shadow: 0 12px 28px rgba(12, 63, 71, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none;
}

.hotelthrill-destination-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(12, 63, 71, 0.14);
}

.hotelthrill-destination-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.hotelthrill-card-body {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 18px;
}

.hotelthrill-destination-card strong {
	font-size: 1.25rem;
}

.hotelthrill-destination-card small {
	font-size: 0.92rem;
	color: #536d72;
	min-height: 42px;
}

.hotelthrill-destination-card .hotelthrill-card-body > span {
	font-weight: 800;
	color: #7a075f;
}

.hotelthrill-tours {
	background: #f7fbfc;
	border-radius: 30px;
	padding-left: 24px;
	padding-right: 24px;
}

.hotelthrill-affiliate-inventory {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	gap: 28px;
	align-items: start;
	margin-top: 12px;
	padding-top: 12px;
}

.hotelthrill-affiliate-inventory h3 {
	font-size: 1.7rem;
	color: #123f47;
}

.hotelthrill-affiliate-widget {
	min-height: 280px;
	background: #fff;
	border-radius: 18px;
	padding: 12px;
}

.hotelthrill-text-link {
	font-weight: 800;
	color: #7a075f;
}

.hotelthrill-vision {
	margin-top: 56px;
	margin-bottom: 76px;
	padding: clamp(34px, 6vw, 72px);
	border-radius: 30px;
	background: #123f47;
	color: #fff;
}

.hotelthrill-vision h2 {
	color: #fff;
	max-width: 850px;
}

.hotelthrill-vision > p:not(.hotelthrill-eyebrow) {
	max-width: 780px;
	font-size: 1.12rem;
	line-height: 1.8;
}

.hotelthrill-vision .hotelthrill-eyebrow {
	color: #f1b5dc;
}

.hotelthrill-contact-fallback {
	max-width: 680px;
	margin: 0 auto;
}

.hotelthrill-contact-info {
	margin-bottom: 24px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #f7fbfc;
	border: 1px solid #dce8ea;
}

.hotelthrill-contact-info p {
	margin: 0 0 8px;
}

.hotelthrill-contact-info p:last-child {
	margin-bottom: 0;
}

.hotelthrill-response-time {
	color: #123f47;
}

.hotelthrill-policy-banner {
	margin: 28px auto 0;
	max-width: 1180px;
	padding: 16px 20px;
	border-radius: 14px;
	background: #fff8e6;
	border: 1px solid #f0d48a;
	color: #123f47;
	font-size: 0.95rem;
	line-height: 1.55;
}

.hotelthrill-policy-banner p {
	margin: 0;
}

.hotelthrill-policy-banner a {
	color: #7a075f;
	font-weight: 700;
}

.hotelthrill-currency-note {
	text-align: center;
	margin: 16px auto 0;
	font-size: 0.88rem;
	color: #536d72;
}

.hotelthrill-booking-register-form {
	max-width: 520px;
	margin: 0 auto;
}

.hotelthrill-booking-register .hotelthrill-section-heading {
	margin-bottom: 28px;
}

.hotelthrill-required {
	color: #7a075f;
}

.hotelthrill-feedback-launch {
	position: fixed;
	left: 22px;
	right: auto;
	bottom: 22px;
	z-index: 9990;
	border: 0;
	border-radius: 999px;
	background: #7a075f;
	color: #fff;
	padding: 13px 19px;
	font-weight: 800;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.hotelthrill-feedback-modal[hidden] {
	display: none;
}

.hotelthrill-feedback-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 18px;
}

.hotelthrill-feedback-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 25, 29, 0.72);
}

.hotelthrill-feedback-dialog {
	position: relative;
	width: min(520px, 100%);
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	border-radius: 22px;
	padding: 30px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.hotelthrill-feedback-close {
	position: absolute;
	right: 14px;
	top: 10px;
	border: 0;
	background: transparent;
	font-size: 28px;
	cursor: pointer;
}

.hotelthrill-feedback-dialog h2 {
	color: #123f47;
	margin: 0 34px 8px 0;
}

.hotelthrill-feedback-form label {
	display: block;
	font-weight: 700;
	margin: 14px 0 5px;
}

.hotelthrill-feedback-form input,
.hotelthrill-feedback-form select,
.hotelthrill-feedback-form textarea {
	width: 100%;
	border: 1px solid #b8cdd0;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.hotelthrill-feedback-form button[type="submit"] {
	margin-top: 16px;
	border: 0;
	border-radius: 999px;
	background: #7a075f;
	color: #fff;
	padding: 12px 22px;
	font-weight: 800;
	cursor: pointer;
}

.hotelthrill-feedback-status {
	min-height: 24px;
	margin: 12px 0 0;
	font-weight: 700;
}

.hotelthrill-honeypot {
	position: absolute !important;
	left: -10000px !important;
}

@media (max-width: 900px) {
	.hotelthrill-destination-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hotelthrill-affiliate-inventory {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	#booking-search {
		padding: 32px 8px 18px;
	}

	.hotelthrill-section {
		padding: 52px 0;
	}

	.hotelthrill-destination-grid {
		grid-template-columns: 1fr;
	}

	.hotelthrill-destination-card img {
		height: 210px;
	}

	.hotelthrill-hotel-embed,
	.hotelthrill-hotel-embed iframe {
		min-height: 300px;
		height: 300px !important;
	}

	.hotelthrill-feedback-launch {
		left: 12px;
		bottom: 12px;
	}

	.hotelthrill-feedback-dialog {
		padding: 24px 20px;
	}
}
