:root {
	--bg: #06080f;
	--bg-2: #0a1020;
	--panel: rgba(255, 255, 255, 0.075);
	--panel-2: rgba(255, 255, 255, 0.115);
	--line: rgba(255, 255, 255, 0.14);
	--gold: #d8b56d;
	--gold-2: #fff0b9;
	--teal: #1fd3c4;
	--rose: #e65f8b;
	--cream: #fff8e7;
	--muted: #aeb9cc;
	--text: #f7f2e8;
	--dark-text: #111827;
	--shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
	--shadow-gold: 0 18px 45px rgba(216, 181, 109, 0.25);
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Manrope', sans-serif;
	background: var(--bg);
	color: var(--text);
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
}
.site-bg {
	position: fixed;
	inset: 0;
	z-index: -3;
	background:
		radial-gradient(circle at 20% 10%, rgba(216, 181, 109, 0.16), transparent 30%),
		radial-gradient(circle at 80% 0, rgba(31, 211, 196, 0.15), transparent 28%),
		linear-gradient(180deg, #05060c, #08111e 48%, #06080f);
}
.site-bg:after {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 80%);
}
.aurora {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.65;
	animation: auroraMove 12s ease-in-out infinite;
}
.aurora-1 {
	width: 380px;
	height: 380px;
	background: rgba(216, 181, 109, 0.22);
	top: 14%;
	left: -120px;
}
.aurora-2 {
	width: 420px;
	height: 420px;
	background: rgba(31, 211, 196, 0.16);
	top: 6%;
	right: -120px;
	animation-delay: -4s;
}
.aurora-3 {
	width: 320px;
	height: 320px;
	background: rgba(230, 95, 139, 0.12);
	bottom: 12%;
	left: 38%;
	animation-delay: -8s;
}
.lux-cursor-light {
	position: fixed;
	z-index: -2;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(216, 181, 109, 0.12), transparent 65%);
	pointer-events: none;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}
.preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #05060c;
	display: grid;
	place-items: center;
	transition: 0.55s ease;
}
.preloader.hide {
	opacity: 0;
	visibility: hidden;
}
.lux-loader {
	display: flex;
	gap: 12px;
}
.lux-loader span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), var(--teal));
	animation: loaderBounce 0.8s ease-in-out infinite alternate;
}
.lux-loader span:nth-child(2) {
	animation-delay: 0.15s;
}
.lux-loader span:nth-child(3) {
	animation-delay: 0.3s;
}
.text-gold {
	color: var(--gold) !important;
}
.lux-topline {
	height: 38px;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid var(--line);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #d7deec;
}
.lux-navbar {
	position: fixed;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	width: min(1320px, calc(100% - 32px));
	z-index: 1030;
	padding: 12px 18px;
	background: rgba(5, 8, 18, 0.62);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
	transition: 0.25s ease;
}
.lux-navbar.scrolled {
	top: 16px;
	background: rgba(5, 8, 18, 0.82);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}
.lux-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
}
.brand-emblem {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, var(--gold-2), var(--gold) 48%, #8b6b2e);
	color: #111827;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.6),
		var(--shadow-gold);
}
.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}
.brand-text strong {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 22px;
	letter-spacing: 0.01em;
}
.brand-text small {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #bbc6d9;
	margin-top: 5px;
}
.lux-menu {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 6px;
}
.lux-menu .nav-link {
	border-radius: 999px;
	padding: 10px 15px !important;
	color: #dfe6f4 !important;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
}
.lux-menu .nav-link:hover,
.lux-menu .nav-link.active {
	background: linear-gradient(135deg, rgba(216, 181, 109, 0.25), rgba(31, 211, 196, 0.16));
	color: #fff !important;
}
.nav-mini {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	border: 1px solid var(--line);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}
.lux-toggler {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 4px;
	place-content: center;
}
.lux-toggler span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 99px;
}
.btn {
	font-weight: 900;
	border-radius: 999px;
	border: 0;
}
.btn-lux-gold {
	color: #111827 !important;
	background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, #b68937);
	box-shadow: var(--shadow-gold);
	padding: 12px 22px;
}
.btn-lux-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 55px rgba(216, 181, 109, 0.32);
}
.btn-lux-outline {
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(16px);
	padding: 12px 22px;
}
.btn-lux-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-2px);
}
.glass-panel {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
	backdrop-filter: blur(24px);
	border-radius: 34px;
}
.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(216, 181, 109, 0.13);
	border: 1px solid rgba(216, 181, 109, 0.25);
	color: var(--gold-2);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.section-kicker.light {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}
.hero-lux {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 92px;
}
.hero-lux:before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 6, 12, 0.72), rgba(5, 6, 12, 0.18)),
		url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=90')
			center/cover;
	opacity: 0.42;
	z-index: -2;
}
.hero-lux:after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(transparent, var(--bg));
	z-index: -1;
}
.hero-ribbon {
	position: absolute;
	right: -120px;
	top: 170px;
	display: flex;
	gap: 22px;
	transform: rotate(90deg);
	color: rgba(255, 255, 255, 0.38);
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.35em;
	font-size: 12px;
}
.display-lux {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(54px, 7vw, 112px);
	line-height: 0.88;
	letter-spacing: -0.055em;
	font-weight: 900;
}
.display-lux span,
.section-title span {
	background: linear-gradient(135deg, var(--gold-2), var(--gold), var(--teal));
	-webkit-background-clip: text;
	color: transparent;
}
.hero-desc,
.section-desc,
.page-desc {
	color: #c4cfdd;
	line-height: 1.85;
	font-size: 17px;
	max-width: 680px;
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.lux-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 650px;
}
.lux-metrics div {
	padding: 18px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.11);
}
.lux-metrics strong {
	display: block;
	font-size: 28px;
	color: var(--gold-2);
	font-weight: 900;
}
.lux-metrics span {
	display: block;
	color: #aeb9cc;
	font-size: 12px;
	font-weight: 800;
	margin-top: 5px;
}
.lux-hero-composition {
	position: relative;
	min-height: 650px;
}
.lux-photo {
	position: absolute;
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow);
}
.lux-photo-main {
	inset: 40px 45px 58px 70px;
	border-radius: 48% 48% 8% 8%/36% 36% 10% 10%;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22)),
		url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=1100&q=90');
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.lux-photo-small {
	width: 230px;
	height: 310px;
	left: 10px;
	bottom: 12px;
	border-radius: 120px 120px 28px 28px;
	background-image: url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=700&q=90');
	border: 8px solid rgba(255, 248, 231, 0.16);
}
.gold-ring {
	position: absolute;
	right: 20px;
	top: 38px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 1px solid rgba(216, 181, 109, 0.65);
	box-shadow: 0 0 0 16px rgba(216, 181, 109, 0.045);
	animation: spinSlow 18s linear infinite;
}
.hero-booking-card {
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 280px;
	padding: 23px;
}
.hero-booking-card h4 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-weight: 900;
}
.hero-booking-card strong {
	font-size: 26px;
	color: var(--gold-2);
}
.hero-booking-card a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--gold);
	color: #111827;
}
.hero-rating-card {
	position: absolute;
	top: 92px;
	left: 0;
	width: 200px;
	padding: 18px;
}
.hero-rating-card .stars {
	color: var(--gold);
	letter-spacing: 0.08em;
}
.hero-rating-card strong {
	display: block;
	font-size: 26px;
}
.hero-rating-card span {
	color: #b8c3d4;
	font-size: 13px;
}
.mini-label {
	display: block;
	color: var(--gold);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.lux-section {
	padding: 105px 0;
}
.lux-search-panel {
	margin-top: -72px;
	position: relative;
	z-index: 5;
	padding: 24px;
}
.lux-search-panel span {
	display: block;
	color: #aeb9cc;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.lux-search-panel strong {
	display: block;
	margin-top: 6px;
	font-size: 18px;
}
.section-title {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(38px, 5vw, 72px);
	line-height: 0.98;
	letter-spacing: -0.045em;
	font-weight: 900;
}
.lux-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--gold-2);
	font-weight: 900;
	border-bottom: 1px solid rgba(216, 181, 109, 0.5);
	padding-bottom: 5px;
}
.lux-package-card {
	height: 100%;
	overflow: hidden;
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
	box-shadow: var(--shadow);
	transition: 0.35s ease;
}
.lux-package-card:hover {
	transform: translateY(-10px);
	border-color: rgba(216, 181, 109, 0.45);
}
.lux-package-card.featured {
	background: linear-gradient(180deg, rgba(216, 181, 109, 0.16), rgba(255, 255, 255, 0.07));
	border-color: rgba(216, 181, 109, 0.34);
}
.pkg-img {
	height: 285px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.pkg-img:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
}
.pkg-img span {
	position: absolute;
	left: 20px;
	top: 20px;
	background: rgba(255, 248, 231, 0.88);
	color: #111827;
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 900;
}
.pkg-content {
	padding: 26px;
}
.pkg-content h3 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 30px;
	font-weight: 900;
}
.pkg-content p {
	color: #b9c5d7;
	line-height: 1.75;
}
.pkg-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 18px;
}
.pkg-footer strong {
	font-size: 24px;
	color: var(--gold-2);
}
.pkg-footer a {
	color: #111827;
	background: var(--gold);
	padding: 10px 15px;
	border-radius: 999px;
	font-weight: 900;
}
.pkg-1 {
	background-image: url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=900&q=90');
}
.pkg-2 {
	background-image: url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=900&q=90');
}
.pkg-3 {
	background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=90');
}
.pkg-4 {
	background-image: url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=900&q=90');
}
.pkg-5 {
	background-image: url('https://images.unsplash.com/photo-1544551763-77ef2d0cfc6c?auto=format&fit=crop&w=900&q=90');
}
.pkg-6 {
	background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=90');
}
.lux-list {
	padding-left: 0;
	list-style: none;
	margin: 18px 0;
}
.lux-list li {
	color: #d7deec;
	margin: 8px 0;
}
.lux-list li:before {
	content: '✦';
	color: var(--gold);
	margin-right: 9px;
}
.showcase-section {
	position: relative;
}
.showcase-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 250px 250px;
	gap: 18px;
}
.showcase-img {
	border-radius: 32px;
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.sc-1 {
	grid-row: span 2;
	background-image: url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=800&q=90');
}
.sc-2 {
	background-image: url('https://images.unsplash.com/photo-1544551763-77ef2d0cfc6c?auto=format&fit=crop&w=800&q=90');
}
.sc-3 {
	background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=800&q=90');
}
.signature-list {
	display: grid;
	gap: 12px;
}
.signature-list div {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #dce5f3;
	font-weight: 700;
}
.signature-list i {
	color: var(--gold);
	font-size: 22px;
}
.lux-editorial {
	min-height: 520px;
	border-radius: 48px;
	display: flex;
	align-items: end;
	padding: 60px;
	background:
		linear-gradient(90deg, rgba(5, 6, 12, 0.86), rgba(5, 6, 12, 0.22)),
		url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1800&q=90')
			center/cover;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
}
.editorial-content {
	max-width: 820px;
}
.editorial-content h2 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(38px, 5vw, 74px);
	line-height: 0.98;
	font-weight: 900;
}
.page-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	padding-top: 130px;
	background:
		linear-gradient(90deg, rgba(5, 6, 12, 0.82), rgba(5, 6, 12, 0.24)),
		var(--page-img) center/cover;
}
.page-hero:after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 140px;
	background: linear-gradient(transparent, var(--bg));
}
.page-hero .container-xxl {
	position: relative;
	z-index: 1;
}
.page-title {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(48px, 7vw, 92px);
	line-height: 0.9;
	letter-spacing: -0.05em;
	font-weight: 900;
}
.compare-panel {
	padding: 34px;
}
.mini-feature {
	padding: 22px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.12);
	height: 100%;
}
.mini-feature i {
	font-size: 28px;
	color: var(--gold);
}
.mini-feature strong {
	display: block;
	margin-top: 14px;
}
.mini-feature span {
	display: block;
	color: #adb9ca;
	font-size: 13px;
}
.detail-visual {
	height: 420px;
	border-radius: 40px;
	background:
		linear-gradient(rgba(5, 6, 12, 0.1), rgba(5, 6, 12, 0.32)),
		url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1400&q=90') center/cover;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: var(--shadow);
}
.detail-box {
	padding: 34px;
}
.lux-timeline {
	position: relative;
}
.lux-timeline:before {
	content: '';
	position: absolute;
	left: 26px;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: linear-gradient(var(--gold), var(--teal));
}
.timeline-item {
	position: relative;
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
}
.timeline-item > span {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	color: #111827;
	font-weight: 900;
	box-shadow: var(--shadow-gold);
	z-index: 1;
}
.timeline-item h4 {
	font-weight: 900;
}
.timeline-item p {
	color: #b9c5d7;
}
.facility-item {
	height: 100%;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-weight: 900;
}
.facility-item i {
	color: var(--gold);
	margin-right: 8px;
}
.booking-sidebar {
	position: sticky;
	top: 120px;
	padding: 28px;
}
.booking-sidebar h2 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 48px;
	color: var(--gold-2);
	font-weight: 900;
}
.booking-sidebar p {
	color: #b9c5d7;
}
.side-info {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.side-info span {
	color: #aeb9cc;
}
.destination-lux-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.dest-lux {
	min-height: 430px;
	border-radius: 36px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
	isolation: isolate;
	transition: 0.35s;
}
.dest-lux:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 6, 12, 0.06), rgba(5, 6, 12, 0.82));
	z-index: -1;
}
.dest-lux:hover {
	transform: translateY(-8px);
}
.dest-lux span {
	color: var(--gold);
	font-weight: 900;
}
.dest-lux h3 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 34px;
	font-weight: 900;
}
.dest-lux p {
	color: #d5deec;
}
.dest-a {
	background-image: url('https://images.unsplash.com/photo-1544551763-77ef2d0cfc6c?auto=format&fit=crop&w=900&q=90');
}
.dest-b {
	background-image: url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=900&q=90');
}
.dest-c {
	background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=90');
}
.dest-d {
	background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=90');
}
.dest-e {
	background-image: url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=900&q=90');
}
.dest-f {
	background-image: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=900&q=90');
}
.schedule-lux-card {
	padding: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
	height: 100%;
}
.schedule-lux-card span {
	color: var(--gold);
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12px;
}
.schedule-lux-card h3 {
	font-family: 'Sora', 'Manrope', sans-serif;
	margin-top: 12px;
}
.schedule-lux-card p {
	color: #b9c5d7;
}
.lux-table {
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
}
.lux-table table {
	color: #eaf0fa;
}
.lux-table th {
	background: rgba(216, 181, 109, 0.18) !important;
	color: #fff !important;
	padding: 20px !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}
