/* Shared styles for the Hotel campaign pages (parallel system to the
   dev-diwali-boat-booking-2026 stylesheet — same proven patterns, same
   brand tokens, own .htl- namespace so the two product lines never bleed
   into each other's CSS). New hotel pages link to this same file. */

.htl-landing {
	--htl-primary: #d83030;
	--htl-primary-dark: #b22323;
	--htl-navy: #032e42;
	--htl-gold: #e8a33d;
	--htl-gray: #676767;
	--htl-light: #f3f3f3;
	--htl-line: #e6e6e6;
	--htl-radius: 14px;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--htl-navy);
	line-height: 1.6;
	overflow-x: hidden;
}

.htl-landing * { box-sizing: border-box; }
.htl-landing img { max-width: 100%; height: auto; display: block; }
.htl-landing picture { display: block; }

.htl-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

.htl-landing h1,
.htl-landing h2,
.htl-landing h3 {
	font-family: 'Poppins', 'Inter', sans-serif;
	color: var(--htl-navy);
	margin: 0 0 14px;
	line-height: 1.25;
	letter-spacing: -.01em;
}

.htl-section { padding: 64px 0; }
.htl-section:nth-child(even) { background: var(--htl-light); }
.htl-section__title { text-align: center; font-size: 30px; margin-bottom: 8px; }
.htl-section__sub { text-align: center; color: var(--htl-gray); margin-bottom: 36px; }

/* Breadcrumb */
.htl-crumbs {
	max-width: 1140px;
	margin: 0 auto;
	padding: 14px 20px;
	font-size: 13px;
	color: var(--htl-gray);
	white-space: nowrap;
	overflow-x: auto;
}
.htl-crumbs a { color: var(--htl-gray); text-decoration: none; padding: 10px 2px; display: inline-block; }
.htl-crumbs span[aria-hidden] { margin: 0 6px; }

