/* Travelinks public landing shell — reference design system */

:root {
	--navy: #062e68;
	--navy-2: #031f49;
	--navy-3: #0b467f;
	--cyan: #18c7cf;
	--cyan-soft: #e9fbfc;
	--yellow: #f7ad13;
	--yellow-soft: #fff6df;
	--ink: #102746;
	--muted: #6f7d91;
	--line: #e9eef4;
	--bg: #f7f9fc;
	--white: #fff;
	--shadow: 0 20px 60px rgba(16, 39, 70, 0.1);
	--shadow-sm: 0 10px 30px rgba(16, 39, 70, 0.08);
	--radius: 28px;
	--radius-sm: 18px;
	--font-heading: "Montserrat", system-ui, sans-serif;
	--font-body: "Poppins", system-ui, sans-serif;
}

/* ========== LUCIDE ICON SYSTEM ========== */
.tl-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	stroke: currentColor;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.3s ease;
}

.tl-icon[fill="currentColor"],
svg.tl-icon[fill="currentColor"] {
	fill: currentColor;
	stroke: none;
}

.tl-icon-xs { width: 14px; height: 14px; }
.tl-icon-sm { width: 16px; height: 16px; }
.tl-icon-md { width: 20px; height: 20px; }
.tl-icon-lg { width: 24px; height: 24px; }
.tl-icon-xl { width: 28px; height: 28px; }

.group:hover .tl-icon-hover-x,
.group:focus-visible .tl-icon-hover-x {
	transform: translateX(3px);
}

.group:hover .tl-icon-hover-diag,
.group:focus-visible .tl-icon-hover-diag {
	transform: translate(2px, -2px);
}

.group:hover .tl-icon-hover-scale,
.group:focus-visible .tl-icon-hover-scale {
	transform: scale(1.08);
}

.tl-socials-link {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	place-items: center;
	color: #d9e4f2;
	transition: 0.2s ease;
}

.tl-socials-link:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

.tl-contact-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: var(--cyan);
	margin-top: 1px;
}

@media (prefers-reduced-motion: reduce) {
	.tl-icon,
	.group:hover .tl-icon-hover-x,
	.group:focus-visible .tl-icon-hover-x,
	.group:hover .tl-icon-hover-diag,
	.group:focus-visible .tl-icon-hover-diag,
	.group:hover .tl-icon-hover-scale,
	.group:focus-visible .tl-icon-hover-scale,
	.tl-socials-link,
	.tl-socials-link:hover {
		transition: none !important;
		transform: none !important;
	}
}

body.public-body {
	margin: 0;
	color: var(--ink);
	background: var(--bg);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
}

body.public-body h1,
body.public-body h2,
body.public-body h3,
body.public-body h4 {
	font-family: var(--font-heading);
}

body.public-body.modal-open {
	overflow: hidden;
}

body.public-body a {
	text-decoration: none;
	color: inherit;
}

body.public-body a.public-button:not(.public-button-secondary),
body.public-body a.tl-btn-primary {
	color: #fff !important;
}

body.public-body a.public-button-secondary,
body.public-body a.tl-btn-soft,
body.public-body a.tl-btn-white {
	color: var(--navy, #062e68) !important;
}

body.public-body button,
body.public-body input,
body.public-body textarea,
body.public-body select {
	font: inherit;
}

body.public-body button {
	cursor: pointer;
}

body.public-body img {
	display: block;
	max-width: 100%;
}

html {
	scroll-behavior: smooth;
}

.tl-container {
	width: min(1240px, calc(100% - 64px));
	margin: auto;
}

.tl-display,
.tl-section-title,
.tl-logo,
.tl-nav-links a,
.tl-btn {
	font-family: var(--font-heading);
}

/* Hide legacy atmosphere orbs when using new landing shell */
.public-bg-orb {
	display: none;
}

/* Fixed header offset for non-home public pages */
.public-hero {
	padding-top: 7.5rem;
}

.public-container.mt-6,
.public-container.py-12:first-child {
	margin-top: 5.5rem;
}

/* HEADER */
.tl-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 14px 0;
	transition: 0.3s ease;
}

.tl-header.scrolled {
	padding: 9px 0;
}

.tl-nav-shell {
	position: relative;
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 0 10px 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-radius: 22px;
	box-shadow: 0 12px 40px rgba(3, 31, 73, 0.08);
}

.tl-logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	flex-shrink: 0;
}

.tl-logo-frame {
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: transparent;
}

.tl-logo-frame-head {
	height: var(--tl-logo-head-height, 52px);
	max-width: var(--tl-logo-head-max-width, 300px);
}

.tl-logo-frame-foot {
	height: var(--tl-logo-foot-height, 68px);
	max-width: var(--tl-logo-foot-max-width, 340px);
}

.tl-logo-img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	background: transparent;
}

.tl-logo-img-head {
	object-fit: var(--tl-logo-head-fit, contain);
	object-position: var(--tl-logo-head-position, 50% 50%);
	transform: scale(var(--tl-logo-head-scale, 1));
	transform-origin: var(--tl-logo-head-position, center center);
}

.tl-logo-img-foot {
	object-fit: var(--tl-logo-foot-fit, contain);
	object-position: var(--tl-logo-foot-position, 50% 50%);
	transform: scale(var(--tl-logo-foot-scale, 1));
	transform-origin: var(--tl-logo-foot-position, center center);
}

.tl-nav-links {
	display: flex;
	align-items: center;
	gap: 27px;
}

.tl-nav-links a {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #314461;
	padding: 24px 0;
	transition: 0.2s ease;
}

.tl-nav-links a:hover {
	color: var(--navy);
}

.tl-nav-links a.active {
	color: var(--navy);
}

.tl-nav-links a.active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	margin: auto;
	width: 17px;
	height: 3px;
	border-radius: 99px;
	background: var(--yellow);
}

.tl-nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px !important;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--navy), #0a4a8a);
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(5, 47, 103, 0.18);
}

.tl-nav-cta-desktop {
	align-items: center;
	gap: 8px;
	padding: 11px 16px !important;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--navy), #0a4a8a);
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(5, 47, 103, 0.18);
	/* Hidden on mobile/tablet — only show from 981px up */
	display: none !important;
}

.tl-nav-cta:hover,
.tl-nav-cta-desktop:hover {
	color: #fff !important;
	transform: translateY(-1px);
}

.tl-nav-cta.active:after,
.tl-nav-cta-desktop.active:after {
	display: none;
}

.tl-nav-cta-accent {
	font-family: "Caveat", cursive;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1;
}

@media (min-width: 981px) {
	.tl-nav-links .tl-nav-cta {
		display: none;
	}

	.tl-header-actions a.tl-nav-cta-desktop,
	a.tl-btn.tl-nav-cta-desktop {
		display: inline-flex !important;
	}
}

.tl-header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-shrink: 0;
}

.tl-btn {
	border: 0;
	border-radius: 999px;
	padding: 13px 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 700;
	transition: 0.25s ease;
}

.tl-btn:hover {
	transform: translateY(-2px);
}

.tl-btn-primary {
	background: var(--navy);
	color: #fff !important;
	box-shadow: 0 10px 25px rgba(6, 46, 104, 0.2);
}

.tl-btn-primary:hover {
	box-shadow: 0 14px 30px rgba(6, 46, 104, 0.27);
	color: #fff !important;
}

.tl-btn-primary span,
.tl-btn-primary svg,
.tl-btn-primary .tl-icon,
.tl-btn-primary .tl-icon-sm {
	color: #fff !important;
	stroke: currentColor;
}

.tl-btn-white {
	background: #fff;
	color: var(--navy, #062e68) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.tl-btn-white span,
.tl-btn-white svg,
.tl-btn-white .tl-icon,
.tl-btn-white .tl-icon-sm {
	color: var(--navy, #062e68) !important;
	stroke: currentColor;
}

.tl-btn-soft {
	background: #fff;
	color: var(--navy, #062e68) !important;
	border: 1px solid rgba(6, 46, 104, 0.22);
	box-shadow: 0 1px 2px rgba(6, 46, 104, 0.06);
}
.tl-btn-soft span,
.tl-btn-soft svg,
.tl-btn-soft .tl-icon,
.tl-btn-soft .tl-icon-sm {
	color: var(--navy, #062e68) !important;
	stroke: currentColor;
}
.tl-btn-soft:hover {
	background: #f5f8fb;
	border-color: rgba(6, 46, 104, 0.35);
	color: var(--navy, #062e68) !important;
}

.tl-btn .arrow {
	font-size: 16px;
	line-height: 0;
}

.tl-menu-btn {
	display: none;
	border: 0;
	background: #f1f5f9;
	color: var(--navy);
	width: 42px;
	height: 42px;
	border-radius: 13px;
	place-items: center;
	font-size: 18px;
	flex-shrink: 0;
}

/* Alerts */
.tl-alert {
	margin: 100px auto 0;
	width: min(1240px, calc(100% - 48px));
	padding: 12px 16px;
	border-radius: 14px;
	font-size: 12px;
	font-weight: 600;
}

.tl-alert-success {
	background: #e8faf4;
	color: #0d6b4f;
	border: 1px solid #b8ebd6;
}

.tl-alert-error {
	background: #fff1f1;
	color: #9b1c1c;
	border: 1px solid #f5c2c2;
}

/* HEADER — flush over hero on homepage */
body.is-home .tl-header {
	padding: 18px 0 0;
	background: transparent;
}

body.is-home .tl-header.scrolled {
	padding: 10px 0;
}

body.is-home .tl-header.scrolled .tl-nav-shell {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 14px 40px rgba(3, 31, 73, 0.12);
}

/* HERO — edge-to-edge under header */
.tl-hero {
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	min-height: 100vh;
	overflow: hidden;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: var(--navy-2);
}

.tl-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--hero-image);
	background-size: cover;
	background-position: center;
	transform: scale(1.06);
	animation: tl-hero-ken 22s ease-out forwards;
	will-change: transform;
}

.tl-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(2, 18, 42, 0.88) 0%, rgba(2, 28, 58, 0.62) 38%, rgba(2, 28, 58, 0.28) 62%, rgba(2, 28, 58, 0.18) 100%),
		linear-gradient(180deg, rgba(2, 18, 42, 0.45) 0%, transparent 28%, transparent 58%, rgba(2, 18, 42, 0.55) 100%);
}

.tl-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	min-height: inherit;
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 140px 0 150px;
}

.tl-hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 620px;
	padding: 28px 28px 30px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(2, 22, 48, 0.55), rgba(2, 22, 48, 0.22));
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 24px 60px rgba(0, 10, 30, 0.28);
}

.tl-eyebrow {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--cyan);
}

.tl-eyebrow span {
	color: var(--yellow);
}

.tl-hero-kicker {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--yellow);
}

.tl-hero h1 {
	margin: 0 0 16px;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 5.8vw, 4rem);
	line-height: 1.02;
	letter-spacing: -1.6px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.tl-hero h1 span {
	display: block;
	color: var(--yellow);
}

.tl-hero-copy {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
	max-width: 480px;
	margin: 0 0 28px;
}

.tl-hero-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.tl-btn-hero {
	padding: 8px 8px 8px 22px;
	gap: 14px;
	background: #fff;
	color: var(--navy);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.tl-btn-hero:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.tl-btn-hero .tl-btn-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--navy);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 16px;
	line-height: 0;
	transition: transform 0.25s ease;
}

.tl-btn-hero:hover .tl-btn-icon {
	transform: translateX(2px);
}

.tl-video-link {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.tl-video-link strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--font-heading);
}

.tl-video-link small {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.72);
}

.tl-play {
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	transition: transform 0.25s ease, background 0.25s ease;
}

.tl-video-link:hover .tl-play {
	transform: scale(1.06);
	background: rgba(255, 255, 255, 0.2);
}

.tl-play svg {
	margin-left: 2px;
}

.tl-hero-anim {
	opacity: 0;
	transform: translateY(18px);
	animation: tl-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: var(--d, 0s);
}