.lux-table td {
	background: rgba(255, 255, 255, 0.055) !important;
	color: #dce5f3 !important;
	padding: 18px !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
}
.lux-table a {
	color: var(--gold-2);
	font-weight: 900;
}
.status {
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}
.status.ready {
	background: rgba(34, 197, 94, 0.15);
	color: #86efac;
}
.status.soon {
	background: rgba(251, 191, 36, 0.15);
	color: #fde68a;
}
.status.full {
	background: rgba(248, 113, 113, 0.15);
	color: #fca5a5;
}
.gallery-filter {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.gallery-filter button {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
	color: #dbe4f1;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 900;
}
.gallery-filter button.active {
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	color: #111827;
}
.gallery-lux-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 260px;
	gap: 18px;
}
.gallery-lux-item {
	position: relative;
	margin: 0;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.14);
	cursor: pointer;
}
.gallery-lux-item.wide {
	grid-column: span 2;
}
.gallery-lux-item.tall {
	grid-row: span 2;
}
.gallery-lux-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.45s;
}
.gallery-lux-item:hover img {
	transform: scale(1.08);
}
.gallery-lux-item:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(5, 6, 12, 0.72));
}
.gallery-lux-item figcaption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 18px;
	z-index: 1;
	font-weight: 900;
	font-size: 18px;
}
.image-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	z-index: 2000;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
	padding: 24px;
}
.image-modal.show {
	opacity: 1;
	visibility: visible;
}
.image-modal img {
	max-height: 86vh;
	border-radius: 28px;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.18);
}
.image-modal button {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111827;
}
.contact-lux-info,
.lux-form {
	padding: 34px;
}
.contact-line {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 20px;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.11);
}
.contact-line i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	color: #111827;
}
.contact-line span {
	display: block;
	color: #aeb9cc;
	font-size: 13px;
}
.contact-line strong {
	display: block;
}
.lux-form label {
	font-weight: 900;
	color: #e7edf8;
	margin-bottom: 8px;
}
.lux-form .form-control,
.lux-form .form-select {
	border-radius: 18px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-weight: 700;
}
.lux-form .form-control::placeholder {
	color: #8f9caf;
}
.lux-form .form-select option {
	color: #111827;
}
.lux-form .form-control:focus,
.lux-form .form-select:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(216, 181, 109, 0.65);
	box-shadow: 0 0 0 0.25rem rgba(216, 181, 109, 0.12);
	color: #fff;
}
.lux-footer {
	position: relative;
	padding: 80px 0 30px;
	background: #03050a;
	overflow: hidden;
}
.footer-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.55;
}
.footer-orb-1 {
	width: 360px;
	height: 360px;
	background: rgba(216, 181, 109, 0.16);
	left: -120px;
	top: 80px;
}
.footer-orb-2 {
	width: 420px;
	height: 420px;
	background: rgba(31, 211, 196, 0.12);
	right: -120px;
	bottom: -80px;
}
.footer-cta {
	padding: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.footer-cta h2 {
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1;
	font-weight: 900;
	margin-top: 16px;
}
.footer-brand {
	display: inline-flex;
}
.footer-text {
	color: #aeb9cc;
	line-height: 1.8;
}
.lux-footer h5 {
	font-weight: 900;
	color: #fff;
	margin-bottom: 18px;
}
.lux-footer a {
	display: block;
	color: #adb8ca;
	font-weight: 700;
	margin: 10px 0;
}
.lux-footer a:hover {
	color: var(--gold-2);
}
.social-lux a {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-right: 7px;
	color: #fff;
}
.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: #7f8ca0;
	font-size: 13px;
}
.wa-float {
	position: fixed;
	right: 22px;
	bottom: 88px;
	z-index: 1030;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #22c55e;
	color: #fff;
	font-size: 28px;
	box-shadow: 0 18px 42px rgba(34, 197, 94, 0.35);
	animation: pulse 2s ease-in-out infinite;
}
.to-top {
	position: fixed;
	right: 26px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(5, 8, 18, 0.8);
	color: #fff;
	z-index: 1030;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: 0.25s;
}
.to-top.show {
	opacity: 1;
	visibility: visible;
	transform: none;
}
@keyframes auroraMove {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	35% {
		transform: translate(30px, -20px) scale(1.08);
	}
	70% {
		transform: translate(-20px, 30px) scale(0.96);
	}
}
@keyframes loaderBounce {
	to {
		transform: translateY(-14px);
		opacity: 0.55;
	}
}
@keyframes spinSlow {
	to {
		transform: rotate(360deg);
	}
}
@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.07);
	}
}
@media (max-width: 1199px) {
	.lux-navbar {
		top: 16px;
		border-radius: 28px;
	}
	.lux-menu {
		border-radius: 24px;
	}
	.lux-menu .nav-link {
		border-radius: 18px;
	}
	.hero-lux {
		padding-top: 120px;
	}
	.lux-hero-composition {
		min-height: 540px;
	}
	.display-lux {
		font-size: clamp(50px, 8vw, 84px);
	}
}
@media (max-width: 991px) {
	.lux-navbar {
		width: calc(100% - 24px);
		padding: 10px 14px;
	}
	.lux-menu {
		background: transparent;
		border: 0;
		padding: 0;
	}
	.lux-menu .nav-link {
		padding: 12px 14px !important;
	}
	.hero-lux:before {
		opacity: 0.32;
	}
	.lux-hero-composition {
		min-height: 480px;
	}
	.hero-booking-card {
		right: 12px;
	}
	.lux-search-panel {
		margin-top: -42px;
	}
	.destination-lux-grid {
		grid-template-columns: 1fr 1fr;
	}
	.gallery-lux-grid {
		grid-template-columns: 1fr 1fr;
	}
	.footer-cta {
		flex-direction: column;
		align-items: flex-start;
	}
	.booking-sidebar {
		position: static;
	}
	.lux-section {
		padding: 78px 0;
	}
	.page-hero {
		min-height: 460px;
	}
}
@media (max-width: 767px) {
	.brand-text small {
		display: none;
	}
	.brand-text strong {
		font-size: 19px;
	}
	.brand-emblem {
		width: 42px;
		height: 42px;
	}
	.display-lux {
		font-size: 52px;
	}
	.hero-desc,
	.section-desc,
	.page-desc {
		font-size: 15px;
	}
	.lux-metrics {
		grid-template-columns: 1fr;
	}
	.lux-hero-composition {
		min-height: 390px;
	}
	.lux-photo-main {
		inset: 10px 10px 40px 36px;
		border-radius: 34px;
	}
	.lux-photo-small {
		display: none;
	}
	.hero-booking-card {
		width: 240px;
		bottom: 24px;
	}
	.hero-rating-card {
		display: none;
	}
	.gold-ring {
		right: 8px;
		top: 20px;
		width: 120px;
		height: 120px;
	}
	.lux-search-panel {
		border-radius: 24px;
	}
	.section-title {
		font-size: 42px;
	}
	.showcase-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 220px 220px 220px;
	}
	.sc-1 {
		grid-row: auto;
	}
	.lux-editorial {
		padding: 30px;
		min-height: 420px;
		border-radius: 34px;
	}
	.page-title {
		font-size: 50px;
	}
	.destination-lux-grid,
	.gallery-lux-grid {
		grid-template-columns: 1fr;
	}
	.gallery-lux-item.wide,
	.gallery-lux-item.tall {
		grid-column: auto;
		grid-row: auto;
	}
	.gallery-lux-grid {
		grid-auto-rows: 250px;
	}
	.detail-visual {
		height: 280px;
	}
	.detail-box,
	.contact-lux-info,
	.lux-form,
	.footer-cta {
		padding: 24px;
		border-radius: 26px;
	}
	.lux-table {
		font-size: 14px;
	}
	.hero-ribbon {
		display: none;
	}
	.wa-float {
		right: 16px;
		width: 54px;
		height: 54px;
	}
}

/* ==========================================================
   AZURE LUXURY THEME OVERRIDE — White & Soft Sky Blue
   ========================================================== */
