/* ============================================
   FIX YOUR ESCAPE — Trip Package Styles
   Shared styles for all tour/trip package pages.
   ============================================ */

/* ─── Reset helpers ─────────────────────────────────── */
.mtp-section { margin-bottom: 64px; }
.mtp-section-title {
	font-size: 1.3rem;
	font-weight: 800;
	color: #0b7dda;
	margin: 0 0 24px;
	padding-left: 14px;
	border-left: 4px solid #0b7dda;
}

/* ─── HERO ──────────────────────────────────────────── */
.mtp-hero {
	position: relative;
	min-height: 460px;
	display: flex;
	align-items: flex-end;
	padding: 90px 0 56px;
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mtp-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(2, 30, 60, 0.15) 0%, rgba(2, 30, 60, 0.55) 100%);
	z-index: 0;
}
.mtp-hero > .container {
	position: relative;
	z-index: 1;
	width: 100%;
}
.mtp-hero__pre {
	font-size: .75rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #7ec8f8;
	margin-bottom: 10px;
}
.mtp-hero__title {
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 8px;
	color: #fff;
}
.mtp-hero__subtitle {
	font-size: clamp(1rem, 2.5vw, 1.4rem);
	font-weight: 400;
	font-style: italic;
	color: rgba(255,255,255,.8);
	margin: 0 0 10px;
}
.mtp-hero__tagline {
	font-size: .88rem;
	color: rgba(255,255,255,.7);
	max-width: 620px;
	line-height: 1.6;
	margin: 0 0 24px;
}
.mtp-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: .92rem;
	color: rgba(255,255,255,.85);
}
.mtp-hero__meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.mtp-hero__price {
	position: absolute;
	top: 36px;
	right: 0;
	background: #0b7dda;
	color: #fff;
	padding: 14px 32px 14px 24px;
	font-size: 1.3rem;
	font-weight: 800;
	clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
	line-height: 1.2;
}
.mtp-hero__price small {
	display: block;
	font-size: .65rem;
	font-weight: 400;
	opacity: .8;
	letter-spacing: .05em;
}

/* ─── BODY WRAPPER ──────────────────────────────────── */
.mtp-body { padding: 60px 0 80px; }

/* ─── SECTION 1: 2-COLUMN (sidebar + itinerary) ─────── */
.mtp-two-col {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 40px;
	align-items: start;
}
@media (max-width: 700px) {
	.mtp-two-col { grid-template-columns: 1fr; }
}