@keyframes tl-hero-rise {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes tl-hero-ken {
	to {
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-hero-media {
		animation: none;
		transform: none;
	}

	.tl-hero-anim {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

/* TRUST */
.tl-trust {
	position: relative;
	z-index: 5;
	margin: -56px auto 0;
	width: min(1120px, calc(100% - 60px));
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 14px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 25px;
	box-shadow: var(--shadow);
}

.tl-trust-item {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 15px 22px;
	border-right: 1px solid var(--line);
}

.tl-trust-item:last-child {
	border-right: 0;
}

.tl-trust-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--cyan-soft);
	color: var(--cyan);
}

.tl-trust-item:nth-child(2) .tl-trust-icon,
.tl-trust-item:nth-child(4) .tl-trust-icon {
	background: var(--yellow-soft);
	color: var(--yellow);
}

.tl-trust-item h3 {
	font-family: var(--font-heading);
	font-size: 12px;
	margin: 0 0 5px;
	font-weight: 700;
	color: var(--navy);
}

.tl-trust-item p {
	font-size: 11px;
	line-height: 1.45;
	color: var(--muted);
	margin: 0;
}

/* SECTIONS */
.tl-section {
	padding: 92px 0;
}

.tl-section-head {
	text-align: center;
	max-width: 660px;
	margin: 0 auto 38px;
}

.tl-section-title {
	font-size: 34px;
	line-height: 1.12;
	letter-spacing: -1.2px;
	margin: 9px 0 0;
	font-weight: 800;
	color: var(--navy);
	font-family: var(--font-heading);
}

.tl-section-title span {
	color: var(--yellow);
}

.tl-section-sub {
	font-size: 13px;
	line-height: 1.7;
	color: var(--muted);
	margin: 13px auto 0;
	max-width: 550px;
}

/* SERVICES */
.tl-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}

.tl-service {
	overflow: hidden;
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 23px;
	box-shadow: var(--shadow-sm);
	transition: 0.3s ease;
}

.tl-service:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 50px rgba(16, 39, 70, 0.13);
}

.tl-service-media {
	height: 205px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.tl-service-media:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(0, 25, 55, 0.18));
}

.tl-service-icon {
	position: absolute;
	z-index: 2;
	left: 18px;
	bottom: 18px;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.94);
	color: var(--cyan);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.tl-service:nth-child(2) .tl-service-icon,
.tl-service:nth-child(4) .tl-service-icon {
	color: var(--yellow);
}

.tl-service-body {
	padding: 19px 19px 20px;
}

.tl-service-meta {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--cyan);
	margin-bottom: 7px;
	font-family: var(--font-heading);
}

.tl-service:nth-child(2) .tl-service-meta,
.tl-service:nth-child(4) .tl-service-meta {
	color: var(--yellow);
}

.tl-service h3 {
	font-family: var(--font-heading);
	font-size: 15px;
	margin: 0 0 7px;
	color: var(--navy);
	font-weight: 700;
}

.tl-service p {
	font-size: 12px;
	line-height: 1.65;
	color: var(--muted);
	min-height: 34px;
	margin: 0 0 16px;
}

.tl-service-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.tl-text-link {
	font-size: 11px;
	font-weight: 700;
	color: var(--navy);
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-heading);
}

.tl-text-link .tl-icon {
	color: var(--yellow);
}

/* HOW IT WORKS */
.tl-process-wrap {
	position: relative;
}

.tl-process-line {
	position: absolute;
	left: 12%;
	right: 12%;
	top: 42px;
	height: 1px;
	background: linear-gradient(90deg, var(--cyan), #dce5ee, var(--yellow));
}

.tl-process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	position: relative;
}

.tl-step {
	text-align: center;
}

.tl-step-icon {
	width: 84px;
	height: 84px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dce9ef;
	display: grid;
	place-items: center;
	color: var(--cyan);
	box-shadow: 0 0 0 10px var(--bg);
	position: relative;
	z-index: 2;
}

.tl-step:nth-child(even) .tl-step-icon {
	color: var(--yellow);
	border-color: #f1dfb4;
}

.tl-step-number {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--cyan);
	margin-bottom: 7px;
}

.tl-step:nth-child(even) .tl-step-number {
	color: var(--yellow);
}

.tl-step h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	margin: 0 0 7px;
	font-weight: 700;
	color: var(--navy);
}

.tl-step p {
	font-size: 12px;
	line-height: 1.6;
	color: var(--muted);
	max-width: 190px;
	margin: auto;
}

/* DESTINATION */
.tl-destination-section {
	padding: 0 0 92px;
}

.tl-destination {
	min-height: 470px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow);
}

.tl-destination:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 34, 70, 0.95), rgba(2, 46, 83, 0.66) 47%, rgba(2, 46, 83, 0.03) 82%);
}

.tl-destination-content {
	position: relative;
	z-index: 2;
	padding: 73px 65px;
	color: #fff;
	max-width: 610px;
}

.tl-destination h2 {
	font-family: var(--font-heading);
	font-size: 42px;
	line-height: 1.05;
	letter-spacing: -1.7px;
	margin: 13px 0 16px;
	font-weight: 800;
	color: #fff;
}

.tl-destination h2 span {
	color: var(--yellow);
}

.tl-destination p {
	font-size: 13px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.85);
	max-width: 480px;
	margin: 0 0 25px;
}

.tl-destination-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.tl-destination-tags span {
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.09);
	font-size: 10px;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 600;
}

/* CTA */
.tl-cta-section {
	padding: 0 0 92px;
}

.tl-cta {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: 55px 62px;
	background: linear-gradient(120deg, var(--navy), #0b5288);
	color: #fff;
	box-shadow: var(--shadow);
}

.tl-cta:before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	right: -100px;
	top: -210px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 0 0 35px rgba(255, 255, 255, 0.035),
		0 0 0 70px rgba(255, 255, 255, 0.025);
}

.tl-cta:after {
	content: none;
}

.tl-cta-deco {
	position: absolute;
	right: 72px;
	bottom: 28px;
	z-index: 1;
	color: rgba(255, 255, 255, 0.1);
	transform: rotate(-12deg);
	pointer-events: none;
}

.tl-cta-deco .tl-icon {
	width: 88px;
	height: 88px;
}

.tl-cta-row {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.tl-cta .tl-eyebrow {
	color: #72edf0;
}

.tl-cta h2 {
	font-family: var(--font-heading);
	font-size: 32px;
	line-height: 1.12;
	letter-spacing: -1px;
	margin: 9px 0;
	font-weight: 800;
	color: #fff;
}

.tl-cta h2 span {
	color: var(--yellow);
}

.tl-cta p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	margin: 10px 0 0;
}

.tl-cta-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.tl-cta .tl-btn-white {
	padding: 14px 21px;
}

/* FOOTER */
.tl-footer {
	background: var(--navy-2);
	color: #fff;
	padding: 62px 0 20px;
	border-radius: 34px 34px 0 0;
	position: relative;
	overflow: hidden;
}

.tl-footer:before {
	content: "";
	position: absolute;
	right: -110px;
	bottom: -170px;
	width: 480px;
	height: 350px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	box-shadow:
		0 0 0 28px rgba(255, 255, 255, 0.025),
		0 0 0 56px rgba(255, 255, 255, 0.018),
		0 0 0 84px rgba(255, 255, 255, 0.012);
}

.tl-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 50px;
	position: relative;
	z-index: 2;
}

.tl-footer .tl-logo {
	display: inline-flex;
}

.tl-footer-desc {
	font-size: 13px;
	line-height: 1.8;
	color: #aebfd5;
	max-width: 330px;
	margin: 18px 0;
}

.tl-footer h4 {
	font-family: var(--font-heading);
	font-size: 13px;
	margin: 3px 0 18px;
	font-weight: 700;
}

.tl-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tl-footer li {
	margin-bottom: 11px;
	font-size: 13px;
	color: #aebfd5;
}

.tl-footer li a:hover {
	color: #fff;
}

.tl-socials {
	display: flex;
	gap: 8px;
}

.tl-contact-row {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 13px;
	color: #aebfd5;
}

.tl-contact-row a:hover {
	color: #fff;
}

.tl-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	margin-top: 34px;
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 12px;
	color: #8196b1;
	position: relative;
	z-index: 2;
}

.tl-footer-legal {
	text-align: right;
}

.tl-footer-credit {
	padding: 0 0 18px;
	font-size: 11px;
	color: #6d839c;
	position: relative;
	z-index: 2;
}

.tl-footer-credit a {
	color: #93a8bf;
	text-decoration: none;
}

.tl-footer-credit a:hover {
	color: #fff;
}

/* MODAL */
.tl-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 18, 40, 0.65);
	backdrop-filter: blur(7px);
}

.tl-modal.open {
	display: flex;
}

.tl-modal-card {
	width: min(580px, 100%);
	background: #fff;
	border-radius: 26px;
	padding: 30px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
	position: relative;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

.tl-modal-close {
	position: absolute;
	right: 17px;
	top: 17px;
	border: 0;
	background: #f3f6f9;
	color: var(--navy);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 20px;
}

.tl-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
	margin-top: 22px;
}

.tl-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tl-field.full {
	grid-column: 1 / -1;
}

.tl-field label {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	font-family: var(--font-heading);
}

.tl-field input,
.tl-field select,
.tl-field textarea {
	width: 100%;
	border: 1px solid #dfe7ef;
	border-radius: 12px;
	padding: 12px;
	background: #fbfcfd;
	outline: none;
	font-size: 13px;
	color: var(--ink);
	font-family: var(--font-body);
}

.tl-field textarea {
	min-height: 105px;
	resize: vertical;
}

.tl-field input:focus,
.tl-field select:focus,
.tl-field textarea:focus {
	border-color: var(--cyan);
	box-shadow: 0 0 0 3px rgba(24, 199, 207, 0.1);
}

.tl-form-error {
	grid-column: 1 / -1;
	font-size: 11px;
	color: #9b1c1c;
	background: #fff1f1;
	border: 1px solid #f5c2c2;
	border-radius: 10px;
	padding: 10px 12px;
}

/* MOBILE / TABLET */
@media (max-width: 980px) {
	.tl-nav-links {
		display: none;
	}

	.tl-header-actions .tl-nav-cta-desktop {
		display: none !important;
	}

	.tl-menu-btn {
		display: grid;
		flex-shrink: 0;
	}

	.tl-logo-frame-head {
		max-width: min(var(--tl-logo-head-max-width, 260px), 58vw);
	}

	.tl-nav-shell.mobile-open .tl-nav-links {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 8px);
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(18px);
		border: 1px solid var(--line);
		border-radius: 20px;
		padding: 10px 20px 16px;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		box-shadow: var(--shadow);
		z-index: 20;
	}

	.tl-nav-shell.mobile-open .tl-nav-links a {
		padding: 14px 0;
	}

	.tl-nav-shell.mobile-open .tl-nav-links .tl-nav-cta {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		margin-top: 8px;
		padding: 16px 18px !important;
	}

	.tl-nav-shell.mobile-open .tl-nav-links a.active:after {
		display: none;
	}

	.tl-hero-inner {
		padding: 120px 0 130px;
	}

	.tl-trust {
		grid-template-columns: repeat(2, 1fr);
	}

	.tl-trust-item:nth-child(2) {
		border-right: 0;
	}

	.tl-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tl-process {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.tl-process-line {
		display: none;
	}

	.tl-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.tl-footer-contact-col {
		grid-column: 1 / -1;
	}

	.tl-cta-row {
		flex-wrap: wrap;
		gap: 24px;
	}
}