:root {
	--bg: #f8fcff;
	--bg-2: #eaf7ff;
	--panel: rgba(255, 255, 255, 0.82);
	--panel-2: rgba(255, 255, 255, 0.94);
	--line: rgba(14, 165, 233, 0.18);
	--gold: #0ea5e9;
	--gold-2: #7dd3fc;
	--teal: #06b6d4;
	--rose: #38bdf8;
	--cream: #f8fcff;
	--muted: #64748b;
	--text: #0f172a;
	--dark-text: #0f172a;
	--shadow: 0 28px 85px rgba(2, 132, 199, 0.14);
	--shadow-gold: 0 18px 45px rgba(14, 165, 233, 0.22);
}
body {
	background: linear-gradient(180deg, #f8fcff 0%, #eaf7ff 50%, #f8fcff 100%) !important;
	color: #0f172a !important;
}
.site-bg {
	background:
		radial-gradient(circle at 18% 8%, rgba(125, 211, 252, 0.38), transparent 32%),
		radial-gradient(circle at 84% 2%, rgba(14, 165, 233, 0.22), transparent 30%),
		linear-gradient(180deg, #f8fcff, #edfaff 48%, #f8fcff) !important;
}
.site-bg:after {
	background-image:
		linear-gradient(rgba(14, 165, 233, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px) !important;
}
.aurora-1 {
	background: rgba(125, 211, 252, 0.42) !important;
}
.aurora-2 {
	background: rgba(14, 165, 233, 0.25) !important;
}
.aurora-3 {
	background: rgba(6, 182, 212, 0.18) !important;
}
.lux-cursor-light {
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16), transparent 65%) !important;
}
.preloader {
	background: #f8fcff !important;
}
.lux-loader span {
	background: linear-gradient(135deg, #0ea5e9, #67e8f9) !important;
}
.text-azure,
.text-gold {
	color: #0ea5e9 !important;
}
.lux-topline {
	background: rgba(255, 255, 255, 0.82) !important;
	border-bottom: 1px solid rgba(14, 165, 233, 0.14) !important;
	color: #334155 !important;
	backdrop-filter: blur(16px);
}
.lux-navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	box-shadow: 0 22px 70px rgba(2, 132, 199, 0.14) !important;
}
.lux-navbar.scrolled {
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 24px 85px rgba(2, 132, 199, 0.18) !important;
}
.lux-brand {
	color: #0f172a !important;
}
.brand-emblem {
	background: linear-gradient(145deg, #e0f2fe, #38bdf8 48%, #0284c7) !important;
	color: #fff !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.65),
		0 18px 40px rgba(14, 165, 233, 0.28) !important;
}
.brand-text small {
	color: #0284c7 !important;
}
.brand-text strong {
	color: #0f172a !important;
}
.lux-menu {
	background: rgba(240, 249, 255, 0.92) !important;
	border: 1px solid rgba(14, 165, 233, 0.12) !important;
}
.lux-menu .nav-link {
	color: #334155 !important;
}
.lux-menu .nav-link:hover,
.lux-menu .nav-link.active {
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(103, 232, 249, 0.18)) !important;
	color: #0284c7 !important;
}
.nav-mini,
.lux-toggler {
	background: rgba(240, 249, 255, 0.95) !important;
	border: 1px solid rgba(14, 165, 233, 0.16) !important;
	color: #0284c7 !important;
}
.lux-toggler span {
	background: #0284c7 !important;
}
.btn-lux-azure,
.btn-lux-gold {
	color: #fff !important;
	background: linear-gradient(135deg, #38bdf8, #0ea5e9 55%, #0284c7) !important;
	box-shadow: 0 18px 45px rgba(14, 165, 233, 0.28) !important;
	padding: 12px 22px !important;
}
.btn-lux-azure:hover,
.btn-lux-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 55px rgba(14, 165, 233, 0.35) !important;
}
.btn-lux-outline {
	border: 1px solid rgba(14, 165, 233, 0.24) !important;
	color: #0369a1 !important;
	background: rgba(255, 255, 255, 0.72) !important;
	box-shadow: 0 15px 35px rgba(2, 132, 199, 0.08) !important;
}
.btn-lux-outline:hover {
	background: #e0f2fe !important;
	color: #075985 !important;
}
.glass-panel {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 249, 255, 0.74)) !important;
	border: 1px solid rgba(14, 165, 233, 0.16) !important;
	box-shadow: 0 28px 85px rgba(2, 132, 199, 0.13) !important;
	color: #0f172a !important;
}
.section-kicker {
	background: rgba(224, 242, 254, 0.95) !important;
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	color: #0284c7 !important;
}
.section-kicker.light {
	background: rgba(255, 255, 255, 0.86) !important;
	border-color: rgba(255, 255, 255, 0.9) !important;
	color: #0284c7 !important;
}
.hero-lux:before {
	background:
		linear-gradient(90deg, rgba(248, 252, 255, 0.96), rgba(248, 252, 255, 0.66), rgba(248, 252, 255, 0.24)),
		url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=90')
			center/cover !important;
	opacity: 1 !important;
}
.hero-lux:after {
	background: linear-gradient(transparent, #f8fcff) !important;
}
.hero-ribbon {
	color: rgba(14, 165, 233, 0.28) !important;
}
.display-lux,
.section-title,
.page-title {
	color: #0f172a !important;
}
.display-lux span,
.section-title span {
	background: linear-gradient(135deg, #075985, #0ea5e9, #67e8f9) !important;
	-webkit-background-clip: text !important;
	color: transparent !important;
}
.hero-desc,
.section-desc,
.page-desc {
	color: #475569 !important;
}
.lux-metrics div {
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid rgba(14, 165, 233, 0.15) !important;
	box-shadow: 0 16px 42px rgba(2, 132, 199, 0.08) !important;
}
.lux-metrics strong {
	color: #0284c7 !important;
}
.lux-metrics span {
	color: #64748b !important;
}
.lux-photo {
	box-shadow: 0 30px 90px rgba(2, 132, 199, 0.18) !important;
}
.lux-photo-main {
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
}
.lux-photo-small {
	border: 8px solid rgba(255, 255, 255, 0.78) !important;
}
.azure-ring,
.gold-ring {
	position: absolute;
	right: 20px;
	top: 38px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 1px solid rgba(14, 165, 233, 0.42) !important;
	box-shadow: 0 0 0 16px rgba(125, 211, 252, 0.13) !important;
	animation: spinSlow 18s linear infinite;
}
.hero-booking-card h4,
.hero-rating-card strong {
	color: #0f172a !important;
}
.hero-booking-card p,
.hero-rating-card span {
	color: #64748b !important;
}
.hero-booking-card strong {
	color: #0284c7 !important;
}
.hero-booking-card a {
	background: linear-gradient(135deg, #38bdf8, #0ea5e9) !important;
	color: #fff !important;
}
.hero-rating-card .stars,
.mini-label {
	color: #0ea5e9 !important;
}
.lux-search-panel span {
	color: #64748b !important;
}
.lux-search-panel strong {
	color: #0f172a !important;
}
.lux-link {
	color: #0284c7 !important;
	border-bottom-color: rgba(14, 165, 233, 0.36) !important;
}
.lux-package-card {
	background: #fff !important;
	border: 1px solid rgba(14, 165, 233, 0.13) !important;
	box-shadow: 0 24px 70px rgba(2, 132, 199, 0.11) !important;
}
.lux-package-card:hover {
	border-color: rgba(14, 165, 233, 0.35) !important;
	box-shadow: 0 32px 90px rgba(2, 132, 199, 0.18) !important;
}
.lux-package-card.featured {
	background: linear-gradient(180deg, #e0f7ff, #fff) !important;
	border-color: rgba(14, 165, 233, 0.24) !important;
}
.pkg-img:before {
	background: linear-gradient(180deg, rgba(2, 132, 199, 0.02), rgba(2, 132, 199, 0.45)) !important;
}
.pkg-img span {
	background: rgba(255, 255, 255, 0.92) !important;
	color: #0284c7 !important;
}
.pkg-content h3 {
	color: #0f172a !important;
}
.pkg-content p {
	color: #64748b !important;
}
.pkg-footer {
	border-top: 1px solid rgba(14, 165, 233, 0.12) !important;
}
.pkg-footer strong {
	color: #0284c7 !important;
}
.pkg-footer a {
	color: #fff !important;
	background: linear-gradient(135deg, #38bdf8, #0ea5e9) !important;
}
.lux-list li {
	color: #475569 !important;
}
.lux-list li:before {
	color: #0ea5e9 !important;
}
.showcase-img {
	border: 1px solid rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0 24px 70px rgba(2, 132, 199, 0.13) !important;
}
.signature-list div {
	color: #334155 !important;
}
.signature-list i {
	color: #0ea5e9 !important;
}
.lux-editorial {
	background:
		linear-gradient(90deg, rgba(3, 105, 161, 0.58), rgba(14, 165, 233, 0.22)),
		url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1600&q=90')
			center/cover !important;
	box-shadow: 0 30px 90px rgba(2, 132, 199, 0.16) !important;
}
.lux-editorial h2 {
	color: #fff !important;
	text-shadow: 0 12px 40px rgba(15, 23, 42, 0.25);
}
.page-hero:before {
	background:
		linear-gradient(90deg, rgba(248, 252, 255, 0.96), rgba(248, 252, 255, 0.72), rgba(248, 252, 255, 0.34)),
		url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=1800&q=90')
			center/cover !important;
	opacity: 1 !important;
}
.page-hero:after {
	background: linear-gradient(transparent, #f8fcff) !important;
}
.detail-box,
.contact-lux-info,
.lux-form,
.schedule-lux-card,
.facility-item {
	background: #fff !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	box-shadow: 0 22px 60px rgba(2, 132, 199, 0.1) !important;
	color: #0f172a !important;
}
.detail-box p,
.booking-sidebar p,
.schedule-lux-card p,
.timeline-item p,
.footer-text {
	color: #64748b !important;
}
.facility-item i,
.timeline-item h4,
.schedule-lux-card h3 {
	color: #0f172a !important;
}
.facility-item i,
.schedule-lux-card span,
.dest-lux span {
	color: #0ea5e9 !important;
}
.lux-timeline:before {
	background: linear-gradient(#38bdf8, #06b6d4) !important;
}
.timeline-item > span {
	background: linear-gradient(135deg, #e0f2fe, #38bdf8) !important;
	color: #075985 !important;
	box-shadow: 0 15px 35px rgba(14, 165, 233, 0.22) !important;
}
.booking-sidebar h2 {
	color: #0284c7 !important;
}
.side-info {
	border-bottom: 1px solid rgba(14, 165, 233, 0.14) !important;
}
.side-info span {
	color: #64748b !important;
}
.dest-lux {
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	box-shadow: 0 25px 75px rgba(2, 132, 199, 0.12) !important;
}
.dest-lux:before {
	background: linear-gradient(180deg, rgba(2, 132, 199, 0.04), rgba(7, 89, 133, 0.64)) !important;
}
.dest-lux h3,
.dest-lux p {
	color: #fff !important;
}
.lux-table {
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	box-shadow: 0 24px 70px rgba(2, 132, 199, 0.11) !important;
}
.lux-table th {
	background: #e0f2fe !important;
	color: #075985 !important;
	border-color: rgba(14, 165, 233, 0.12) !important;
}
.lux-table td {
	background: #fff !important;
	color: #334155 !important;
	border-color: rgba(14, 165, 233, 0.1) !important;
}
.lux-table a {
	color: #0284c7 !important;
}
.status.ready {
	background: rgba(34, 197, 94, 0.12) !important;
	color: #16a34a !important;
}
.status.soon {
	background: rgba(14, 165, 233, 0.12) !important;
	color: #0284c7 !important;
}
.status.full {
	background: rgba(248, 113, 113, 0.12) !important;
	color: #dc2626 !important;
}
.gallery-filter button {
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	background: #fff !important;
	color: #0369a1 !important;
}
.gallery-filter button.active {
	background: linear-gradient(135deg, #38bdf8, #0ea5e9) !important;
	color: #fff !important;
}
.gallery-lux-item {
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
	box-shadow: 0 24px 70px rgba(2, 132, 199, 0.12) !important;
}
.gallery-lux-item:after {
	background: linear-gradient(transparent, rgba(3, 105, 161, 0.68)) !important;
}
.contact-line {
	background: rgba(240, 249, 255, 0.78) !important;
	border: 1px solid rgba(14, 165, 233, 0.13) !important;
}
.contact-line i {
	background: linear-gradient(135deg, #38bdf8, #0ea5e9) !important;
	color: #fff !important;
}
.contact-line span {
	color: #64748b !important;
}
.contact-line strong {
	color: #0f172a !important;
}
.lux-form label {
	color: #0f172a !important;
}
.lux-form .form-control,
.lux-form .form-select {
	background: #f8fcff !important;
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	color: #0f172a !important;
}
.lux-form .form-control::placeholder {
	color: #94a3b8 !important;
}
.lux-form .form-control:focus,
.lux-form .form-select:focus {
	background: #fff !important;
	border-color: #38bdf8 !important;
	box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.12) !important;
	color: #0f172a !important;
}
.lux-footer {
	background: linear-gradient(180deg, #eff9ff, #ffffff) !important;
	color: #0f172a !important;
	border-top: 1px solid rgba(14, 165, 233, 0.12) !important;
}
.footer-orb-1 {
	background: rgba(125, 211, 252, 0.32) !important;
}
.footer-orb-2 {
	background: rgba(14, 165, 233, 0.18) !important;
}
.footer-cta h2,
.lux-footer h5 {
	color: #0f172a !important;
}
.lux-footer a {
	color: #475569 !important;
}
.lux-footer a:hover {
	color: #0284c7 !important;
}
.social-lux a {
	background: #e0f2fe !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	color: #0284c7 !important;
}
.copyright {
	border-top: 1px solid rgba(14, 165, 233, 0.14) !important;
	color: #64748b !important;
}
.to-top {
	background: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	color: #0284c7 !important;
	box-shadow: 0 18px 45px rgba(2, 132, 199, 0.15) !important;
}
.wa-float {
	background: #22c55e !important;
	color: #fff !important;
}
@media (max-width: 991px) {
	.lux-navbar {
		background: rgba(255, 255, 255, 0.94) !important;
	}
	.lux-menu {
		background: transparent !important;
		border: 0 !important;
	}
}

/* === Azure Luxury V2 Polished inner hero refinement === */
.page-hero.luxury-page {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	padding-top: 138px;
	isolation: isolate;
	background: none !important;
}
.page-hero.luxury-page::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 30%, rgba(56, 189, 248, 0.22), transparent 28%),
		radial-gradient(circle at 82% 22%, rgba(125, 211, 252, 0.18), transparent 24%),
		linear-gradient(
			90deg,
			rgba(248, 252, 255, 0.98) 0%,
			rgba(248, 252, 255, 0.93) 28%,
			rgba(248, 252, 255, 0.76) 52%,
			rgba(248, 252, 255, 0.42) 74%,
			rgba(248, 252, 255, 0.16) 100%
		),
		var(--page-img) center/cover no-repeat !important;
	filter: brightness(1.04) saturate(1.08);
	z-index: -2;
}
.page-hero.luxury-page::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 160px;
	background: linear-gradient(180deg, rgba(248, 252, 255, 0) 0%, rgba(248, 252, 255, 0.88) 55%, #f8fcff 100%);
	z-index: -1;
}
.page-hero.luxury-page .container-xxl {
	position: relative;
	z-index: 1;
}
.page-hero.luxury-page .hero-copy-card {
	position: relative;
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow:
		0 30px 80px rgba(14, 116, 144, 0.1),
		0 10px 30px rgba(148, 163, 184, 0.12);
	border-radius: 34px;
	padding: 34px 36px;
}
.page-hero.luxury-page .hero-copy-card::after {
	content: '';
	position: absolute;
	right: 22px;
	top: 22px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0) 70%);
	pointer-events: none;
}
.page-hero.luxury-page .section-kicker.light {
	background: rgba(255, 255, 255, 0.92) !important;
	color: #0284c7 !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	box-shadow: 0 10px 25px rgba(2, 132, 199, 0.08);
}
.page-hero.luxury-page .page-title {
	color: #0f172a !important;
	max-width: 760px;
	text-shadow: none !important;
}
.page-hero.luxury-page .page-desc {
	color: #475569 !important;
	font-weight: 600;
	max-width: 640px;
}
.lux-navbar {
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid rgba(125, 211, 252, 0.3) !important;
	box-shadow: 0 18px 50px rgba(14, 116, 144, 0.08) !important;
}
.lux-menu {
	background: rgba(255, 255, 255, 0.76) !important;
	border: 1px solid rgba(125, 211, 252, 0.22) !important;
}
.contact-lux-info,
.lux-form {
	border-radius: 34px !important;
}
.contact-line {
	background: linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(240, 249, 255, 0.92)) !important;
}
@media (max-width: 991px) {
	.page-hero.luxury-page {
		min-height: 520px;
		padding-top: 118px;
	}
	.page-hero.luxury-page::before {
		background:
			radial-gradient(circle at 18% 24%, rgba(56, 189, 248, 0.16), transparent 24%),
			linear-gradient(
				180deg,
				rgba(248, 252, 255, 0.98) 0%,
				rgba(248, 252, 255, 0.92) 36%,
				rgba(248, 252, 255, 0.66) 66%,
				rgba(248, 252, 255, 0.26) 100%
			),
			var(--page-img) center/cover no-repeat !important;
	}
}
@media (max-width: 767px) {
	.page-hero.luxury-page {
		min-height: 450px;
		padding-top: 104px;
	}
	.page-hero.luxury-page .hero-copy-card {
		padding: 24px 20px;
		border-radius: 26px;
	}
	.page-hero.luxury-page .page-title {
		font-size: 44px !important;
	}
	.page-hero.luxury-page .page-desc {
		max-width: 100%;
	}
}

/* === Azure Luxury V3 : premium readable hero === */
:root {
	--azure-deep: #075985;
	--azure-soft: #eaf7ff;
	--azure-mid: #38bdf8;
}
body {
	background: linear-gradient(180deg, #fafdff 0%, #f7fbff 50%, #f9fcff 100%) !important;
}
.display-lux,
.page-title {
	font-family: 'Sora', 'Manrope', sans-serif !important;
	font-weight: 800 !important;
	line-height: 0.98 !important;
	letter-spacing: -0.045em !important;
}
.section-title,
.footer-cta h2,
.editorial-content h2,
.pkg-content h3,
.schedule-lux-card h3,
.hero-booking-card h4 {
	font-family: 'Manrope', sans-serif !important;
}
.display-lux {
	font-size: clamp(54px, 7vw, 100px) !important;
	max-width: 10.8ch;
}
.page-title {
	font-size: clamp(46px, 6vw, 82px) !important;
	max-width: 12ch;
}
.display-lux span,
.section-title span {
	background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 48%, #67e8f9 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
}
.hero-copy-premium {
	position: relative;
}
.hero-copy-premium::before {
	content: '';
	position: absolute;
	left: -18px;
	top: -18px;
	width: 120px;
	height: 120px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(103, 232, 249, 0.05));
	filter: blur(4px);
	z-index: -1;
}
.hero-desc {
	font-size: 18px !important;
	line-height: 1.9 !important;
	max-width: 640px !important;
}
.hero-actions .btn {
	padding: 14px 24px !important;
}
.btn-lux-azure,
.btn-lux-gold {
	background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 58%, #0284c7 100%) !important;
	box-shadow: 0 18px 48px rgba(14, 165, 233, 0.24) !important;
}
.btn-lux-outline {
	border: 1px solid rgba(14, 165, 233, 0.18) !important;
	color: #0f172a !important;
	background: rgba(255, 255, 255, 0.76) !important;
}
.btn-lux-outline:hover {
	background: #fff !important;
	box-shadow: 0 18px 40px rgba(14, 165, 233, 0.12);
}
.hero-lux:before {
	background:
		radial-gradient(circle at 12% 22%, rgba(103, 232, 249, 0.24), transparent 18%),
		radial-gradient(circle at 76% 18%, rgba(56, 189, 248, 0.18), transparent 20%),
		linear-gradient(
			90deg,
			rgba(248, 252, 255, 0.97) 0%,
			rgba(248, 252, 255, 0.76) 42%,
			rgba(248, 252, 255, 0.28) 74%
		),
		url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=90')
			center/cover !important;
	opacity: 1 !important;
}
.hero-lux .section-kicker {
	background: rgba(255, 255, 255, 0.88) !important;
	color: #0284c7 !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	box-shadow: 0 12px 30px rgba(2, 132, 199, 0.08);
}
.lux-search-panel,
.hero-booking-card,
.hero-rating-card,
.lux-package-card,
.schedule-lux-card,
.detail-box,
.contact-lux-info,
.lux-form,
.footer-cta {
	box-shadow: 0 24px 70px rgba(14, 116, 144, 0.1) !important;
}
.hero-booking-card,
.hero-rating-card,
.lux-search-panel {
	border: 1px solid rgba(125, 211, 252, 0.24) !important;
}
.hero-booking-card {
	background: rgba(255, 255, 255, 0.78) !important;
}
.hero-rating-card {
	background: rgba(255, 255, 255, 0.82) !important;
}
.lux-photo-main {
	border-radius: 44px 44px 18px 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	box-shadow: 0 34px 90px rgba(14, 116, 144, 0.18) !important;
}
.lux-photo-small {
	border: 10px solid rgba(255, 255, 255, 0.72) !important;
	box-shadow: 0 22px 60px rgba(14, 116, 144, 0.14) !important;
}
.azure-ring {
	position: absolute;
	right: 18px;
	top: 38px;
	width: 172px;
	height: 172px;
	border-radius: 50%;
	border: 1px solid rgba(56, 189, 248, 0.35);
	box-shadow: 0 0 0 18px rgba(56, 189, 248, 0.06);
	animation: spinSlow 20s linear infinite;
}
.nav-mini {
	background: rgba(255, 255, 255, 0.92) !important;
	color: #0284c7 !important;
	border: 1px solid rgba(14, 165, 233, 0.16) !important;
}
.brand-text strong {
	font-family: 'Sora', 'Manrope', sans-serif !important;
	font-size: 20px !important;
}
.page-hero.luxury-page .hero-copy-card {
	background: rgba(255, 255, 255, 0.68) !important;
}
@media (max-width: 991px) {
	.display-lux {
		font-size: clamp(44px, 9vw, 72px) !important;
		max-width: 12ch;
	}
	.hero-desc {
		font-size: 16px !important;
		line-height: 1.8 !important;
	}
}
@media (max-width: 767px) {
	.display-lux {
		font-size: 46px !important;
	}
	.page-title {
		font-size: 42px !important;
	}
}

/* =========================================================
   Client Customization — menu layanan tanpa dropdown
   ========================================================= */
.skip-link {
	position: fixed;
	left: 18px;
	top: -80px;
	z-index: 10000;
	padding: 12px 18px;
	border-radius: 14px;
	background: #075985;
	color: #fff;
	font-weight: 800;
	transition: top 0.2s ease;
}
.skip-link:focus {
	top: 18px;
	color: #fff;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(14, 165, 233, 0.42);
	outline-offset: 3px;
}
.client-navbar {
	top: 18px !important;
	width: min(1540px, calc(100% - 28px)) !important;
	padding: 10px 16px !important;
}
.client-navbar .container-fluid {
	gap: 12px;
}
.client-navbar .navbar-brand {
	flex: 0 0 auto;
	margin-right: 12px;
}
.client-navbar .navbar-collapse {
	min-width: 0;
}
.client-navbar .lux-menu {
	flex-wrap: nowrap;
	align-items: center;
	gap: 1px;
	padding: 5px !important;
}
.client-navbar .lux-menu .nav-link {
	white-space: nowrap;
	font-size: 11.5px !important;
	letter-spacing: 0 !important;
	padding: 9px 9px !important;
}
.client-hero {
	padding-top: 100px;
}
.service-home-grid .lux-package-card {
	min-height: 100%;
}
.package-homestay {
	background-image: url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=900&q=90');
}
.package-hotel {
	background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=90');
}
.package-fishing {
	background-image: url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=900&q=90');
}
.package-gallery {
	background-image: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=900&q=90');
}
.section-intro {
	max-width: 850px;
}
.package-option-card {
	position: relative;
	height: 100%;
	padding: 32px;
	overflow: hidden;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}
.package-option-card::after {
	content: '';
	position: absolute;
	width: 190px;
	height: 190px;
	right: -82px;
	top: -82px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0) 70%);
	pointer-events: none;
}
.package-option-card:hover {
	transform: translateY(-8px);
	border-color: rgba(14, 165, 233, 0.34) !important;
	box-shadow: 0 34px 85px rgba(2, 132, 199, 0.16) !important;
}
.package-option-card.featured {
	background: linear-gradient(155deg, #ffffff 0%, #e8f7ff 100%) !important;
	border-color: rgba(14, 165, 233, 0.28) !important;
}
.option-badge {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	background: #f0f9ff;
	border: 1px solid rgba(14, 165, 233, 0.15);
	color: #0284c7;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.package-option-card h2 {
	color: #0f172a;
	font-family: 'Manrope', sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin: 15px 0 12px;
}
.package-option-card p {
	color: #64748b;
	line-height: 1.75;
}
.package-option-card .lux-list {
	margin-bottom: 26px;
}
.option-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}
.btn-soft-azure {
	color: #0369a1 !important;
	background: #e0f2fe !important;
	border: 1px solid rgba(14, 165, 233, 0.15) !important;
	padding: 12px 20px !important;
}
.service-note {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 22px;
	padding: 32px;
}
.service-note .note-icon {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border-radius: 22px;
	background: linear-gradient(135deg, #38bdf8, #0ea5e9);
	color: #fff;
	font-size: 30px;
}
.service-note h2 {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 7px;
}
.service-note p {
	color: #64748b;
	margin: 0;
	line-height: 1.7;
}
.contact-title {
	font-size: clamp(36px, 4vw, 56px) !important;
}
.open-trip-visual {
	background-image:
		linear-gradient(rgba(2, 132, 199, 0.08), rgba(3, 105, 161, 0.28)),
		url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1400&q=90') !important;
}
.gallery-lux-item {
	margin: 0;
}
.gallery-lux-item img {
	cursor: zoom-in;
}
.footer-cta .btn {
	flex: 0 0 auto;
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.client-navbar {
		width: calc(100% - 20px) !important;
		padding: 9px 12px !important;
	}
	.client-navbar .brand-text small {
		display: none;
	}
	.client-navbar .brand-text strong {
		font-size: 17px !important;
	}
	.client-navbar .brand-emblem {
		width: 42px;
		height: 42px;
	}
	.client-navbar .navbar-brand {
		margin-right: 6px;
		gap: 8px;
	}
	.client-navbar .lux-menu .nav-link {
		font-size: 10.5px !important;
		padding: 8px 7px !important;
	}
}

@media (max-width: 1199.98px) {
	.client-navbar {
		width: calc(100% - 24px) !important;
		padding: 10px 14px !important;
		border-radius: 28px !important;
	}
	.client-navbar .navbar-collapse {
		margin-top: 10px;
		max-height: calc(100vh - 110px);
		overflow-y: auto;
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(14, 165, 233, 0.13);
		box-shadow: 0 18px 45px rgba(2, 132, 199, 0.12);
	}
	.client-navbar .lux-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin: 0 !important;
		padding: 10px !important;
		background: transparent !important;
		border: 0 !important;
	}
	.client-navbar .lux-menu .nav-link {
		font-size: 13px !important;
		padding: 12px 13px !important;
		border-radius: 15px;
	}
	.client-hero {
		padding-top: 118px;
	}
}

@media (max-width: 767.98px) {
	.client-navbar .lux-menu {
		grid-template-columns: 1fr;
	}
	.client-navbar .lux-menu .nav-link {
		min-height: 44px;
		display: flex;
		align-items: center;
	}
	.client-hero {
		padding-top: 106px;
	}
	.client-hero .row {
		min-height: auto !important;
		padding: 82px 0 40px;
	}
	.hero-actions .btn {
		width: 100%;
		justify-content: center;
	}
	.lux-search-panel .row > div {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.package-option-card {
		padding: 25px 22px;
	}
	.package-option-card h2 {
		font-size: 27px;
	}
	.option-actions {
		flex-direction: column;
	}
	.option-actions .btn {
		width: 100%;
	}
	.service-note {
		grid-template-columns: 1fr;
		padding: 25px 22px;
	}
	.service-note .btn {
		width: 100%;
	}
	.service-note h2 {
		font-size: 25px;
	}
	.footer-cta .btn {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.client-navbar .brand-text strong {
		font-size: 16px !important;
	}
	.client-navbar .brand-emblem {
		width: 39px;
		height: 39px;
	}
	.client-navbar .lux-toggler {
		width: 42px;
		height: 42px;
	}
	.display-lux {
		font-size: 40px !important;
	}
	.page-hero.luxury-page .page-title {
		font-size: 36px !important;
	}
	.page-hero.luxury-page .hero-copy-card {
		padding: 22px 18px;
	}
}
.package-option-card {
	display: flex;
	flex-direction: column;
}
.service-home-grid .pkg-content {
	display: flex;
	flex-direction: column;
	min-height: 245px;
}
.service-home-grid .pkg-footer {
	margin-top: auto;
}
@media (max-width: 767.98px) {
	.service-home-grid .pkg-content {
		min-height: 0;
	}
}

/* =========================================================
   Client Revision V2 — centered desktop navbar, WhatsApp
   reserve action, robust mobile navigation, service images
   ========================================================= */
.client-navbar {
	width: min(1720px, calc(100% - 28px)) !important;
	padding: 10px 14px !important;
	overflow: visible;
}
.client-nav-layout {
	display: grid !important;
	grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
	grid-template-areas: 'brand menu actions';
	align-items: center;
	column-gap: 14px;
	width: 100%;
}
.client-nav-brand {
	grid-area: brand;
	justify-self: start;
	min-width: 0;
	margin: 0 !important;
}
.client-nav-center {
	grid-area: menu;
	justify-self: center;
	min-width: 0;
}
.client-nav-menu {
	margin: 0 !important;
	justify-content: center;
	flex-wrap: nowrap;
}
.client-nav-actions {
	grid-area: actions;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 9px;
}
.nav-reserve-btn {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 18px !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #25d366, #16a34a) !important;
	box-shadow: 0 15px 34px rgba(22, 163, 74, 0.23) !important;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}
.nav-reserve-btn:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 19px 42px rgba(22, 163, 74, 0.3) !important;
}
.nav-reserve-btn i {
	font-size: 18px;
	line-height: 1;
}
.client-navbar .lux-toggler {
	display: none;
	flex: 0 0 auto;
}

/* The service cards now carry a real image while preserving a structure
   that can later be rendered from a database loop. */
.option-image {
	position: relative;
	height: 220px;
	margin: -32px -32px 25px;
	overflow: hidden;
	background: #dff4ff;
	border-bottom: 1px solid rgba(14, 165, 233, 0.12);
}
.option-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(2, 32, 55, 0.55) 100%);
	pointer-events: none;
}
.option-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.package-option-card:hover .option-image img {
	transform: scale(1.055);
}
.option-image-label {
	position: absolute;
	z-index: 2;
	left: 18px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #075985;
	box-shadow: 0 9px 24px rgba(2, 32, 55, 0.18);
	backdrop-filter: blur(12px);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.035em;
}

@media (max-width: 1599.98px) and (min-width: 1200px) {
	.client-nav-layout {
		grid-template-columns: minmax(165px, 0.8fr) auto minmax(145px, 0.8fr);
		column-gap: 9px;
	}
	.client-navbar .brand-text small {
		display: none;
	}
	.client-navbar .brand-text strong {
		font-size: 17px !important;
	}
	.client-navbar .brand-emblem {
		width: 42px;
		height: 42px;
	}
	.client-navbar .lux-menu .nav-link {
		font-size: 10px !important;
		padding: 9px 7px !important;
	}
	.nav-reserve-btn {
		padding: 10px 13px !important;
		font-size: 12px;
	}
}

@media (max-width: 1199.98px) {
	.client-navbar {
		top: 10px !important;
		width: calc(100% - 20px) !important;
		padding: 9px 10px !important;
		border-radius: 24px !important;
	}
	.client-nav-layout {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			'brand actions'
			'menu menu';
		column-gap: 8px;
		row-gap: 0;
	}
	.client-nav-brand {
		max-width: 100%;
		overflow: hidden;
	}
	.client-nav-center {
		width: 100%;
		justify-self: stretch;
		margin: 0 !important;
	}
	.client-navbar .navbar-collapse {
		margin-top: 10px;
		max-height: calc(100dvh - 92px);
		overflow-y: auto;
		overscroll-behavior: contain;
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.985);
		border: 1px solid rgba(14, 165, 233, 0.14);
		box-shadow: 0 20px 48px rgba(2, 132, 199, 0.15);
	}
	.client-navbar .lux-menu {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 7px;
		padding: 10px !important;
		background: transparent !important;
		border: 0 !important;
	}
	.client-navbar .lux-menu .nav-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 46px;
		padding: 11px 10px !important;
		text-align: center;
		white-space: normal;
		font-size: 12.5px !important;
		line-height: 1.25;
		border: 1px solid rgba(14, 165, 233, 0.08);
		background: #f8fcff;
	}
	.client-navbar .lux-menu .nav-link.active {
		border-color: rgba(14, 165, 233, 0.2);
	}
	.client-navbar .lux-toggler {
		display: grid;
	}
	.nav-reserve-btn {
		min-height: 42px;
		padding: 9px 14px !important;
	}
}