/* Buttons */
.htl-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	transition: transform .15s ease, box-shadow .15s ease;
	min-height: 48px;
	overflow: hidden;
	isolation: isolate;
}
.htl-btn::before {
	content: "";
	position: absolute;
	top: 0; left: -60%;
	width: 40%; height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255,255,255,.45), transparent);
	transform: skewX(-20deg);
	transition: left .55s ease;
	z-index: -1;
}
.htl-btn:hover::before { left: 120%; }
.htl-btn:hover { transform: translateY(-2px); }
.htl-btn--whatsapp { background: #25D366; color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.htl-btn--outline { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px #fff; }
.htl-btn--outline-light { background: #fff; color: var(--htl-primary); }
.htl-btn--small { padding: 10px 18px; font-size: 14px; background: var(--htl-primary); color: #fff; width: 100%; justify-content: center; }
.htl-btn--small:hover { background: var(--htl-primary-dark); }
.htl-btn--small.htl-btn--wa { background: #25D366; }
.htl-btn--small.htl-btn--wa:hover { background: #1ea952; }

.htl-cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }

/* Hero */
.htl-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 120px 0 80px;
	overflow: hidden;
}
.htl-hero::before {
	content: "";
	position: absolute; inset: 0;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	animation: htlKenBurns 22s ease-in-out infinite alternate;
	z-index: 0;
}
.htl-hero--paused::before { animation-play-state: paused; }
.htl-hero > * { position: relative; }
@keyframes htlKenBurns {
	0%   { transform: scale(1) translate(0, 0); }
	100% { transform: scale(1.12) translate(-1%, -1%); }
}
.htl-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(3,46,66,.6) 0%, rgba(3,46,66,.88) 100%);
	z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
	.htl-hero::before { animation: none; }
}
.htl-hero__inner { position: relative; z-index: 2; }
.htl-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: var(--htl-gold);
	font-weight: 700;
	margin-bottom: 10px;
}
.htl-hero h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 6px;
	text-shadow: 0 4px 24px rgba(0,0,0,.35);
}
.htl-hero__brand { font-size: 17px; font-weight: 600; color: var(--htl-gold); margin-bottom: 16px; }
.htl-hero__sub { font-size: 18px; color: #eef3f6; max-width: 640px; margin-bottom: 22px; }

.htl-hero__price {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(232,163,61,.15);
	border: 1px solid rgba(232,163,61,.5);
	border-radius: 50px;
	padding: 8px 20px 8px 8px;
	margin-bottom: 24px;
	text-decoration: none;
}
.htl-hero__price-label {
	background: var(--htl-gold);
	color: var(--htl-navy);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .3px;
	padding: 6px 12px;
	border-radius: 50px;
}
.htl-hero__price-value { color: #fff; font-weight: 800; font-size: 18px; }
.htl-hero__price-value small { font-weight: 500; font-size: 12px; color: #eef3f6; }

.htl-hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; font-size: 14px; }
.htl-hero__facts div {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50px;
	padding: 8px 16px;
	backdrop-filter: blur(4px);
}
.htl-hero__facts .ico { color: var(--htl-gold); }

.htl-hero__scroll {
	position: absolute;
	bottom: 20px; left: 50%;
	transform: translateX(-50%);
	width: 40px; height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	animation: htlBounce 2s ease-in-out infinite;
}
@keyframes htlBounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) { .htl-hero__scroll { animation: none; } }

/* Trust badges (with mobile swipe pattern) */
.htl-trustbadges { padding-top: 32px; padding-bottom: 32px; background: linear-gradient(180deg, var(--htl-light) 0%, #fff 100%); }
.htl-trustbadges__hint { display: none; }
.htl-trustbadges__scroller { position: relative; }
.htl-trustbadges__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.htl-trustbadge {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid var(--htl-line);
	border-radius: 12px;
	padding: 14px 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--htl-navy);
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.htl-trustbadge:hover { box-shadow: 0 12px 24px rgba(3,46,66,.1); transform: translateY(-3px); border-color: transparent; }
.htl-trustbadge__icon {
	flex-shrink: 0;
	width: 36px; height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
}
.htl-trustbadge--navy .htl-trustbadge__icon { background: var(--htl-navy); }
.htl-trustbadge--red .htl-trustbadge__icon { background: var(--htl-primary); }
.htl-trustbadge--gold .htl-trustbadge__icon { background: linear-gradient(135deg, var(--htl-gold), var(--htl-primary)); }
.htl-trustbadge--green .htl-trustbadge__icon { background: #1a9b5c; }

/* About */
.htl-about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.htl-about__text p { color: var(--htl-gray); }
.htl-about__facts { display: flex; gap: 14px; margin: 22px 0; flex-wrap: wrap; }
.htl-about__fact { display: flex; align-items: center; gap: 10px; background: var(--htl-light); border-radius: 12px; padding: 12px 16px; flex: 1; min-width: 150px; }
.htl-about__fact .ico {
	width: 34px; height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--htl-gold), var(--htl-primary));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	flex-shrink: 0;
}
.htl-about__fact strong { display: block; font-size: 14px; color: var(--htl-navy); }
.htl-about__fact span { font-size: 11px; color: var(--htl-gray); }
.htl-about__image { position: relative; }
.htl-about__image img { border-radius: var(--htl-radius); }
.htl-about__image-badge {
	position: absolute;
	bottom: 16px; left: 16px;
	background: rgba(3,46,66,.85);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	padding: 8px 16px;
	border-radius: 30px;
	backdrop-filter: blur(4px);
}
.htl-about__image-badge .ico { color: var(--htl-gold); margin-right: 4px; }

/* Video tour + reels */
.htl-video-wrap {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50.6%; /* 900:456 ≈ 16:9 at max-width */
	height: 0;
	overflow: hidden;
	border-radius: var(--htl-radius);
	box-shadow: 0 16px 40px rgba(3,46,66,.16);
	background: var(--htl-navy);
}
.htl-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.htl-reels-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 700px;
	margin: 40px auto 0;
	align-items: start;
}
.htl-reels-grid > div { display: flex; justify-content: center; overflow: hidden; border-radius: var(--htl-radius); }
@media (max-width: 600px) {
	.htl-reels-grid { grid-template-columns: 1fr; max-width: 380px; }
}

/* Rooms */
.htl-room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.htl-room-card {
	background: #fff;
	border: 1px solid var(--htl-line);
	border-radius: var(--htl-radius);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.htl-room-card::before {
	content: "";
	position: absolute; top: 0; left: 0; right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--htl-gold), var(--htl-primary));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}