@media (max-width: 650px) {
	.tl-container {
		width: calc(100% - 30px);
	}

	.tl-alert {
		width: calc(100% - 30px);
		margin-top: 88px;
	}

	.tl-header {
		padding: 9px 0;
	}

	.tl-nav-shell {
		min-height: 60px;
		border-radius: 18px;
		padding: 0 10px 0 14px;
		gap: 12px;
	}

	.tl-logo-frame-head {
		height: var(--tl-logo-head-mobile-height, var(--tl-logo-head-height, 40px));
		max-width: min(var(--tl-logo-head-mobile-max-width, var(--tl-logo-head-max-width, 200px)), 55vw);
	}

	.tl-logo-frame-foot {
		height: var(--tl-logo-foot-mobile-height, var(--tl-logo-foot-height, 52px));
		max-width: min(var(--tl-logo-foot-mobile-max-width, var(--tl-logo-foot-max-width, 260px)), 75vw);
	}

	.tl-hero {
		min-height: 100svh;
	}

	.tl-hero-inner {
		width: calc(100% - 30px);
		padding: 110px 0 120px;
		align-items: flex-end;
	}

	.tl-hero-content {
		padding: 22px 18px 22px;
		border-radius: 20px;
		max-width: none;
	}

	.tl-hero h1 {
		font-size: clamp(2.1rem, 10vw, 2.6rem);
		letter-spacing: -1.4px;
	}

	.tl-hero-copy {
		font-size: 13px;
	}

	.tl-hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.tl-trust {
		width: calc(100% - 30px);
		margin-top: -42px;
		grid-template-columns: 1fr;
		padding: 10px 12px;
		border-radius: 20px;
	}

	.tl-trust-item {
		min-height: auto;
		display: flex;
		align-items: center;
		padding: 16px 12px;
		gap: 14px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.tl-trust-item:last-child {
		border-bottom: 0;
	}

	.tl-trust-icon {
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.tl-trust-item > div:not(.tl-trust-icon) {
		flex: 1;
		min-width: 0;
		text-align: left;
	}

	.tl-trust-item h3 {
		font-size: 13px;
		margin: 0 0 4px;
		line-height: 1.3;
	}

	.tl-trust-item p {
		font-size: 12px;
		line-height: 1.45;
	}

	.tl-section {
		padding: 65px 0;
	}

	.tl-section-title {
		font-size: 27px;
	}

	.tl-services-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tl-service {
		border-radius: 20px;
	}

	.tl-service-media {
		height: 190px;
	}

	.tl-service-body {
		padding: 18px 16px 18px;
	}

	.tl-service h3 {
		font-size: 1.15rem;
	}

	.tl-service p {
		font-size: 13px;
		min-height: 0;
		line-height: 1.55;
	}

	.tl-service-meta {
		font-size: 10px;
	}

	.tl-service-footer {
		flex-wrap: wrap;
		gap: 12px;
		align-items: center;
	}

	.tl-process {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.tl-step-icon {
		width: 72px;
		height: 72px;
	}

	.tl-step h3 {
		font-size: 15px;
	}

	.tl-step p {
		font-size: 13px;
	}

	.tl-destination {
		min-height: 460px;
		border-radius: 24px;
	}

	.tl-destination-content {
		padding: 36px 22px;
	}

	.tl-destination h2 {
		font-size: 30px;
	}

	.tl-destination p {
		font-size: 13px;
	}

	.tl-destination-tags {
		flex-wrap: wrap;
	}

	.tl-destination-tags span {
		font-size: 10px;
	}

	.tl-cta {
		padding: 36px 22px;
		border-radius: 24px;
	}

	.tl-cta-row {
		align-items: stretch;
		flex-direction: column;
	}

	.tl-cta h2 {
		font-size: 26px;
	}

	.tl-cta-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.tl-cta-actions .tl-btn {
		width: 100%;
		justify-content: center;
	}

	.tl-cta-deco {
		display: none;
	}

	.tl-footer {
		border-radius: 25px 25px 0 0;
		padding-top: 48px;
	}

	.tl-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.tl-footer-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 10px;
	}

	.tl-footer-copy-row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 6px;
	}

	.tl-footer-legal {
		text-align: center;
		display: block;
		width: 100%;
	}

	.tl-form-grid {
		grid-template-columns: 1fr;
	}

	.tl-field.full {
		grid-column: auto;
	}
}

/* ========== ACCOMMODATIONS PAGE ========== */
.tl-acc-hero {
	position: relative;
	min-height: 485px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	margin-top: 0;
	padding-top: 76px;
}
.tl-acc-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 28, 62, .94) 0%, rgba(3, 43, 76, .78) 39%, rgba(3, 43, 76, .17) 78%, rgba(3, 43, 76, .03) 100%),
		linear-gradient(0deg, rgba(2, 29, 61, .38), transparent 48%);
}
.tl-acc-hero:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	right: -130px;
	top: -170px;
	box-shadow: 0 0 0 30px rgba(255, 255, 255, .025), 0 0 0 60px rgba(255, 255, 255, .02);
	pointer-events: none;
}
.tl-acc-hero-content {
	position: relative;
	z-index: 2;
	padding: 78px 0;
	max-width: 560px;
	margin: 0;
	color: #fff;
	text-align: left;
}
.tl-acc-eyebrow {
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: var(--cyan);
}
.tl-acc-hero h1 {
	margin: 10px 0 0;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	line-height: 1.02;
	letter-spacing: -1.6px;
	font-weight: 800;
	color: #fff;
}
.tl-acc-script {
	font-family: "Caveat", cursive;
	font-weight: 600;
	font-size: 33px;
	color: var(--yellow);
	margin: 2px 0 17px;
}
.tl-acc-hero p {
	max-width: 480px;
	margin-left: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .88);
	margin-top: 0;
	margin-bottom: 27px;
}
.tl-acc-hero-actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	flex-wrap: wrap;
}
.tl-acc-secondary {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	padding: 13px 15px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .27);
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(10px);
	transition: .25s ease;
}
.tl-acc-secondary:hover {
	background: rgba(255, 255, 255, .14);
}
.tl-acc-hero-note {
	margin-top: 31px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	flex-wrap: wrap;
	font-size: 11px;
	color: rgba(255, 255, 255, .72);
}
.tl-acc-hero-note span {
	display: flex;
	align-items: center;
	gap: 7px;
}
.tl-acc-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cyan);
	box-shadow: 0 0 0 5px rgba(18, 197, 202, .12);
}

.tl-acc-intro {
	padding: 78px 0 65px;
}
.tl-acc-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 70px;
	align-items: center;
}
.tl-acc-kicker {
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--cyan);
	text-transform: uppercase;
}
.tl-acc-title {
	margin: 9px 0 14px;
	font-family: var(--font-heading);
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
	line-height: 1.12;
	letter-spacing: -1px;
	font-weight: 800;
	color: var(--navy);
}
.tl-acc-title span {
	color: var(--yellow);
}
.tl-acc-copy {
	font-size: 14px;
	line-height: 1.85;
	color: #64748a;
	margin: 0;
}
.tl-acc-intro-card {
	border: 1px solid var(--line);
	border-radius: 28px;
	padding: 26px;
	background: linear-gradient(145deg, #fff, #f8fbfd);
	box-shadow: var(--shadow);
}
.tl-acc-intro-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 19px;
	flex-wrap: wrap;
}
.tl-acc-intro-card h3 {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--navy);
	margin: 0;
}
.tl-acc-pill {
	font-family: var(--font-heading);
	font-size: 9px;
	font-weight: 700;
	padding: 7px 10px;
	border-radius: 999px;
	background: #e9fbfb;
	color: #08a9af;
}
.tl-acc-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.tl-acc-benefit {
	display: flex;
	gap: 12px;
}
.tl-acc-benefit-icon {
	flex: 0 0 36px;
	height: 36px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: #eefafb;
	color: var(--cyan);
}
.tl-acc-benefit:nth-child(2) .tl-acc-benefit-icon,
.tl-acc-benefit:nth-child(4) .tl-acc-benefit-icon {
	background: #fff7e7;
	color: var(--yellow);
}
.tl-acc-benefit strong {
	display: block;
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
	color: var(--ink);
}
.tl-acc-benefit p {
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
	color: var(--muted);
}

.tl-acc-types {
	background: var(--bg);
	padding: 78px 0 82px;
	position: relative;
	overflow: hidden;
}
.tl-acc-types:before {
	content: "";
	position: absolute;
	width: 550px;
	height: 550px;
	border: 1px solid #e7eef4;
	border-radius: 50%;
	right: -270px;
	top: -200px;
	box-shadow: 0 0 0 30px rgba(255, 255, 255, .55), 0 0 0 60px rgba(255, 255, 255, .35);
	pointer-events: none;
}
.tl-acc-center {
	text-align: center;
	position: relative;
	z-index: 1;
}
.tl-acc-subtitle {
	max-width: 600px;
	margin: 0 auto;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.7;
}
.tl-acc-type-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
	margin-top: 38px;
	position: relative;
	z-index: 1;
}
.tl-acc-type-card {
	background: #fff;
	border: 1px solid #e5edf3;
	border-radius: 23px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(13, 43, 74, .06);
	transition: .28s ease;
}
.tl-acc-type-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 23px 48px rgba(13, 43, 74, .13);
}
.tl-acc-type-image {
	height: 205px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.tl-acc-type-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 30, 63, .42), transparent 55%);
}
.tl-acc-type-number {
	position: absolute;
	z-index: 2;
	top: 13px;
	left: 13px;
	width: 31px;
	height: 31px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .9);
	display: grid;
	place-items: center;
	color: var(--navy);
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 800;
}
.tl-acc-type-body {
	padding: 19px 18px 21px;
}
.tl-acc-type-body h3 {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--navy);
}
.tl-acc-type-body p {
	font-size: 12px;
	line-height: 1.65;
	color: var(--muted);
	margin: 0 0 16px;
	min-height: 3.5rem;
}
.tl-acc-type-cta {
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
	color: var(--muted);
	position: relative;
	z-index: 1;
}
.tl-acc-type-cta button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 0;
	color: var(--navy);
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
}

.tl-acc-experience {
	padding: 85px 0;
}
.tl-acc-exp-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: 70px;
	align-items: center;
}
.tl-acc-collage {
	height: 500px;
	position: relative;
}
.tl-acc-img-large,
.tl-acc-img-small,
.tl-acc-quote {
	position: absolute;
	border-radius: 25px;
	overflow: hidden;
}
.tl-acc-img-large {
	left: 0;
	top: 0;
	width: 70%;
	height: 390px;
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow);
}
.tl-acc-img-large:after,
.tl-acc-img-small:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 30, 63, .35), transparent 55%);
}
.tl-acc-img-small {
	right: 0;
	bottom: 0;
	width: 48%;
	height: 260px;
	background-size: cover;
	background-position: center;
	border: 8px solid #fff;
	box-shadow: 0 15px 45px rgba(7, 39, 73, .15);
}
.tl-acc-quote {
	left: 33px;
	bottom: 53px;
	z-index: 3;
	background: #fff;
	padding: 19px 20px;
	width: 245px;
	box-shadow: 0 15px 45px rgba(6, 39, 75, .16);
	border: 1px solid var(--line);
}
.tl-acc-quote .mini {
	font-family: var(--font-heading);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: var(--cyan);
}
.tl-acc-quote strong {
	display: block;
	font-family: var(--font-heading);
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--navy);
	margin-top: 7px;
}
.tl-acc-quote p {
	margin: 7px 0 0;
	font-size: 11px;
	line-height: 1.55;
	color: var(--muted);
}
.tl-acc-list {
	margin: 25px 0 27px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}
.tl-acc-list li {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	font-size: 13px;
	color: #617188;
	line-height: 1.5;
}
.tl-acc-check {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	background: #e9fafb;
	color: #06aeb5;
	display: grid;
	place-items: center;
}

.tl-acc-process {
	padding: 75px 0;
	background: linear-gradient(180deg, #fff, #f7fafc);
}
.tl-acc-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 48px;
	position: relative;
}
.tl-acc-steps:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 11%;
	right: 11%;
	height: 1px;
	background: #dbe6ee;
}
.tl-acc-step {
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 22px;
}
.tl-acc-step-icon {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	margin: 0 auto 17px;
	background: #fff;
	border: 1px solid #bfeef0;
	display: grid;
	place-items: center;
	color: var(--cyan);
	box-shadow: 0 7px 18px rgba(9, 65, 93, .05);
}
.tl-acc-step:nth-child(2) .tl-acc-step-icon,
.tl-acc-step:nth-child(4) .tl-acc-step-icon {
	border-color: #f4d89b;
	color: var(--yellow);
}
.tl-acc-step-num {
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 700;
	color: var(--cyan);
	letter-spacing: 1px;
}
.tl-acc-step:nth-child(2) .tl-acc-step-num,
.tl-acc-step:nth-child(4) .tl-acc-step-num {
	color: var(--yellow);
}
.tl-acc-step h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	margin: 7px 0;
	color: var(--navy);
}
.tl-acc-step p {
	font-size: 12px;
	line-height: 1.6;
	color: var(--muted);
	margin: 0;
}