@media (max-width: 575.98px) {
	.client-navbar {
		width: calc(100% - 14px) !important;
		padding: 8px !important;
	}
	.client-navbar .brand-text small {
		display: none;
	}
	.client-navbar .brand-text strong {
		font-size: 15px !important;
		white-space: nowrap;
	}
	.client-navbar .brand-emblem {
		width: 38px;
		height: 38px;
	}
	.client-navbar .lux-brand {
		gap: 7px;
	}
	.client-nav-actions {
		gap: 6px;
	}
	.nav-reserve-btn {
		min-height: 40px;
		padding: 8px 11px !important;
		font-size: 11px;
		gap: 6px;
	}
	.nav-reserve-btn i {
		font-size: 16px;
	}
	.client-navbar .lux-toggler {
		width: 40px;
		height: 40px;
	}
	.client-navbar .lux-menu {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 8px !important;
	}
	.client-navbar .lux-menu .nav-link {
		justify-content: flex-start;
		text-align: left;
		min-height: 44px;
		padding: 11px 14px !important;
	}
	.option-image {
		height: 205px;
		margin: -25px -22px 22px;
	}
}

@media (max-width: 359.98px) {
	.client-navbar .brand-text strong {
		font-size: 13.5px !important;
	}
	.client-navbar .brand-emblem {
		width: 36px;
		height: 36px;
	}
	.nav-reserve-btn span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
	.nav-reserve-btn {
		width: 39px;
		padding: 0 !important;
	}
}

