/* ----------------------------------------
   Hero
---------------------------------------- */
.th-lazer-page .site-content {
	padding: 0;
}

.tl-hero {
	position: relative;
	padding: 250px 0;
	overflow: hidden;
	background: var(--th-navy);
}

.tl-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.tl-hero__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tl-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(6, 6, 20, 0.4);
}

.tl-hero__content {
	position: relative;
	z-index: 2;
	max-width: 640px;
}

.tl-hero h1 {
	color: var(--th-white);
	font-size: 44px;
	line-height: 1.25;
	margin-bottom: 28px;
}

.button--tl-orange {
	background: #ff8900;
	color: var(--th-white);
}

/* ----------------------------------------
   Intro
---------------------------------------- */
.tl-intro {
	background: #f5f5eb;
	padding: 72px 0;
}

.tl-intro__inner {
	display: flex;
	align-items: center;
	gap: 56px;
}

.tl-intro__media {
	flex: 1 1 40%;
	min-width: 0;
}

.tl-intro__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.tl-intro__content {
	flex: 1 1 60%;
	min-width: 0;
}

.tl-intro h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.tl-intro p {
	font-size: 20px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin: 0;
}

/* ----------------------------------------
   Offer slider
---------------------------------------- */
.tl-offer {
	background: #ff8900;
	padding: 72px 0;
	text-align: left;
}

.tl-offer h2 {
	color: var(--th-white);
	font-size: 44px;
	margin-bottom: 12px;
}

.tl-offer__subtitle {
	color: var(--th-white);
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 24px;
}

.tl-offer__divider {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	width: 160px;
	margin: 0 0 32px;
}

.tl-offer__label {
	color: var(--th-white);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: left;
}

.tl-offer-slider {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tl-offer-slider__viewport {
	flex: 1 1 auto;
	overflow: hidden;
	min-width: 0;
}

.tl-offer-slider__track {
	display: flex;
	gap: 24px;
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.tl-offer-card {
	flex: 0 0 auto;
	width: 320px;
	background: var(--th-white);
	border-radius: 20px;
	padding: 32px;
	text-align: left;
}

.tl-offer-card__icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 20px;
}

.tl-offer-card p {
	font-size: 17px;
	font-weight: 500;
	color: var(--th-navy);
	margin: 0;
}

.tl-offer-slider__arrow {
	color: var(--th-white);
}

/* ----------------------------------------
   Cruises
---------------------------------------- */
.tl-cruises {
	background: var(--th-gray-50);
	padding: 80px 0;
}

.tl-cruises__inner {
	display: flex;
	align-items: flex-start;
	gap: 56px;
}

.tl-cruises__media {
	flex: 1 1 40%;
	min-width: 0;
}

.tl-cruises__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.tl-cruises__content {
	flex: 1 1 60%;
	min-width: 0;
}

.tl-cruises__content h2 {
	font-size: 40px;
	margin-bottom: 16px;
}

.tl-cruises__content > p {
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin-bottom: 24px;
}

.tl-cruises__partners-label {
	font-size: 18px;
	font-weight: 700;
	color: var(--th-navy);
	margin: 0 0 16px;
	letter-spacing: 0.05em;
}

.tl-cruises__partners-divider {
	border: none;
	border-top: 1px solid var(--th-gray-300);
	margin: 0 0 28px;
}

.tl-cruises__partners {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.tl-cruises__partners li {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.tl-cruises__partners img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* ----------------------------------------
   Benefits accordion
---------------------------------------- */
.tl-benefits {
	background: #f6f6f6;
	padding: 80px 0;
}

.tl-benefits__inner {
	display: flex;
	align-items: flex-start;
	gap: 56px;
}

.tl-benefits__col {
	flex: 1 1 55%;
	min-width: 0;
}

.tl-benefits__col h2 {
	font-size: 36px;
	margin-bottom: 32px;
}

.tl-benefits__media {
	flex: 1 1 45%;
	min-width: 0;
	align-self: stretch;
}

.tl-benefits__media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	border-radius: 16px;
}

.tl-benefits__accordion {
	display: flex;
	flex-direction: column;
}

.tl-benefit-item {
	border-bottom: 1px solid var(--th-gray-300);
	padding: 18px 0;
}

.tl-benefit-item:first-child {
	padding-top: 0;
}

.tl-benefit-item__label {
	font-weight: 700;
	font-size: 18px;
	color: var(--th-navy);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 14px;
}

.tl-benefit-item__label::-webkit-details-marker {
	display: none;
}

.tl-benefit-item__icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex: 0 0 auto;
}

.tl-benefit-item__label-text {
	flex: 1 1 auto;
}

.tl-benefit-item__chevron {
	flex: 0 0 auto;
	color: var(--th-navy);
	opacity: 0.3;
	transform: rotate(180deg);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.tl-benefit-item[open] .tl-benefit-item__chevron {
	opacity: 1;
	transform: rotate(0deg);
}

.tl-benefit-item__text {
	padding: 12px 0 0 38px;
	color: var(--th-navy-soft);
	font-size: 16px;
	font-weight: 500;
}

/* ----------------------------------------
   Contact banner image
---------------------------------------- */
.tl-contact-banner {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 100px auto;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
	.tl-hero h1 {
		font-size: 34px;
	}

	.tl-intro__inner {
		flex-direction: column;
	}

	.tl-cruises__inner {
		flex-direction: column;
	}

	.tl-benefits__inner {
		flex-direction: column;
	}

	.tl-cruises__partners {
		flex-wrap: wrap;
	}

	.tl-cruises__partners li {
		flex: 0 1 auto;
	}

	.tl-cruises__partners img {
		max-width: 100px;
	}

	.tl-benefits__media img {
		min-height: 280px;
	}

	.tl-offer-card {
		width: 260px;
	}
}

@media (max-width: 600px) {
	.tl-hero {
		padding: 72px 0;
	}

	.tl-contact-banner {
		margin: 56px auto;
	}
}