.tl-acc-final-wrap {
	padding: 0 0 92px; /* same bottom breathing room as .tl-cta-section */
}
.tl-acc-final {
	margin: 40px 0 0;
	min-height: 315px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}
.tl-acc-final:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(2, 29, 63, .97), rgba(5, 52, 94, .87));
}
.tl-acc-final:after {
	content: "";
	position: absolute;
	right: -130px;
	top: -190px;
	width: 540px;
	height: 540px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 25px rgba(255, 255, 255, .025), 0 0 0 50px rgba(255, 255, 255, .02), 0 0 0 75px rgba(255, 255, 255, .015);
	pointer-events: none;
}
.tl-acc-final-content {
	position: relative;
	z-index: 2;
	padding: 55px;
	max-width: 620px;
	color: #fff;
}
.tl-acc-final-content .tl-acc-title {
	color: #fff;
	margin-top: 9px;
}
.tl-acc-final-content p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .75);
	max-width: 500px;
	margin: 0 0 23px;
}
.tl-acc-reassurance {
	display: flex;
	gap: 19px;
	flex-wrap: wrap;
	margin-top: 17px;
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
}
.tl-acc-reassurance span {
	display: flex;
	gap: 6px;
	align-items: center;
}

/* HIGHLIGHT BANNER (activities + service pages) */
.tl-acc-banner {
	padding: 0 0 78px;
}
.tl-acc-banner-card {
	min-height: 325px;
	border-radius: 29px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}
.tl-acc-banner-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 29, 63, .96), rgba(2, 46, 83, .82) 45%, rgba(2, 46, 83, .18) 100%);
}
.tl-acc-banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 560px;
	padding: 60px;
}
.tl-acc-banner-content .tl-acc-title {
	color: #fff;
	margin: 9px 0 14px;
	font-size: clamp(1.75rem, 3vw, 2.125rem);
}
.tl-acc-banner-content p {
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .78);
	margin: 0 0 23px;
}

@media (max-width: 980px) {
	.tl-acc-intro-grid,
	.tl-acc-exp-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.tl-acc-type-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 650px) {
	.tl-acc-hero {
		min-height: 560px;
		padding-top: 70px;
	}
	.tl-acc-hero-content {
		padding: 50px 0 70px;
	}
	.tl-acc-script {
		font-size: 29px;
	}
	.tl-acc-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.tl-acc-hero-content {
		text-align: left;
		margin-left: 0;
		padding: 50px 0 70px;
	}
	.tl-acc-hero p {
		margin-left: 0;
	}
	.tl-acc-hero-actions,
	.tl-acc-hero-note {
		justify-content: flex-start;
	}
	.tl-acc-hero-actions .tl-btn,
	.tl-acc-secondary {
		justify-content: center;
		text-align: center;
	}
	.tl-acc-hero-note {
		flex-direction: column;
		align-items: flex-start;
		gap: 9px;
	}
	.tl-acc-intro,
	.tl-acc-types,
	.tl-acc-experience,
	.tl-acc-process,
	.tl-acc-banner {
		padding: 60px 0;
	}
	.tl-acc-banner {
		padding-top: 0;
	}
	.tl-acc-benefits {
		grid-template-columns: 1fr;
	}
	.tl-acc-type-grid {
		grid-template-columns: 1fr;
	}
	.tl-acc-type-image {
		height: 220px;
	}
	.tl-acc-collage {
		height: 420px;
	}
	.tl-acc-img-large {
		width: 78%;
		height: 320px;
	}
	.tl-acc-img-small {
		height: 210px;
		width: 53%;
	}
	.tl-acc-quote {
		left: 15px;
		bottom: 36px;
		width: 220px;
	}
	.tl-acc-steps {
		grid-template-columns: 1fr 1fr;
		row-gap: 35px;
	}
	.tl-acc-steps:before {
		display: none;
	}
	.tl-acc-step {
		padding: 0 10px;
	}
	.tl-acc-final {
		min-height: 390px;
	}
	.tl-acc-final-content {
		padding: 34px 25px;
	}
	.tl-acc-banner-content {
		padding: 38px 25px;
	}
	.tl-acc-banner-content .tl-acc-title {
		font-size: 1.875rem;
	}
}

/* ========== AIRPORT TRANSFERS PAGE ========== */
.tl-trf-hero {
	position: relative;
	min-height: 575px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	padding-top: 76px;
}
.tl-trf-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 28, 60, .96) 0%, rgba(3, 46, 81, .85) 42%, rgba(3, 47, 81, .11) 78%),
		linear-gradient(0deg, rgba(2, 28, 60, .55), transparent 55%);
}
.tl-trf-hero:after {
	content: "";
	position: absolute;
	right: -170px;
	top: -250px;
	width: 570px;
	height: 570px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 32px rgba(255, 255, 255, .025), 0 0 0 64px rgba(255, 255, 255, .015);
	pointer-events: none;
}
.tl-trf-hero-inner {
	position: relative;
	z-index: 2;
	padding: 78px 0 110px;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 60px;
	align-items: center;
}
.tl-trf-hero-copy {
	color: #fff;
	max-width: 560px;
}
.tl-trf-hero-copy h1 {
	margin: 10px 0 0;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	line-height: 1.02;
	letter-spacing: -1.6px;
	font-weight: 800;
	color: #fff;
}
.tl-trf-hero-copy p {
	max-width: 520px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .88);
	margin: 0 0 26px;
}
.tl-trf-hero-trust {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	flex-wrap: wrap;
}
.tl-trf-hero-trust span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.tl-trf-quick {
	background: rgba(255, 255, 255, .97);
	border-radius: 27px;
	padding: 23px;
	box-shadow: 0 25px 70px rgba(0, 16, 42, .28);
}
.tl-trf-quick-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
	gap: 12px;
}
.tl-trf-quick h3 {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 800;
	color: var(--navy);
	margin: 0;
}
.tl-trf-live {
	font-family: var(--font-heading);
	font-size: 9px;
	font-weight: 800;
	padding: 7px 10px;
	border-radius: 999px;
	background: #e9fbfb;
	color: #08a9af;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.tl-trf-tabs {
	display: flex;
	background: #f2f6f8;
	border-radius: 12px;
	padding: 4px;
	margin-bottom: 17px;
}
.tl-trf-tab {
	flex: 1;
	padding: 10px;
	border-radius: 9px;
	background: transparent;
	color: var(--muted);
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 800;
	transition: .2s ease;
}
.tl-trf-tab.is-active {
	background: #fff;
	color: var(--navy);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
}
.tl-trf-route {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	position: relative;
}
.tl-trf-field {
	margin-bottom: 1px;
}
.tl-trf-field.full {
	grid-column: 1 / -1;
}
.tl-trf-field label {
	display: block;
	font-size: 10px;
	font-weight: 800;
	margin-bottom: 5px;
	color: #56677e;
	font-family: var(--font-heading);
	text-transform: uppercase;
	letter-spacing: .4px;
}
.tl-trf-field input,
.tl-trf-field select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #dce6ee;
	background: #fbfcfd;
	border-radius: 10px;
	outline: none;
	font-size: 12px;
	color: #263c57;
}
.tl-trf-field input:focus,
.tl-trf-field select:focus {
	border-color: var(--cyan);
	box-shadow: 0 0 0 3px rgba(18, 197, 202, .1);
}
.tl-trf-swap {
	position: absolute;
	right: calc(50% - 18px);
	top: 52px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dbe5ec;
	color: var(--navy);
	box-shadow: 0 7px 18px rgba(0, 0, 0, .08);
	display: grid;
	place-items: center;
	z-index: 2;
	transition: .2s ease;
}
.tl-trf-swap:hover {
	border-color: var(--cyan);
	color: var(--cyan);
}
.tl-trf-quick-submit {
	width: 100%;
}
.tl-trf-quick-note {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 11px;
	color: #8491a3;
	font-size: 11px;
	flex-wrap: wrap;
}
.tl-trf-quick-note span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.tl-trf-quick-note b {
	color: var(--navy);
}

.tl-trf-strip {
	margin-top: -42px;
	position: relative;
	z-index: 5;
}
.tl-trf-strip-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: 0 16px 45px rgba(7, 38, 72, .11);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}
.tl-trf-strip-item {
	padding: 21px 17px;
	text-align: center;
	border-right: 1px solid #e9eff4;
}
.tl-trf-strip-item:last-child {
	border-right: 0;
}
.tl-trf-strip-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	margin: 0 auto 9px;
	display: grid;
	place-items: center;
	background: #eafafb;
	color: var(--cyan);
}
.tl-trf-strip-item:nth-child(2) .tl-trf-strip-icon,
.tl-trf-strip-item:nth-child(4) .tl-trf-strip-icon {
	background: #fff6e5;
	color: var(--yellow);
}
.tl-trf-strip-item strong {
	display: block;
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 4px;
}
.tl-trf-strip-item p {
	margin: 0;
	font-size: 11px;
	color: var(--muted);
	line-height: 1.45;
}