@media (min-width: 1200px) {
	.client-nav-center {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
}

/* =========================================================
   Client Revision V3 — fixed horizontal desktop navbar,
   reliable mobile collapse, and dual service actions
   ========================================================= */
.client-navbar {
	min-height: 70px;
}
.client-nav-layout {
	min-width: 0;
}
.client-nav-center,
.client-nav-menu {
	min-width: 0;
}
.option-actions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.option-actions .btn {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.client-navbar {
		height: auto !important;
		min-height: 72px;
		padding: 9px 14px !important;
		border-radius: 999px !important;
	}
	.client-nav-layout {
		display: grid !important;
		grid-template-columns: minmax(190px, 1fr) minmax(0, auto) minmax(150px, 1fr) !important;
		grid-template-areas: 'brand menu actions' !important;
		align-items: center !important;
		gap: 12px !important;
	}
	.client-nav-brand {
		grid-area: brand;
		justify-self: start;
	}
	.client-nav-center {
		grid-area: menu;
		display: flex !important;
		flex-basis: auto !important;
		width: auto !important;
		justify-self: center !important;
		align-items: center !important;
		margin: 0 !important;
	}
	.client-nav-menu {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		margin: 0 !important;
	}
	.client-navbar .lux-menu .nav-link {
		white-space: nowrap !important;
		line-height: 1.15;
	}
	.client-nav-actions {
		grid-area: actions;
		justify-self: end;
	}
	.client-navbar .lux-toggler {
		display: none !important;
	}
}

@media (min-width: 1600px) {
	.client-navbar .lux-menu .nav-link {
		font-size: 11.5px !important;
		padding: 10px 10px !important;
	}
}

@media (max-width: 1599.98px) and (min-width: 1200px) {
	.client-navbar {
		width: calc(100% - 20px) !important;
	}
	.client-nav-layout {
		grid-template-columns: minmax(165px, 0.85fr) minmax(0, auto) minmax(132px, 0.75fr) !important;
		gap: 8px !important;
	}
	.client-navbar .lux-menu {
		padding: 4px !important;
	}
	.client-navbar .lux-menu .nav-link {
		font-size: 9.7px !important;
		padding: 9px 6px !important;
	}
	.nav-reserve-btn {
		min-height: 42px;
		padding: 9px 12px !important;
		font-size: 11.5px;
	}
}

@media (max-width: 1199.98px) {
	.client-navbar {
		min-height: 60px;
		overflow: visible !important;
	}
	.client-nav-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas: 'brand actions' 'menu menu' !important;
		align-items: center !important;
	}
	.client-nav-center {
		grid-area: menu;
		width: 100% !important;
		justify-self: stretch !important;
	}
	.client-nav-center:not(.show) {
		display: none;
	}
	.client-nav-center.collapsing,
	.client-nav-center.show {
		display: block;
	}
	.client-navbar .lux-menu {
		flex-direction: column !important;
	}
	.client-navbar .lux-toggler {
		display: grid !important;
	}
}

@media (max-width: 575.98px) {
	.client-nav-layout {
		column-gap: 6px !important;
	}
	.client-navbar .navbar-brand {
		min-width: 0;
	}
	.client-navbar .brand-text {
		min-width: 0;
	}
	.client-navbar .brand-text strong {
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 145px;
	}
	.option-actions {
		grid-template-columns: 1fr;
	}
	.option-actions .btn {
		width: 100%;
	}
}

/* =========================================================
   Complete static package detail page
   Data source: assets/js/package-data.js
   ========================================================= */
body[data-detail-page='true'] {
	background: #f8fcff;
	color: #0f172a;
}
.package-detail-hero {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: flex-end;
	padding: 175px 0 88px;
	isolation: isolate;
	overflow: hidden;
	background: #075985;
}
.package-detail-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(180deg, rgba(3, 19, 36, 0.3) 0%, rgba(3, 19, 36, 0.08) 38%, rgba(3, 19, 36, 0.82) 100%),
		linear-gradient(
			90deg,
			rgba(3, 19, 36, 0.92) 0%,
			rgba(3, 36, 58, 0.78) 44%,
			rgba(3, 40, 60, 0.42) 72%,
			rgba(2, 32, 49, 0.26) 100%
		),
		var(--detail-hero-image) center/cover no-repeat;
	transform: scale(1.01);
}
.package-detail-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 88% 28%, rgba(56, 189, 248, 0.32), transparent 28%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.16));
}
.detail-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 800;
}
.detail-breadcrumb a:hover {
	color: #7dd3fc;
}
.detail-breadcrumb i {
	font-size: 10px;
	opacity: 0.65;
}
.detail-breadcrumb span {
	color: #fff;
}
.detail-hero-title {
	max-width: 920px;
	margin: 19px 0 18px;
	color: #fff;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(48px, 6vw, 88px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}
.detail-hero-desc {
	max-width: 790px;
	margin: 0;
	color: rgba(240, 249, 255, 0.88);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.75;
}
.detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}
.detail-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 10px 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-size: 12px;
	font-weight: 900;
}
.detail-meta i {
	color: #7dd3fc;
	font-size: 15px;
}
.hero-price-card {
	max-width: 390px;
	margin-left: auto;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	color: #fff;
}
.hero-price-card > span {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 800;
}
.hero-price-card > strong {
	display: inline-block;
	margin-top: 5px;
	font-size: 38px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.04em;
}
.hero-price-card > small {
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
}
.btn-detail-glass {
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-detail-glass:hover {
	background: rgba(255, 255, 255, 0.2) !important;
}

.detail-gallery-section {
	position: relative;
	z-index: 4;
	margin-top: -48px;
	padding-bottom: 40px;
}
.detail-gallery-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 190px 190px;
	gap: 12px;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(14, 165, 233, 0.14);
	border-radius: 34px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(2, 132, 199, 0.16);
}
.detail-gallery-item {
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background: #dbeafe;
	cursor: zoom-in;
}
.detail-gallery-main {
	grid-row: span 2;
}
.detail-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:
		transform 0.45s ease,
		filter 0.45s ease;
}
.detail-gallery-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(3, 105, 161, 0.24));
	pointer-events: none;
}
.detail-gallery-item:hover img {
	transform: scale(1.045);
	filter: saturate(1.08);
}
.gallery-count {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.93);
	color: #075985;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
	font-size: 12px;
	font-weight: 900;
}

.detail-content-section {
	padding: 48px 0 100px;
}
.detail-white-panel,
.detail-block {
	border: 1px solid rgba(14, 165, 233, 0.13);
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(2, 132, 199, 0.085);
}
.detail-white-panel {
	padding: 36px;
}
.detail-block {
	margin-top: 28px;
	padding: 36px;
	scroll-margin-top: 110px;
}
.detail-section-title {
	margin-bottom: 0;
	color: #0f172a;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(30px, 3.1vw, 46px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.032em;
}
.detail-description {
	margin-top: 20px;
}
.detail-description p {
	margin: 0 0 14px;
	color: #52627a;
	font-size: 16px;
	line-height: 1.85;
}
.detail-description p:last-child {
	margin-bottom: 0;
}
.detail-highlight-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}
.detail-highlight-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 110px;
	padding: 18px;
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 22px;
	background: linear-gradient(145deg, #f8fcff, #eef9ff);
}
.detail-highlight-card > i {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: linear-gradient(135deg, #38bdf8, #0284c7);
	color: #fff;
	box-shadow: 0 12px 25px rgba(2, 132, 199, 0.2);
	font-size: 20px;
}
.detail-highlight-card strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 900;
}
.detail-highlight-card span {
	display: block;
	margin-top: 5px;
	color: #64748b;
	font-size: 12.5px;
	line-height: 1.55;
}
.detail-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}
.detail-section-head > p {
	max-width: 340px;
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}

.detail-destination-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.detail-destination-card {
	position: relative;
	isolation: isolate;
	min-height: 330px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 24px;
	border-radius: 26px;
	background: var(--destination-image) center/cover no-repeat;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}
.detail-destination-card::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.03) 25%, rgba(3, 32, 51, 0.86) 100%);
}
.detail-destination-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 60px rgba(2, 132, 199, 0.18);
}
.detail-destination-card span {
	display: inline-block;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(125, 211, 252, 0.2);
	color: #bae6fd;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.detail-destination-card h3 {
	margin: 12px 0 6px;
	color: #fff;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 900;
}
.detail-destination-card p {
	margin: 0;
	color: rgba(240, 249, 255, 0.82);
	font-size: 13px;
	line-height: 1.65;
}

.detail-itinerary .accordion-item,
.detail-faq .accordion-item {
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid rgba(14, 165, 233, 0.13) !important;
	border-radius: 22px !important;
	background: #f8fcff;
}
.detail-itinerary .accordion-button,
.detail-faq .accordion-button {
	gap: 14px;
	padding: 19px 21px;
	background: #f8fcff;
	color: #0f172a;
	box-shadow: none !important;
	font-weight: 900;
}
.detail-itinerary .accordion-button:not(.collapsed),
.detail-faq .accordion-button:not(.collapsed) {
	background: #eaf8ff;
	color: #075985;
}
.detail-itinerary .accordion-button::after,
.detail-faq .accordion-button::after {
	flex-shrink: 0;
}
.itinerary-day-index {
	flex: 0 0 43px;
	width: 43px;
	height: 43px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #38bdf8, #0284c7);
	color: #fff;
	font-size: 12px;
	box-shadow: 0 12px 25px rgba(2, 132, 199, 0.18);
}
.detail-itinerary .accordion-button > span:last-of-type {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.detail-itinerary .accordion-button strong {
	font-size: 15px;
}
.detail-itinerary .accordion-button small {
	margin-top: 3px;
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
}
.detail-itinerary .accordion-body {
	padding: 4px 22px 24px 82px;
	background: #fff;
}
.itinerary-line-list {
	position: relative;
}
.itinerary-line-list::before {
	content: '';
	position: absolute;
	left: 75px;
	top: 12px;
	bottom: 12px;
	width: 1px;
	background: #bae6fd;
}
.itinerary-line {
	position: relative;
	display: grid;
	grid-template-columns: 58px 14px 1fr;
	gap: 12px;
	align-items: flex-start;
	padding: 11px 0;
}
.itinerary-line time {
	padding-top: 1px;
	color: #0284c7;
	font-size: 12px;
	font-weight: 900;
}
.itinerary-line > span {
	position: relative;
	z-index: 1;
	width: 11px;
	height: 11px;
	margin-top: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #0ea5e9;
	box-shadow: 0 0 0 2px #7dd3fc;
}
.itinerary-line p {
	margin: 0;
	color: #52627a;
	font-size: 13.5px;
	line-height: 1.65;
}

.detail-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.detail-spec-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 18px;
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 18px;
	background: #f8fcff;
}
.detail-spec-item span {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}
.detail-spec-item strong {
	max-width: 58%;
	color: #0f172a;
	font-size: 13px;
	font-weight: 900;
	text-align: right;
}
.detail-list-card {
	height: 100%;
	padding: 25px;
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 25px;
	background: #f8fcff;
}
.detail-list-card-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 17px;
}
.detail-list-card-title i {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	font-size: 17px;
}
.included-card .detail-list-card-title i {
	background: #dcfce7;
	color: #16a34a;
}
.excluded-card .detail-list-card-title i {
	background: #fee2e2;
	color: #dc2626;
}
.detail-list-card h3 {
	margin: 0;
	color: #0f172a;
	font-size: 17px;
	font-weight: 900;
}
.detail-list-card ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.detail-list-card li {
	position: relative;
	padding-left: 22px;
	color: #52627a;
	font-size: 13px;
	line-height: 1.55;
}
.included-card li::before,
.excluded-card li::before {
	position: absolute;
	left: 0;
	top: 1px;
	font-family: 'bootstrap-icons';
	font-size: 13px;
}
.included-card li::before {
	content: '\f26e';
	color: #16a34a;
}
.excluded-card li::before {
	content: '\f62a';
	color: #dc2626;
}

.detail-price-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.detail-price-card {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(14, 165, 233, 0.13);
	border-radius: 26px;
	background: #f8fcff;
	transition: 0.25s ease;
}
.detail-price-card.recommended {
	border-color: rgba(14, 165, 233, 0.34);
	background: linear-gradient(150deg, #e0f7ff, #fff);
}
.detail-price-card.selected {
	border-color: #0ea5e9;
	box-shadow:
		0 0 0 3px rgba(14, 165, 233, 0.1),
		0 20px 50px rgba(2, 132, 199, 0.12);
	transform: translateY(-3px);
}
.price-recommended {
	position: absolute;
	right: 18px;
	top: 18px;
	padding: 7px 10px;
	border-radius: 999px;
	background: #0284c7;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.detail-price-card h3 {
	max-width: 70%;
	margin: 0;
	color: #0f172a;
	font-size: 18px;
	font-weight: 900;
}
.detail-price-value {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	margin: 21px 0 12px;
}
.detail-price-value strong {
	color: #0284c7;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.04em;
}
.detail-price-value small {
	padding-bottom: 3px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
}
.detail-price-card p {
	min-height: 62px;
	margin-bottom: 18px;
	color: #64748b;
	font-size: 12.5px;
	line-height: 1.65;
}
.detail-price-card .btn {
	width: 100%;
	min-height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.detail-terms {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.detail-term-item {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 17px;
	border: 1px solid rgba(14, 165, 233, 0.11);
	border-radius: 18px;
	background: #f8fcff;
}
.detail-term-item span {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: #e0f2fe;
	color: #0284c7;
	font-size: 11px;
	font-weight: 900;
}
.detail-term-item p {
	margin: 2px 0 0;
	color: #52627a;
	font-size: 12.5px;
	line-height: 1.6;
}
.detail-faq .accordion-button {
	font-size: 13.5px;
	line-height: 1.5;
}
.detail-faq .accordion-body {
	padding: 0 21px 22px;
	color: #52627a;
	font-size: 13px;
	line-height: 1.75;
	background: #fff;
}

.booking-detail-card {
	position: sticky;
	top: 112px;
	scroll-margin-top: 110px;
	overflow: hidden;
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(2, 132, 199, 0.14);
}
.booking-detail-top {
	padding: 28px 28px 22px;
	background: linear-gradient(145deg, #075985, #0284c7 58%, #0ea5e9);
	color: #fff;
}
.booking-detail-top > span {
	display: block;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 800;
}
.booking-detail-top > div {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	margin-top: 7px;
}
.booking-detail-top strong {
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.045em;
}
.booking-detail-top small {
	padding-bottom: 4px;
	color: rgba(255, 255, 255, 0.73);
	font-size: 11px;
	font-weight: 800;
}
.booking-detail-top p {
	margin: 13px 0 0;
	color: rgba(240, 249, 255, 0.83);
	font-size: 12px;
	line-height: 1.65;
}
.booking-summary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #e0f2fe;
	border-bottom: 1px solid #e0f2fe;
}
.booking-summary > div {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 16px;
	background: #f8fcff;
}
.booking-summary i {
	color: #0284c7;
	font-size: 16px;
}
.booking-summary span {
	min-width: 0;
}
.booking-summary small {
	display: block;
	color: #94a3b8;
	font-size: 9.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.booking-summary strong {
	display: block;
	margin-top: 3px;
	color: #0f172a;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.4;
	overflow-wrap: anywhere;
}
.detail-booking-form {
	padding: 25px 28px 22px;
}
.detail-booking-form label {
	display: block;
	margin-bottom: 7px;
	color: #334155;
	font-size: 11px;
	font-weight: 900;
}
.detail-booking-form .form-control,
.detail-booking-form .form-select {
	min-height: 47px;
	border: 1px solid rgba(14, 165, 233, 0.18);
	border-radius: 15px;
	background: #f8fcff;
	color: #0f172a;
	font-size: 12px;
	font-weight: 700;
	box-shadow: none;
}
.detail-booking-form textarea.form-control {
	min-height: 90px;
	resize: vertical;
}
.detail-booking-form .form-control:focus,
.detail-booking-form .form-select:focus {
	border-color: #38bdf8;
	background: #fff;
	box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.1);
}
.btn-whatsapp-booking {
	min-height: 50px;
	background: #22c55e !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(34, 197, 94, 0.22);
}
.btn-whatsapp-booking:hover {
	background: #16a34a !important;
	transform: translateY(-2px);
}
.booking-trust {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	margin: 0 28px 18px;
	padding: 15px;
	border-radius: 17px;
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
}
.booking-trust i {
	color: #16a34a;
	font-size: 20px;
}
.booking-trust strong {
	display: block;
	color: #166534;
	font-size: 11px;
	font-weight: 900;
}
.booking-trust small {
	display: block;
	margin-top: 3px;
	color: #4b7760;
	font-size: 10.5px;
	line-height: 1.45;
}
.sample-notice {
	margin: 0;
	padding: 0 28px 25px;
	color: #94a3b8;
	font-size: 10px;
	line-height: 1.5;
}

.related-package-section {
	padding: 90px 0 110px;
	background: linear-gradient(180deg, #eef9ff, #f8fcff);
}
.detail-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0284c7;
	font-size: 12px;
	font-weight: 900;
}
.related-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.related-package-card {
	overflow: hidden;
	border: 1px solid rgba(14, 165, 233, 0.13);
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(2, 132, 199, 0.09);
	transition: 0.3s ease;
}
.related-package-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 75px rgba(2, 132, 199, 0.15);
}
.related-package-image {
	position: relative;
	display: block;
	height: 210px;
	background: var(--related-image) center/cover no-repeat;
}
.related-package-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(3, 105, 161, 0.42));
}
.related-package-image span {
	position: absolute;
	z-index: 1;
	left: 16px;
	top: 16px;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0284c7;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.related-package-content {
	padding: 22px;
}
.related-package-content > small {
	color: #0ea5e9;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.related-package-content h3 {
	margin: 8px 0 12px;
	color: #0f172a;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 900;
}
.related-package-content p {
	margin: 0;
	color: #64748b;
	font-size: 12px;
}
.related-package-content p strong {
	color: #0284c7;
	font-weight: 900;
}
.related-detail-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	color: #0284c7;
	font-size: 11px;
	font-weight: 900;
}
.mobile-booking-bar {
	display: none;
}

