/* Styles for the tour package pages (tour-packages/). Everything is nested under
   .pkg-page so it never leaks into the rest of the site. Same design tokens as the
   other campaign pages (navy / gold / red, Poppins + Inter). */
.pkg-page {
	--pkg-primary: #d83030;
	--pkg-primary-dark: #b22323;
	--pkg-navy: #032e42;
	--pkg-gold: #e8a33d;
	--pkg-gray: #5d6a70;
	--pkg-light: #f3f5f6;
	--pkg-line: #e3e8ea;
	--pkg-radius: 14px;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--pkg-navy);
	line-height: 1.65;
	/* clip (not hidden) so the sticky on-page nav can still stick */
	overflow-x: clip;
}
.pkg-page * { box-sizing: border-box; }
.pkg-page img { max-width: 100%; height: auto; display: block; }
.pkg-page a { color: var(--pkg-primary); }
.pkg-page h1, .pkg-page h2, .pkg-page h3 {
	font-family: 'Poppins', 'Inter', sans-serif;
	color: var(--pkg-navy);
	margin: 0 0 12px;
	line-height: 1.25;
	letter-spacing: -.01em;
}
.pkg-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.pkg-sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* Breadcrumb */
.pkg-crumbs { max-width: 1140px; margin: 0 auto; padding: 14px 20px; font-size: 13px; color: var(--pkg-gray); white-space: nowrap; overflow-x: auto; }
.pkg-crumbs a { color: var(--pkg-gray); text-decoration: none; padding: 10px 2px; display: inline-block; }
.pkg-crumbs a:hover { color: var(--pkg-primary); }
.pkg-crumbs span[aria-hidden] { margin: 0 6px; }
/* Buttons */
.pkg-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 26px; min-height: 48px; border-radius: 50px;
	font-weight: 700; font-size: 15px; text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}