.tl-trf-vehicles {
	padding: 82px 0 76px;
}
.tl-trf-filters {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 28px 0 25px;
	flex-wrap: wrap;
}
.tl-trf-filter {
	border: 1px solid #dce6ee;
	background: #fff;
	color: #68788d;
	border-radius: 999px;
	padding: 9px 14px;
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 800;
	transition: .2s ease;
}
.tl-trf-filter.is-active,
.tl-trf-filter:hover {
	background: var(--navy);
	border-color: var(--navy);
	color: #fff;
}
.tl-trf-vehicle-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}
.tl-trf-vehicle {
	border: 1px solid #e3ebf1;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 35px rgba(13, 43, 74, .06);
	transition: .28s ease;
	cursor: pointer;
	position: relative;
}
.tl-trf-vehicle:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 50px rgba(13, 43, 74, .13);
}
.tl-trf-vehicle.is-selected {
	border: 2px solid var(--cyan);
	box-shadow: 0 18px 50px rgba(18, 197, 202, .16);
}
.tl-trf-vehicle-img {
	height: 190px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	transition: transform .35s ease;
}
.tl-trf-vehicle:hover .tl-trf-vehicle-img {
	transform: scale(1.04);
}
.tl-trf-vehicle-img:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 29, 61, .4), transparent 55%);
}
.tl-trf-vehicle-badge {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 13px;
	background: rgba(255, 255, 255, .95);
	color: var(--navy);
	padding: 7px 10px;
	border-radius: 999px;
	font-family: var(--font-heading);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.tl-trf-vehicle-choice {
	position: absolute;
	z-index: 2;
	right: 13px;
	top: 13px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #b3bec9;
	display: grid;
	place-items: center;
}
.tl-trf-vehicle.is-selected .tl-trf-vehicle-choice {
	background: var(--cyan);
	color: #fff;
}
.tl-trf-choice-on {
	display: none;
}
.tl-trf-choice-off {
	display: block;
}
.tl-trf-vehicle.is-selected .tl-trf-choice-on {
	display: block;
}
.tl-trf-vehicle.is-selected .tl-trf-choice-off {
	display: none;
}
.tl-trf-vehicle-body {
	padding: 19px;
}
.tl-trf-vehicle-head {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.tl-trf-vehicle h3 {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 800;
	color: var(--navy);
	margin: 0 0 5px;
}
.tl-trf-vehicle-sub {
	font-size: 11px;
	color: var(--muted);
}
.tl-trf-vehicle-price {
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 800;
	color: var(--navy);
	text-align: right;
	white-space: nowrap;
}
.tl-trf-features {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 16px 0;
}
.tl-trf-feature {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 8px;
	border-radius: 8px;
	background: #f4f7f9;
	color: #68788d;
	font-size: 10px;
}
.tl-trf-vehicle-btn {
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f0f5f8;
	color: var(--navy);
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: .2s ease;
}
.tl-trf-vehicle-btn:hover .tl-icon-hover-x {
	transform: translateX(3px);
}
.tl-trf-capacity {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 10px;
	font-size: 11px;
	color: #516178;
}
.tl-trf-capacity span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.tl-trf-capacity-warning {
	margin-top: 24px;
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid #f5d9a8;
	background: #fff8eb;
	color: #7a4d08;
}
.tl-trf-capacity-warning p {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5;
}
.tl-trf-capacity-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tl-trf-vehicle.is-selected .tl-trf-vehicle-btn {
	background: var(--navy);
	color: #fff;
}

.tl-trf-compare {
	background: var(--soft, #f5f8fb);
	padding: 76px 0;
}
.tl-trf-compare-box {
	margin-top: 34px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 25px;
	overflow: auto;
	box-shadow: 0 18px 55px rgba(6, 39, 76, .1);
}
.tl-trf-compare-row {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	min-width: 650px;
	border-bottom: 1px solid #e8eef3;
}
.tl-trf-compare-row:last-child {
	border-bottom: 0;
}
.tl-trf-compare-cell {
	padding: 15px 17px;
	font-size: 12px;
	color: #6b7a8d;
	border-right: 1px solid #e8eef3;
}
.tl-trf-compare-cell:last-child {
	border-right: 0;
}
.tl-trf-compare-row.is-header .tl-trf-compare-cell {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 800;
	color: var(--navy);
	background: #f9fbfc;
}

.tl-trf-options {
	padding: 80px 0;
}
.tl-trf-option-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
	margin-top: 36px;
}
.tl-trf-option {
	border: 1px solid #e4ecf2;
	border-radius: 22px;
	padding: 23px;
	box-shadow: 0 10px 30px rgba(8, 42, 76, .05);
	transition: .25s ease;
}
.tl-trf-option:hover {
	transform: translateY(-4px);
}
.tl-trf-option-icon {
	width: 43px;
	height: 43px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: #eafafb;
	color: var(--cyan);
	margin-bottom: 15px;
}
.tl-trf-option:nth-child(2) .tl-trf-option-icon,
.tl-trf-option:nth-child(5) .tl-trf-option-icon {
	background: #fff6e5;
	color: var(--yellow);
}
.tl-trf-option h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 800;
	color: var(--navy);
	margin: 0 0 7px;
}
.tl-trf-option p {
	font-size: 12px;
	line-height: 1.65;
	color: var(--muted);
	margin: 0;
}

.tl-trf-final {
	position: relative;
}
.tl-trf-final-deco {
	position: absolute;
	right: 10%;
	top: 23%;
	z-index: 1;
	color: rgba(255, 255, 255, .1);
	transform: rotate(-15deg);
	pointer-events: none;
}
.tl-trf-final-deco .tl-icon {
	width: 75px;
	height: 75px;
}

@media (max-width: 980px) {
	.tl-trf-hero-inner {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.tl-trf-vehicle-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.tl-trf-option-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 650px) {
	.tl-trf-hero {
		min-height: auto;
	}
	.tl-trf-hero-inner {
		padding: 60px 0 80px;
	}
	.tl-trf-route {
		grid-template-columns: 1fr;
	}
	.tl-trf-field.full {
		grid-column: auto;
	}
	.tl-trf-swap {
		display: none;
	}
	.tl-trf-strip {
		margin-top: -28px;
	}
	.tl-trf-strip-card {
		grid-template-columns: 1fr 1fr;
	}
	.tl-trf-strip-item:nth-child(2) {
		border-right: 0;
	}
	.tl-trf-strip-item:nth-child(-n+2) {
		border-bottom: 1px solid #e9eff4;
	}
	.tl-trf-vehicles,
	.tl-trf-compare,
	.tl-trf-options {
		padding: 60px 0;
	}
	.tl-trf-vehicle-grid,
	.tl-trf-option-grid {
		grid-template-columns: 1fr;
	}
	.tl-trf-final-deco {
		right: 5%;
		top: 18%;
	}
	.tl-trf-final-deco .tl-icon {
		width: 55px;
		height: 55px;
	}
}

/* ========== ABOUT PAGE ========== */
.tl-about-hero {
	position: relative;
	min-height: 710px;
	overflow: hidden;
	background: #031f45;
	padding-top: 76px;
}
.tl-about-hero-bg {
	position: absolute;
	inset: -5%;
	background-size: cover;
	background-position: center;
	transform: scale(1.08);
	will-change: transform;
}
.tl-about-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(1, 26, 56, .95) 0%, rgba(3, 42, 78, .85) 39%, rgba(3, 43, 76, .38) 72%, rgba(1, 28, 56, .46) 100%),
		linear-gradient(0deg, rgba(1, 26, 56, .77) 0%, transparent 58%);
}
.tl-about-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.tl-about-hero-content {
	position: relative;
	z-index: 3;
	padding: 112px 0 125px;
	display: grid;
	grid-template-columns: 1fr .75fr;
	gap: 70px;
	align-items: center;
}
.tl-about-hero-content h1 {
	margin: 12px 0 0;
	font-family: var(--font-heading);
	font-size: clamp(2.75rem, 6vw, 4.5rem);
	line-height: .98;
	letter-spacing: -2px;
	font-weight: 800;
	color: #fff;
}
.tl-about-hero-content p {
	max-width: 565px;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	line-height: 1.85;
	margin: 0 0 27px;
}
.tl-about-hero-note {
	margin-top: 30px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.tl-about-hero-note span {
	display: flex;
	align-items: center;
	gap: 7px;
}
.tl-about-float-stack {
	position: relative;
	height: 410px;
}
.tl-about-float-card {
	position: absolute;
	background: rgba(255, 255, 255, .94);
	border-radius: 23px;
	padding: 18px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, .25);
	backdrop-filter: blur(12px);
}
.tl-about-float-main {
	width: 300px;
	right: 0;
	top: 22px;
	transform: rotate(3deg);
	animation: tlAboutFloatMain 6s ease-in-out infinite;
}
.tl-about-float-main img {
	width: 100%;
	height: 205px;
	object-fit: cover;
	border-radius: 17px;
	display: block;
}
.tl-about-float-main strong {
	display: block;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 800;
	color: var(--navy);
	margin-top: 12px;
}
.tl-about-float-main small {
	display: block;
	font-size: 11px;
	color: var(--muted);
	margin-top: 5px;
	line-height: 1.5;
}
.tl-about-float-mini {
	width: 190px;
	left: 5px;
	bottom: 25px;
	transform: rotate(-5deg);
	animation: tlAboutFloatMini 5s ease-in-out infinite;
}
.tl-about-mini-top {
	display: flex;
	align-items: center;
	gap: 10px;
}
.tl-about-mini-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #eafafb;
	color: var(--cyan);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.tl-about-float-mini strong {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 800;
	color: var(--navy);
	line-height: 1.3;
}
.tl-about-float-mini p {
	font-size: 10px;
	line-height: 1.5;
	color: var(--muted);
	margin: 9px 0 0;
}
.tl-about-route-line {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 300px;
	border: 1px dashed rgba(255, 255, 255, .26);
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	transform: rotate(20deg);
}
.tl-about-route-plane {
	position: absolute;
	right: 30px;
	top: 32px;
	color: rgba(255, 255, 255, .65);
	animation: tlAboutPlane 7s ease-in-out infinite;
}
@keyframes tlAboutFloatMain {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -12px; }
}
@keyframes tlAboutFloatMini {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 10px; }
}
@keyframes tlAboutPlane {
	0%, 100% { transform: translate(0, 0) rotate(-12deg); }
	50% { transform: translate(-20px, 16px) rotate(-8deg); }
}

.tl-about-intro {
	padding: 100px 0 85px;
	position: relative;
}
.tl-about-intro:before {
	content: "";
	position: absolute;
	left: -140px;
	top: 30px;
	width: 420px;
	height: 420px;
	border: 1px solid #dfeef1;
	border-radius: 50%;
	box-shadow: 0 0 0 45px #f8fbfc, 0 0 0 90px #fff;
	pointer-events: none;
}
.tl-about-intro-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: center;
	position: relative;
}
.tl-about-quote {
	border-left: 3px solid var(--cyan);
	padding: 8px 0 8px 18px;
	margin: 25px 0 0;
	color: var(--navy);
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
}
.tl-about-visual {
	height: 445px;
	position: relative;
}
.tl-about-visual-large {
	position: absolute;
	left: 0;
	top: 0;
	width: 72%;
	height: 355px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(5, 47, 103, .14);
	background-size: cover;
	background-position: center;
	transition: transform 1s ease;
}
.tl-about-visual:hover .tl-about-visual-large {
	transform: scale(1.02);
}
.tl-about-visual-large:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 29, 67, .71), transparent 65%);
}
.tl-about-visual-label {
	position: absolute;
	z-index: 2;
	bottom: 24px;
	left: 24px;
	color: #fff;
}
.tl-about-visual-label b {
	display: block;
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 800;
}
.tl-about-visual-label small {
	font-size: 11px;
	color: rgba(255, 255, 255, .78);
}
.tl-about-visual-small {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 47%;
	height: 190px;
	border-radius: 23px;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 0 20px 45px rgba(5, 47, 103, .12);
	background-size: cover;
	background-position: center;
}
.tl-about-pin {
	position: absolute;
	z-index: 3;
	left: 62%;
	top: 35%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--yellow);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 0 0 10px rgba(244, 173, 24, .25);
	animation: tlAboutPulse 2.4s infinite;
}
@keyframes tlAboutPulse {
	0%, 100% { box-shadow: 0 0 0 5px rgba(244, 173, 24, .25); }
	50% { box-shadow: 0 0 0 15px rgba(244, 173, 24, 0); }
}

.tl-about-numbers {
	background: var(--soft, #f5f8fb);
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.tl-about-numbers:after {
	content: "TRAVELINKS";
	position: absolute;
	right: -20px;
	bottom: -55px;
	color: #eaf0f4;
	font-family: var(--font-heading);
	font-size: clamp(3rem, 8vw, 6.25rem);
	font-weight: 800;
	letter-spacing: -5px;
	pointer-events: none;
}
.tl-about-number-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	z-index: 2;
}
.tl-about-number {
	text-align: center;
	padding: 10px 20px;
	border-right: 1px solid #dfe7ed;
}
.tl-about-number:last-child {
	border-right: 0;
}
.tl-about-number strong {
	font-family: var(--font-heading);
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--navy);
}
.tl-about-number strong span {
	color: var(--cyan);
}
.tl-about-number p {
	font-size: 11px;
	color: var(--muted);
	margin: 5px 0 0;
}

.tl-about-values {
	padding: 105px 0;
}
.tl-about-value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
	margin-top: 48px;
}
.tl-about-value {
	border: 1px solid var(--line);
	border-radius: 25px;
	padding: 27px;
	min-height: 225px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(8, 42, 76, .04);
	position: relative;
	overflow: hidden;
	transition: .35s ease;
}
.tl-about-value:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 55px rgba(8, 42, 76, .09);
}
.tl-about-value:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	right: -50px;
	top: -50px;
	background: #eafafb;
	transition: .4s ease;
}
.tl-about-value:nth-child(2):before,
.tl-about-value:nth-child(5):before {
	background: #fff6e5;
}
.tl-about-value:hover:before {
	transform: scale(2);
}
.tl-about-value-icon {
	position: relative;
	width: 47px;
	height: 47px;
	border-radius: 15px;
	background: #eafafb;
	color: var(--cyan);
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}
.tl-about-value:nth-child(2) .tl-about-value-icon,
.tl-about-value:nth-child(5) .tl-about-value-icon {
	background: #fff6e5;
	color: var(--yellow);
}
.tl-about-value h3 {
	position: relative;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 800;
	color: var(--navy);
	margin: 0 0 8px;
}
.tl-about-value p {
	position: relative;
	font-size: 12px;
	line-height: 1.75;
	color: var(--muted);
	margin: 0;
}