@media (max-width: 1199.98px) {
	.package-detail-hero {
		min-height: 640px;
		padding-top: 150px;
	}
	.hero-price-card {
		margin-left: 0;
	}
	.booking-detail-card {
		position: static;
	}
	.detail-content-section {
		padding-bottom: 80px;
	}
}
@media (max-width: 991.98px) {
	.package-detail-hero {
		min-height: auto;
		padding: 145px 0 90px;
	}
	.package-detail-hero::before {
		background:
			linear-gradient(180deg, rgba(3, 19, 36, 0.34), rgba(3, 19, 36, 0.84)),
			linear-gradient(90deg, rgba(3, 19, 36, 0.9), rgba(3, 36, 58, 0.62)),
			var(--detail-hero-image) center/cover no-repeat;
	}
	.hero-price-card {
		max-width: 100%;
	}
	.detail-gallery-grid {
		grid-template-columns: 1.6fr 1fr;
		grid-template-rows: 210px 210px;
	}
	.detail-gallery-item:nth-child(4),
	.detail-gallery-item:nth-child(5) {
		display: none;
	}
	.detail-destination-grid {
		grid-template-columns: 1fr 1fr;
	}
	.related-package-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767.98px) {
	body[data-detail-page='true'] {
		padding-bottom: 76px;
	}
	.package-detail-hero {
		padding: 125px 0 76px;
	}
	.detail-breadcrumb {
		margin-bottom: 22px;
		font-size: 11px;
	}
	.detail-hero-title {
		font-size: 46px;
	}
	.detail-meta {
		gap: 7px;
		margin-top: 20px;
	}
	.detail-meta span {
		min-height: 38px;
		padding: 8px 11px;
		font-size: 10px;
	}
	.hero-price-card {
		padding: 22px;
		border-radius: 24px;
	}
	.hero-price-card > strong {
		font-size: 31px;
	}
	.detail-gallery-section {
		margin-top: -28px;
		padding-bottom: 25px;
	}
	.detail-gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 250px 130px;
		padding: 8px;
		border-radius: 24px;
		gap: 8px;
	}
	.detail-gallery-main {
		grid-column: span 2;
		grid-row: auto;
	}
	.detail-gallery-item:nth-child(4),
	.detail-gallery-item:nth-child(5) {
		display: none;
	}
	.detail-content-section {
		padding: 25px 0 65px;
	}
	.detail-white-panel,
	.detail-block {
		padding: 24px;
		border-radius: 25px;
	}
	.detail-block {
		margin-top: 20px;
	}
	.detail-section-head {
		display: block;
		margin-bottom: 22px;
	}
	.detail-section-head > p {
		max-width: none;
		margin-top: 10px;
		text-align: left;
	}
	.detail-highlight-grid,
	.detail-spec-grid,
	.detail-price-grid,
	.detail-terms {
		grid-template-columns: 1fr;
	}
	.detail-destination-grid {
		grid-template-columns: 1fr;
	}
	.detail-destination-card {
		min-height: 290px;
	}
	.detail-itinerary .accordion-body {
		padding: 4px 16px 20px 18px;
	}
	.itinerary-line-list::before {
		left: 68px;
	}
	.itinerary-line {
		grid-template-columns: 53px 12px 1fr;
		gap: 9px;
	}
	.booking-summary {
		grid-template-columns: 1fr 1fr;
	}
	.related-package-section {
		padding: 65px 0 85px;
	}
	.related-package-grid {
		grid-template-columns: 1fr;
	}
	.mobile-booking-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 14px max(10px, env(safe-area-inset-bottom));
		border-top: 1px solid rgba(14, 165, 233, 0.15);
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -15px 45px rgba(2, 132, 199, 0.13);
		backdrop-filter: blur(16px);
	}
	.mobile-booking-bar small {
		display: block;
		color: #64748b;
		font-size: 9px;
		font-weight: 800;
	}
	.mobile-booking-bar strong {
		display: block;
		color: #0284c7;
		font-size: 18px;
		font-weight: 900;
	}
	.mobile-booking-bar .btn {
		min-height: 43px;
		padding: 9px 17px;
		background: #0284c7;
		color: #fff;
		font-size: 11px;
	}
	body[data-detail-page='true'] .wa-float {
		bottom: 88px;
	}
}
@media (max-width: 575.98px) {
	.package-detail-hero {
		padding-top: 116px;
	}
	.detail-hero-title {
		font-size: 40px;
	}
	.detail-hero-desc {
		font-size: 14px;
	}
	.detail-gallery-grid {
		grid-template-rows: 225px 110px;
	}
	.gallery-count {
		right: 8px;
		bottom: 8px;
		padding: 8px 10px;
		font-size: 9px;
	}
	.detail-white-panel,
	.detail-block {
		padding: 21px;
	}
	.detail-section-title {
		font-size: 31px;
	}
	.detail-highlight-card {
		min-height: 0;
	}
	.detail-price-card {
		padding: 23px;
	}
	.detail-price-card h3 {
		max-width: 65%;
	}
	.price-recommended {
		right: 12px;
		top: 12px;
		font-size: 8px;
	}
	.booking-detail-top,
	.detail-booking-form {
		padding-left: 22px;
		padding-right: 22px;
	}
	.booking-trust {
		margin-left: 22px;
		margin-right: 22px;
	}
	.sample-notice {
		padding-left: 22px;
		padding-right: 22px;
	}
	.booking-summary {
		grid-template-columns: 1fr;
	}
	.detail-spec-item {
		display: block;
	}
	.detail-spec-item strong {
		display: block;
		max-width: none;
		margin-top: 7px;
		text-align: left;
	}
}
@media (prefers-reduced-motion: reduce) {
	.detail-gallery-item img,
	.detail-destination-card,
	.related-package-card,
	.detail-price-card {
		transition: none !important;
	}
}

/* =========================================================
   Homepage mobile navbar hotfix
   Prevents the fixed navbar and its actions from extending
   beyond narrow smartphone viewports. Scoped to homepage only.
   ========================================================= */