/* Reel video sidebar */
.mtp-reel-sidebar {
	position: sticky;
	top: 90px;
}
.mtp-reel-wrap {
	width: 360px;
	height: 640px;
	border-radius: 14px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.mtp-reel-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Itinerary */
.mtp-itinerary {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mtp-itinerary::before {
	content: '';
	position: absolute;
	left: 25px;
	top: 26px;
	bottom: 26px;
	width: 2px;
	background: linear-gradient(180deg, #0b7dda, #a8d8f0 85%, transparent);
}
.mtp-itinerary__item {
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
	position: relative;
}
.mtp-itinerary__dot {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0b7dda;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .65rem;
	font-weight: 800;
	text-align: center;
	letter-spacing: .02em;
	z-index: 1;
	box-shadow: 0 0 0 4px #dbedf9;
}
.mtp-itinerary__card {
	flex: 1;
	background: #f4f9fd;
	border: 1px solid #d4e6f4;
	border-radius: 12px;
	padding: 16px 18px;
}
.mtp-itinerary__card h3 {
	font-size: .98rem;
	font-weight: 700;
	margin: 0 0 5px;
	color: #111;
}
.mtp-itinerary__card p {
	font-size: .87rem;
	color: #555;
	margin: 0;
	line-height: 1.62;
}

/* ─── INCLUSIONS ────────────────────────────────────── */
.mtp-list-card {
	background: #f4f9fd;
	border: 1px solid #d4e6f4;
	border-radius: 14px;
	padding: 28px 30px;
}
.mtp-list-card--excl {
	background: #fdf8f8;
	border-color: #f0dede;
}
.mtp-list-card--addon {
	background: #fdf9f0;
	border-color: #f0e4c0;
}
.mtp-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
	gap: 12px;
}
@media (max-width: 600px) { .mtp-checklist { columns: 1; } }
.mtp-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: .88rem;
	color: #444;
	margin-bottom: 11px;
	break-inside: avoid;
	line-height: 1.5;
}
.mtp-checklist li::before {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .7rem;
	font-weight: 800;
	margin-top: 1px;
}
.mtp-list-card .mtp-checklist li::before  { content: '✓'; background: #0b7dda; color: #fff; }
.mtp-list-card--excl .mtp-checklist li::before { content: '✕'; background: #c0392b; color: #fff; }
.mtp-list-card--addon .mtp-checklist li::before { content: '★'; background: #e6a817; color: #fff; }

/* ─── MOOD BOARD ────────────────────────────────────── */
.mtp-mood-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 640px) { .mtp-mood-grid { grid-template-columns: repeat(2, 1fr); } }
.mtp-mood-grid img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 10px;
	transition: transform .3s, box-shadow .3s;
}
.mtp-mood-grid img:hover { transform: scale(1.04); box-shadow: 0 8px 24px rgba(0,0,0,.18); }

/* ─── MEETING POINT ─────────────────────────────────── */
.mtp-meeting {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	background: linear-gradient(135deg, #061a33 0%, #0e3a6e 100%);
	border-radius: 16px;
	padding: 30px 32px;
	color: #fff;
}
.mtp-meeting__pin {
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,.1);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.mtp-meeting__info { flex: 1; min-width: 200px; }
.mtp-meeting__loc  { font-size: 1.1rem; font-weight: 800; margin-bottom: 5px; }
.mtp-meeting__addr { font-size: .85rem; color: rgba(255,255,255,.65); margin-bottom: 6px; }
.mtp-meeting__time { font-size: .85rem; color: #7ec8f8; }
.mtp-meeting__cta  {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #0b7dda;
	color: #fff;
	text-decoration: none;
	padding: 11px 22px;
	border-radius: 40px;
	font-size: .88rem;
	font-weight: 700;
	white-space: nowrap;
	transition: background .2s, transform .2s;
}
.mtp-meeting__cta:hover { background: #0960a8; transform: translateY(-2px); color: #fff; }

/* ─── BOOK CTA ──────────────────────────────────────── */
.mtp-book {
	background: linear-gradient(135deg, #0b7dda 0%, #064a8a 100%);
	border-radius: 18px;
	padding: 40px;
	text-align: center;
	color: #fff;
}
.mtp-book h2 { font-size: 1.6rem; font-weight: 900; margin-bottom: 8px; }
.mtp-book p  { opacity: 1; margin-bottom: 28px; font-size: .95rem; color: #fff; }
.mtp-book__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.mtp-book__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 28px;
	border-radius: 40px;
	font-size: .95rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s;
}
.mtp-book__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.mtp-book__btn--wa    { background: #25d366; color: #fff; }
.mtp-book__btn--email { background: #fff;     color: #0b7dda; }

/* ─── ITINERARY DATE BADGE ──────────────────────────── */
.mtp-itinerary__date {
	display: inline-block;
	background: #dbedf9;
	color: #0b7dda;
	font-size: .72rem;
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 20px;
	margin-bottom: 6px;
	letter-spacing: .03em;
}

/* ─── MEALS GRID ────────────────────────────────────── */
.mtp-meals-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
}
.mtp-meal-card {
	background: #f4f9fd;
	border: 1px solid #d4e6f4;
	border-radius: 12px;
	padding: 18px 16px;
	text-align: center;
}
.mtp-meal-card__day {
	display: block;
	font-size: .78rem;
	font-weight: 800;
	color: #0b7dda;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 6px;
}
.mtp-meal-card__meal {
	display: block;
	font-size: .9rem;
	color: #333;
	font-weight: 600;
}

/* ─── MOBILE RESPONSIVE FIXES ───────────────────────── */

/* Prevent horizontal overflow on trip pages */
.mtp-hero,
.mtp-body {
	max-width: 100vw;
	overflow-x: hidden;
}

@media (max-width: 1100px) {
	/* Match the header mobile breakpoint — price badge must not overflow */
	.mtp-hero__price {
		position: static;
		display: inline-block;
		margin-top: 16px;
		clip-path: none;
		border-radius: 8px;
		padding: 10px 20px;
		font-size: 1.1rem;
	}
}

@media (max-width: 768px) {
	.mtp-hero {
		min-height: 340px;
		padding: 80px 0 32px;
	}
	.mtp-hero__title {
		font-size: clamp(1.6rem, 6vw, 2.4rem);
	}
	.mtp-body {
		padding: 32px 0 48px;
	}
	.mtp-section {
		margin-bottom: 40px;
	}
	.mtp-book {
		padding: 28px 16px;
	}
	.mtp-meeting {
		padding: 20px 16px;
		gap: 16px;
	}
	.mtp-list-card {
		padding: 20px 16px;
	}
}

@media (max-width: 700px) {
	.mtp-two-col {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	/* Video reel — stack above itinerary, make fully responsive */
	.mtp-reel-sidebar {
		position: static;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.mtp-reel-wrap {
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 9 / 16;
		margin: 0 auto;
	}
	.mtp-reel-wrap video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		-webkit-transform: translateZ(0);
	}

	/* Gallery / mood board images */
	.mtp-mood-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.mtp-mood-grid img {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
	}
}

@media (max-width: 480px) {
	.mtp-hero {
		min-height: 280px;
		padding: 72px 0 24px;
	}
	.mtp-hero__title {
		font-size: clamp(1.4rem, 7vw, 2rem);
	}
	.mtp-hero__meta {
		gap: 10px;
		font-size: .82rem;
	}
	.mtp-itinerary__dot {
		width: 40px;
		height: 40px;
		font-size: .55rem;
	}
	.mtp-itinerary::before {
		left: 20px;
	}
	.mtp-itinerary__item {
		gap: 12px;
	}
	.mtp-itinerary__card {
		padding: 12px 14px;
	}
	.mtp-mood-grid {
		grid-template-columns: 1fr;
	}
	.mtp-book__btn {
		padding: 11px 20px;
		font-size: .85rem;
	}
	.mtp-meeting__cta {
		width: 100%;
		justify-content: center;
	}
}