.pkg-page a.pkg-btn { color: #fff; }
.pkg-btn:hover { transform: translateY(-2px); }
.pkg-btn--wa { background: #1fa855; box-shadow: 0 8px 20px rgba(31,168,85,.3); }
.pkg-btn--wa:hover { background: #178f46; }
.pkg-btn--outline { background: transparent; box-shadow: inset 0 0 0 2px rgba(255,255,255,.75); }
.pkg-btn--light { background: #fff; }
.pkg-page a.pkg-btn--light { color: var(--pkg-primary); }
.pkg-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
/* Hero */
.pkg-hero {
	position: relative; color: #fff; padding: 64px 0 60px; min-height: 500px;
	background-size: cover; background-position: center; background-color: var(--pkg-navy);
	overflow: hidden;
}
.pkg-hero::after {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(90deg, rgba(1,23,37,.93) 0%, rgba(3,46,66,.86) 44%, rgba(3,46,66,.55) 72%, rgba(3,46,66,.35) 100%);
}
.pkg-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: clamp(32px, 6vw, 84px); align-items: center; }
.pkg-eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 1.3px; font-size: 12px; font-weight: 700; color: var(--pkg-gold); margin: 0 0 14px; }
.pkg-page .pkg-hero h1 { color: #fff; font-size: clamp(34px, 4.2vw, 54px); font-weight: 800; line-height: 1.1; margin-bottom: 16px; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.pkg-page .pkg-hero h1 span { display: block; margin-top: 12px; font-size: .46em; line-height: 1.3; font-weight: 700; letter-spacing: 0; color: var(--pkg-gold); }
.pkg-hero__lead { font-size: 17.5px; color: #eef3f6; max-width: 620px; margin: 0; }
.pkg-glance { padding: 26px; background: rgba(3,26,40,.78); border: 1px solid rgba(255,255,255,.22); border-top: 3px solid var(--pkg-gold); border-radius: 16px; box-shadow: 0 22px 50px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.pkg-glance__title { margin: 0 0 6px; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; }
.pkg-glance dl { margin: 0; }
.pkg-glance dl > div { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }
.pkg-glance dl > div:first-child { border-top: 0; }
.pkg-glance dt { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #b7c8d0; }
.pkg-glance dd { margin: 2px 0 0; font-size: 14.5px; font-weight: 600; color: #fff; line-height: 1.4; }
/* On-page nav */
.pkg-toc { position: sticky; top: 68px; z-index: 8; background: rgba(255,255,255,.97); border-bottom: 1px solid #dce7ea; box-shadow: 0 8px 18px rgba(3,46,66,.07); backdrop-filter: blur(12px); }
.pkg-toc__inner { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 52px; overflow-x: auto; scrollbar-width: none; }
.pkg-toc__inner::-webkit-scrollbar { display: none; }
.pkg-toc a { color: var(--pkg-navy); text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; padding: 7px 12px; border-radius: 999px; }
.pkg-toc a:hover, .pkg-toc a:focus-visible, .pkg-toc a.is-active { color: #fff; background: var(--pkg-primary); outline: none; }
.pkg-toc.has-overflow-left::before,
.pkg-toc.has-overflow-right::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 28px; pointer-events: none; }
.pkg-toc.has-overflow-left::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.pkg-toc.has-overflow-right::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }
/* Sections */
.pkg-section { padding: 60px 0; background: #fff; scroll-margin-top: 128px; }
.pkg-section--alt { background: var(--pkg-light); }
.pkg-kicker { margin: 0 0 8px; text-align: center; color: var(--pkg-primary); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.pkg-page h2.pkg-title { text-align: center; font-size: clamp(26px, 3vw, 34px); margin-bottom: 10px; }
.pkg-sub { text-align: center; color: var(--pkg-gray); max-width: 720px; margin: 0 auto 30px; }
.pkg-prose { max-width: 820px; margin: 0 auto; }
.pkg-prose p { margin: 0 0 16px; color: #45535a; font-size: 16.5px; }
.pkg-prose ul { margin: 0 0 18px; padding: 0; list-style: none; }
.pkg-prose li { position: relative; padding-left: 26px; margin: 0 0 10px; color: #45535a; font-size: 16px; }
.pkg-prose li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: var(--pkg-gold); }
.pkg-prose strong { color: var(--pkg-navy); }
.pkg-block { max-width: 900px; margin: 26px auto 0; }
.pkg-block:first-child { margin-top: 0; }
.pkg-block--wide { max-width: 1100px; }
/* Callout */
.pkg-note { max-width: 820px; margin: 22px auto 0; padding: 14px 18px; border-left: 4px solid var(--pkg-gold); border-radius: 0 10px 10px 0; background: #fff8eb; color: #4b5a60; font-size: 14.5px; }
.pkg-note strong { color: var(--pkg-navy); }
/* Facts / data tables */
.pkg-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; background: #fff; border-radius: var(--pkg-radius); box-shadow: 0 12px 32px rgba(3,46,66,.1); }
.pkg-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.pkg-table th, .pkg-table td { padding: 13px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--pkg-line); line-height: 1.55; }
.pkg-table thead th { background: var(--pkg-navy); color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.pkg-table tbody th { width: 29%; color: var(--pkg-navy); font-weight: 700; }
.pkg-table td { color: #4b5a60; }
.pkg-table tbody tr:nth-child(even) { background: #fafbfc; }
.pkg-table tbody tr:last-child > * { border-bottom: 0; }
/* Cards */
.pkg-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.pkg-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pkg-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 860px) {
	.pkg-cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.pkg-cards--3, .pkg-cards--2 { grid-template-columns: 1fr; }
}
.pkg-card { background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); padding: 24px; border-top: 3px solid var(--pkg-gold); }
.pkg-section--alt .pkg-card { background: #fff; }
.pkg-page .pkg-card h3 { font-size: 17px; margin-bottom: 8px; }
.pkg-card p { margin: 0; color: #4b5a60; font-size: 15px; }
/* Place cards (nearby + hub) */
.pkg-places { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.pkg-place { flex: 0 1 calc((100% - 66px) / 4); min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .25s ease, transform .25s ease; }
/* columns follow the card count so a row is never left with a lone orphan */
.pkg-places--c3 .pkg-place { flex-basis: calc((100% - 44px) / 3); }
.pkg-places--c2 .pkg-place { flex-basis: calc((100% - 22px) / 2); }
@media (max-width: 1000px) {
	.pkg-places .pkg-place, .pkg-places--c3 .pkg-place, .pkg-places--c2 .pkg-place { flex-basis: calc((100% - 22px) / 2); }
}
@media (max-width: 600px) {
	.pkg-places .pkg-place, .pkg-places--c3 .pkg-place, .pkg-places--c2 .pkg-place { flex-basis: 100%; }
}
/* Hub package cards: the image and title are links, and the card carries its own WhatsApp link */
.pkg-place__img { display: block; }
.pkg-page .pkg-place__body h3 a { color: inherit; text-decoration: none; }
.pkg-page .pkg-place__body h3 a:hover { color: var(--pkg-primary); }
.pkg-page a.pkg-place__go { text-decoration: none; }
.pkg-page a.pkg-place__go:hover { text-decoration: underline; }
.pkg-place__actions .pkg-place__go { margin-top: 0; }
.pkg-place__actions { margin-top: 8px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; }
.pkg-place:hover { box-shadow: 0 16px 34px rgba(3,46,66,.14); transform: translateY(-4px); }
.pkg-place__img { height: 170px; overflow: hidden; background: var(--pkg-light); }
.pkg-place__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pkg-place:hover .pkg-place__img img { transform: scale(1.06); }
.pkg-place__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.pkg-place__tag { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pkg-primary); }
.pkg-page .pkg-place__body h3 { font-size: 18px; margin: 0; color: var(--pkg-navy); }
.pkg-place__body p { margin: 0; color: #4b5a60; font-size: 14.5px; flex: 1; }
.pkg-place__go { margin-top: 6px; font-weight: 700; font-size: 14px; color: var(--pkg-primary); }
/* FAQ */
.pkg-faq { max-width: 800px; margin: 0 auto; }
.pkg-faq__item { border-bottom: 1px solid var(--pkg-line); }
.pkg-faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 4px; font: 700 16px/1.4 'Inter', sans-serif; color: var(--pkg-navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.pkg-faq__q:hover, .pkg-faq__item.is-open .pkg-faq__q { color: var(--pkg-primary); }
.pkg-faq__icon { flex: 0 0 auto; font-size: 22px; font-weight: 800; color: var(--pkg-primary); transition: transform .3s ease; }
.pkg-faq__item.is-open .pkg-faq__icon { transform: rotate(135deg); }
.pkg-faq__a { max-height: 0; overflow: hidden; padding: 0 4px; color: #4b5a60; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.pkg-faq__item.is-open .pkg-faq__a { max-height: 900px; }
.pkg-faq__a p { margin: 0 0 16px; font-size: 15.5px; }
/* Services strip + final CTA */
.pkg-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.pkg-service { display: block; background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); padding: 22px; text-decoration: none; color: inherit; transition: box-shadow .25s ease, transform .25s ease; }
.pkg-service:hover { box-shadow: 0 14px 30px rgba(3,46,66,.12); transform: translateY(-3px); }
.pkg-page .pkg-service h3 { font-size: 17px; margin-bottom: 6px; }
.pkg-service p { margin: 0 0 10px; color: #4b5a60; font-size: 14.5px; }
.pkg-service span { font-weight: 700; font-size: 14px; color: var(--pkg-primary); }
.pkg-final { background: linear-gradient(135deg, var(--pkg-primary), var(--pkg-primary-dark)); color: #fff; padding: 60px 0; text-align: center; }
.pkg-page .pkg-final h2 { color: #fff; font-size: clamp(26px, 3vw, 32px); }
.pkg-final p { margin: 0 auto; max-width: 620px; color: #ffe3e3; }
.pkg-final .pkg-cta-row { justify-content: center; }
.pkg-verified { text-align: center; font-size: 13px; color: var(--pkg-gray); margin: 26px auto 0; max-width: 720px; }
/* Mobile CTA bar */
.pkg-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; display: none; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -4px 18px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(110%); pointer-events: none; transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
.pkg-sticky.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.pkg-sticky a { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; color: #fff !important; }
.pkg-sticky__wa { background: #1fa855; }
.pkg-sticky__call { background: var(--pkg-navy); }
@media (max-width: 900px) {
	.pkg-hero__inner { grid-template-columns: 1fr; gap: 30px; }
	.pkg-hero { min-height: 0; padding: 48px 0 44px; }
	.pkg-glance { max-width: 520px; }
}
@media (max-width: 720px) {
	.pkg-section { padding: 46px 0; }
	.pkg-table th, .pkg-table td { padding: 11px 14px; font-size: 14px; }
	.pkg-table tbody th { width: 34%; }
	.pkg-toc__inner { justify-content: flex-start; padding: 0 18px; scroll-snap-type: x proximity; scroll-padding-inline: 18px; }
	.pkg-toc a { scroll-snap-align: center; }
}
@media (max-width: 600px) {
	.pkg-crumbs a:nth-of-type(2),
	.pkg-crumbs a:nth-of-type(2) + span[aria-hidden="true"] { display: none; }
	.pkg-page .pkg-hero h1 { font-size: clamp(33px, 9.7vw, 41px); }
	.pkg-page .pkg-hero h1 span { font-size: .48em; }
	.pkg-hero__lead { font-size: 16px; line-height: 1.6; }
	.pkg-page--featured-tour .pkg-hero { padding: 36px 0 30px; background-position: 68% center !important; }
	.pkg-page--featured-tour .pkg-hero__inner { gap: 22px; }
	.pkg-page--featured-tour .pkg-eyebrow { margin-bottom: 10px; font-size: 11px; }
	.pkg-page--featured-tour .pkg-chips { margin-top: 16px; }
	.pkg-page--featured-tour .pkg-cta-row { margin-top: 20px; }
	.pkg-page--featured-tour .pkg-glance { padding: 18px; }
	.pkg-page--featured-tour .pkg-glance dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
	.pkg-page--featured-tour .pkg-glance dl > div:nth-child(2) { border-top: 0; }
	.pkg-page--featured-tour .pkg-glance dd { font-size: 13.5px; }
	.pkg-cta-row { flex-direction: column; }
	.pkg-btn { width: 100%; }
	.pkg-sticky { display: flex; }
	body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); } /* the always-on bar must not cover the footer's last line */
}
/* ───────── Package-specific components ───────── */
.pkg-page h4 { font-family: 'Poppins', 'Inter', sans-serif; color: var(--pkg-navy); margin: 0 0 6px; line-height: 1.3; }
/* sub-headings inside a section, and card titles that sit under them */
.pkg-page h3.pkg-subtitle { text-align: center; font-size: clamp(20px, 2.2vw, 24px); margin: 0 0 22px; }
.pkg-page .pkg-card h4 { font-size: 17px; margin-bottom: 8px; }
/* hero highlight chips */
.pkg-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.pkg-chips li { padding: 7px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(3,26,40,.45); color: #fff; font-size: 13px; font-weight: 600; }
.pkg-glance .pkg-btn { width: 100%; margin-top: 14px; }
/* trust strip under the hero */
.pkg-trust { background: #fff; border-bottom: 1px solid #e6edf0; padding: 18px 0; }
.pkg-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pkg-trust__item { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid #e4ecef; border-radius: 10px; background: #f8fafb; font-size: 13.5px; font-weight: 600; color: var(--pkg-navy); }
.pkg-trust__item .ico { flex: 0 0 auto; width: 30px; height: 30px; padding: 7px; border-radius: 9px; color: var(--pkg-primary); background: #fff0ec; }
/* concise route map near the top of the page */
.pkg-route { max-width: 1060px; margin: 32px auto 0; padding: 26px; display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.65fr); gap: 24px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #032e42, #0b4357); box-shadow: 0 18px 42px rgba(3,46,66,.16); }
.pkg-route__intro { padding: 8px 4px; }
.pkg-route__intro > span { color: var(--pkg-gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.pkg-page .pkg-route__intro h3 { margin: 8px 0; color: #fff; font-size: 23px; }
.pkg-route__intro p { margin: 0; color: #cfdee4; font-size: 14px; line-height: 1.55; }
.pkg-route__days { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pkg-route__day { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 18px; border-radius: 14px; color: var(--pkg-navy); background: #fff; }
.pkg-route__badge { width: 52px; height: 56px; display: grid; place-content: center; border-radius: 12px; text-align: center; line-height: 1; color: #fff; background: linear-gradient(145deg, var(--pkg-gold), var(--pkg-primary)); }
.pkg-route__badge small { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.pkg-route__badge strong { margin-top: 3px; font-family: 'Poppins', sans-serif; font-size: 24px; }
.pkg-page .pkg-route__day h3 { margin: 1px 0 9px; font-size: 16px; }
.pkg-route__day ol { margin: 0; padding: 0; list-style: none; }
.pkg-route__day li { position: relative; padding: 0 0 6px 16px; color: #4b5a60; font-size: 13px; line-height: 1.45; }
.pkg-route__day li::before { content: "›"; position: absolute; left: 0; color: var(--pkg-primary); font-weight: 800; }
/* image-led break between the overview and itinerary */
.pkg-gallery-section { color: #fff; background: #031f2e; }
.pkg-gallery-section .pkg-kicker { color: var(--pkg-gold); }
.pkg-gallery-section .pkg-title { color: #fff; }
.pkg-gallery-section .pkg-sub { color: #c7d7de; }
.pkg-gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 220px 175px; gap: 14px; }
.pkg-gallery__item { position: relative; min-width: 0; overflow: hidden; border-radius: 15px; background: #173b4c; color: #fff !important; text-decoration: none; }
.pkg-gallery__item:first-child { grid-column: 1 / 3; }
.pkg-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; }
.pkg-gallery__item::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(1,20,31,.88)); pointer-events: none; }
.pkg-gallery__item span { position: absolute; left: 16px; right: 16px; bottom: 13px; z-index: 1; font-size: 13.5px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,.55); }
.pkg-gallery__item:hover img { transform: scale(1.045); filter: brightness(1.07); }
/* clear navigation between the visual and complete written itineraries */
.pkg-day-jumps, .pkg-read-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: -12px auto 28px; }
.pkg-day-jumps a, .pkg-read-nav a { padding: 8px 16px; border: 1px solid #d5e0e4; border-radius: 999px; background: #fff; color: var(--pkg-navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.pkg-day-jumps a:hover, .pkg-read-nav a:hover { border-color: var(--pkg-primary); color: var(--pkg-primary); }
.pkg-day-jumps a.pkg-day-jumps__full { border-color: var(--pkg-primary); color: #fff; background: var(--pkg-primary); }
.pkg-read-nav { margin-top: -10px; }
.pkg-read h3[id] { scroll-margin-top: 140px; }
/* itinerary */
.pkg-day { max-width: 980px; margin: 0 auto 46px; }
.pkg-day:last-of-type { margin-bottom: 0; }
.pkg-day__head { display: flex; align-items: center; gap: 20px; padding: 20px 26px; border-radius: 16px; background: linear-gradient(135deg, #032e42, #0b4357); color: #fff; box-shadow: 0 14px 30px rgba(3,46,66,.18); }
.pkg-day__num { flex: 0 0 auto; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 14px; background: linear-gradient(135deg, var(--pkg-gold), var(--pkg-primary)); font-family: 'Poppins', sans-serif; line-height: 1; text-align: center; }
.pkg-day__num small { display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.pkg-day__num b { display: block; font-size: 28px; font-weight: 800; margin-top: 2px; }
.pkg-page .pkg-day__head h3 { margin: 0; color: #fff; font-size: clamp(19px, 2.2vw, 24px); }
.pkg-day__head p { margin: 4px 0 0; color: #d8e5ea; font-size: 14.5px; }
.pkg-steps { list-style: none; margin: 24px 0 0; padding: 0; position: relative; }
.pkg-steps::before { content: ""; position: absolute; left: 118px; top: 12px; bottom: 26px; width: 2px; background: linear-gradient(var(--pkg-gold), rgba(232,163,61,.25)); }
.pkg-step { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 0 34px; position: relative; padding-bottom: 20px; }
.pkg-step::before { content: ""; position: absolute; left: 112px; top: 16px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--pkg-gold); z-index: 1; }
.pkg-step__when { padding-top: 12px; text-align: right; font-size: 11.5px; line-height: 1.3; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--pkg-primary); }
.pkg-step__card { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: 16px; padding: 12px; background: #fff; border: 1px solid var(--pkg-line); border-radius: 14px; transition: box-shadow .25s ease; }
.pkg-step__card:hover { box-shadow: 0 14px 30px rgba(3,46,66,.11); }
.pkg-step__card--noimg { grid-template-columns: minmax(0, 1fr); padding: 16px 18px; }
.pkg-step__img { border-radius: 10px; overflow: hidden; background: var(--pkg-light); }
.pkg-step__img img { width: 100%; height: 118px; object-fit: cover; }
.pkg-step__body { min-width: 0; padding: 2px 4px 2px 0; }
.pkg-page .pkg-step__body h4 { font-size: 17px; }
.pkg-step__body p { margin: 0 0 8px; color: #4b5a60; font-size: 14.5px; }
.pkg-step__tag { display: inline-block; margin-left: 8px; padding: 2px 9px; border-radius: 999px; background: #eef3f5; color: var(--pkg-navy); font-size: 10.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; vertical-align: middle; }
.pkg-step__tag--add { background: #fff3d6; color: #8a5a00; }
.pkg-step__go { font-size: 13.5px; font-weight: 700; text-decoration: none; }
.pkg-step__go:hover { text-decoration: underline; }
.pkg-day__stay { margin: 6px 0 0 130px; padding: 13px 18px; border-left: 4px solid var(--pkg-gold); border-radius: 0 10px 10px 0; background: #fff8eb; color: #4b5a60; font-size: 14.5px; }
.pkg-day__stay strong { color: var(--pkg-navy); }
/* included / not included */
.pkg-incl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1000px; margin: 0 auto; }
.pkg-incl__col { padding: 26px; background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); }
.pkg-incl__col--yes { border-top: 4px solid #1a9b5c; }
.pkg-incl__col--no { border-top: 4px solid #c94a4a; }
.pkg-page .pkg-incl__col h3 { font-size: 19px; margin-bottom: 14px; }
.pkg-list { list-style: none; margin: 0; padding: 0; }
.pkg-list li { position: relative; padding: 0 0 11px 30px; color: #45535a; font-size: 15px; }
.pkg-list li::before { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: #fff; }
.pkg-incl__col--yes .pkg-list li::before { content: "✓"; background: #1a9b5c; }
.pkg-incl__col--no .pkg-list li::before { content: "✕"; background: #c94a4a; }
/* vehicles */
.pkg-vehicles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.pkg-vehicle { text-align: center; padding: 18px 16px 20px; background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); }
.pkg-vehicle__img { height: 130px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 10px; background: #f3f5f6; }
.pkg-vehicle__img img { max-height: 118px; width: auto; object-fit: contain; }
.pkg-page .pkg-vehicle h4 { font-size: 17px; margin-bottom: 4px; }
.pkg-vehicle p { margin: 0; color: #4b5a60; font-size: 14px; }
/* price / quote */
.pkg-book { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1000px; margin: 30px auto 0; counter-reset: pkgstep; }
.pkg-book__step { position: relative; padding: 22px 20px 20px 66px; background: #fff; border: 1px solid var(--pkg-line); border-radius: var(--pkg-radius); counter-increment: pkgstep; }
.pkg-book__step::before { content: counter(pkgstep); position: absolute; left: 18px; top: 20px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--pkg-gold), var(--pkg-primary)); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; }
.pkg-page .pkg-book__step h3 { font-size: 16.5px; margin-bottom: 4px; }
.pkg-book__step p { margin: 0; color: #4b5a60; font-size: 14.5px; }
@media (max-width: 900px) {
	.pkg-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pkg-vehicles, .pkg-book { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.pkg-incl { grid-template-columns: 1fr; }
	.pkg-day__head { padding: 16px 18px; gap: 14px; }
	.pkg-day__num { width: 58px; height: 58px; }
	.pkg-steps::before { left: 11px; top: 8px; }
	.pkg-step { grid-template-columns: 1fr; gap: 6px 0; padding: 0 0 18px 34px; }
	.pkg-step::before { left: 5px; top: 5px; }
	.pkg-step__when { text-align: left; padding-top: 0; }
	.pkg-step__card { grid-template-columns: 1fr; }
	.pkg-step__img img { height: 150px; }
	.pkg-day__stay { margin-left: 34px; }
}
@media (max-width: 520px) {
	.pkg-trust__grid { grid-template-columns: 1fr; }
}

/* ───────── "Talk to our team": WhatsApp everywhere ───────── */
.pkg-btn--wa .ico, .pkg-sticky__wa .ico, .pkg-float .ico { font-size: 1.15em; }
.pkg-sticky a { gap: 8px; }
.pkg-glance__tel { display: block; margin-top: 10px; text-align: center; color: #d8e5ea; font-size: 13.5px; }
.pkg-glance__tel a { color: #fff; font-weight: 700; }

/* inline strip between sections */
.pkg-inline-cta { max-width: 960px; margin: 36px auto 0; padding: 16px 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 20px; text-align: center; border-radius: 18px; background: linear-gradient(90deg, rgba(232,163,61,.13), rgba(31,168,85,.09)); border: 1px solid rgba(232,163,61,.42); }
.pkg-inline-cta p { margin: 0; font-size: 15px; font-weight: 600; color: var(--pkg-navy); }
.pkg-inline-cta .pkg-btn { padding: 10px 22px; min-height: 44px; font-size: 14px; }
.pkg-inline-cta__tel { font-size: 13.5px; color: var(--pkg-gray); }
.pkg-inline-cta__tel a { font-weight: 700; }
.pkg-inline-cta--day { margin-top: 18px; }

/* small text-style WhatsApp links */
.pkg-wa-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; text-decoration: none; }
.pkg-page a.pkg-wa-link { color: #12803f; }
.pkg-wa-link .ico { color: #1fa855; font-size: 16px; }
.pkg-wa-link:hover { text-decoration: underline; }
.pkg-step__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; }
.pkg-vehicle .pkg-btn { margin-top: 14px; padding: 9px 18px; min-height: 40px; font-size: 13.5px; }
.pkg-faq__ask { margin: 0 0 16px; }

/* floating button (desktop / tablet; phones use the bottom bar) */
.pkg-float { position: fixed; right: 18px; bottom: 22px; z-index: 620; display: inline-flex; align-items: center; gap: 9px; padding: 13px 20px 13px 16px; border-radius: 999px; background: #1fa855; color: #fff !important; font-weight: 700; font-size: 14.5px; text-decoration: none; box-shadow: 0 10px 26px rgba(31,168,85,.42); opacity: 0; visibility: hidden; transform: translateY(14px); pointer-events: none; transition: opacity .25s ease, visibility .25s ease, transform .2s ease, background .2s ease; }
.pkg-float.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.pkg-float:hover { background: #178f46; transform: translateY(-2px); }
.pkg-float .ico { font-size: 22px; }

/* "Talk to us" section */
.pkg-connect { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; align-items: start; }
.pkg-connect__card { padding: 30px; border-radius: 18px; background: linear-gradient(145deg, #032e42, #0b4357); color: #fff; box-shadow: 0 18px 40px rgba(3,46,66,.2); }
.pkg-page .pkg-connect__card h3 { color: #fff; font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 10px; }
.pkg-connect__card p { margin: 0 0 16px; color: #d8e5ea; font-size: 15px; }
.pkg-connect__card .pkg-btn { width: 100%; }
.pkg-connect__card .pkg-btn + .pkg-btn { margin-top: 10px; }
.pkg-connect__list { padding: 26px; background: #fff; border: 1px solid var(--pkg-line); border-radius: 18px; }
.pkg-page .pkg-connect__list h3 { font-size: 18px; margin-bottom: 12px; }
.pkg-connect__list .pkg-list li::before { content: "•"; background: var(--pkg-gold); }

/* text-only itinerary (article) */
.pkg-read { max-width: 860px; margin: 0 auto; padding: 44px 52px 48px; background: #fff; border: 1px solid #dce7ea; border-radius: 18px; box-shadow: 0 14px 32px rgba(3,46,66,.07); }
.pkg-read p, .pkg-read li { color: #45535a; font-size: 16.5px; line-height: 1.75; }
.pkg-read p { margin: 0 0 14px; }
.pkg-read__lead { font-size: 17.5px !important; }
.pkg-read hr { height: 1px; margin: 34px 0; border: 0; background: #dce7ea; }
.pkg-page .pkg-read h3 { margin: 0 0 6px; font-size: clamp(21px, 2.3vw, 26px); }
.pkg-page .pkg-read h4 { margin: 26px 0 4px; font-size: 18px; color: var(--pkg-navy); }
.pkg-read__num { color: var(--pkg-primary); }
.pkg-read__when { display: block; margin: 0 0 8px; color: var(--pkg-primary); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pkg-read__tag { margin-left: 8px; padding: 2px 9px; border-radius: 999px; background: #eef3f5; color: var(--pkg-navy); font-size: 10.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; vertical-align: middle; }
.pkg-read__stay { margin: 22px 0 0 !important; padding: 13px 18px; border-left: 4px solid var(--pkg-gold); border-radius: 0 10px 10px 0; background: #fff8eb; }
.pkg-read ul { margin: 6px 0 16px; padding-left: 22px; }
.pkg-read li { margin: 4px 0; }
.pkg-read__ask { margin: 16px 0 0 !important; }

@media (max-width: 900px) {
	.pkg-route { grid-template-columns: 1fr; }
	.pkg-connect { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.pkg-float { display: none; }
	.pkg-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 170px 170px; }
	.pkg-gallery__item:first-child { grid-column: 1 / 3; }
	.pkg-read { padding: 30px 22px 34px; border-radius: 14px; }
	.pkg-read p, .pkg-read li { font-size: 16px; }
}
@media (max-width: 600px) {
	.pkg-route { margin-top: 26px; padding: 18px; border-radius: 16px; }
	.pkg-route__days { grid-template-columns: 1fr; }
	.pkg-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 215px); gap: 10px; }
	.pkg-gallery__item:first-child { grid-column: auto; }
	.pkg-day-jumps, .pkg-read-nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-left: -20px; margin-right: -20px; padding: 0 20px 8px; scrollbar-width: none; }
	.pkg-day-jumps::-webkit-scrollbar, .pkg-read-nav::-webkit-scrollbar { display: none; }
	.pkg-day-jumps a, .pkg-read-nav a { flex: 0 0 auto; }
}