@media (max-width: 767.98px) {
	body.home-page .client-navbar {
		left: 10px !important;
		right: 10px !important;
		width: auto !important;
		max-width: calc(100vw - 20px) !important;
		transform: none !important;
		padding: 8px 9px !important;
		overflow: visible !important;
	}
	body.home-page .client-nav-layout {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas: 'brand actions' 'menu menu' !important;
		column-gap: 6px !important;
	}
	body.home-page .client-nav-brand {
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}
	body.home-page .client-nav-brand .brand-text {
		min-width: 0 !important;
		overflow: hidden !important;
	}
	body.home-page .client-nav-brand .brand-text strong {
		display: block;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
	body.home-page .client-nav-actions {
		min-width: 0 !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		justify-self: end !important;
		gap: 5px !important;
	}
	body.home-page .client-navbar .lux-toggler,
	body.home-page .nav-reserve-btn {
		flex: 0 0 auto !important;
	}
	body.home-page .client-nav-center {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 479.98px) {
	body.home-page .client-navbar {
		left: 7px !important;
		right: 7px !important;
		max-width: calc(100vw - 14px) !important;
	}
	body.home-page .client-navbar .brand-emblem {
		width: 37px !important;
		height: 37px !important;
	}
	body.home-page .client-navbar .brand-text strong {
		font-size: 14px !important;
	}
	body.home-page .nav-reserve-btn {
		width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 !important;
		border-radius: 50% !important;
	}
	body.home-page .nav-reserve-btn span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}
	body.home-page .client-navbar .lux-toggler {
		width: 40px !important;
		height: 40px !important;
	}
}

@media (max-width: 359.98px) {
	body.home-page .client-navbar .brand-text strong {
		font-size: 12.5px !important;
	}
	body.home-page .client-navbar .brand-emblem {
		width: 34px !important;
		height: 34px !important;
	}
	body.home-page .nav-reserve-btn,
	body.home-page .client-navbar .lux-toggler {
		width: 37px !important;
		height: 37px !important;
		min-height: 37px !important;
	}
}


/* === Dynamic About section, aligned controls, and unified typography === */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	text-align: center;
	line-height: 1.2;
}
.btn i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.btn .me-1,
.btn .me-2,
.btn .ms-1,
.btn .ms-2 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.home-about-section {
	padding-top: 52px;
	padding-bottom: 52px;
}
.home-about-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
	align-items: center;
	gap: clamp(34px, 6vw, 82px);
	padding: clamp(18px, 2.5vw, 34px);
	border: 1px solid rgba(125, 211, 252, 0.28);
	border-radius: 38px;
	background:
		radial-gradient(circle at 88% 12%, rgba(125, 211, 252, 0.2), transparent 28%),
		rgba(255, 255, 255, 0.84);
	box-shadow: 0 30px 90px rgba(14, 116, 144, 0.09);
	overflow: hidden;
}
.home-about-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 30px;
	background: #dff4ff;
}
.home-about-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 132, 199, 0.02), rgba(3, 36, 58, 0.42));
	pointer-events: none;
}
.home-about-media img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	display: block;
	object-fit: cover;
	transition: transform 0.7s ease;
}
.home-about-card:hover .home-about-media img {
	transform: scale(1.035);
}
.home-about-badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 16px 38px rgba(3, 36, 58, 0.17);
	backdrop-filter: blur(14px);
}
.home-about-badge > i {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: linear-gradient(135deg, #38bdf8, #0369a1);
	color: #fff;
	font-size: 18px;
}
.home-about-badge span {
	display: flex;
	flex-direction: column;
}
.home-about-badge strong {
	color: #0f172a;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 800;
}
.home-about-badge small {
	margin-top: 2px;
	color: #64748b;
	font-size: 10px;
	font-weight: 700;
}
.home-about-content {
	padding-right: clamp(4px, 2vw, 24px);
}
.home-about-content .section-title {
	max-width: 660px;
}
.home-about-content .section-desc {
	max-width: 650px;
	line-height: 1.85;
}
.home-about-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}
.home-about-points > div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid rgba(125, 211, 252, 0.28);
	border-radius: 15px;
	background: rgba(248, 252, 255, 0.92);
	color: #26435b;
	font-size: 12px;
	font-weight: 800;
}
.home-about-points i {
	color: #0284c7;
	font-size: 17px;
}
@media (max-width: 991.98px) {
	.home-about-card {
		grid-template-columns: 1fr;
	}
	.home-about-media,
	.home-about-media img {
		min-height: 440px;
	}
	.home-about-content {
		padding: 4px 10px 14px;
	}
}
@media (max-width: 575.98px) {
	.home-about-section {
		padding-top: 28px;
		padding-bottom: 36px;
	}
	.home-about-card {
		gap: 28px;
		padding: 12px;
		border-radius: 26px;
	}
	.home-about-media,
	.home-about-media img {
		min-height: 330px;
	}
	.home-about-media {
		border-radius: 21px;
	}
	.home-about-badge {
		left: 14px;
		right: 14px;
		bottom: 14px;
	}
	.home-about-points {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   V3.1 refinement — matching detail hero, reliable mobile
   navigation on Contact and Package Detail pages
   ========================================================= */
body.contact-page,
body.package-detail-page {
	overflow-x: clip;
}

body.package-detail-page .package-detail-hero {
	background: #f8fcff;
}

body.package-detail-page .package-detail-hero::before {
	background:
		radial-gradient(circle at 18% 30%, rgba(56, 189, 248, 0.2), transparent 28%),
		radial-gradient(circle at 82% 22%, rgba(125, 211, 252, 0.17), transparent 24%),
		linear-gradient(
			90deg,
			rgba(248, 252, 255, 0.99) 0%,
			rgba(248, 252, 255, 0.95) 28%,
			rgba(248, 252, 255, 0.79) 52%,
			rgba(248, 252, 255, 0.43) 74%,
			rgba(248, 252, 255, 0.13) 100%
		),
		var(--detail-hero-image) center/cover no-repeat;
	filter: brightness(1.04) saturate(1.08);
}

body.package-detail-page .package-detail-hero::after {
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(
		180deg,
		rgba(248, 252, 255, 0) 0%,
		rgba(248, 252, 255, 0.88) 58%,
		#f8fcff 100%
	);
}

body.package-detail-page .detail-breadcrumb {
	color: #64748b;
}

body.package-detail-page .detail-breadcrumb a {
	color: #0369a1;
}

body.package-detail-page .detail-breadcrumb a:hover,
body.package-detail-page .detail-breadcrumb span {
	color: #0f172a;
}

body.package-detail-page .package-detail-hero .section-kicker.light {
	border: 1px solid rgba(14, 165, 233, 0.16) !important;
	background: rgba(255, 255, 255, 0.9) !important;
	color: #0284c7 !important;
	box-shadow: 0 12px 28px rgba(2, 132, 199, 0.09);
}

body.package-detail-page .detail-hero-title {
	color: #0f172a;
	text-shadow: none;
}

body.package-detail-page .detail-hero-desc {
	color: #475569;
	font-weight: 600;
}

body.package-detail-page .detail-meta span {
	border-color: rgba(14, 165, 233, 0.16);
	background: rgba(255, 255, 255, 0.76);
	color: #1e293b;
	box-shadow: 0 10px 28px rgba(2, 132, 199, 0.07);
}

body.package-detail-page .detail-meta i {
	color: #0284c7;
}

body.package-detail-page .hero-price-card {
	border-color: rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.76);
	box-shadow:
		0 30px 80px rgba(14, 116, 144, 0.12),
		0 10px 30px rgba(148, 163, 184, 0.13);
	color: #0f172a;
}

body.package-detail-page .hero-price-card > span,
body.package-detail-page .hero-price-card > small {
	color: #64748b;
}

body.package-detail-page .btn-detail-glass {
	border-color: rgba(14, 165, 233, 0.2) !important;
	background: rgba(240, 249, 255, 0.88) !important;
	color: #0369a1 !important;
}

body.package-detail-page .btn-detail-glass:hover {
	background: #e0f2fe !important;
	color: #075985 !important;
}

/*
 * Navbar Contact dan Detail Paket dibuat sama persis dengan navbar Beranda.
 * Kunci perbaikannya: jangan menggunakan max-width: none pada layar kecil.
 */
@media (max-width: 1199.98px) {
	body.contact-page .client-navbar,
	body.package-detail-page .client-navbar {
		left: 10px !important;
		right: 10px !important;
		width: auto !important;
		max-width: calc(100vw - 20px) !important;
		padding: 9px 10px !important;
		transform: none !important;
		overflow: visible !important;
		box-sizing: border-box !important;
	}

	body.contact-page .client-nav-layout,
	body.package-detail-page .client-nav-layout {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			'brand actions'
			'menu menu' !important;
		column-gap: 6px !important;
		row-gap: 0 !important;
	}

	body.contact-page .client-nav-brand,
	body.package-detail-page .client-nav-brand {
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	body.contact-page .client-nav-brand .brand-text,
	body.package-detail-page .client-nav-brand .brand-text {
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	body.contact-page .client-nav-brand .brand-text strong,
	body.package-detail-page .client-nav-brand .brand-text strong {
		display: block;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.contact-page .client-nav-actions,
	body.package-detail-page .client-nav-actions {
		min-width: 0 !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		justify-self: end !important;
		gap: 5px !important;
	}

	body.contact-page .client-navbar .lux-toggler,
	body.package-detail-page .client-navbar .lux-toggler,
	body.contact-page .nav-reserve-btn,
	body.package-detail-page .nav-reserve-btn {
		flex: 0 0 auto !important;
	}

	body.contact-page .client-nav-center,
	body.package-detail-page .client-nav-center,
	body.contact-page .client-navbar .navbar-collapse,
	body.package-detail-page .client-navbar .navbar-collapse {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

@media (max-width: 991.98px) {
	body.package-detail-page .package-detail-hero::before {
		background:
			radial-gradient(circle at 18% 24%, rgba(56, 189, 248, 0.18), transparent 30%),
			linear-gradient(
				180deg,
				rgba(248, 252, 255, 0.95) 0%,
				rgba(248, 252, 255, 0.83) 58%,
				rgba(248, 252, 255, 0.96) 100%
			),
			var(--detail-hero-image) center/cover no-repeat;
	}
}

@media (max-width: 575.98px) {
	body.contact-page .client-navbar,
	body.package-detail-page .client-navbar {
		left: 7px !important;
		right: 7px !important;
		max-width: calc(100vw - 14px) !important;
		padding: 8px !important;
	}

	body.contact-page .client-navbar .brand-emblem,
	body.package-detail-page .client-navbar .brand-emblem,
	body.contact-page .client-nav-brand img,
	body.package-detail-page .client-nav-brand img {
		width: 38px !important;
		height: 38px !important;
		flex: 0 0 38px !important;
	}

	body.contact-page .client-navbar .brand-text strong,
	body.package-detail-page .client-navbar .brand-text strong {
		max-width: 130px !important;
		font-size: 14px !important;
	}

	body.contact-page .contact-line,
	body.package-detail-page .detail-meta,
	body.package-detail-page .hero-price-card {
		min-width: 0;
	}

	body.contact-page .contact-line strong {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 479.98px) {
	body.contact-page .nav-reserve-btn,
	body.package-detail-page .nav-reserve-btn {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		padding: 0 !important;
		border-radius: 50% !important;
	}

	body.contact-page .nav-reserve-btn span,
	body.package-detail-page .nav-reserve-btn span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	body.contact-page .client-navbar .lux-toggler,
	body.package-detail-page .client-navbar .lux-toggler {
		width: 40px !important;
		height: 40px !important;
	}

	body.contact-page .client-navbar .brand-text strong,
	body.package-detail-page .client-navbar .brand-text strong {
		max-width: 110px !important;
	}
}

@media (max-width: 359.98px) {
	body.contact-page .client-navbar .brand-emblem,
	body.package-detail-page .client-navbar .brand-emblem,
	body.contact-page .client-nav-brand img,
	body.package-detail-page .client-nav-brand img {
		width: 34px !important;
		height: 34px !important;
		flex-basis: 34px !important;
	}

	body.contact-page .client-navbar .brand-text strong,
	body.package-detail-page .client-navbar .brand-text strong {
		max-width: 90px !important;
		font-size: 12.5px !important;
	}

	body.contact-page .nav-reserve-btn,
	body.package-detail-page .nav-reserve-btn,
	body.contact-page .client-navbar .lux-toggler,
	body.package-detail-page .client-navbar .lux-toggler {
		width: 37px !important;
		height: 37px !important;
		min-width: 37px !important;
		min-height: 37px !important;
	}
}

/* =========================================================
   Reservation Channels & Link-only Package Sharing
   ========================================================= */
.nav-reserve-telegram,
.btn-reserve-telegram,
.btn-telegram-booking {
	color: #fff !important;
	background: linear-gradient(135deg, #38bdf8, #229ed9 58%, #168ac0) !important;
	box-shadow: 0 15px 34px rgba(34, 158, 217, 0.24) !important;
}
.nav-reserve-whatsapp,
.btn-reserve-whatsapp {
	color: #fff !important;
	background: linear-gradient(135deg, #25d366, #16a34a) !important;
	box-shadow: 0 15px 34px rgba(22, 163, 74, 0.23) !important;
}
.btn-reserve-whatsapp,
.btn-reserve-telegram,
.btn-telegram-booking {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	font-weight: 900;
}
.btn-telegram-booking { min-height: 50px; }
.nav-reserve-telegram:hover,
.btn-reserve-telegram:hover,
.btn-telegram-booking:hover,
.nav-reserve-whatsapp:hover,
.btn-reserve-whatsapp:hover {
	color: #fff !important;
	transform: translateY(-2px);
}
.option-actions {
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}
.package-share-trigger {
	position: absolute;
	z-index: 4;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #0284c7;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
	backdrop-filter: blur(12px);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}
.package-share-trigger:hover {
	transform: translateY(-2px) scale(1.03);
	background: #fff;
}
.contact-float-dock {
	position: fixed;
	right: 22px;
	bottom: 86px;
	z-index: 1030;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact-float {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff !important;
	font-size: 26px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
	transition: transform 0.2s ease;
}
.contact-float:hover { transform: translateY(-3px); }
.contact-float-whatsapp { background: #22c55e; }
.contact-float-telegram { background: #229ed9; }
.booking-channel-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 10px;
}
.booking-channel-actions .btn { width: 100%; }
.booking-disabled-note {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	margin: 24px 28px;
	padding: 16px;
	border: 1px solid #bae6fd;
	border-radius: 17px;
	background: #f0f9ff;
	color: #075985;
	font-size: 12px;
	line-height: 1.6;
}
.share-package-modal .modal-content {
	overflow: hidden;
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 30px 90px rgba(2, 132, 199, 0.2);
}
.share-package-modal .modal-header {
	padding: 22px 24px 18px;
	border-bottom-color: rgba(14, 165, 233, 0.12);
}
.share-package-modal .modal-body { padding: 22px 24px 24px; }
.share-modal-kicker {
	display: block;
	margin-bottom: 4px;
	color: #0284c7;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.share-package-modal .modal-title {
	color: #0f172a;
	font-weight: 900;
}
.share-modal-description {
	margin-bottom: 18px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.65;
}
.share-channel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.share-channel {
	min-height: 76px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 18px;
	background: #f8fcff;
	color: #334155;
	font-size: 11px;
	font-weight: 900;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.share-channel:hover {
	transform: translateY(-2px);
	border-color: rgba(14, 165, 233, 0.3);
}
.share-channel i { font-size: 24px; }
.share-channel-whatsapp i { color: #16a34a; }
.share-channel-telegram i { color: #229ed9; }
.share-channel-facebook i { color: #1877f2; }
.share-channel-x i { color: #0f172a; }
.share-copy-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}
.share-copy-row .form-control {
	min-width: 0;
	border-color: rgba(14, 165, 233, 0.16);
	border-radius: 14px;
	background: #f8fcff;
	color: #475569;
	font-size: 11px;
}
.share-copy-row .btn {
	min-width: 86px;
	border-radius: 14px !important;
}
.share-copy-feedback {
	min-height: 18px;
	margin: 8px 0 0;
	color: #16a34a;
	font-size: 11px;
	font-weight: 800;
}
.contact-line[href] {
	color: inherit;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.contact-line[href]:hover {
	transform: translateY(-2px);
	border-color: rgba(14, 165, 233, 0.28) !important;
}
.setting-switch-card {
	min-height: 90px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(14, 165, 233, 0.14);
	border-radius: 18px;
	background: #f8fcff;
}
.setting-switch-card .form-check-input {
	flex: 0 0 auto;
	margin-top: 4px;
}
.setting-switch-card label {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.setting-switch-card label span {
	color: #64748b;
	font-size: 12px;
	line-height: 1.55;
}
@media (max-width: 1599.98px) {
	.client-navbar .nav-reserve-btn {
		width: 42px;
		min-width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 0 !important;
		border-radius: 50% !important;
	}
	.client-navbar .nav-reserve-btn span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.contact-float-dock {
		right: 16px;
		bottom: 84px;
	}
	.contact-float {
		width: 52px;
		height: 52px;
		font-size: 24px;
	}
	body[data-detail-page='true'] .contact-float-dock,
	body.package-detail-page .contact-float-dock {
		bottom: 88px;
	}
}
@media (max-width: 575.98px) {
	.share-package-modal .modal-dialog { margin: 12px; }
	.share-package-modal .modal-content { border-radius: 23px; }
	.share-copy-row { grid-template-columns: 1fr; }
	.share-copy-row .btn { width: 100%; }
	.booking-channel-actions { grid-template-columns: 1fr; }
}

/* =========================================================
   V4.2 — contact channel preferences and visibility fixes
   ========================================================= */
.gallery-lux-item figcaption {
	color: #ffffff !important;
	text-shadow: 0 3px 16px rgba(2, 6, 23, 0.72);
}

.lux-footer .footer-cta .btn,
.lux-footer .footer-cta .btn i {
	color: #ffffff !important;
}

.contact-channel-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-channel-fieldset legend {
	margin-bottom: 6px;
	color: #0f172a;
	font-size: 14px;
	font-weight: 900;
}

.contact-channel-help {
	margin: 0 0 14px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.65;
}

.contact-channel-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.contact-channel-option {
	position: relative;
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	min-height: 82px;
	padding: 15px 16px;
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 20px;
	background: #f8fcff;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.contact-channel-option:hover {
	border-color: rgba(14, 165, 233, 0.36);
	transform: translateY(-1px);
}

.contact-channel-option.is-selected {
	border-color: #38bdf8;
	background: linear-gradient(145deg, #ffffff, #eaf8ff);
	box-shadow: 0 14px 34px rgba(2, 132, 199, 0.12);
}

.contact-channel-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.contact-channel-option:focus-within {
	outline: 3px solid rgba(14, 165, 233, 0.28);
	outline-offset: 2px;
}

.contact-channel-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	color: #ffffff;
	font-size: 20px;
}

.contact-channel-icon.whatsapp {
	background: linear-gradient(135deg, #4ade80, #16a34a);
}

.contact-channel-icon.telegram {
	background: linear-gradient(135deg, #38bdf8, #0284c7);
}

.contact-channel-copy {
	min-width: 0;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.contact-channel-copy strong {
	color: #0f172a;
	font-size: 13px;
	font-weight: 900;
}

.contact-channel-copy small {
	margin-top: 3px;
	color: #64748b;
	font-size: 10.5px;
	line-height: 1.45;
}

.contact-channel-check {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(14, 165, 233, 0.18);
	border-radius: 50%;
	background: #ffffff;
	color: transparent;
	font-size: 13px;
	transition: 0.2s ease;
}

.contact-channel-option.is-selected .contact-channel-check {
	border-color: #0284c7;
	background: #0284c7;
	color: #ffffff;
}

.contact-channel-error {
	margin-bottom: 12px;
	padding: 10px 13px;
	border: 1px solid #fecaca;
	border-radius: 13px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 575.98px) {
	.contact-channel-options {
		grid-template-columns: 1fr;
	}

	.contact-channel-option {
		min-height: 76px;
		padding: 13px 14px;
	}
}

/* =========================================================
   FINAL MOBILE RESPONSIVE CONSOLIDATION
   Menyamakan perilaku Beranda, Kontak, dan Detail Paket
   dengan halaman Paket Layanan pada layar smartphone.
   ========================================================= */
html {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden !important;
}

body {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden !important;
}

main,
.hero-lux,
.page-hero,
.package-detail-hero,
.lux-section,
.detail-gallery-section,
.detail-content-section,
.related-package-section,
.lux-footer {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

@supports (overflow: clip) {
	html,
	body {
		overflow-x: clip !important;
	}
}

@media (max-width: 1199.98px) {
	/* Gunakan pola navbar halaman Paket Layanan untuk semua halaman. */
	body.home-page .client-navbar,
	body.contact-page .client-navbar,
	body.package-detail-page .client-navbar {
		left: 50% !important;
		right: auto !important;
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		transform: translateX(-50%) !important;
		box-sizing: border-box !important;
	}

	body.home-page .client-nav-layout,
	body.contact-page .client-nav-layout,
	body.package-detail-page .client-nav-layout,
	body.home-page .client-nav-center,
	body.contact-page .client-nav-center,
	body.package-detail-page .client-nav-center,
	body.home-page .client-navbar .navbar-collapse,
	body.contact-page .client-navbar .navbar-collapse,
	body.package-detail-page .client-navbar .navbar-collapse {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

@media (max-width: 767.98px) {
	/* Transform horizontal AOS dapat membuat dokumen lebih lebar dari viewport. */
	[data-aos='fade-left'],
	[data-aos='fade-right'] {
		transform: translate3d(0, 28px, 0) !important;
	}

	[data-aos='fade-left'].aos-animate,
	[data-aos='fade-right'].aos-animate {
		transform: none !important;
	}

	body.home-page main,
	body.contact-page main,
	body.package-detail-page main,
	body.home-page .hero-lux,
	body.contact-page .page-hero,
	body.package-detail-page .package-detail-hero,
	body.home-page .lux-section,
	body.contact-page .lux-section,
	body.package-detail-page .detail-gallery-section,
	body.package-detail-page .detail-content-section,
	body.package-detail-page .related-package-section,
	body.home-page .lux-footer,
	body.contact-page .lux-footer,
	body.package-detail-page .lux-footer {
		overflow-x: hidden;
	}

	body.home-page .container-xxl,
	body.contact-page .container-xxl,
	body.package-detail-page .container-xxl {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding-right: 16px;
		padding-left: 16px;
	}

	body.home-page .row,
	body.contact-page .row,
	body.package-detail-page .row,
	body.home-page .row > *,
	body.contact-page .row > *,
	body.package-detail-page .row > * {
		min-width: 0;
		max-width: 100%;
	}

	/* Beranda */
	body.home-page .hero-copy-premium,
	body.home-page .hero-actions,
	body.home-page .lux-hero-composition,
	body.home-page .home-about-card,
	body.home-page .home-about-media,
	body.home-page .home-about-content,
	body.home-page .lux-search-panel,
	body.home-page .showcase-grid {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.home-page .display-lux,
	body.home-page .hero-desc,
	body.home-page .section-title,
	body.home-page .section-desc {
		max-width: 100% !important;
		overflow-wrap: break-word;
	}

	body.home-page .hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.home-page .hero-actions .btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
	}

	/* Kontak */
	body.contact-page .page-hero.luxury-page,
	body.contact-page .hero-copy-card,
	body.contact-page .contact-lux-info,
	body.contact-page .lux-form,
	body.contact-page .contact-line,
	body.contact-page .contact-channel-fieldset,
	body.contact-page .contact-channel-options,
	body.contact-page .contact-channel-option {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.contact-page .hero-copy-card {
		margin-right: 0;
		margin-left: 0;
	}

	body.contact-page .page-title,
	body.contact-page .page-desc,
	body.contact-page .section-title,
	body.contact-page .section-desc,
	body.contact-page .contact-line strong,
	body.contact-page .contact-channel-copy {
		max-width: 100% !important;
		overflow-wrap: anywhere;
	}

	/* Detail paket */
	body.package-detail-page .package-detail-hero .container-xxl,
	body.package-detail-page .detail-breadcrumb,
	body.package-detail-page .detail-meta,
	body.package-detail-page .hero-price-card,
	body.package-detail-page .detail-gallery-grid,
	body.package-detail-page .detail-white-panel,
	body.package-detail-page .detail-block,
	body.package-detail-page .booking-detail-card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.package-detail-page .detail-hero-title,
	body.package-detail-page .detail-hero-desc,
	body.package-detail-page .detail-meta span,
	body.package-detail-page .hero-price-card,
	body.package-detail-page .hero-price-card .btn {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	body.package-detail-page .hero-price-card {
		margin-right: 0;
		margin-left: 0;
	}

	body.package-detail-page .hero-price-card .btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
	}

	/* Footer mengikuti lebar viewport, bukan lebar elemen AOS. */
	body.home-page .lux-footer .row,
	body.contact-page .lux-footer .row,
	body.package-detail-page .lux-footer .row,
	body.home-page .footer-cta,
	body.contact-page .footer-cta,
	body.package-detail-page .footer-cta,
	body.home-page .copyright,
	body.contact-page .copyright,
	body.package-detail-page .copyright {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 575.98px) {
	body.home-page .client-navbar,
	body.contact-page .client-navbar,
	body.package-detail-page .client-navbar {
		width: calc(100% - 14px) !important;
		max-width: calc(100% - 14px) !important;
	}

	body.home-page .container-xxl,
	body.contact-page .container-xxl,
	body.package-detail-page .container-xxl {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.contact-page .page-hero.luxury-page .hero-copy-card,
	body.contact-page .contact-lux-info,
	body.contact-page .lux-form,
	body.package-detail-page .hero-price-card,
	body.package-detail-page .detail-white-panel,
	body.package-detail-page .detail-block {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.package-detail-page .detail-meta span {
		max-width: 100%;
		white-space: normal;
	}
}


/* =========================================================
   Revision 2026-08-07 — Hero collage, variant photos,
   and "Perlu Dibawa"
   ========================================================= */
.hero-photo-collage {
	position: relative;
	width: min(100%, 680px);
	margin-left: auto;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 38px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 34px 95px rgba(14, 116, 144, 0.18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.hero-photo-collage::before {
	content: '';
	position: absolute;
	inset: -18px 18px 18px -18px;
	z-index: -1;
	border-radius: 46px;
	background: linear-gradient(145deg, rgba(125, 211, 252, 0.24), rgba(255, 255, 255, 0.04));
	filter: blur(2px);
}

.hero-collage-item {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 25px;
	background: #dff4ff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.13);
}

.hero-collage-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(3, 105, 161, 0.12));
	pointer-events: none;
}

.hero-collage-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hero-photo-collage:hover .hero-collage-item img {
	transform: scale(1.025);
}

.hero-collage-main {
	height: 365px;
	border-radius: 29px;
}

.hero-collage-bottom {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: -2px;
	padding: 0 14px 10px;
}

.hero-collage-bottom .hero-collage-item {
	height: 175px;
	margin-top: -10px;
	border-radius: 22px;
}

.hero-collage-bottom .hero-collage-item:nth-child(1) {
	transform: rotate(-1.5deg);
}

.hero-collage-bottom .hero-collage-item:nth-child(2) {
	z-index: 2;
	transform: translateY(-8px);
}

.hero-collage-bottom .hero-collage-item:nth-child(3) {
	transform: rotate(1.5deg);
}

.bring-card .detail-list-card-title i {
	background: #e0f2fe;
	color: #0284c7;
}

.bring-card li::before {
	content: '•';
	position: absolute;
	left: 2px;
	top: -1px;
	color: #0284c7;
	font-size: 17px;
	font-weight: 900;
}

.detail-list-card li.detail-list-empty {
	padding-left: 0;
	color: #94a3b8;
	font-style: italic;
}

.detail-list-card li.detail-list-empty::before {
	content: none;
}

.variant-price-card {
	overflow: hidden;
	padding: 0;
}

.variant-card-gallery {
	padding: 10px 10px 0;
	background: linear-gradient(180deg, #eef9ff, #fff);
}

.variant-card-main-image {
	position: relative;
	width: 100%;
	height: 225px;
	display: block;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 19px;
	background: #dbeafe;
	cursor: zoom-in;
}

.variant-card-main-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(3, 32, 51, 0.52));
	pointer-events: none;
}

.variant-card-main-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.variant-card-main-image:hover img {
	transform: scale(1.035);
}

.variant-card-main-image > span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #075985;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
	backdrop-filter: blur(10px);
	font-size: 10px;
	font-weight: 900;
}

.variant-card-thumbnails {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 9px 1px 2px;
	scrollbar-width: thin;
	scrollbar-color: #7dd3fc transparent;
}

.variant-card-thumbnails button {
	flex: 0 0 68px;
	width: 68px;
	height: 54px;
	overflow: hidden;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 11px;
	background: #dbeafe;
	box-shadow: 0 5px 15px rgba(2, 132, 199, 0.12);
	cursor: zoom-in;
}

.variant-card-thumbnails button:hover,
.variant-card-thumbnails button:focus-visible {
	border-color: #38bdf8;
}

.variant-card-thumbnails img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.variant-price-content {
	padding: 25px 28px 28px;
}

.variant-choice-label {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0284c7;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.variant-price-content h3 {
	max-width: none;
	margin-top: 13px;
}

.variant-price-content .detail-price-value {
	margin-top: 18px;
}

.variant-price-content > p {
	min-height: 0;
}

.variant-select-link {
	width: 100%;
	min-height: 45px;
}

@media (max-width: 1199.98px) {
	.hero-photo-collage {
		width: min(100%, 620px);
		margin-right: auto;
	}

	.hero-collage-main {
		height: 340px;
	}
}

@media (max-width: 767.98px) {
	.hero-photo-collage {
		margin-top: 8px;
		padding: 9px;
		border-radius: 29px;
	}

	.hero-photo-collage::before {
		inset: -10px 10px 10px -10px;
		border-radius: 34px;
	}

	.hero-collage-main {
		height: 285px;
		border-radius: 23px;
	}

	.hero-collage-bottom {
		gap: 7px;
		padding: 0 8px 7px;
	}

	.hero-collage-bottom .hero-collage-item {
		height: 125px;
		border-width: 4px;
		border-radius: 17px;
	}
}

@media (max-width: 575.98px) {
	.hero-collage-main {
		height: 230px;
	}

	.hero-collage-bottom .hero-collage-item {
		height: 96px;
	}

	.variant-card-main-image {
		height: 205px;
	}

	.variant-price-content {
		padding: 22px;
	}

	.variant-card-thumbnails button {
		flex-basis: 62px;
		width: 62px;
		height: 50px;
	}
}

@media (max-width: 359.98px) {
	.hero-collage-main {
		height: 205px;
	}

	.hero-collage-bottom .hero-collage-item {
		height: 82px;
	}
}

/* =========================================================
   Revision 2026-08-14 — Ship schedule CTA and public page
   ========================================================= */
.home-ship-schedule-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 0 !important;
	padding: 24px 28px;
}
.home-ship-schedule-copy {
	min-width: 0;
}
.home-ship-schedule-copy > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0284c7 !important;
}
.home-ship-schedule-copy > strong {
	display: block;
	margin-top: 7px;
	color: #0f172a;
	font-size: clamp(18px, 2vw, 25px);
	line-height: 1.35;
}
.home-ship-schedule-button {
	flex: 0 0 auto;
	min-width: 190px;
}
.ship-schedule-section {
	padding-top: 78px;
}
.ship-schedule-card {
	overflow: hidden;
	border: 1px solid rgba(14, 165, 233, 0.15);
	border-radius: 34px;
	background: #fff;
	box-shadow: 0 28px 85px rgba(2, 132, 199, 0.12);
}
.ship-schedule-title {
	padding: 34px 36px 28px;
	text-align: center;
}
.ship-schedule-title h2 {
	max-width: 760px;
	margin: 18px auto 0;
	color: #0f172a;
	font-family: 'Sora', 'Manrope', sans-serif;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.035em;
}
.ship-schedule-title p {
	max-width: 760px;
	margin: 14px auto 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.7;
}
.ship-schedule-table-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		'dep-head ret-head'
		'dep-cols ret-cols'
		'dep-list ret-list';
	border-top: 1px solid rgba(14, 165, 233, 0.12);
}
.ship-schedule-route-head {
	padding: 0;
	text-align: center;
}
.ship-schedule-route-head.departure { grid-area: dep-head; border-right: 1px solid #fff; }
.ship-schedule-route-head.return { grid-area: ret-head; }
.ship-schedule-route-head strong,
.ship-schedule-route-head span {
	display: block;
	padding: 13px 16px;
}
.ship-schedule-route-head strong {
	background: #0284c7;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.ship-schedule-route-head.return strong { background: #0ea5e9; }
.ship-schedule-route-head span {
	background: #e0f7ff;
	color: #075985;
	font-size: 12px;
	font-weight: 900;
}
.ship-schedule-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.departure-columns { grid-area: dep-cols; border-right: 1px solid #fff; }
.return-columns { grid-area: ret-cols; }
.ship-schedule-columns span {
	padding: 11px 12px;
	background: #38bdf8;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
}
.ship-schedule-columns span + span { background: #0284c7; }
.ship-schedule-list { min-width: 0; }
.departure-list { grid-area: dep-list; border-right: 1px solid #dbeafe; }
.return-list { grid-area: ret-list; }
.ship-schedule-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 54px;
	border-bottom: 1px solid #e0f2fe;
}
.ship-schedule-row:last-child { border-bottom: 0; }
.ship-schedule-row span,
.ship-schedule-row strong {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	color: #334155;
	font-size: 12px;
}
.ship-schedule-row span {
	background: #f8fcff;
	font-weight: 800;
}
.ship-schedule-row strong {
	border-left: 1px solid #e0f2fe;
	background: #eef9ff;
	color: #075985;
	font-weight: 900;
}
.ship-schedule-empty {
	padding: 28px 18px;
	color: #94a3b8;
	background: #f8fcff;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
@media (max-width: 767.98px) {
	.home-ship-schedule-panel {
		align-items: stretch;
		flex-direction: column;
		margin-top: 0 !important;
		padding: 22px;
	}
	.home-ship-schedule-button { width: 100%; min-width: 0; }
	.ship-schedule-card { border-radius: 26px; }
	.ship-schedule-title { padding: 28px 20px 22px; }
	.ship-schedule-table-wrap {
		grid-template-columns: 1fr;
		grid-template-areas:
			'dep-head'
			'dep-cols'
			'dep-list'
			'ret-head'
			'ret-cols'
			'ret-list';
	}
	.ship-schedule-route-head.departure,
	.departure-columns,
	.departure-list { border-right: 0; }
	.ship-schedule-route-head.return { margin-top: 18px; }
}
@media (max-width: 479.98px) {
	.ship-schedule-row { min-height: 50px; }
	.ship-schedule-row span,
	.ship-schedule-row strong { padding: 10px 7px; font-size: 11px; }
}

/* Production-safe mobile spacing: scoped only to the home ship schedule CTA. */
@media (max-width: 767.98px) {
	.home-ship-schedule-cta { margin-top: 32px !important; }
}