.htl-room-card:hover::before { transform: scaleX(1); }
.htl-room-card:hover { box-shadow: 0 20px 40px rgba(3,46,66,.16); transform: translateY(-6px); }
.htl-room-card__img-wrap { position: relative; overflow: hidden; height: 190px; }
.htl-room-card__img-wrap img { height: 100%; width: 100%; object-fit: cover; transition: transform .5s ease; }
.htl-room-card:hover .htl-room-card__img-wrap img { transform: scale(1.08); }
.htl-room-card__badge {
	position: absolute; top: 12px; left: 12px; z-index: 1;
	display: inline-flex; align-items: center; gap: 5px;
	background: rgba(3,46,66,.78);
	color: #fff;
	font-size: 12px; font-weight: 600;
	padding: 5px 10px;
	border-radius: 999px;
}
.htl-room-card__badge .ico { width: 13px; height: 13px; }
.htl-room-card__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.htl-room-card h3 { font-size: 19px; margin-bottom: 0; }
.htl-room-card__meta { color: var(--htl-gray); font-size: 13px; margin: 0; display: flex; align-items: center; gap: 6px; }
.htl-room-card__body .htl-btn { margin-top: 4px; }
.htl-price { margin: 0; font-size: 15px; }
.htl-price__now { font-size: 22px; font-weight: 800; color: var(--htl-primary); }
.htl-price__unit { color: var(--htl-gray); font-size: 14px; }

/* Gallery */
.htl-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.htl-gallery__item { display: block; border-radius: var(--htl-radius); overflow: hidden; }
.htl-gallery__item img { height: 200px; width: 100%; object-fit: cover; transition: transform .3s ease; }
.htl-gallery__item:hover img { transform: scale(1.06); }
@media (max-width: 700px) {
	.htl-gallery__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.htl-gallery__grid { grid-template-columns: 1fr; }
	.htl-gallery__item img { height: 220px; }
}

/* Amenities */
.htl-amenities__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.htl-amenities__item {
	background: #fff;
	border: 1px solid var(--htl-line);
	border-radius: var(--htl-radius);
	padding: 20px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	transition: box-shadow .3s ease, transform .3s ease;
}
.htl-amenities__item:hover { box-shadow: 0 16px 32px rgba(3,46,66,.1); transform: translateY(-4px); }
.htl-amenities__item .ico {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--htl-gold), var(--htl-primary));
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.htl-amenities__item span { font-size: 13px; font-weight: 600; color: var(--htl-navy); }

/* Distance-to-landmarks cards */
.htl-distance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.htl-distance-card {
	background: #fff;
	border: 1px solid var(--htl-line);
	border-radius: var(--htl-radius);
	padding: 20px;
	text-align: center;
	transition: box-shadow .3s ease, transform .3s ease;
}
.htl-distance-card:hover { box-shadow: 0 16px 32px rgba(3,46,66,.1); transform: translateY(-4px); }
.htl-distance-card .ico {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--htl-gold), var(--htl-primary));
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 12px;
}
.htl-distance-card__time { display: block; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 18px; color: var(--htl-primary); margin-bottom: 4px; }
.htl-distance-card__name { display: block; font-size: 13px; font-weight: 600; color: var(--htl-navy); }