.tl-about-story {
	background: var(--navy-2);
	color: #fff;
	padding: 105px 0;
	position: relative;
	overflow: hidden;
}
.tl-about-story:before {
	content: "";
	position: absolute;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 50%;
	right: -260px;
	top: -220px;
	box-shadow: 0 0 0 50px rgba(255, 255, 255, .02), 0 0 0 100px rgba(255, 255, 255, .015);
	pointer-events: none;
}
.tl-about-story-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 70px;
	align-items: start;
	position: relative;
	z-index: 2;
}
.tl-about-story .tl-acc-title {
	color: #fff;
}
.tl-about-story-copy {
	color: #9fb1c9;
	font-size: 13px;
	line-height: 1.85;
	max-width: 430px;
}
.tl-about-timeline {
	position: relative;
	padding-left: 35px;
}
.tl-about-timeline:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: rgba(255, 255, 255, .12);
}
.tl-about-timeline-item {
	position: relative;
	padding: 0 0 42px 30px;
}
.tl-about-timeline-item:last-child {
	padding-bottom: 0;
}
.tl-about-timeline-dot {
	position: absolute;
	left: -1px;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--navy-2);
	border: 2px solid var(--cyan);
	box-shadow: 0 0 0 6px rgba(18, 197, 202, .07);
}
.tl-about-timeline-item:nth-child(even) .tl-about-timeline-dot {
	border-color: var(--yellow);
	box-shadow: 0 0 0 6px rgba(244, 173, 24, .07);
}
.tl-about-timeline-year {
	font-family: var(--font-heading);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: var(--cyan);
	text-transform: uppercase;
}
.tl-about-timeline-item:nth-child(even) .tl-about-timeline-year {
	color: var(--yellow);
}
.tl-about-timeline-item h3 {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 800;
	margin: 7px 0;
	color: #fff;
}
.tl-about-timeline-item p {
	font-size: 12px;
	line-height: 1.7;
	color: #9fb1c9;
	margin: 0;
	max-width: 520px;
}

.tl-about-immersive {
	padding: 100px 0;
}
.tl-about-immersive-panel {
	min-height: 510px;
	border-radius: 34px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	box-shadow: 0 30px 80px rgba(5, 47, 103, .14);
}
.tl-about-immersive-panel:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 29, 67, .96) 0%, rgba(3, 44, 80, .86) 45%, rgba(3, 44, 80, .16) 100%);
}
.tl-about-immersive-content {
	position: relative;
	z-index: 2;
	width: 55%;
	padding: 76px 65px;
	color: #fff;
}
.tl-about-immersive-content .tl-acc-title {
	color: #fff;
}
.tl-about-immersive-content p {
	font-size: 14px;
	line-height: 1.85;
	color: rgba(255, 255, 255, .78);
	max-width: 530px;
	margin-bottom: 0;
}
.tl-about-pills {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	margin: 23px 0;
}
.tl-about-pill {
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .05);
	border-radius: 999px;
	font-size: 11px;
	color: rgba(255, 255, 255, .82);
}
.tl-about-immersive-route {
	position: absolute;
	right: 8%;
	top: 13%;
	width: 330px;
	height: 330px;
	border: 1px dashed rgba(255, 255, 255, .22);
	border-radius: 50%;
	transform: rotate(-28deg);
	pointer-events: none;
}
.tl-about-immersive-route:before {
	content: "";
	position: absolute;
	inset: 40px;
	border: 1px dashed rgba(255, 255, 255, .12);
	border-radius: 50%;
}
.tl-about-immersive-plane {
	position: absolute;
	right: 5%;
	top: 8%;
	color: rgba(255, 255, 255, .55);
	animation: tlAboutRouteMove 6s ease-in-out infinite;
}
@keyframes tlAboutRouteMove {
	0%, 100% { transform: translate(0, 0) rotate(-12deg); }
	50% { transform: translate(-90px, 120px) rotate(-27deg); }
}

.tl-about-cta {
	padding: 15px 0 90px;
}
.tl-about-cta-card {
	background: #f7fafc;
	border: 1px solid var(--line);
	border-radius: 30px;
	padding: 58px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	position: relative;
	overflow: hidden;
}
.tl-about-cta-card:after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -150px;
	width: 390px;
	height: 390px;
	border: 1px solid #dce8ee;
	border-radius: 50%;
	box-shadow: 0 0 0 35px #fff, 0 0 0 70px #edf3f6;
	pointer-events: none;
}
.tl-about-cta-card > div {
	position: relative;
	z-index: 2;
}
.tl-about-cta-card .tl-btn {
	position: relative;
	z-index: 3;
	white-space: nowrap;
}

/* ========== CONTACT PAGE ========== */
.tl-page-hero-left {
	text-align: left;
	max-width: none;
}

.tl-page-hero-left h1,
.tl-page-hero-left p,
.tl-page-hero-left .tl-acc-script {
	text-align: left;
}

.tl-contact-hero {
	padding: 120px 0 64px;
	background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
	position: relative;
	z-index: 1;
}
.tl-contact-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.35fr);
	gap: 32px;
	align-items: end;
	max-width: none;
	text-align: left;
}
.tl-contact-hero h1 {
	margin: 10px 0 0;
	font-family: var(--font-heading);
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	line-height: 1.02;
	letter-spacing: -1.4px;
	font-weight: 800;
	color: var(--navy);
}
.tl-contact-hero p {
	max-width: 620px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--muted);
	margin: 0;
}
.tl-contact-hero-meta {
	margin-top: 18px;
	font-size: 12px;
	color: var(--muted);
}
.tl-contact-hero-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tl-contact-main {
	padding: 48px 0 85px;
	margin-top: 0;
	position: relative;
	z-index: 2;
}
.tl-contact-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 40px;
	align-items: start;
}
.tl-contact-cards {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}
.tl-contact-card {
	display: flex;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 42, 76, .04);
}
.tl-contact-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: #eafafb;
	color: var(--cyan);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.tl-contact-card:nth-child(even) .tl-contact-card-icon {
	background: #fff6e5;
	color: var(--yellow);
}
.tl-contact-card h3 {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 800;
	color: var(--navy);
	margin: 0 0 4px;
}
.tl-contact-card a,
.tl-contact-card strong {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
}
.tl-contact-card a:hover {
	color: var(--cyan);
}
.tl-contact-card p {
	font-size: 11px;
	line-height: 1.55;
	color: var(--muted);
	margin: 6px 0 0;
}
.tl-contact-hours {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-top: 24px;
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--soft, #f5f8fb);
	color: var(--navy);
}
.tl-contact-hours strong {
	display: block;
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 800;
}
.tl-contact-hours span {
	display: block;
	font-size: 12px;
	color: var(--muted);
	margin-top: 2px;
}
.tl-contact-socials-wrap {
	margin-top: 28px;
}
.tl-contact-socials .tl-socials-link {
	border-color: var(--line);
	color: var(--navy);
	background: #fff;
}

.tl-contact-form-panel {
	border: 1px solid var(--line);
	border-radius: 28px;
	padding: 31px;
	background: #fff;
	box-shadow: 0 25px 70px rgba(6, 39, 76, .08);
}
.tl-contact-success {
	padding: 12px 14px;
	border-radius: 12px;
	background: #e9fafb;
	color: #067a7f;
	font-size: 12px;
}

.tl-contact-topics {
	padding: 0 0 80px;
}
.tl-contact-topic-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
	margin-top: 36px;
}
.tl-contact-topic {
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 22px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 42, 76, .04);
}
.tl-contact-topic-icon {
	width: 43px;
	height: 43px;
	border-radius: 14px;
	background: #eafafb;
	color: var(--cyan);
	display: grid;
	place-items: center;
	margin-bottom: 14px;
}
.tl-contact-topic:nth-child(even) .tl-contact-topic-icon {
	background: #fff6e5;
	color: var(--yellow);
}
.tl-contact-topic h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 800;
	color: var(--navy);
	margin: 0 0 7px;
}
.tl-contact-topic p {
	font-size: 11px;
	line-height: 1.6;
	color: var(--muted);
	margin: 0;
}

.tl-contact-final {
	background: linear-gradient(100deg, rgba(2, 29, 63, .97), rgba(5, 52, 94, .87));
}
.tl-contact-final:before {
	background: none;
}
.tl-contact-final-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.tl-contact-final-actions .tl-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 980px) {
	.tl-about-hero-content {
		grid-template-columns: 1fr;
	}
	.tl-about-float-stack {
		display: none;
	}
	.tl-about-intro-grid,
	.tl-about-story-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.tl-about-value-grid {
		grid-template-columns: 1fr 1fr;
	}
	.tl-about-immersive-content {
		width: 75%;
	}
	.tl-contact-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.tl-contact-hero-inner {
		grid-template-columns: 1fr;
	}
	.tl-contact-topic-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 650px) {
	.tl-about-hero {
		min-height: auto;
	}
	.tl-about-hero-content {
		padding: 85px 0 90px;
	}
	.tl-about-hero-content h1 {
		font-size: 2.75rem;
	}
	.tl-about-intro,
	.tl-about-values,
	.tl-about-immersive {
		padding: 70px 0;
	}
	.tl-about-visual {
		height: 350px;
	}
	.tl-about-visual-large {
		height: 280px;
		width: 78%;
	}
	.tl-about-visual-small {
		height: 145px;
		width: 48%;
	}
	.tl-about-number-grid {
		grid-template-columns: 1fr 1fr;
	}
	.tl-about-number {
		border-bottom: 1px solid #dfe7ed;
	}
	.tl-about-number:nth-child(2) {
		border-right: 0;
	}
	.tl-about-number strong {
		font-size: 2rem;
	}
	.tl-about-value-grid {
		grid-template-columns: 1fr;
	}
	.tl-about-story {
		padding: 70px 0;
	}
	.tl-about-timeline {
		padding-left: 20px;
	}
	.tl-about-timeline-item {
		padding-left: 25px;
	}
	.tl-about-immersive-panel {
		min-height: 580px;
	}
	.tl-about-immersive-content {
		width: 100%;
		padding: 50px 27px;
	}
	.tl-about-immersive-route {
		right: -110px;
		top: 52%;
	}
	.tl-about-cta-card {
		padding: 40px 27px;
		flex-direction: column;
		align-items: flex-start;
	}
	.tl-contact-hero {
		padding-top: 100px;
		padding-bottom: 48px;
	}
	.tl-contact-main {
		padding-top: 32px;
	}
	.tl-contact-form-panel {
		padding: 24px 20px;
	}
	.tl-contact-topic-grid {
		grid-template-columns: 1fr;
	}
	.tl-contact-final-actions {
		flex-direction: column;
	}
	.tl-contact-final-actions .tl-btn {
		width: 100%;
		justify-content: center;
	}
}
@media (prefers-reduced-motion: reduce) {
	.tl-about-float-main,
	.tl-about-float-mini,
	.tl-about-route-plane,
	.tl-about-immersive-plane,
	.tl-about-pin {
		animation: none !important;
	}
}

/* === UI/UX polish pass === */
.tl-page-enter {
	animation: tl-page-enter .45s ease both;
}
@keyframes tl-page-enter {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Scroll / section fade-up (works without Tailwind utility purge) */
[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease;
	will-change: opacity, transform;
}
[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
	[data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
.tl-page-hero {
	background: linear-gradient(145deg, var(--navy-2, #031f49) 0%, var(--navy, #062e68) 55%, var(--navy-3, #0b467f) 100%);
	color: #fff;
	padding: 7.5rem 0 4.5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.tl-page-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	align-items: end;
}
.tl-page-hero-copy {
	max-width: 40rem;
}
.tl-page-hero h1 {
	font-family: var(--font-heading, "Plus Jakarta Sans", sans-serif);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
	margin: .35rem 0 .75rem;
	color: #fff;
	max-width: 18ch;
}
.tl-page-hero p {
	color: rgba(255,255,255,.82);
	max-width: 36rem;
	line-height: 1.6;
	font-size: 1.02rem;
}
.tl-page-hero-actions {
	margin-top: 1.35rem;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}
.tl-page-hero-actions .tl-btn-white,
.tl-page-hero-actions .tl-btn-soft,
.tl-contact-final-actions .tl-btn-white,
.tl-contact-final-actions .tl-btn-soft,
.tl-acc-final-content .tl-btn-white,
.tl-acc-final-content .tl-btn-soft {
	background: #fff;
	color: var(--navy, #062e68) !important;
}
.tl-page-hero-actions .tl-btn-white span,
.tl-page-hero-actions .tl-btn-white svg,
.tl-page-hero-actions .tl-btn-soft span,
.tl-page-hero-actions .tl-btn-soft svg,
.tl-contact-final-actions .tl-btn-white span,
.tl-contact-final-actions .tl-btn-white svg,
.tl-contact-final-actions .tl-btn-soft span,
.tl-contact-final-actions .tl-btn-soft svg,
.tl-acc-final-content .tl-btn-white span,
.tl-acc-final-content .tl-btn-white svg,
.tl-acc-final-content .tl-btn-soft span,
.tl-acc-final-content .tl-btn-soft svg {
	color: var(--navy, #062e68) !important;
}
.tl-page-hero .tl-acc-script {
	color: var(--cyan, #18c7cf);
}
.tl-contact-main {
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding-top: 2.5rem;
}
.tl-discover-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
	align-items: stretch;
}
.tl-discover-card {
	display: flex;
	flex-direction: column;
	border-radius: 1.35rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line, #e9eef4);
	box-shadow: var(--shadow-sm, 0 10px 30px rgba(16,39,70,.08));
	transition: transform .25s ease, box-shadow .25s ease;
}
.tl-discover-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(16, 39, 70, .12);
}
.tl-discover-media {
	position: relative;
	aspect-ratio: 16 / 11;
	min-height: 180px;
	overflow: hidden;
	background-color: #dbe4ef;
	background-size: cover;
	background-position: center;
	transition: background-size .45s ease;
}
.tl-discover-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 30, 70, .05) 40%, rgba(6, 30, 70, .35) 100%);
	pointer-events: none;
}
.tl-discover-card:hover .tl-discover-media {
	background-size: 108% auto;
}
.tl-discover-icon,
.tl-discover-arrow {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255,255,255,.95);
	color: var(--navy, #062e68);
	box-shadow: 0 8px 20px rgba(6, 30, 70, .18);
}
.tl-discover-icon {
	left: .9rem;
	bottom: .9rem;
	width: 2.5rem;
	height: 2.5rem;
}
.tl-discover-arrow {
	right: .9rem;
	top: .9rem;
	width: 2.15rem;
	height: 2.15rem;
	transition: transform .3s ease;
}
.tl-discover-card:hover .tl-discover-arrow {
	transform: translate(.15rem, -.15rem);
}
.tl-discover-body {
	padding: 1.15rem 1.2rem 1.35rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.tl-discover-body h3 {
	margin: 0 0 .35rem;
	font-size: 1.15rem;
	color: var(--navy, #062e68);
}
.tl-discover-body p {
	margin: 0 0 .9rem;
	color: var(--muted, #6f7d91);
	font-size: .92rem;
	line-height: 1.5;
	flex: 1;
}
.tl-discover-body .tl-text-link {
	align-self: flex-start;
	margin-top: auto;
}
.tl-holiday-wrap {
	padding: 2.5rem 0 4rem;
}
.tl-holiday-progress {
	margin-bottom: 1.5rem;
}
.tl-holiday-progress-desktop {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: .5rem;
}
.tl-holiday-step {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	text-align: left;
	padding: .75rem .85rem;
	border-radius: 1rem;
	border: 1px solid var(--line, #e9eef4);
	background: #fff;
	color: var(--muted, #6f7d91);
	transition: .25s ease;
}
.tl-holiday-step.is-active {
	border-color: var(--navy, #062e68);
	background: var(--navy, #062e68);
	color: #fff;
}
.tl-holiday-step.is-done {
	border-color: rgba(24,199,207,.45);
	background: #e9fbfc;
	color: var(--navy, #062e68);
}
.tl-holiday-step-num {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
}
.tl-holiday-step-title {
	font-size: .82rem;
	font-weight: 600;
}
.tl-holiday-progress-mobile {
	display: none;
	padding: .85rem 1rem;
	border-radius: 1rem;
	background: var(--navy, #062e68);
	color: #fff;
}
.tl-holiday-mobile-count {
	display: block;
	font-size: .75rem;
	opacity: .8;
	margin-bottom: .15rem;
}
.tl-holiday-panel {
	background: #fff;
	border: 1px solid var(--line, #e9eef4);
	border-radius: 1.5rem;
	padding: 1.5rem;
	box-shadow: var(--shadow-sm, 0 10px 30px rgba(16,39,70,.08));
}
.tl-holiday-panel-title {
	margin: 0 0 1.25rem;
	font-size: 1.45rem;
	color: var(--navy, #062e68);
}
.tl-holiday-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}
.tl-holiday-field.is-wide {
	grid-column: 1 / -1;
}
.tl-holiday-label {
	display: flex;
	align-items: center;
	gap: .45rem;
	font-size: .82rem;
	font-weight: 600;
	color: var(--ink, #102746);
	margin-bottom: .4rem;
}
.tl-holiday-label-icon {
	display: inline-flex;
	color: var(--navy-3, #0b467f);
}
.tl-holiday-input {
	width: 100%;
	border: 1px solid #d5deea;
	border-radius: .9rem;
	padding: .8rem .95rem;
	font-size: .95rem;
	background: #fff;
	min-height: 2.85rem;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.tl-holiday-input:focus {
	outline: none;
	border-color: var(--cyan, #18c7cf);
	box-shadow: 0 0 0 3px rgba(24,199,207,.18);
}
.tl-holiday-summary h3 {
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .78rem;
	color: var(--muted, #6f7d91);
}
.tl-holiday-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem;
}
.tl-holiday-summary-card {
	position: relative;
	border-radius: 1rem;
	border: 1px solid var(--line, #e9eef4);
	background: #f7f9fc;
	padding: 1rem 1.1rem;
}
.tl-holiday-summary-label {
	display: block;
	font-size: .75rem;
	color: var(--muted, #6f7d91);
	margin-bottom: .25rem;
}
.tl-holiday-summary-card strong {
	color: var(--navy, #062e68);
	font-size: .98rem;
}
.tl-holiday-summary-edit {
	position: absolute;
	top: .65rem;
	right: .75rem;
	font-size: .72rem;
	font-weight: 700;
	color: var(--turquoise, #14B8A6);
	background: transparent;
	border: 0;
	cursor: pointer;
}

/* Build Your Holiday — conditional journey */
.tl-holiday-wrap { overflow-x: clip; max-width: 100%; }
.tl-holiday-error {
	margin: 0 0 1rem;
	padding: .85rem 1rem;
	border-radius: .9rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	font-size: .92rem;
	font-weight: 600;
}
.tl-holiday-step-panel { min-width: 0; }
.tl-holiday-panel-title { margin-bottom: .35rem; }
.tl-holiday-step-lead {
	margin: 0 0 1.35rem;
	color: var(--muted, #6f7d91);
	font-size: .98rem;
	line-height: 1.5;
}
.tl-holiday-block { margin-bottom: 1.5rem; }
.tl-holiday-block-title {
	margin: 0 0 .75rem;
	font-size: .95rem;
	font-weight: 700;
	color: var(--navy, #062e68);
}
.tl-holiday-subhead {
	margin: 1.1rem 0 .65rem;
	font-size: .88rem;
	font-weight: 700;
	color: var(--navy-3, #0b467f);
}
.tl-holiday-help {
	margin: .55rem 0 0;
	font-size: .86rem;
	color: var(--muted, #6f7d91);
}
.tl-holiday-label em {
	font-style: normal;
	font-weight: 500;
	color: var(--muted, #6f7d91);
}
.tl-holiday-date-row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: .75rem;
	align-items: end;
}
.tl-holiday-date-arrow {
	padding-bottom: .85rem;
	color: var(--muted, #6f7d91);
	font-weight: 700;
}
.tl-holiday-nights-chip {
	margin-top: .85rem;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45rem .7rem;
	padding: .55rem .9rem;
	border-radius: 999px;
	background: #e9fbfc;
	border: 1px solid rgba(24,199,207,.35);
	color: var(--navy, #062e68);
	font-size: .88rem;
}
.tl-holiday-nights-meta {
	font-weight: 700;
	color: var(--turquoise, #14B8A6);
}
.tl-holiday-counters {
	display: grid;
	gap: .65rem;
}
.tl-holiday-counter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .85rem 1rem;
	border: 1px solid var(--line, #e9eef4);
	border-radius: 1rem;
	background: #f8fafc;
}
.tl-holiday-counter strong {
	display: block;
	color: var(--navy, #062e68);
	font-size: .95rem;
}
.tl-holiday-counter small {
	color: var(--muted, #6f7d91);
	font-size: .78rem;
}
.tl-holiday-counter-controls {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
}
.tl-holiday-counter-controls span {
	min-width: 1.5rem;
	text-align: center;
	font-weight: 700;
	color: var(--navy, #062e68);
}
.tl-holiday-counter-btn {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: .7rem;
	border: 1px solid #d5deea;
	background: #fff;
	color: var(--navy, #062e68);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	transition: .2s ease;
}
.tl-holiday-counter-btn:hover:not(:disabled) {
	border-color: var(--cyan, #18c7cf);
	background: #e9fbfc;
}
.tl-holiday-counter-btn:disabled {
	opacity: .4;
	cursor: not-allowed;
}
.tl-holiday-traveller-summary {
	margin: .85rem 0 0;
	font-size: .92rem;
	font-weight: 600;
	color: var(--navy, #062e68);
}
.tl-holiday-ages {
	margin-top: 1rem;
	padding-top: .85rem;
	border-top: 1px dashed #d5deea;
}
.tl-holiday-ages h4 {
	margin: 0 0 .65rem;
	font-size: .86rem;
	color: var(--navy-3, #0b467f);
}
.tl-holiday-age-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
	gap: .75rem;
}
.tl-holiday-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .75rem;
	margin-bottom: 1.25rem;
}
.tl-holiday-choice-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .35rem;
	text-align: left;
	padding: 1.1rem 1rem;
	border-radius: 1.15rem;
	border: 1.5px solid var(--line, #e9eef4);
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.tl-holiday-choice-card strong {
	color: var(--navy, #062e68);
	font-size: 1rem;
}
.tl-holiday-choice-card span {
	font-size: .82rem;
	color: var(--muted, #6f7d91);
	line-height: 1.4;
}
.tl-holiday-choice-card:hover {
	border-color: rgba(24,199,207,.55);
}
.tl-holiday-choice-card.is-active {
	border-color: var(--navy, #062e68);
	background: #f0f7ff;
	box-shadow: 0 0 0 1px var(--navy, #062e68);
}
.tl-holiday-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: .85rem;
}
.tl-holiday-chip {
	appearance: none;
	border: 1px solid #d5deea;
	background: #fff;
	color: var(--ink, #102746);
	border-radius: 999px;
	padding: .55rem .95rem;
	font-size: .88rem;
	font-weight: 600;
	cursor: pointer;
	transition: .2s ease;
}
.tl-holiday-chip:hover { border-color: var(--cyan, #18c7cf); }
.tl-holiday-chip.is-active {
	background: var(--navy, #062e68);
	border-color: var(--navy, #062e68);
	color: #fff;
}
.tl-holiday-budget-row {
	display: grid;
	grid-template-columns: minmax(7rem, 9rem) 1fr;
	gap: .75rem;
	margin-top: .75rem;
}
.tl-holiday-check {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-bottom: .75rem;
	font-size: .92rem;
	font-weight: 600;
	color: var(--ink, #102746);
	cursor: pointer;
}
.tl-holiday-transport-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem;
	margin-bottom: 1.25rem;
}
.tl-holiday-transport-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .4rem;
	text-align: left;
	padding: 1.15rem 1.1rem;
	border-radius: 1.2rem;
	border: 1.5px solid var(--line, #e9eef4);
	background: linear-gradient(160deg, #fff 0%, #f7fbfc 100%);
	cursor: pointer;
	transition: .2s ease;
}
.tl-holiday-transport-card strong {
	color: var(--navy, #062e68);
	font-size: 1.02rem;
}
.tl-holiday-transport-card span:not(.tl-holiday-transport-icon) {
	font-size: .84rem;
	color: var(--muted, #6f7d91);
}
.tl-holiday-transport-icon {
	display: inline-flex;
	color: var(--turquoise, #14B8A6);
	margin-bottom: .15rem;
}
.tl-holiday-transport-card.is-active {
	border-color: var(--cyan, #18c7cf);
	background: #e9fbfc;
	box-shadow: 0 0 0 1px var(--cyan, #18c7cf);
}
.tl-holiday-vehicle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem;
	margin-bottom: 1rem;
}
.tl-holiday-vehicle-card {
	border-radius: 1.1rem;
	border: 1.5px solid var(--line, #e9eef4);
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: .2s ease;
	min-width: 0;
}
.tl-holiday-vehicle-card:hover { border-color: rgba(24,199,207,.5); }
.tl-holiday-vehicle-card.is-active {
	border-color: var(--navy, #062e68);
	box-shadow: 0 0 0 1px var(--navy, #062e68);
}
.tl-holiday-vehicle-card.is-tight { opacity: .92; }
.tl-holiday-vehicle-media {
	aspect-ratio: 16 / 10;
	background: #e8eef5 center / cover no-repeat;
}
.tl-holiday-vehicle-body {
	padding: .85rem .95rem 1rem;
	display: grid;
	gap: .3rem;
}
.tl-holiday-vehicle-body strong {
	color: var(--navy, #062e68);
	font-size: .95rem;
}
.tl-holiday-vehicle-body p {
	margin: 0;
	font-size: .8rem;
	color: var(--muted, #6f7d91);
	line-height: 1.35;
}
.tl-holiday-fit {
	display: inline-block;
	margin-top: .25rem;
	font-size: .72rem;
	font-weight: 700;
	padding: .2rem .55rem;
	border-radius: 999px;
}
.tl-holiday-fit.is-ok {
	background: #dcfce7;
	color: #166534;
}
.tl-holiday-fit.is-warn {
	background: #ffedd5;
	color: #9a3412;
}
.tl-holiday-review {
	display: grid;
	gap: .85rem;
}
.tl-holiday-review-card {
	border: 1px solid var(--line, #e9eef4);
	border-radius: 1.1rem;
	background: #f8fafc;
	padding: 1rem 1.1rem;
}
.tl-holiday-review-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin-bottom: .55rem;
}
.tl-holiday-review-card h3 {
	margin: 0;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--muted, #6f7d91);
}
.tl-holiday-review-card header button {
	border: 0;
	background: transparent;
	color: var(--turquoise, #14B8A6);
	font-size: .78rem;
	font-weight: 700;
	cursor: pointer;
}
.tl-holiday-review-card p {
	margin: .2rem 0;
	font-size: .92rem;
	color: var(--ink, #102746);
	white-space: pre-line;
}
.tl-holiday-actions {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	justify-content: space-between;
	align-items: center;
}
.tl-holiday-actions-sticky {
	position: sticky;
	bottom: 0;
	z-index: 20;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: -1.5rem;
	padding: 1rem 1.5rem calc(1rem + env(safe-area-inset-bottom, 0px));
	background: rgba(255,255,255,.96);
	border-top: 1px solid var(--line, #e9eef4);
	backdrop-filter: blur(8px);
}
.tl-holiday-actions-sticky .tl-btn { flex: 1 1 auto; justify-content: center; min-width: 7.5rem; }
.tl-holiday-panel .mt-2 { margin-top: .5rem; }
.tl-holiday-field { display: block; min-width: 0; }
.tl-holiday-input[readonly] { background: #f1f5f9; color: #475569; }

.tl-step-enter { transition: opacity .3s ease, transform .3s ease; }
.tl-step-enter-start { opacity: 0; transform: translateX(14px); }
.tl-step-enter-end { opacity: 1; transform: translateX(0); }
.tl-footer-copy-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .35rem 1.25rem;
}
.tl-footer-credit-inline a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.tl-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 40;
	background: rgba(6, 20, 45, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.tl-mobile-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}
.tl-vehicle-skeleton-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}
.tl-vehicle-skeleton {
	border-radius: 1.35rem;
	overflow: hidden;
	border: 1px solid var(--line, #e9eef4);
	background: #fff;
}
.tl-sk-media,
.tl-sk-line {
	background: linear-gradient(90deg, #e8eef5 0%, #f5f8fc 45%, #e8eef5 100%);
	background-size: 200% 100%;
	animation: tl-shimmer 1.2s linear infinite;
}
.tl-sk-media {
	aspect-ratio: 16 / 10;
}
.tl-sk-body {
	padding: 1rem 1.1rem 1.25rem;
	display: grid;
	gap: .55rem;
}
.tl-sk-line {
	height: .75rem;
	border-radius: .4rem;
}
.tl-sk-line.w60 { width: 60%; }
.tl-sk-line.w80 { width: 80%; }
.tl-sk-line.w40 { width: 40%; }
.tl-sk-pills {
	display: flex;
	gap: .4rem;
	margin-top: .25rem;
}
.tl-sk-pill {
	width: 3.5rem;
	height: 1.35rem;
	border-radius: 999px;
	background: #e8eef5;
}
.tl-catalog-fade {
	animation: tl-page-enter .35s ease both;
}
.tl-hero-media {
	background-image: var(--hero-image);
	background-size: cover;
	background-position: center 35%;
}
@media (max-width: 1024px) {
	.tl-discover-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 700px) {
	.tl-discover-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 900px) {
	.tl-vehicle-skeleton-grid,
	.tl-holiday-progress-desktop,
	.tl-holiday-fields,
	.tl-holiday-summary-grid,
	.tl-holiday-choice-grid,
	.tl-holiday-transport-grid,
	.tl-holiday-vehicle-grid,
	.tl-holiday-budget-row,
	.tl-holiday-date-row {
		grid-template-columns: 1fr;
	}
	.tl-holiday-date-arrow { display: none; }
	.tl-holiday-progress-desktop { display: none; }
	.tl-holiday-progress-mobile { display: block; }
	.tl-holiday-panel { padding: 1.15rem 1rem 0; border-radius: 1.15rem; }
	.tl-holiday-actions-sticky {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.tl-holiday-choice-card,
	.tl-holiday-transport-card,
	.tl-holiday-vehicle-card,
	.tl-holiday-input,
	.tl-holiday-counter {
		width: 100%;
	}
	.tl-page-hero { padding: 6.5rem 0 3.25rem; }
	.tl-page-hero h1 { max-width: none; }
}
@media (max-width: 560px) {
	.tl-holiday-nights-chip { width: 100%; border-radius: 1rem; }
	.tl-holiday-actions-sticky { flex-direction: column-reverse; }
	.tl-holiday-actions-sticky .tl-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.tl-page-enter,
	.tl-catalog-fade,
	.tl-sk-media,
	.tl-sk-line,
	.tl-discover-media img,
	.tl-discover-arrow,
	.tl-step-enter,
	.tl-mobile-overlay,
	.tl-holiday-step,
	.tl-holiday-choice-card,
	.tl-holiday-chip,
	.tl-holiday-transport-card,
	.tl-holiday-vehicle-card,
	.tl-holiday-counter-btn {
		animation: none !important;
		transition: none !important;
	}
}
@keyframes tl-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}


.tl-mobile-overlay{display:none}@media (max-width:980px){.tl-mobile-overlay{display:block}}

/* Legal pages — rich prose document */
.tl-legal-hero .tl-page-hero-copy {
	max-width: 42rem;
}

.tl-legal-wrap {
	padding: 2.75rem 0 5.5rem;
	background:
		radial-gradient(ellipse 70% 40% at 50% 0%, rgba(24, 199, 207, 0.08), transparent 60%),
		linear-gradient(180deg, #eef3f8 0%, #f7f9fc 35%, #ffffff 100%);
}

.tl-legal-doc {
	max-width: 48rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dce6f0;
	border-radius: 24px;
	padding: 2.35rem 2.15rem 2.5rem;
	box-shadow: 0 18px 50px rgba(16, 39, 70, 0.07);
}

.tl-legal-body,
.tl-prose {
	color: #31475f;
	font-size: 1.0625rem;
	line-height: 1.85;
}

.tl-legal-body > *:first-child,
.tl-prose > *:first-child {
	margin-top: 0 !important;
}

.tl-legal-body > *:last-child,
.tl-prose > *:last-child {
	margin-bottom: 0 !important;
}

.tl-legal-body h2,
.tl-prose h2 {
	display: block !important;
	margin: 2.6rem 0 0.95rem !important;
	padding: 1.15rem 0 0 !important;
	color: #062e68 !important;
	font-family: var(--font-heading), "Montserrat", system-ui, sans-serif !important;
	font-size: clamp(1.28rem, 2.6vw, 1.55rem) !important;
	font-weight: 750 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.25 !important;
	border-top: 1px solid #e5edf5 !important;
}

.tl-legal-body > h2:first-child,
.tl-prose > h2:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

.tl-legal-body h3,
.tl-legal-body h4,
.tl-prose h3,
.tl-prose h4 {
	display: block !important;
	margin: 1.9rem 0 0.7rem !important;
	color: #0b1f3a !important;
	font-family: var(--font-heading), "Montserrat", system-ui, sans-serif !important;
	font-size: 1.12rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

.tl-legal-body p,
.tl-prose p {
	display: block !important;
	margin: 0 0 1.15rem !important;
}

.tl-legal-body ul,
.tl-legal-body ol,
.tl-prose ul,
.tl-prose ol {
	display: block !important;
	margin: 0.35rem 0 1.55rem !important;
	padding: 0.15rem 0 0.15rem 0.15rem !important;
	list-style: none !important;
}

.tl-legal-body li,
.tl-prose li {
	position: relative;
	display: block !important;
	margin: 0 0 0.7rem !important;
	padding: 0.7rem 0.9rem 0.7rem 2.15rem !important;
	border-radius: 12px;
	background: #f4f8fb;
	border: 1px solid #e4ecf4;
	color: #24384f;
	line-height: 1.55 !important;
}

.tl-legal-body li:last-child,
.tl-prose li:last-child {
	margin-bottom: 0 !important;
}

.tl-legal-body ul > li::before,
.tl-prose ul > li::before {
	content: "";
	position: absolute;
	left: 0.85rem;
	top: 1.05rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #18c7cf;
	box-shadow: 0 0 0 3px rgba(24, 199, 207, 0.18);
}

.tl-legal-body ol,
.tl-prose ol {
	counter-reset: legal-item;
}

.tl-legal-body ol > li,
.tl-prose ol > li {
	counter-increment: legal-item;
	padding-left: 2.55rem !important;
}

.tl-legal-body ol > li::before,
.tl-prose ol > li::before {
	content: counter(legal-item);
	position: absolute;
	left: 0.7rem;
	top: 0.7rem;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: #062e68;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35rem;
	text-align: center;
}

.tl-legal-body a,
.tl-prose a {
	color: #0d7f8a !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	font-weight: 500;
}

.tl-legal-body a:hover,
.tl-prose a:hover {
	color: #062e68 !important;
}

.tl-legal-body strong,
.tl-legal-body b,
.tl-prose strong,
.tl-prose b {
	color: #0b1f3a;
	font-weight: 650;
}

.tl-legal-body blockquote,
.tl-prose blockquote {
	margin: 1.4rem 0;
	padding: 1rem 1.15rem;
	border-left: 3px solid #18c7cf;
	background: #f0fbfc;
	border-radius: 0 12px 12px 0;
	color: #35506c;
}

.tl-legal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2.65rem;
	padding-top: 1.6rem;
	border-top: 1px solid #d7e2ee;
}

.tl-legal-related {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #0b1f3a;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
}

.tl-legal-related:hover {
	color: #0d7f8a;
}

.tl-footer-legal a {
	color: inherit;
	text-decoration: none;
}

.tl-footer-legal a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 720px) {
	.tl-legal-wrap {
		padding: 1.4rem 0 3.4rem;
	}

	.tl-legal-doc {
		padding: 1.35rem 1.05rem 1.55rem;
		border-radius: 18px;
	}

	.tl-legal-body,
	.tl-prose {
		font-size: 1rem;
	}

	.tl-legal-body h2,
	.tl-prose h2 {
		margin-top: 2rem !important;
		font-size: 1.2rem !important;
	}

	.tl-legal-footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