/* Included / not included */
.htl-included__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.htl-included__col { background: #fff; border: 1px solid var(--htl-line); border-radius: var(--htl-radius); padding: 28px; }
.htl-included__col--yes { border-top: 3px solid #1a9b5c; }
.htl-included__col--no { border-top: 3px solid #c94a4a; }
.htl-included__col h3 { font-size: 18px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.htl-included__col-icon { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: #fff; }
.htl-included__col--yes .htl-included__col-icon { background: #1a9b5c; }
.htl-included__col--no .htl-included__col-icon { background: #c94a4a; }
.htl-included__col ul { list-style: none; margin: 0; padding: 0; }
.htl-included__col li { padding: 10px 0; font-size: 14px; color: var(--htl-gray); display: flex; gap: 12px; align-items: flex-start; border-bottom: 1px dashed var(--htl-line); }
.htl-included__col li:last-child { border-bottom: none; }
.htl-included__badge { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 1px; }
.htl-included__col--yes .htl-included__badge { background: rgba(26,155,92,.12); color: #1a9b5c; }
.htl-included__col--no .htl-included__badge { background: rgba(201,74,74,.12); color: #c94a4a; }

/* Map */
.htl-content-block { max-width: 820px; margin: 0 auto; }
.htl-map { border-radius: var(--htl-radius); overflow: hidden; box-shadow: 0 12px 32px rgba(3,46,66,.1); line-height: 0; }

/* Nearby / cross-links */
.htl-nearby__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.htl-nearby__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid var(--htl-line);
	border-radius: 10px;
	padding: 14px 18px;
	text-decoration: none;
	color: var(--htl-navy);
	font-weight: 600;
	font-size: 14px;
}
.htl-nearby__item:hover { border-color: var(--htl-primary); color: var(--htl-primary); }
.htl-nearby__item .ico:last-child { color: var(--htl-gray); font-size: 12px; }

/* FAQ */
.htl-faq__list { max-width: 780px; margin: 0 auto; }
.htl-faq__item { border-bottom: 1px solid var(--htl-line); }
.htl-faq__q {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 18px 4px;
	font-size: 16px;
	font-weight: 700;
	color: var(--htl-navy);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.htl-faq__icon { color: var(--htl-primary); font-size: 20px; font-weight: 800; flex-shrink: 0; display: inline-block; transition: transform .3s ease, color .3s ease; }
.htl-faq__item.is-open .htl-faq__icon { transform: rotate(135deg); color: var(--htl-navy); }
.htl-faq__q { transition: color .2s ease; }
.htl-faq__item.is-open .htl-faq__q { color: var(--htl-primary); }
.htl-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1), padding .35s ease; padding: 0 4px; color: var(--htl-gray); }
.htl-faq__a p { margin: 0 0 16px; }
.htl-faq__item.is-open .htl-faq__a { max-height: 300px; }

/* Popular searches keyword cloud */
.htl-keywords { padding-top: 48px; padding-bottom: 48px; }
.htl-keywords__cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 980px; margin: 0 auto; }
.htl-keywords__cloud span {
	background: #fff;
	border: 1px solid var(--htl-line);
	color: var(--htl-gray);
	font-size: 12.5px;
	line-height: 1.4;
	padding: 7px 14px;
	border-radius: 20px;
	white-space: nowrap;
}

/* Final CTA */
.htl-final-cta { background: linear-gradient(135deg, var(--htl-primary), var(--htl-primary-dark)); color: #fff; padding: 64px 0; text-align: center; }
.htl-final-cta h2 { color: #fff; font-size: 30px; }
.htl-final-cta p { color: #ffe3e3; margin-bottom: 8px; }
.htl-final-cta .htl-cta-row { justify-content: center; }

/* Sticky mobile bar */
.htl-sticky-bar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	display: none;
	z-index: 999;
	background: #fff;
	box-shadow: 0 -4px 18px rgba(0,0,0,.12);
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	gap: 10px;
}
.htl-sticky-bar__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 10px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	min-height: 48px;
}
.htl-sticky-bar__btn--whatsapp { background: #25D366; color: #fff; }
.htl-sticky-bar__btn--call { background: var(--htl-navy); color: #fff; }

/* Inline mid-page CTA */
.htl-inline-cta {
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	background: linear-gradient(90deg, rgba(232,163,61,.1), rgba(216,48,48,.06));
	border: 1px solid rgba(232,163,61,.35);
	border-radius: 50px;
	padding: 14px 26px;
	text-align: center;
}
.htl-inline-cta p { margin: 0; font-size: 14.5px; font-weight: 600; color: var(--htl-navy); }
.htl-inline-cta p .ico { color: var(--htl-primary); margin-right: 6px; }
.htl-inline-cta .htl-btn { padding: 10px 22px; font-size: 14px; min-height: 0; width: auto; flex-shrink: 0; }

.htl-terms-note { text-align: center; font-size: 12px; color: var(--htl-gray); background: var(--htl-light); border-radius: 10px; padding: 14px 18px; line-height: 1.6; }
.htl-terms-note .ico { color: var(--htl-primary); margin-right: 4px; }
.htl-content-block h3 { font-size: 20px; margin-top: 28px; }
.htl-content-block p, .htl-content-block li { color: var(--htl-gray); font-size: 15px; }
.htl-content-block ul { padding-left: 20px; }

/* Responsive */
@media (max-width: 900px) {
	.htl-about__grid { grid-template-columns: 1fr; }
	.htl-distance-grid { grid-template-columns: repeat(2, 1fr); }
	.htl-amenities__grid { grid-template-columns: repeat(3, 1fr); }
	.htl-included__grid { grid-template-columns: 1fr; }
	.htl-nearby__grid { grid-template-columns: 1fr 1fr; }
	.htl-hero h1 { font-size: 30px; }
}

@media (max-width: 700px) {
	.htl-trustbadges__grid {
		display: flex;
		overflow-x: auto;
		gap: 12px;
		grid-template-columns: none;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}
	.htl-trustbadge { flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; }
	.htl-trustbadges__hint {
		display: block;
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		color: var(--htl-gray);
		margin-bottom: 10px;
	}
	.htl-trustbadges__hint .ico { color: var(--htl-primary); }
	.htl-trustbadges__scroller::after {
		content: "";
		position: absolute;
		top: 0; right: 0; bottom: 8px;
		width: 28px;
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.95));
		pointer-events: none;
	}
}

@media (max-width: 600px) {
	.htl-hero { padding: 90px 0 48px; }
	.htl-hero__sub { font-size: 15.5px; max-height: 5.6em; overflow: hidden; }
	.htl-hero h1 { font-size: 26px; }
	.htl-hero__inner { display: flex; flex-direction: column; }
	.htl-eyebrow { order: 1; }
	.htl-hero h1 { order: 2; }
	.htl-hero__brand { order: 3; }
	.htl-hero__sub { order: 4; }
	.htl-hero__price { order: 5; }
	.htl-cta-row { order: 6; margin-top: 18px; margin-bottom: 22px; }
	.htl-hero__facts { order: 7; }
	.htl-room-grid,
	.htl-distance-grid,
	.htl-nearby__grid { grid-template-columns: 1fr; }
	.htl-amenities__grid { grid-template-columns: repeat(2, 1fr); }
	.htl-cta-row { flex-direction: column; }
	.htl-btn { width: 100%; justify-content: center; }
	.htl-sticky-bar { display: flex; }
	.htl-landing { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
	.htl-inline-cta { border-radius: 16px; padding: 16px 18px; flex-direction: column; }
	.htl-inline-cta .htl-btn { width: 100%; justify-content: center; }
}

@media (prefers-color-scheme: dark) {
	/* Landing page intentionally keeps a fixed light design regardless of OS
	   theme, matching the rest of the site which does not support dark mode. */
}
