/*
 * Aswan Luxor Cruises - Main Stylesheet (v2.3 - All Pages)
 *
 * Merged from all HTML prototypes:
 *   - Homepage (front-page styles)
 *   - All Ships Archive (filter bar, boat cards, categories)
 *   - Single Boat (hero, tabs, sections)
 *   - Single Itinerary (day-by-day)
 *   - All Itineraries (cards)
 *
 * Total unique selectors: 815
 */


:root {
  --nile-blue: #1e5f74; --nile-blue-dark: #143f4e; --nile-blue-light: #2a8198;
  --sand-gold: #d4a574; --sand-gold-light: #e8c89a; --sand-gold-dark: #b88a5c;
  --cream: #f8f5f0; --cream-warm: #f4ede0;
  --charcoal: #1a1f24;
  --gray-700: #4a5560; --gray-500: #8a95a0; --gray-300: #d0d5da; --gray-100: #f0f2f5;
  --white: #ffffff; --success: #2d9b67; --danger: #c2493d;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: var(--alc-font-base-size, 16px); }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--cream); line-height: var(--alc-line-height, 1.6); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
.topbar { display: none !important; }
.topbar-left { display: flex; gap: 2rem; align-items: center; }
.topbar-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.3s ease; }
.topbar-item:hover { color: var(--sand-gold); }
.topbar-item svg { width: 14px; height: 14px; color: var(--sand-gold); }
.topbar-right { display: flex; gap: 1rem; align-items: center; }
.topbar-social { display: flex; gap: 0.75rem; }
.topbar-social a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; transition: color 0.3s ease; }
.topbar-social a:hover { color: var(--sand-gold); }
.topbar-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.15); }
.topbar-currency { display: flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.85); font-weight: 500; }
.topbar-currency::before { content: '$'; color: var(--sand-gold); font-weight: 700; }
.header { background: var(--white); padding: 0; border-bottom: 1px solid var(--gray-100); position: sticky; top: 0; z-index: 100; }
.header-wrap { max-width: 1400px; margin: 0 auto; padding: 1.25rem 2.5rem; display: flex; justify-content: space-between; align-items: center; }
.topbar-combined-wrap { max-width: 1400px; margin: 0 auto; }
@media (max-width: 768px) {
  .header-wrap { padding: 1rem 1.5rem; }
}
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.logo { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; letter-spacing: -0.02em; color: var(--nile-blue); text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.logo .accent { color: var(--sand-gold); font-style: italic; }
.logo-wrap { flex-shrink: 0; }
.logo-wrap .custom-logo { display: block; height: auto; max-height: 56px; width: auto; }
.nav { display: flex; gap: 2.5rem; align-items: center; min-width: 0; }
.nav a { color: var(--charcoal); text-decoration: none; font-size: 0.9rem; font-weight: 500; position: relative; }
.nav a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--sand-gold); transition: width 0.3s ease; }
.nav a:hover { color: var(--nile-blue); }
.nav a:hover::after { width: 100%; }
/* wp_nav_menu() output — match the flat-anchor styling of .nav a so a
   menu assigned to the Primary location renders horizontally, not as
   a bulleted vertical list. */
.nav .nav-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 2.5rem; align-items: center; }
.nav .nav-menu li { margin: 0; }
.nav .nav-menu li > a { color: var(--charcoal); text-decoration: none; font-size: 0.9rem; font-weight: 500; position: relative; }
.nav .nav-menu li > a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--sand-gold); transition: width 0.3s ease; }
.nav .nav-menu li > a:hover { color: var(--nile-blue); }
.nav .nav-menu li > a:hover::after { width: 100%; }
.nav .nav-menu .current-menu-item > a,
.nav .nav-menu .current_page_item > a { color: var(--nile-blue); }
.nav .nav-menu .current-menu-item > a::after,
.nav .nav-menu .current_page_item > a::after { width: 100%; }
.nav-cta { background: var(--nile-blue); color: var(--white) !important; padding: 0.7rem 1.5rem; border-radius: 100px; font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--nile-blue-dark); }
.hero { position: relative; min-height: 60vh; padding: 7rem 0; background: var(--nile-blue-dark); overflow: hidden; color: var(--white); display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: 1; opacity: 0.55; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.22), transparent 55%), radial-gradient(circle at 80% 70%, rgba(212,165,116,0.18), transparent 55%), linear-gradient(180deg, rgba(20,63,78,0.55) 0%, rgba(20,63,78,0.85) 60%, rgba(20,63,78,0.97) 100%); }
/* Stronger image visibility on archive/taxonomy heroes — image dominates, overlay sits at bottom */
.category-hero .hero-bg,
body.post-type-archive-boat .hero-bg,
body.post-type-archive-cruise_program .hero-bg,
body.tax-boat_category .hero-bg { opacity: 0.7; }
.category-hero .hero-overlay,
body.post-type-archive-boat .hero-overlay,
body.post-type-archive-cruise_program .hero-overlay,
body.tax-boat_category .hero-overlay {
  background:
    radial-gradient(circle at 20% 30%, rgba(212,165,116,0.18), transparent 50%),
    linear-gradient(180deg, rgba(20,63,78,0.35) 0%, rgba(20,63,78,0.55) 50%, rgba(20,63,78,0.92) 100%);
}

/* Archive hero alignment — all four CPT archives (boat, cruise_program,
   alc_tour_package, alc_destination) center the eyebrow (gold line BOTH sides)
   and the stats row/items, matching the frozen *-archive.html prototypes. The
   generic `.hero-section .hero-eyebrow` / `.hero-section .hero-stats` /
   `.hero-section .hero-stat` rules force them left for the homepage look. The
   `body[class*="post-type-archive-"]` attribute selector matches ONLY the CPT
   archive bodies — it excludes the homepage (body.home, hero uses `.hero` not
   `.hero-section`), the blog index, single posts, taxonomy pages, and the
   careers/comparison pages that also share `.hero-section`. Specificity
   (0,1,1)+(0,2,1) beats the generic (0,2,0) rules. Every property those generic
   rules set is explicitly reset so nothing leaks. */
body[class*="post-type-archive-"] .hero-section .hero-eyebrow { justify-content: center; }
body[class*="post-type-archive-"] .hero-section .hero-eyebrow::after { display: block; width: 30px; height: 1px; background: var(--sand-gold); }
body[class*="post-type-archive-"] .hero-section .hero-stats { justify-content: center; }
body[class*="post-type-archive-"] .hero-section .hero-stat { text-align: center; }

/* Itineraries archive: rich card grid (image-left + content-right)
   Mirrors all-itineraries-archive.html. The archive deliberately uses
   .it-grid / .it-card (instead of .itineraries-grid / .itinerary-card) so it
   never collides with the homepage "Featured Itineraries" cards, which keep
   their own .itinerary-card rules. All element rules below are scoped under
   .it-card so the shared .itinerary-card-* element class names cannot leak
   onto (or inherit from) the homepage design. */

/* GRID CONTAINER */
.it-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
  max-width: 1400px; margin: 0 auto; padding: 4rem 2.5rem;
}

/* CARD — 2-column grid: 220px image + content */
.it-card {
  background: var(--white); border-radius: 20px; overflow: hidden;
  cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: grid; grid-template-columns: 220px 1fr; gap: 0;
  text-decoration: none; color: inherit;
}
.it-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2); }

/* IMAGE COLUMN */
.it-card .itinerary-card-image { position: relative; overflow: hidden; }
.it-card .itinerary-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.it-card:hover .itinerary-card-image img { transform: scale(1.08); }

/* BADGES (stacked top-left over image) */
.it-card .itinerary-card-badges { position: absolute; top: 1rem; left: 1rem; right: 1rem; display: flex; flex-direction: column; gap: 0.4rem; align-items: flex-start; z-index: 2; }
.it-card .itinerary-badge { padding: 0.35rem 0.75rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.it-card .itinerary-badge.bestseller { background: var(--sand-gold); color: var(--charcoal); }
.it-card .itinerary-badge.bestseller::before { content: '★ '; }
.it-card .itinerary-badge.dahabiya { background: var(--charcoal); color: var(--white); }
.it-card .itinerary-badge.dahabiya::before { content: '⛵ '; }
.it-card .itinerary-badge.classic { background: var(--white); color: var(--charcoal); }
.it-card .itinerary-badge.popular { background: var(--success); color: var(--white); }

/* CONTENT COLUMN — flex column */
.it-card .itinerary-card-content { padding: 1.75rem; display: flex; flex-direction: column; }
.it-card .itinerary-card-duration { font-family: var(--font-display); font-size: 4rem; font-weight: 300; line-height: 0.85; color: var(--sand-gold); margin-bottom: 0.5rem; font-style: italic; }
.it-card .itinerary-card-duration small { font-size: 0.85rem; font-style: normal; color: var(--gray-500); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-top: 0.5rem; }
.it-card .itinerary-card-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; line-height: 1.2; }
.it-card .itinerary-card-route { font-size: 0.85rem; color: var(--gray-700); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.it-card .route-pill { background: var(--cream); padding: 0.25rem 0.6rem; border-radius: 100px; font-weight: 600; font-size: 0.75rem; color: var(--charcoal); }
.it-card .route-arrow { color: var(--sand-gold); font-weight: 700; }
.it-card .itinerary-card-meta { display: flex; gap: 1rem; flex-wrap: wrap; padding-top: 1rem; margin-top: auto; border-top: 1px solid var(--gray-100); font-size: 0.8rem; color: var(--gray-500); }

/* FOOTER — price left, View button right (space-between) */
.it-card .itinerary-card-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--gray-100); }
.it-card .itinerary-card-price { display: flex; flex-direction: column; gap: 0.1rem; }
.it-card .itinerary-card-price-from { font-size: 0.65rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.it-card .itinerary-card-price-amount { font-family: var(--font-display); font-size: 1.5rem; color: var(--nile-blue); font-weight: 400; line-height: 1; }
.it-card .itinerary-card-cta { background: var(--nile-blue); color: var(--white); padding: 0.7rem 1.25rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.85rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.4rem; }
.it-card .itinerary-card-cta:hover { background: var(--nile-blue-dark); gap: 0.65rem; }

/* RESPONSIVE — single column, image becomes top banner */
@media (max-width: 968px) {
  .it-grid { grid-template-columns: 1fr; }
  .it-card { grid-template-columns: 1fr; }
  .it-card .itinerary-card-image { aspect-ratio: 16/10; }
}
.hero-grain {
  position: absolute; inset: 0; z-index: 3; opacity: 0.08; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-content {
  position: relative; z-index: 3; width: 100%; max-width: 1400px;
  margin: 0 auto; padding: 0 2.5rem;
  color: var(--white);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 4rem; align-items: center;
}
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--sand-gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; justify-content: center; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
.hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, var(--alc-font-h1-scale, 3.4rem)); line-height: 0.9; letter-spacing: var(--alc-letter-spacing, -0.02em); margin-bottom: 1.25rem; max-width: 800px; }
.hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: 700px; margin: 0 auto 1rem 0; font-weight: 300; line-height: 1.6; }
.search-conversational {
  background: rgba(255,255,255,0.08); backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255,255,255,0.15); border-radius: 24px;
  padding: 1.5rem; width: 100%; max-width: 100%; opacity: 0; animation: fadeUp 1s ease 0.8s forwards;
}
.search-label {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sand-gold); margin-bottom: 1.5rem; display: block;
}
.search-sentence {
  font-family: var(--font-display); font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 300; color: var(--white); line-height: 1.5;
  display: inline-block; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.75rem; margin-bottom: 1rem;
}
.search-pill {
  position: relative; background: transparent; border: none;
  padding: 0; border-radius: 100px;
  font-size: inherit; color: inherit;
  display: inline-flex; align-items: center;
}
.search-pill select {
  appearance: none; -webkit-appearance: none;
  background: transparent; border: 1px solid rgba(255,255,255,0.25);
  color: var(--sand-gold); font-family: var(--font-display); font-size: inherit;
  font-style: italic; font-weight: 400; padding: 0.3rem 2.2rem 0.3rem 1rem;
  border-radius: 100px; cursor: pointer; transition: all 0.3s ease; outline: none;
  min-width: 5.5rem;
}
.search-pill select option {
  background: var(--nile-blue-dark); color: var(--white);
  font-family: var(--font-body); font-style: normal; font-weight: 400;
  font-size: 0.9rem; padding: 0.5rem 1rem;
}
.search-pill select:hover, .search-pill select:focus {
  background: rgba(212,165,116,0.12); border-color: var(--sand-gold);
}
.search-pill::after {
  content: '▾'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  color: var(--sand-gold); pointer-events: none; font-size: 0.7em;
}
.search-cta {
  background: var(--sand-gold); color: var(--charcoal); border: none;
  padding: 1.1rem 2.5rem; border-radius: 100px; font-family: var(--font-body);
  font-weight: 700; font-size: 1rem; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.75rem; transition: all 0.3s ease;
}
.search-cta:hover { background: var(--sand-gold-light); transform: translateX(4px); }
.search-cta svg { width: 18px; height: 18px; transition: transform 0.3s ease; }
.search-cta:hover svg { transform: translateX(4px); }
.stats-bar { background: var(--charcoal); color: var(--white); padding: 2rem 2.5rem; }
.stats-grid {
  max-width: 1400px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 2rem; align-items: center;
}
.stat {
  display: flex; align-items: center; gap: 1rem;
  border-left: 1px solid rgba(255,255,255,0.1); padding-left: 2rem;
}
.stat:first-child { border-left: none; padding-left: 0; }
.stat-number {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 300;
  color: var(--sand-gold); line-height: 1;
}
.stat-label {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); line-height: 1.4;
}
.section {
  /* Background spans full viewport width (no max-width here). */
  padding: 5rem 2.5rem;
  scroll-margin-top: 130px;
}
/* Direct children of .section get centered at 1400px so the CONTENT stays
   readable while the BACKGROUND of .section extends edge-to-edge. Inner
   wraps that already declare their own max-width get the same value here
   so nothing visually changes for them. */
.section > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.section-header {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: end; gap: 3rem; margin-bottom: 4rem;
}
.section-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--nile-blue); display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.section-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--sand-gold); }
.section-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--charcoal); margin-bottom: 1rem;
}
.section-title .italic { font-style: italic; color: var(--nile-blue); }
.section-link {
  font-size: 0.9rem; font-weight: 600; color: var(--charcoal); text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem;
  border-bottom: 1px solid var(--sand-gold); padding-bottom: 0.25rem;
  transition: gap 0.3s ease;
}
.section-link:hover { gap: 1rem; }
.boats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.boat-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  /* Slow, even ease — Material "standard" curve. Both card lift and image
     zoom are tuned to the same family of timing so they feel like one move. */
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex; flex-direction: column;
}
/* Homepage best-seller variant: image fills card, content overlays the bottom
   (matches HTML reference: egypt-cruise-trips-homepage.html .boat-card). */
.boat-card.boat-card--featured {
  aspect-ratio: 3/4; min-height: 420px;
  background: var(--charcoal);            /* fallback when image missing */
  display: block;                          /* override the default flex column */
  border: none;
}
.boat-card.boat-card--featured > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.boat-card.boat-card--featured .boat-card-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 3; padding: 1.75rem;
  color: var(--white);
  display: block; flex: none; margin-top: 0;
}
.boat-card.boat-card--featured .boat-card-title {
  color: var(--white); font-weight: 400; font-size: 1.5rem; margin-bottom: 0.5rem;
}
.boat-card.boat-card--featured .boat-card-meta {
  color: rgba(255,255,255,0.7); margin-bottom: 1.25rem;
}
.boat-card.boat-card--featured .boat-card-price {
  display: flex; flex-direction: row; align-items: baseline; gap: 0.5rem;
  padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.15);
}
.boat-card.boat-card--featured .boat-card-price-from { color: rgba(255,255,255,0.6); font-size: 0.7rem; }
.boat-card.boat-card--featured .boat-card-price-amount { color: var(--sand-gold); font-size: 1.6rem; }
.boat-card.boat-card--featured .boat-card-price-unit { color: rgba(255,255,255,0.7); font-size: 0.8rem; }
.boat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -22px rgba(30,95,116,0.22);
  border-color: rgba(212,165,116,0.3);
}
/* Image zoom uses the same Material "standard" easing as the card itself,
   slightly longer duration so the zoom outlasts the lift and the whole
   gesture feels gradual instead of two competing motions. */
.boat-card img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
  backface-visibility: hidden;
}
.boat-card:hover img {
  transform: scale(1.05);
}
.boat-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
  z-index: 2;
}
.boat-card-bestseller {
  position: absolute; top: 1.25rem; left: 1.25rem; z-index: 4;
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.4rem 0.9rem; border-radius: 100px; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  display: flex; align-items: center; gap: 0.4rem;
}
.boat-card-bestseller::before { content: '★'; font-size: 0.85rem; }
.boat-card-content {
  padding: 1.5rem;
  display: flex; flex-direction: column; flex: 1;
}
.boat-category-badge {
  display: inline-block; padding: 0.3rem 0.8rem;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(10px);
  color: var(--white); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  border-radius: 100px; border: 1px solid rgba(255,255,255,0.25); margin-bottom: 0.75rem;
}
.boat-card-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.4rem; line-height: 1.2;
  color: var(--charcoal); margin-bottom: 0.5rem;
}
.boat-card-meta {
  display: flex; gap: 1rem; flex-wrap: wrap;
  font-size: 0.8rem; color: var(--gray-700);
  margin-bottom: 1rem;
}
.boat-card-meta span { display: flex; align-items: center; gap: 0.4rem; }
.boat-card-price {
  display: flex; flex-direction: column;
}
.boat-card-price-from {
  font-size: 0.65rem; color: var(--gray-500);
  text-transform: uppercase; letter-spacing: 0.1em;
  font-weight: 600;
}
.boat-card-price-amount {
  font-family: var(--font-display);
  font-size: 1.6rem; color: var(--nile-blue);
  font-weight: 400; line-height: 1;
}
.boat-card-price-unit {
  font-size: 0.7rem; color: var(--gray-500);
  margin-top: 0.15rem;
}
.itineraries-section { background: var(--white); padding: 7rem 0; }
.itineraries-wrap { max-width: 1400px; margin: 0 auto; padding: 0 2.5rem; }
.itineraries-header {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  margin-bottom: 3.5rem; gap: 0.75rem;
}
.itineraries-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.itinerary-card {
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: 20px; padding: 3rem;
  position: relative; overflow: hidden;
  text-decoration: none; color: inherit;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
}
.itinerary-card:hover {
  background: var(--nile-blue); color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -20px rgba(30,95,116,0.4);
}
.itinerary-card-number {
  font-family: var(--font-display); font-size: 5rem; font-weight: 300;
  line-height: 1; color: var(--sand-gold); margin-bottom: 1rem; font-style: italic;
}
.itinerary-card:hover .itinerary-card-number { color: var(--sand-gold-light); }
.itinerary-card-title {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 400; margin: 0 0 1rem; line-height: 1.2;
}
.itinerary-card-route {
  font-size: 0.9rem; color: var(--gray-700);
  margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 0.6rem; font-weight: 500;
}
.itinerary-card:hover .itinerary-card-route { color: rgba(255,255,255,0.7); }
.itinerary-card-desc {
  font-size: 0.95rem; line-height: 1.6;
  color: var(--gray-700); margin: 0 0 2rem;
  flex: 1;
}
.itinerary-card:hover .itinerary-card-desc { color: rgba(255,255,255,0.85); }
.itinerary-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding-top: 1rem; border-top: 1px solid rgba(0,0,0,0.08);
}
.itinerary-card:hover .itinerary-card-foot { border-top-color: rgba(255,255,255,0.18); }
.itinerary-card-price {
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gray-500);
}
.itinerary-card-price strong {
  display: block; font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 400;
  color: var(--nile-blue); letter-spacing: normal;
  text-transform: none; margin-top: 0.1rem;
}
.itinerary-card:hover .itinerary-card-price { color: rgba(255,255,255,0.7); }
.itinerary-card:hover .itinerary-card-price strong { color: var(--sand-gold); }
.itinerary-card-popular-badge {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.3rem 0.8rem; border-radius: 100px;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.route-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sand-gold); flex-shrink: 0;
}
.route-line {
  flex: 1; min-width: 30px;
  height: 1px; background: var(--gray-300);
  position: relative;
}
.route-line::after {
  content: '⛵'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); font-size: 0.9rem;
}
.itinerary-card:hover .route-line { background: rgba(255,255,255,0.3); }
.itinerary-card-cta { background: var(--nile-blue); color: var(--white); padding: 0.7rem 1.25rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.85rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.4rem; }
.itinerary-card:hover .itinerary-card-cta { color: var(--sand-gold); gap: 1rem; }
.seasons-section {
  background: var(--charcoal); color: var(--white); padding: 7rem 2.5rem;
  position: relative; overflow: hidden;
}
.seasons-section::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,165,116,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.seasons-wrap { max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.seasons-header { text-align: center; margin-bottom: 5rem; }
.seasons-header .section-eyebrow { color: var(--sand-gold); justify-content: center; }
.seasons-header .section-eyebrow::before { background: var(--sand-gold); }
.seasons-header .section-title { color: var(--white); }
.seasons-header .section-title .italic { color: var(--sand-gold); }
.seasons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.season-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  transition: all 0.4s ease;
}
.season-card:hover {
  background: rgba(212,165,116,0.1);
  border-color: var(--sand-gold);
  transform: translateY(-4px);
}
.season-icon { font-size: 2rem; margin-bottom: 1rem; }
.season-name {
  font-family: var(--font-display); font-size: 1.1rem;
  font-weight: 400; margin-bottom: 0.4rem;
  color: var(--white);
}
.season-period {
  font-size: 0.75rem; color: rgba(255,255,255,0.6);
  margin-bottom: 1rem; letter-spacing: 0.05em;
}
.season-price {
  font-family: var(--font-display); font-size: 1.4rem;
  color: var(--sand-gold); font-weight: 300;
  line-height: 1;
}
.season-price small {
  font-family: var(--font-body); font-size: 0.7rem;
  color: rgba(255,255,255,0.5); font-weight: 400;
  display: block; margin-top: 0.3rem;
}
.season-desc {
  font-family: var(--font-body); font-size: 0.82rem;
  color: rgba(255,255,255,0.72); line-height: 1.6;
  margin-top: 0.25rem;
}
.seasons-note {
  max-width: 760px; margin: 2.5rem auto 0; text-align: center;
  font-family: var(--font-body); font-size: 0.9rem; line-height: 1.7;
  color: rgba(255,255,255,0.6);
}
.why-us { padding: 7rem 2.5rem; background: var(--cream-warm); }
.why-us-wrap {
  max-width: 1400px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.why-us-image {
  position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5;
}
.why-us-image img { width: 100%; height: 100%; object-fit: cover; }
.why-us-quote {
  position: absolute; bottom: -2rem; right: -2rem;
  background: var(--white); padding: 2rem; border-radius: 16px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.2); max-width: 280px;
}
.why-us-quote-text {
  font-family: var(--font-display); font-style: italic;
  font-size: 1rem; line-height: 1.5; color: var(--charcoal); margin-bottom: 1rem;
}
.why-us-quote-author {
  font-size: 0.8rem; color: var(--gray-700);
  font-weight: 600; letter-spacing: 0.05em;
}
.why-us-features { list-style: none; margin-top: 3rem; }
.why-us-features li {
  padding: 1.5rem 0; border-bottom: 1px solid var(--gray-300);
  display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: start;
}
.why-us-features li:last-child { border-bottom: none; }
.feature-number {
  font-family: var(--font-display); font-size: 1.5rem;
  color: var(--sand-gold); font-weight: 300; font-style: italic;
}
.feature-content h4 {
  font-family: var(--font-display); font-size: 1.25rem;
  font-weight: 500; margin-bottom: 0.5rem; color: var(--charcoal);
}
.feature-content p { color: var(--gray-700); font-size: 0.95rem; }
.stories-section { padding: 7rem 2.5rem; background: var(--white); }
.stories-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; max-width: 1400px; margin: 0 auto;
}
.story-card {
  background: var(--cream); padding: 2.5rem; border-radius: 20px;
  position: relative; transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2);
}
.story-stars {
  color: var(--sand-gold); font-size: 1.1rem;
  margin-bottom: 1.5rem; letter-spacing: 0.1em;
}
.story-text {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 300;
  line-height: 1.6; color: var(--charcoal); margin-bottom: 2rem; font-style: italic;
}
.story-author { display: flex; align-items: center; gap: 1rem; }
.story-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--nile-blue); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; flex-shrink: 0;
}
.story-author-info h5 { font-weight: 600; font-size: 0.95rem; margin-bottom: 0.15rem; }
.story-author-info p { font-size: 0.8rem; color: var(--gray-500); }
.faq-section {
  background: var(--cream);
  padding: 6rem 2.5rem;
}
.faq-wrap { max-width: 1100px; margin: 0 auto; padding: 0 2.5rem; }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-header .section-eyebrow { justify-content: center; }
.faq-header p {
  margin-top: 1.5rem; color: var(--gray-700); font-size: 1.05rem;
  max-width: 600px; margin-left: auto; margin-right: auto;
}
.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item {
  background: var(--white); border-radius: 16px; overflow: hidden;
  border: 1px solid transparent; transition: all 0.3s ease;
}
.faq-item.active {
  border-color: var(--sand-gold);
  box-shadow: 0 20px 40px -20px rgba(30,95,116,0.15);
}
.faq-question {
  width: 100%; padding: 1.5rem 1.75rem; background: transparent; border: none;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-family: var(--font-display); font-size: 1.1rem;
  font-weight: 500; color: var(--charcoal); text-align: left;
  transition: color 0.3s ease;
}
.faq-question:hover, .faq-item.active .faq-question { color: var(--nile-blue); }
.faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-left: 1rem; transition: all 0.3s ease; position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: var(--nile-blue);
  transition: all 0.3s ease;
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; }
.faq-item.active .faq-icon { background: var(--sand-gold); transform: rotate(45deg); }
.faq-item.active .faq-icon::before, .faq-item.active .faq-icon::after { background: var(--charcoal); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 600px; }
.faq-answer-inner {
  padding: 0 1.75rem 1.5rem 1.75rem; color: var(--gray-700);
  font-size: 0.95rem; line-height: 1.7;
}
.faq-answer-inner strong { color: var(--charcoal); font-weight: 600; }
.faq-answer-inner ul,
.faq-answer-inner ol {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.5rem;
}
.faq-answer-inner li {
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}
.faq-answer-inner li::marker { color: var(--sand-gold); }
.faq-answer-inner p + ul,
.faq-answer-inner p + ol { margin-top: 0.75rem; }
.faq-answer-inner p { margin-bottom: 0.75rem; }
.faq-answer-inner p:last-child { margin-bottom: 0; }
.faq-cta {
  margin-top: 3rem; text-align: center; padding: 2.5rem;
  background: var(--white); border-radius: 20px;
  border: 1px dashed var(--sand-gold);
}
.faq-cta-title {
  font-family: var(--font-display); font-size: 1.4rem;
  font-weight: 500; margin-bottom: 0.5rem; color: var(--charcoal);
}
.faq-cta-text { color: var(--gray-700); margin-bottom: 1.5rem; }
.faq-cta-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.faq-cta-btn {
  padding: 0.9rem 1.75rem; border-radius: 100px; font-weight: 600;
  font-size: 0.9rem; text-decoration: none; transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.faq-cta-btn.primary { background: var(--nile-blue); color: var(--white); }
.faq-cta-btn.primary:hover { background: var(--nile-blue-dark); }
.faq-cta-btn.secondary {
  background: transparent; color: var(--charcoal); border: 1.5px solid var(--charcoal);
}
.faq-cta-btn.secondary:hover { background: var(--charcoal); color: var(--white); }
.final-cta { background: var(--nile-blue); color: var(--white); padding: 6rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%); }
.final-cta-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.final-cta h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin-bottom: 1rem; }
.final-cta h2 .italic { font-style: italic; color: var(--sand-gold); }
.final-cta p { color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; font-size: 1.05rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.final-cta-subline { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin: 1.5rem 0 0; }
.btn-primary, .btn-secondary { padding: 1.1rem 2.5rem; border-radius: 100px; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none; text-decoration: none; display: inline-flex; align-items: center; gap: 0.6rem; transition: all 0.3s ease; }
.btn-primary { background: var(--sand-gold); color: var(--charcoal); }
.btn-primary:hover { background: var(--sand-gold-light); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }
.footer { background: var(--charcoal); color: var(--white); padding: 5rem 2.5rem 2rem; }
.footer-wrap { max-width: 1400px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { color: var(--white); margin-bottom: 1rem; display: block; }
.footer-brand p { color: rgba(255,255,255,0.6); margin-bottom: 2rem; max-width: 350px; font-size: 0.95rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; color: var(--white); text-decoration: none; transition: all 0.3s ease; font-size: 0.9rem; }
.footer-social a:hover { background: var(--sand-gold); color: var(--charcoal); }
.footer-col h2 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; margin-bottom: 1.5rem; color: var(--white); } /* G12: retagged from h6 (heading-skip fix) — declarations unchanged, byte-identical render */
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
.footer-col a:hover { color: var(--sand-gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom-links a:hover { color: var(--sand-gold); }
/* Made with ❤ by Go Digit'n credit */
.footer-credit { color: rgba(255,255,255,0.4); margin-left: 0.25rem; }
.footer-credit-heart { color: #e8516e; display: inline-block; transform: translateY(1px); margin: 0 0.15rem; transition: transform 0.3s ease; }
.footer-credit:hover .footer-credit-heart { transform: translateY(1px) scale(1.2); }
.footer-credit-link { color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.footer-credit-link:hover { color: var(--sand-gold); }
/* Footer social icons — SVG-aware sizing */
.footer-social a svg { width: 16px; height: 16px; display: block; }
.footer-social-whatsapp:hover { background: #25D366 !important; color: #fff !important; }
.footer-social-facebook:hover { background: #1877F2 !important; color: #fff !important; }
.footer-social-instagram:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; color: #fff !important; }
.footer-social-youtube:hover  { background: #FF0000 !important; color: #fff !important; }
.footer-social-twitter:hover  { background: #000 !important; color: #fff !important; }
.footer-social-tiktok:hover   { background: #000 !important; color: #fff !important; }
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); text-decoration: none; font-size: 1.8rem; box-shadow: 0 8px 30px rgba(37,211,102,0.5); z-index: 50; transition: transform 0.3s ease; animation: pulse 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.menu-toggle {
  display: none;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--cream); border: none;
  align-items: center; justify-content: center;
  cursor: pointer; padding: 0;
  position: relative; z-index: 250;
  transition: background 0.3s ease;
}
.menu-toggle:hover { background: var(--cream-warm); }
.menu-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--charcoal); border-radius: 2px;
  position: absolute; left: 13px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 26px; }
.menu-toggle.active { background: var(--charcoal); }
.menu-toggle.active span { background: var(--white); }
.menu-toggle.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.mobile-menu-overlay {
  position: fixed; inset: 0;
  background: rgba(20,31,36,0.5); backdrop-filter: blur(4px);
  z-index: 200; opacity: 0; visibility: hidden;
  transition: all 0.4s ease;
}
.mobile-menu-overlay.show { opacity: 1; visibility: visible; }
.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 380px;
  background: var(--white);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  box-shadow: -10px 0 50px rgba(0,0,0,0.15);
}
.mobile-menu.show { transform: translateX(0); }
.mobile-menu-header {
  padding: 1.5rem 2rem; background: var(--cream-warm);
  border-bottom: 1px solid var(--gray-100);
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-menu-header .logo {
  font-family: var(--font-display); font-weight: 600; font-size: 1.3rem;
  color: var(--nile-blue); text-decoration: none;
}
.mobile-menu-header .logo .accent { color: var(--sand-gold); font-style: italic; }
.mobile-menu-body { flex: 1; overflow-y: auto; padding: 1.5rem 0; }
.mobile-menu-section { padding: 0 2rem 1.5rem; border-bottom: 1px solid var(--gray-100); margin-bottom: 1.5rem; }
.mobile-menu-section:last-child { border-bottom: none; margin-bottom: 0; }
.mobile-menu-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gray-500);
  margin-bottom: 1rem; display: block;
}
.mobile-menu-link {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 0; color: var(--charcoal);
  text-decoration: none; font-weight: 500; font-size: 1rem;
  border-bottom: 1px solid var(--gray-100);
  transition: all 0.3s ease;
}
.mobile-menu-link:last-child { border-bottom: none; }
.mobile-menu-link:hover { color: var(--nile-blue); padding-left: 0.5rem; }
.mobile-menu-link svg { width: 16px; height: 16px; color: var(--sand-gold); }
.mobile-menu-link .arrow { margin-left: auto; color: var(--gray-300); transition: all 0.3s ease; }
.mobile-menu-link:hover .arrow { color: var(--sand-gold); transform: translateX(4px); }
.mobile-menu-cta {
  margin: 1.5rem 2rem; padding: 1.1rem; background: var(--nile-blue);
  color: var(--white); text-align: center; border-radius: 100px;
  text-decoration: none; font-weight: 700; font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  transition: all 0.3s ease;
}
.mobile-menu-cta:hover { background: var(--nile-blue-dark); }
.mobile-menu-contact {
  padding: 1.5rem 2rem; background: var(--cream); margin-top: auto;
}
.mobile-menu-contact a {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 0; color: var(--charcoal);
  text-decoration: none; font-size: 0.9rem; font-weight: 600;
}
.mobile-menu-contact a:hover { color: var(--nile-blue); }
.mobile-menu-contact a svg { width: 14px; height: 14px; color: var(--sand-gold); }
.search-trigger {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream); border: none;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.3s ease;
  color: var(--charcoal); margin-right: 0.5rem;
}
.search-trigger:hover { background: var(--cream-warm); transform: scale(1.05); }
.search-trigger svg { width: 16px; height: 16px; }
.search-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(20,31,36,0.7); backdrop-filter: blur(8px);
  z-index: 300; opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 8vh 1rem 2rem;
}
.search-modal-overlay.show { opacity: 1; visibility: visible; }
.search-modal {
  width: 100%; max-width: 700px;
  background: var(--white); border-radius: 24px;
  overflow: hidden;
  transform: translateY(-30px); opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  display: flex; flex-direction: column; max-height: 80vh;
}
.search-modal-overlay.show .search-modal { transform: translateY(0); opacity: 1; }
.search-modal-input-wrap {
  position: relative; padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-100);
  display: flex; align-items: center; gap: 1rem;
}
.search-modal-icon {
  width: 24px; height: 24px; color: var(--gray-500); flex-shrink: 0;
}
.search-modal-input {
  flex: 1; border: none; outline: none;
  font-family: var(--font-body); font-size: 1.15rem;
  color: var(--charcoal); background: transparent;
}
.search-modal-input::placeholder { color: var(--gray-500); }
.search-modal-close {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--cream); border: none;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--charcoal);
  font-size: 0.8rem; font-weight: 700; padding: 0 0.5rem;
}
.search-modal-close:hover { background: var(--charcoal); color: var(--white); }
.search-modal-body {
  padding: 1.5rem; overflow-y: auto;
}
.search-section { margin-bottom: 1.5rem; }
.search-section:last-child { margin-bottom: 0; }
.search-section-title {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gray-500);
  margin-bottom: 0.75rem;
}
.search-suggestion {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.85rem 1rem; border-radius: 12px;
  text-decoration: none; color: var(--charcoal);
  transition: all 0.3s ease; cursor: pointer;
}
.search-suggestion:hover { background: var(--cream); }
.search-suggestion-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--cream-warm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.search-suggestion-text { flex: 1; min-width: 0; }
.search-suggestion-title {
  font-weight: 600; font-size: 0.95rem; margin-bottom: 0.15rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-suggestion-meta { font-size: 0.75rem; color: var(--gray-500); }
.search-suggestion-arrow { color: var(--gray-300); }
.search-suggestion:hover .search-suggestion-arrow { color: var(--sand-gold); }
.search-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.search-pill:hover { background: var(--charcoal); color: var(--white); }
.search-modal-footer {
  padding: 1rem 1.5rem; background: var(--cream);
  border-top: 1px solid var(--gray-100);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.75rem; color: var(--gray-500);
}
.search-key {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.2rem 0.45rem; background: var(--white);
  border: 1px solid var(--gray-300); border-radius: 4px;
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
  color: var(--charcoal);
}
.scroll-top {
  position: fixed; bottom: 6rem; right: 2rem;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--charcoal); color: var(--white);
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  z-index: 49;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--nile-blue); transform: translateY(-3px); }
.scroll-top svg { width: 18px; height: 18px; }
body.sticky-bar-active .scroll-top { bottom: 7.5rem; }
.cookie-banner {
  position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  max-width: 480px;
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 20px; padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  z-index: 70;
  transform: translateY(150%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner-header {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem;
}
.cookie-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--cream-warm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.cookie-banner h2 { /* G12: retagged from h4 (heading-skip fix) — declarations unchanged, byte-identical render */
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.1rem; color: var(--charcoal);
}
.cookie-banner p {
  font-size: 0.85rem; color: var(--gray-700);
  line-height: 1.55; margin-bottom: 1rem;
}
.cookie-banner p a { color: var(--nile-blue); text-decoration: underline; text-decoration-color: var(--sand-gold); }
.cookie-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-btn {
  padding: 0.6rem 1.1rem; border-radius: 100px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.8rem;
  border: none; cursor: pointer;
  transition: all 0.3s ease;
}
.cookie-btn-accept { background: var(--nile-blue); color: var(--white); flex: 1; }
.cookie-btn-accept:hover { background: var(--nile-blue-dark); }
.cookie-btn-essential { background: transparent; color: var(--charcoal); border: 1px solid var(--gray-300); }
.cookie-btn-essential:hover { border-color: var(--charcoal); }
.lightbox-overlay {
  position: fixed; inset: 0;
  background: rgba(20,31,36,0.95);
  z-index: 400; opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox-overlay.show { opacity: 1; visibility: visible; }
.lightbox-image {
  max-width: 95%; max-height: 90vh;
  border-radius: 12px;
  transform: scale(0.9); opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox-overlay.show .lightbox-image { transform: scale(1); opacity: 1; }
.lightbox-close {
  position: absolute; top: 2rem; right: 2rem;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none;
  color: var(--white); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.lightbox-close:hover { background: var(--white); color: var(--charcoal); transform: rotate(90deg); }
.lightbox-prev, .lightbox-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none;
  color: var(--white); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.lightbox-prev:hover, .lightbox-next:hover { background: var(--white); color: var(--charcoal); }
.lightbox-prev { left: 2rem; }
.lightbox-next { right: 2rem; }
.lightbox-counter {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  color: var(--white); background: rgba(255,255,255,0.1);
  padding: 0.5rem 1rem; border-radius: 100px;
  font-size: 0.85rem; font-weight: 600;
  backdrop-filter: blur(10px);
}
.lightbox-trigger { cursor: zoom-in; }
.topbar-combined {
  position: relative;
  z-index: 99;
  background: var(--charcoal);
}
.topbar-promo {
  background: transparent;
  color: var(--white);
  padding: 0.55rem 2.5rem;
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-size: 0.82rem; font-weight: 600;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-promo::before {
  content: none;
}
.topbar-promo-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--sand-gold); color: var(--charcoal);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.75rem; flex-shrink: 0;
  position: relative; z-index: 2;
}
.topbar-promo-text { position: relative; z-index: 2; }
.topbar-promo-link {
  color: var(--sand-gold); text-decoration: underline;
  text-underline-offset: 2px; font-weight: 700;
  margin-left: 0.25rem;
  transition: color 0.2s ease;
}
.topbar-promo-link:hover { color: var(--sand-gold-light); }
.topbar-promo-arrow {
  color: var(--sand-gold); animation: alc-bounce 1.5s infinite;
  position: relative; z-index: 2; font-weight: 700;
}
.topbar-contact {
  background: transparent; color: var(--white);
  padding: 0.7rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  font-size: 0.78rem;
}
.topbar-contact-info {
  display: flex; align-items: center; gap: 0.65rem;
  flex: 1; min-width: 0;
  text-decoration: none; color: var(--white);
  transition: opacity 0.2s ease;
}
.topbar-contact-info:hover { opacity: 0.85; }
.topbar-phone-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--sand-gold); color: var(--charcoal);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.85rem; flex-shrink: 0;
}
.topbar-phone-text { min-width: 0; flex: 1; }
.topbar-phone-number {
  font-weight: 700; color: var(--white); line-height: 1.1;
  font-size: 0.82rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.topbar-phone-label {
  font-size: 0.65rem; color: rgba(255,255,255,0.55);
  font-weight: 500; letter-spacing: 0.03em;
  margin-top: 0.1rem;
}
.topbar-contact-actions {
  display: flex; align-items: center; gap: 0.5rem;
  flex-shrink: 0;
}
/* Currency picker — lives in the sticky header so users can switch any time.
   Negative horizontal margin pulls it tighter against the neighboring action
   buttons (search, menu toggle, CTA), since the parent .nav uses a wide
   2.5rem gap that's only meant for the menu links. */
.header-currency {
  display: inline-flex; align-items: center;
  border: 1px solid var(--gray-100); border-radius: 100px;
  background: var(--cream);
  padding: 0; cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  margin: 0 -1.6rem;
}
.header-currency:hover { background: var(--cream-warm); border-color: var(--sand-gold); }
.header-currency select {
  appearance: none; -webkit-appearance: none;
  background: transparent; border: none; outline: none;
  color: var(--charcoal); font-family: var(--font-body);
  font-weight: 700; font-size: 0.75rem; letter-spacing: 0.05em;
  padding: 0.4rem 1.1rem 0.4rem 0.55rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231a1f24' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.35rem center;
  background-size: 8px;
}
.header-currency select option {
  background: var(--white); color: var(--charcoal); font-weight: 600;
}
@media (max-width: 768px) {
  .header-currency { display: none; }
}
.topbar-whatsapp-btn {
  background: #25D366; color: var(--white);
  padding: 0.55rem 1.1rem; border-radius: 100px;
  font-size: 0.78rem; font-weight: 700;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.35rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.topbar-whatsapp-btn:hover {
  background: #1ebe5a; transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,211,102,0.4);
}
.topbar-whatsapp-btn::before {
  content: '💬'; font-size: 0.95rem;
}
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--nile-blue); }
.breadcrumb { background: var(--cream); padding: 1rem 2.5rem; border-bottom: 1px solid var(--gray-100); }
.breadcrumb-wrap { max-width: 1400px; margin: 0 auto; font-size: 0.85rem; color: var(--gray-500); display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.breadcrumb-wrap a { color: var(--gray-700); text-decoration: none; }
.breadcrumb-wrap .current { color: var(--nile-blue); font-weight: 600; }
.breadcrumb-wrap .separator { color: var(--gray-300); }
.hero-wrap { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; padding-top: 2.5rem; margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat { text-align: center; }
.hero-stat-value { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; color: var(--sand-gold); line-height: 1; margin-bottom: 0.4rem; }
.hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); letter-spacing: 0.15em; text-transform: uppercase; }
.filter-bar {
  background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: 0.65rem 2rem;
  border-bottom: 1px solid var(--gray-100);
  position: sticky; top: 76px; z-index: 90;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  transition: box-shadow 0.3s ease;
}
.filter-bar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.filter-bar-wrap {
  width: 100%; max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.filter-row { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.filter-label { display: none; }
.filter-pill { background: var(--cream); border: 1px solid var(--gray-100); color: var(--charcoal); padding: 0.5rem 1rem; border-radius: 100px; cursor: pointer; font-size: 0.82rem; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; }
.filter-pill:hover { background: var(--cream-warm); border-color: var(--sand-gold); }
.filter-pill.active { background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white); }
.filter-pill-count { background: rgba(0,0,0,0.05); padding: 0.05rem 0.45rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; }
.filter-pill.active .filter-pill-count { background: rgba(255,255,255,0.2); }
.filter-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--gray-100); flex-wrap: wrap; gap: 1rem; }
.results-count { font-size: 0.78rem; color: var(--gray-500); white-space: nowrap; }
.results-count strong { color: var(--charcoal); font-weight: 700; }
.filter-actions { display: flex; gap: 0.75rem; align-items: center; }
.view-toggle { display: flex; gap: 0; border: 1px solid var(--gray-100); border-radius: 8px; overflow: hidden; }
.view-toggle button { background: transparent; border: none; padding: 0.55rem 0.85rem; cursor: pointer; color: var(--gray-500); transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.view-toggle button.active { background: var(--charcoal); color: var(--white); }
.view-toggle button svg { width: 16px; height: 16px; }
.sort-select { background: var(--white); border: 1px solid var(--gray-300); padding: 0.55rem 2rem 0.55rem 1rem; border-radius: 8px; cursor: pointer; font-size: 0.85rem; font-weight: 500; color: var(--charcoal); appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1f24' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; outline: none; }
.clear-filters { background: transparent; border: none; color: var(--nile-blue); font-weight: 600; font-size: 0.85rem; cursor: pointer; text-decoration: underline; text-decoration-color: var(--sand-gold); text-underline-offset: 3px; }
.clear-filters:hover { color: var(--nile-blue-dark); }
.main-section { padding: 4rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.boat-card-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.boat-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.boat-card:hover .boat-card-image img { transform: scale(1.05); }
.boat-card-badges { position: absolute; top: 1rem; left: 1rem; display: flex; gap: 0.4rem; flex-wrap: wrap; z-index: 2; }
.boat-badge { padding: 0.35rem 0.8rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.boat-badge.category { background: var(--sand-gold); color: var(--charcoal); }
.boat-badge.bestseller { background: var(--charcoal); color: var(--white); }
.boat-badge.bestseller::before { content: '★ '; color: var(--sand-gold); }
.boat-badge.new { background: var(--success); color: var(--white); }
.boat-badge.new::before { content: '✦ '; }
.boat-card-rating {
  position: absolute; top: 1rem; right: 1rem;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  font-size: 0.8rem; font-weight: 700;
  color: var(--charcoal);
  display: inline-flex; align-items: center; gap: 0.3rem;
  z-index: 2;
}
.boat-card-rating .star { color: var(--sand-gold); }
.boat-card-brand { font-size: 0.7rem; font-weight: 700; color: var(--gray-500); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.4rem; }
.boat-card-routes { font-size: 0.78rem; color: var(--gray-500); margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.route-tag { background: var(--cream); padding: 0.3rem 0.7rem; border-radius: 100px; font-weight: 600; color: var(--charcoal); }
.boat-card-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gray-100);
}
.boat-card-cta {
  background: var(--nile-blue); color: var(--white);
  padding: 0.7rem 1.25rem; border-radius: 100px;
  text-decoration: none; font-weight: 600; font-size: 0.85rem;
  transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 0.4rem;
  white-space: nowrap;
}
.boat-card-cta:hover { background: var(--nile-blue-dark); gap: 0.65rem; }
.compare-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--charcoal); color: var(--white); padding: 1rem 2.5rem; z-index: 95; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 -10px 40px rgba(0,0,0,0.2); }
.compare-bar.active { transform: translateY(0); }
.compare-bar-wrap { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.compare-info { display: flex; align-items: center; gap: 1rem; }
.compare-count { background: var(--sand-gold); color: var(--charcoal); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; }
.compare-text { font-size: 0.95rem; font-weight: 500; }
.compare-text strong { font-family: var(--font-display); font-weight: 500; color: var(--sand-gold); }
.compare-actions { display: flex; gap: 0.75rem; }
.btn-clear-compare { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: var(--white); padding: 0.7rem 1.25rem; border-radius: 100px; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: all 0.3s ease; }
.btn-clear-compare:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.4); }
.btn-compare { background: var(--sand-gold); color: var(--charcoal); padding: 0.7rem 1.5rem; border-radius: 100px; font-weight: 700; font-size: 0.85rem; text-decoration: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-compare:hover { background: var(--sand-gold-light); transform: translateY(-1px); }
.compare-checkbox { position: absolute; bottom: 1rem; right: 1rem; width: 36px; height: 36px; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border: 2px solid transparent; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 3; transition: all 0.3s ease; font-size: 1.1rem; padding: 0; }
.compare-checkbox:hover { background: var(--white); transform: scale(1.1); }
.compare-checkbox.checked { background: var(--sand-gold); border-color: var(--sand-gold); color: var(--charcoal); }
.compare-checkbox.checked::after { content: '✓'; font-weight: 700; }
.compare-checkbox:not(.checked)::after { content: '+'; color: var(--charcoal); font-weight: 600; }
/* Tooltip on hover — pulls text from data-tooltip / data-tooltip-active. */
.compare-checkbox::before {
  content: attr(data-tooltip);
  position: absolute; bottom: calc(100% + 8px); right: 0;
  background: var(--charcoal); color: var(--white);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 0.4rem 0.7rem; border-radius: 6px;
  white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(4px);
}
.compare-checkbox:hover::before { opacity: 1; transform: translateY(0); }
.compare-checkbox.checked::before { content: attr(data-tooltip-active); }

/* Floating compare bar — appears at bottom of viewport when 1+ ships selected. */
.alc-compare-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--charcoal); color: var(--white);
  padding: 0.85rem 2.5rem; z-index: 95;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
}
.alc-compare-bar.is-visible { transform: translateY(0); }
.alc-compare-bar-info {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.9rem;
}
.alc-compare-bar-count {
  background: var(--sand-gold); color: var(--charcoal);
  width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem;
}
.alc-compare-bar-names {
  color: rgba(255,255,255,0.75); font-size: 0.82rem;
  max-width: 50ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.alc-compare-bar-actions { display: flex; gap: 0.5rem; align-items: center; }
.alc-compare-bar-btn {
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.6rem 1.3rem; border-radius: 100px;
  font-weight: 700; font-size: 0.85rem; text-decoration: none;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: all 0.3s ease;
}
.alc-compare-bar-btn:hover { background: var(--sand-gold-light); transform: translateY(-1px); }
.alc-compare-bar-clear {
  background: transparent; border: 1px solid rgba(255,255,255,0.25);
  color: var(--white); padding: 0.55rem 1rem; border-radius: 100px;
  cursor: pointer; font-size: 0.8rem; font-weight: 600;
  transition: all 0.3s ease;
}
.alc-compare-bar-clear:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
@media (max-width: 768px) {
  .alc-compare-bar { padding: 0.75rem 1rem; }
  .alc-compare-bar-names { display: none; }
}
.seo-content { background: var(--white); padding: 6rem 2.5rem; }
.seo-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
.seo-image { position: sticky; top: 200px; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; }
.seo-image img { width: 100%; height: 100%; object-fit: cover; }
.seo-content-text h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.5rem; color: var(--charcoal); }
.seo-content-text h2 .italic { font-style: italic; color: var(--nile-blue); }
.seo-content-text h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--nile-blue); margin: 2rem 0 1rem 0; }
.seo-content-text p { font-size: 1rem; color: var(--gray-700); margin-bottom: 1.25rem; line-height: 1.75; }
.seo-content-text p:first-of-type::first-letter { font-family: var(--font-display); font-size: 3.5rem; font-weight: 400; line-height: 1; float: left; margin: 0.1rem 0.6rem -0.2rem 0; color: var(--nile-blue); font-style: italic; }
.seo-content-text strong { color: var(--charcoal); font-weight: 700; }
.seo-content-text ul { margin: 1rem 0 1.5rem 0; padding-left: 0; list-style: none; }
.seo-content-text ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.75rem; color: var(--gray-700); }
.seo-content-text ul li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 8px; height: 8px; border-radius: 50%; background: var(--sand-gold); }
.categories-showcase { background: var(--cream-warm); padding: 6rem 2.5rem; }
.categories-showcase-wrap { max-width: 1400px; margin: 0 auto; }
.categories-header { text-align: center; margin-bottom: 4rem; }
.categories-header .section-eyebrow { justify-content: center; }
.categories-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1rem; }
.categories-header h2 .italic { font-style: italic; color: var(--nile-blue); }
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.category-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; transition: transform 0.4s ease; }
.category-card:hover { transform: translateY(-4px); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.category-card:hover img { transform: scale(1.04); }
.category-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(20,63,78,0.95) 100%); }
.category-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; color: var(--white); }
.category-card-count { display: inline-block; background: var(--sand-gold); color: var(--charcoal); padding: 0.25rem 0.7rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
.category-card-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; line-height: 1.2; margin-bottom: 0.4rem; }
.category-card-from { font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.filter-left { display: flex; align-items: center; gap: 0.75rem; flex: 1; min-width: 0; }
.filter-right { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.filter-results {
  font-size: 0.78rem; color: var(--gray-500);
  white-space: nowrap; flex-shrink: 0;
}
.filter-results strong { color: var(--charcoal); font-weight: 700; }
.filter-divider { width: 1px; height: 18px; background: var(--gray-300); flex-shrink: 0; }
.filter-controls, .filter-pills-wrap {
  display: flex; gap: 0.4rem; align-items: center;
  overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.filter-controls::-webkit-scrollbar, .filter-pills-wrap::-webkit-scrollbar { display: none; }
.filter-pill, .filter-pill {
  background: transparent; border: none;
  color: var(--gray-700); padding: 0.35rem 0.75rem;
  border-radius: 6px; cursor: pointer;
  font-size: 0.78rem; font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.filter-pill:hover, .filter-pill:hover { background: var(--cream); color: var(--charcoal); }
.filter-pill.active, .filter-pill.active {
  background: var(--charcoal); color: var(--white);
}
.filter-icon-btn {
  width: 32px; height: 32px; border-radius: 8px;
  background: transparent; border: 1px solid var(--gray-300);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s ease;
  color: var(--gray-700);
}
.filter-icon-btn:hover { border-color: var(--nile-blue); color: var(--nile-blue); background: var(--cream); }
.filter-icon-btn svg { width: 14px; height: 14px; }
.filter-icon-btn.active { background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white); }
.sort-select, .sort-control select {
  background: transparent; border: 1px solid var(--gray-300);
  padding: 0.35rem 1.75rem 0.35rem 0.75rem; border-radius: 100px;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  cursor: pointer; outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1f24' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  appearance: none; -webkit-appearance: none;
  color: var(--charcoal);
}
.sort-select:hover { border-color: var(--nile-blue); }
.breadcrumb-wrap a:hover { color: var(--nile-blue); }
.hero-section {
  position: relative; min-height: 60vh; overflow: hidden;
  background: var(--nile-blue-dark); display: flex; align-items: center;
  padding: 4rem 0;
}
/* Override the homepage 2-column .hero-content grid so boat/program hero stacks vertically + left-aligned */
.hero-section .hero-content {
  display: block;
  max-width: 1100px;
  text-align: left;
}
/* Front-page hero: same centered max-width box as .hero-section, content inside left-aligned */
body.home .hero,
body.page-template-front-page .hero { text-align: left; }
body.home .hero .hero-content,
body.page-template-front-page .hero .hero-content {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
body.home .hero h1,
body.page-template-front-page .hero h1 { text-align: left; }
body.home .hero p,
body.page-template-front-page .hero p { margin-left: 0; max-width: 700px; }
/* Eyebrow inside .hero-section + front-page .hero: single line on the LEFT (HTML reference look) */
.hero-section .hero-eyebrow,
body.home .hero .hero-eyebrow,
body.page-template-front-page .hero .hero-eyebrow {
  justify-content: flex-start;
}
.hero-section .hero-eyebrow::after,
body.home .hero .hero-eyebrow::after,
body.page-template-front-page .hero .hero-eyebrow::after { display: none; }
/* Stats inside .hero-section: left-aligned row, each stat left-aligned */
.hero-section .hero-stats {
  justify-content: flex-start;
}
.hero-section .hero-stat {
  text-align: left;
}
.hero-section .hero-tagline {
  max-width: 700px;
}

/* Cruise program hero: embark/disembark route card (centered, below tagline) */
.hero-route-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 800px;
  margin: 2rem 0;
}
.hero-route-point {
  display: flex; flex-direction: column; gap: 0.25rem;
}
.hero-route-label {
  font-size: 0.7rem; color: rgba(255,255,255,0.6);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.hero-route-city {
  font-family: var(--font-display); font-size: 1.8rem;
  color: var(--white); font-weight: 400;
}
.hero-route-meta {
  font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-top: 0.25rem;
}
.hero-route-divider {
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  position: relative;
}
.hero-route-divider::before,
.hero-route-divider::after {
  content: ''; width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, var(--sand-gold), transparent);
  position: absolute; top: 50%;
}
.hero-route-divider::before { right: 100%; margin-right: 1rem; }
.hero-route-divider::after  { left: 100%;  margin-left: 1rem; }
.hero-route-icon {
  font-size: 2rem;
  background: rgba(212,165,116,0.2);
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.hero-route-duration {
  font-size: 0.85rem; color: var(--sand-gold);
  font-weight: 700; letter-spacing: 0.1em;
}
.hero-route-point.disembark { text-align: right; }

/* Hero meta row (used by cruise program — alternate to .hero-stats) */
.hero-meta {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-meta-item {
  display: flex; flex-direction: column; gap: 0.25rem;
}
.hero-meta-value {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 400; color: var(--sand-gold);
}
.hero-meta-label {
  font-size: 0.75rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* Quick info cards (4-col grid below hero) */
.quick-info-section {
  background: var(--white);
  padding: 3rem 2.5rem;
  border-bottom: 1px solid var(--gray-100);
}
.quick-info-wrap {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.quick-info-card {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.5rem; border-radius: 12px;
  background: var(--cream);
  transition: all 0.3s ease;
}
.quick-info-card:hover {
  background: var(--cream-warm);
  transform: translateY(-2px);
}
.quick-info-icon {
  width: 48px; height: 48px;
  background: var(--white);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.quick-info-content h4 {
  font-size: 0.7rem; color: var(--gray-500);
  letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 700; margin-bottom: 0.25rem;
}
.quick-info-content p {
  font-family: var(--font-display); font-size: 1.1rem;
  color: var(--charcoal); font-weight: 500; line-height: 1.2;
  margin: 0;
}

/* Overview image with floating stats card */
.overview-image {
  position: relative; border-radius: 20px; overflow: hidden;
  /* Intentional override of frozen (4/5): square crop requested for the
     cruise-program overview image. Deliberate deviation, not a fidelity bug. */
  aspect-ratio: 1/1;
}
.overview-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.overview-stats-card {
  position: absolute; bottom: 2rem; left: 2rem; right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 1.5rem; border-radius: 16px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.overview-stat { text-align: center; }
.overview-stat-value {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 500; color: var(--nile-blue);
  display: block; margin-bottom: 0.25rem;
}
.overview-stat-label {
  font-size: 0.7rem; color: var(--gray-500);
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-route-card { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem; }
  .hero-route-divider::before, .hero-route-divider::after { display: none; }
  .hero-route-point.disembark { text-align: left; }
  .quick-info-wrap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .quick-info-wrap { grid-template-columns: 1fr; }
}
.hero-eyebrow-row {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.25rem; flex-wrap: wrap;
}
.hero-category {
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.4rem 1rem; border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.hero-rating {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9rem; color: rgba(255,255,255,0.95);
}
.hero-rating .stars { color: var(--sand-gold); }
.hero-rating-count {
  color: rgba(255,255,255,0.7); font-size: 0.85rem;
}
.hero-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1;
  letter-spacing: -0.03em; margin-bottom: 1.5rem;
}
.hero-title .italic { font-style: italic; color: var(--sand-gold); }
.hero-tagline {
  font-size: 1.1rem; color: rgba(255,255,255,0.85);
  margin-bottom: 2.5rem;
  font-weight: 300;
  max-width: 600px;
}
.hero-quick-stats {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15);
}
.quick-stat {
  display: flex; flex-direction: column; gap: 0.25rem;
}
.quick-stat-value {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 400; color: var(--sand-gold);
}
.quick-stat-label {
  font-size: 0.75rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.sticky-tabs {
  background: var(--white); border-bottom: 1px solid var(--gray-100);
  position: sticky; top: 76px; z-index: 90;
  transition: box-shadow 0.3s ease;
}
.sticky-tabs.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.sticky-tabs-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 2.5rem;
}
.sticky-tabs-nav {
  display: flex; gap: 0; overflow-x: auto;
  scrollbar-width: none;
}
.sticky-tabs-nav::-webkit-scrollbar { display: none; }
.sticky-tabs-nav a {
  padding: 1.25rem 1.5rem; color: var(--gray-700);
  text-decoration: none; font-size: 0.9rem; font-weight: 600;
  white-space: nowrap; position: relative;
  transition: color 0.3s ease;
}
.sticky-tabs-nav a:hover { color: var(--nile-blue); }
.sticky-tabs-nav a.active {
  color: var(--nile-blue);
}
.sticky-tabs-nav a.active::after {
  content: ''; position: absolute; bottom: 0; left: 1.5rem; right: 1.5rem;
  height: 2px; background: var(--sand-gold);
}
.sticky-tabs-actions {
  display: flex; gap: 0.75rem; align-items: center;
}
.sticky-price {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.6rem; font-weight: 500; color: var(--nile-blue); line-height: 1;
}
.sticky-price strong {
  font-family: var(--font-display);
  color: var(--nile-blue); font-size: 1.1rem;
  font-weight: 500;
}
.sticky-cta {
  background: var(--nile-blue); color: var(--white);
  padding: 0.65rem 1.5rem; border-radius: 100px;
  text-decoration: none; font-weight: 600; font-size: 0.85rem;
  transition: all 0.3s ease;
}
.sticky-cta:hover { background: var(--nile-blue-dark); }
.about-section { background: var(--white); padding-top: 6rem; padding-bottom: 6rem; }
.about-wrap {
  max-width: 1400px; margin: 0 auto; padding: 0 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.about-content p {
  font-size: 1.05rem; color: var(--gray-700);
  margin-bottom: 1.25rem; line-height: 1.75;
}
.about-content p:first-of-type::first-letter {
  font-family: var(--font-display); font-size: 3.5rem;
  font-weight: 400; line-height: 1; float: left;
  margin: 0.1rem 0.6rem -0.2rem 0; color: var(--nile-blue);
  font-style: italic;
}
.about-image {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/5;
}
.about-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.about-badge {
  position: absolute; bottom: 2rem; left: 2rem;
  background: var(--white); padding: 1.25rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2);
}
.about-badge-label {
  font-size: 0.7rem; color: var(--gray-500);
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.about-badge-value {
  font-family: var(--font-display);
  font-size: 1.4rem; color: var(--nile-blue);
  font-weight: 500;
}
.amenities-section { background: var(--cream); }
.amenities-wrap {
  max-width: 1400px; margin: 0 auto; padding: 0 2.5rem;
}
.amenities-header {
  text-align: center; margin-bottom: 4rem;
}
.amenities-header .section-eyebrow { justify-content: center; }
.amenities-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.amenity-card {
  background: var(--white); padding: 2rem 1.5rem;
  border-radius: 16px; text-align: center;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  cursor: default;
}
.amenity-card:hover {
  transform: translateY(-4px);
  border-color: var(--sand-gold);
  box-shadow: 0 20px 40px -20px rgba(30,95,116,0.2);
}
.amenity-icon {
  width: 60px; height: 60px;
  background: var(--cream-warm);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.6rem;
  transition: all 0.4s ease;
}
.amenity-card:hover .amenity-icon {
  background: var(--sand-gold);
}
.amenity-name {
  font-family: var(--font-display); font-size: 1rem;
  font-weight: 500; color: var(--charcoal);
}
.gallery-section { background: var(--white); }
.gallery-wrap { max-width: 1400px; margin: 0 auto; padding: 0 2.5rem; }
.gallery-header {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
}
.gallery-item {
  position: relative; overflow: hidden; border-radius: 12px;
  cursor: pointer; background: var(--charcoal);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: rgba(20,63,78,0);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: all 0.3s ease;
  /* The overlay is purely decorative — let clicks pass through to the
     underlying <img class="lightbox-trigger"> so initLightbox() picks
     them up. Without this, the overlay intercepts every click and the
     lightbox never opens. The parent .gallery-item:hover state still
     toggles the overlay's bg/opacity (CSS :hover doesn't need
     pointer-events). */
  pointer-events: none;
}
.gallery-item:hover .gallery-item-overlay {
  background: rgba(20,63,78,0.5); opacity: 1;
}
.gallery-zoom {
  width: 50px; height: 50px;
  background: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--nile-blue); font-size: 1.2rem;
  transform: scale(0.8); transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-zoom { transform: scale(1); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.large { grid-row: span 2; grid-column: span 2; }
.inex-section {
  background: var(--cream-warm);
  padding: 6rem 2.5rem;
}
.inex-wrap { max-width: 1400px; margin: 0 auto; }
.inex-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.inex-card {
  background: var(--white); border-radius: 20px; padding: 2.5rem;
}
.inex-card-header {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 2rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-100);
}
.inex-icon {
  width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--white); flex-shrink: 0;
}
.inex-icon.included { background: var(--success); }
.inex-icon.excluded { background: var(--danger); }
.inex-card-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal);
}
.inex-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.inex-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: 0.95rem; color: var(--gray-700);
  line-height: 1.5;
}
.inex-list .check, .inex-list .cross {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700;
  margin-top: 0.2rem;
}
.inex-list .check { background: var(--success); color: var(--white); }
.inex-list .cross { background: var(--danger); color: var(--white); }
.programs-section { background: var(--white); padding: 6rem 0; }
.programs-wrap { max-width: 1400px; margin: 0 auto; padding: 0 2.5rem; }
.programs-header {
  text-align: center; margin-bottom: 4rem;
}
.programs-header .section-eyebrow { justify-content: center; }
.program-block {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--gray-100);
}
.program-block:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.program-block-header {
  display: grid; grid-template-columns: auto 1fr;
  gap: 2.5rem; align-items: center; margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed var(--gray-300);
}
.program-number {
  font-family: var(--font-display);
  font-size: 5rem; font-weight: 300; line-height: 1;
  color: var(--sand-gold); font-style: italic;
}
.program-info-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400; line-height: 1.1;
  color: var(--charcoal); margin-bottom: 0.75rem;
}
.program-info-route {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.95rem; color: var(--gray-700);
  font-weight: 500; flex-wrap: wrap;
}
/* -------------------------------------------------------------
   ITINERARY TIMELINE — single-boat .programs-section
   Scoped to .programs-section so it doesn't collide with the
   single-tour-package .itinerary-day rules further down (which use
   different markup: .itinerary-day-marker / .itinerary-day-card).
   Mirrors single-boat-page.html lines 487-538 verbatim.
   ------------------------------------------------------------- */
.programs-section .itinerary-timeline {
  position: relative; margin-left: 1rem;
  max-width: 900px;
}
.programs-section .itinerary-timeline::before {
  content: ''; position: absolute;
  left: 12px; top: 0; bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, var(--sand-gold), var(--gray-300));
}
.programs-section .itinerary-day {
  position: relative; padding-left: 3rem;
  margin-bottom: 2rem;
  display: grid; grid-template-columns: 1fr auto;
  gap: 2rem; align-items: start;
}
.programs-section .itinerary-day:last-child { margin-bottom: 0; }
.programs-section .itinerary-day::before {
  content: ''; position: absolute;
  left: 4px; top: 0.4rem;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--sand-gold);
  z-index: 2;
}
.programs-section .itinerary-day-content h4 {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  color: var(--nile-blue); margin-bottom: 0.5rem;
}
.programs-section .itinerary-day-content .day-label {
  display: inline-block;
  background: var(--cream-warm);
  color: var(--charcoal);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.programs-section .itinerary-day-content p {
  color: var(--gray-700);
  font-size: 0.98rem; line-height: 1.7;
}
.programs-section .itinerary-day-image {
  width: 200px; height: 140px;
  border-radius: 12px; overflow: hidden;
}
.programs-section .itinerary-day-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.programs-section .itinerary-day-image:hover img { transform: scale(1.05); }

/* Mobile — stack content + image vertically */
@media (max-width: 768px) {
  .programs-section .itinerary-day { grid-template-columns: 1fr; gap: 1rem; }
  .programs-section .itinerary-day-image { width: 100%; height: 180px; }
}
.pricing-section {
  background: var(--charcoal); color: var(--white);
  padding: 6rem 2.5rem; position: relative; overflow: hidden;
}
.pricing-section::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,165,116,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.pricing-wrap {
  max-width: 1400px; margin: 0 auto;
  position: relative; z-index: 2;
}
.pricing-header {
  text-align: center; margin-bottom: 4rem;
}
.pricing-header .section-eyebrow {
  color: var(--sand-gold); justify-content: center;
}
.pricing-header .section-eyebrow::before { background: var(--sand-gold); }
.pricing-header .section-title { color: var(--white); }
.pricing-header .section-title .italic { color: var(--sand-gold); }
.pricing-header p {
  max-width: 600px; margin: 1rem auto 0;
  color: rgba(255,255,255,0.7); font-size: 1.05rem;
}
/* Pricing nights tabs (switches between itinerary lengths) */
.pricing-nights-tabs {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem; margin-bottom: 3rem;
}
.pricing-nights-tab {
  background: transparent;
  border: 1px solid rgba(212, 165, 116, 0.35);
  color: rgba(255, 255, 255, 0.85);
  padding: 1.1rem 2rem;
  border-radius: 14px;
  cursor: pointer;
  font-family: var(--font-body);
  display: flex; align-items: center; gap: 0.85rem;
  transition: all 0.25s ease;
  min-width: 200px;
}
.pricing-nights-tab:hover {
  border-color: var(--sand-gold);
  background: rgba(212, 165, 116, 0.08);
}
.pricing-nights-tab.active {
  background: rgba(212, 165, 116, 0.18);
  border-color: var(--sand-gold);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(212, 165, 116, 0.18);
}
.nights-tab-num {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 400;
  color: var(--sand-gold);
  line-height: 1;
}
.nights-tab-label {
  display: flex; flex-direction: column;
  align-items: flex-start;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  line-height: 1.4;
}
.nights-tab-label small {
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.05em; text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.15rem;
}
.pricing-tab-pane { display: none; }
.pricing-tab-pane.active { display: block; animation: pricingFade 0.35s ease; }
@keyframes pricingFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pricing-program-block {
  margin-bottom: 4rem;
}
.pricing-program-block:last-child { margin-bottom: 0; }
.pricing-program-title {
  font-family: var(--font-display);
  font-size: 1.8rem; font-weight: 400;
  color: var(--white); margin-bottom: 0.5rem;
  text-align: center;
}
.pricing-program-route {
  text-align: center; color: rgba(255,255,255,0.6);
  font-size: 0.9rem; margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------------------
   PRICING TABLE — enhanced 2026-05-11
   Polish + zebra striping + better Peak Christmas treatment + mobile.
   --------------------------------------------------------------------- */
.pricing-table-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px -16px rgba(0,0,0,0.45);
}
.pricing-table {
  width: 100%; border-collapse: collapse;
  table-layout: fixed;
}
.pricing-table col.col-season { width: 34%; }
.pricing-table col.col-price  { width: 22%; }
.pricing-table thead {
  background: linear-gradient(180deg, rgba(212,165,116,0.20) 0%, rgba(212,165,116,0.12) 100%);
  /* Sticky header on long tables / mobile horizontal scroll */
  position: sticky; top: 0; z-index: 1;
}
.pricing-table th {
  padding: 1.5rem 1.25rem; text-align: left;
  font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--sand-gold);
  border-bottom: 1px solid rgba(212,165,116,0.30);
  background: inherit;
}
.pricing-table th:not(:first-child) { text-align: center; }
.pricing-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.25s ease, transform 0.25s ease;
}
/* Subtle zebra striping for readability */
.pricing-table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.015);
}
.pricing-table tbody tr:hover {
  background: rgba(212,165,116,0.10);
}
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table td {
  padding: 1.5rem 1.25rem;
  color: rgba(255,255,255,0.95);
  font-size: 0.95rem;
}
.pricing-table td:not(:first-child) {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 400;
  color: var(--sand-gold);
}
.season-info {
  display: flex; align-items: center; gap: 0.75rem;
}
.season-info-icon {
  font-size: 1.4rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}
.season-info-name {
  font-weight: 600; color: var(--white);
  font-size: 1rem; margin-bottom: 0.2rem;
}
.season-info-period {
  font-size: 0.75rem; color: rgba(255,255,255,0.6);
}
/* Peak Christmas row — most-premium tier, gets stronger gold gradient.
   NOTE: removed the rotated ::before 'PEAK' badge — it wasn't in the
   HTML reference (single-boat-page.html) and was causing layout drift
   on some browsers because position:absolute on <tr> isn't fully
   consistent. The gold gradient + star icon + bolder prices are enough
   to set this row apart. */
.peak-row {
  background: linear-gradient(90deg,
    rgba(212,165,116,0.18) 0%,
    rgba(212,165,116,0.10) 50%,
    rgba(212,165,116,0.06) 100%);
  box-shadow: inset 0 0 0 1px rgba(212,165,116,0.18);
}
.peak-row:hover {
  background: linear-gradient(90deg,
    rgba(212,165,116,0.25) 0%,
    rgba(212,165,116,0.15) 50%,
    rgba(212,165,116,0.10) 100%);
}
.peak-row td:not(:first-child) {
  font-weight: 500;
  text-shadow: 0 0 18px rgba(212,165,116,0.3);
}
/* Mobile: horizontal scroll with visible scroll hint */
@media (max-width: 768px) {
  .pricing-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Gradient hint on the right edge so users know they can scroll */
    background-image:
      linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025)),
      linear-gradient(90deg, transparent 70%, rgba(212,165,116,0.10) 100%);
  }
  .pricing-table { min-width: 560px; }
  .pricing-table th, .pricing-table td { padding: 1rem 0.85rem; }
  .pricing-table td:not(:first-child) { font-size: 1.1rem; }
  .season-info-name { font-size: 0.9rem; }
  .season-info-period { font-size: 0.7rem; }
}
.pricing-notes {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 3rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.pricing-note {
  display: flex; align-items: flex-start; gap: 1rem;
  font-size: 0.9rem; color: rgba(255,255,255,0.85);
}
.pricing-note-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(212,165,116,0.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1.1rem;
}
.pricing-note strong { color: var(--white); }
.pricing-cta-row {
  margin-top: 3rem; text-align: center;
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.pricing-btn {
  padding: 1rem 2rem; border-radius: 100px;
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.pricing-btn.whatsapp {
  background: #25D366; color: var(--white);
}
.pricing-btn.whatsapp:hover { background: #1eaf52; transform: translateY(-2px); }
.pricing-btn.inquire {
  background: var(--sand-gold); color: var(--charcoal);
}
.pricing-btn.inquire:hover { background: var(--sand-gold-light); transform: translateY(-2px); }
.related-cta {
  background: var(--nile-blue); color: var(--white);
  padding: 5rem 2.5rem; text-align: center;
  position: relative; overflow: hidden;
}
.related-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%);
}
.related-cta-wrap {
  max-width: 800px; margin: 0 auto;
  position: relative; z-index: 2;
}
.related-cta h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05;
  margin-bottom: 1rem;
}
.related-cta h2 .italic { font-style: italic; color: var(--sand-gold); }
.related-cta p {
  color: rgba(255,255,255,0.8); margin-bottom: 2.5rem;
  font-size: 1.05rem;
}
.related-cta-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.mobile-sticky-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--white); border-top: 1px solid var(--gray-100);
  padding: 1rem 1.5rem; z-index: 95;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
  justify-content: space-between; align-items: center; gap: 1rem;
}
.mobile-sticky-info {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.mobile-sticky-info .label {
  font-size: 0.7rem; color: var(--gray-500);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.mobile-sticky-info .price {
  font-family: var(--font-display);
  font-size: 1.3rem; color: var(--nile-blue);
  font-weight: 500;
}
.mobile-sticky-cta {
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.85rem 1.5rem; border-radius: 100px;
  text-decoration: none; font-weight: 700; font-size: 0.9rem;
}
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.95); z-index: 1000;
  align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox.active { display: flex; }
.lightbox img {
  max-width: 90vw; max-height: 85vh;
  border-radius: 12px;
}
.sticky-booking-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--white); border-top: 1px solid var(--gray-100);
  box-shadow: 0 -8px 30px -10px rgba(0,0,0,0.15);
  padding: 1rem 2.5rem;
  z-index: 80;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-booking-bar.visible { transform: translateY(0); }
.sticky-booking-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
}
.sticky-boat-info { display: flex; align-items: center; gap: 1rem; min-width: 0; flex: 1; }
.sticky-boat-img {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex-shrink: 0;
}
.sticky-boat-text { min-width: 0; }
.sticky-boat-name {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--charcoal); line-height: 1.2; margin-bottom: 0.2rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-boat-meta {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.75rem; color: var(--gray-500);
}
.sticky-boat-meta .stars { color: var(--sand-gold); letter-spacing: 0.1em; }
.sticky-boat-meta .dot { color: var(--gray-300); }
.sticky-price-block { text-align: right; flex-shrink: 0; }
.sticky-price-label {
  font-size: 0.7rem; color: var(--gray-500); letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700; margin-bottom: 0.15rem;
}
.sticky-price small { font-size: 0.7rem; color: var(--gray-500); font-style: normal; font-weight: 700; margin-left: 0.25rem; letter-spacing: 0.1em; text-transform: uppercase; }
.sticky-cta-group { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.sticky-btn {
  padding: 0.95rem 1.75rem; border-radius: 100px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.9rem;
  text-decoration: none; cursor: pointer; border: none;
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s ease; white-space: nowrap;
}
.sticky-btn-primary {
  background: var(--nile-blue); color: var(--white);
}
.sticky-btn-primary:hover { background: var(--nile-blue-dark); transform: translateY(-2px); }
.sticky-btn-whatsapp {
  background: #25D366; color: var(--white);
  width: 48px; height: 48px; padding: 0; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.sticky-btn-whatsapp:hover { background: #1ebe5a; transform: scale(1.05); }
body.sticky-bar-active .whatsapp-float { display: none; }
.offcanvas-overlay {
  position: fixed; inset: 0;
  background: rgba(20,31,36,0.5); backdrop-filter: blur(4px);
  z-index: 200; opacity: 0; visibility: hidden;
  transition: all 0.4s ease;
}
.offcanvas-overlay.show { opacity: 1; visibility: visible; }
.offcanvas-form {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 480px;
  background: var(--white);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  box-shadow: -10px 0 50px rgba(0,0,0,0.15);
  height: 100vh;
  height: 100dvh;
}
/* The <form> is the direct child of .offcanvas-form. Make it a flex column so
   the .offcanvas-body inside can scroll while the .offcanvas-footer stays pinned. */
.offcanvas-form .inquiry-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.offcanvas-form .offcanvas-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas-form .offcanvas-footer {
  flex-shrink: 0;
}
.offcanvas-form.show { transform: translateX(0); }
.offcanvas-header {
  padding: 1.5rem 2rem; border-bottom: 1px solid var(--gray-100);
  display: flex; justify-content: space-between; align-items: center;
  background: var(--cream-warm); flex-shrink: 0;
}
.offcanvas-title-wrap h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.4rem; color: var(--charcoal); margin-bottom: 0.25rem;
}
.offcanvas-title-wrap h3 .italic { font-style: italic; color: var(--nile-blue); }
.offcanvas-title-wrap p {
  font-size: 0.85rem; color: var(--gray-700); margin: 0;
}
.offcanvas-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--gray-100);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--charcoal); transition: all 0.3s ease; flex-shrink: 0;
}
.offcanvas-close:hover { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); transform: rotate(90deg); }
.offcanvas-body { padding: 2rem; flex: 1; overflow-y: auto; }
.selected-boat {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem; background: var(--cream); border-radius: 12px;
  margin-bottom: 1.5rem;
}
.selected-boat-img {
  width: 60px; height: 60px; border-radius: 10px; object-fit: cover; flex-shrink: 0;
}
.selected-boat-info { flex: 1; min-width: 0; }
.selected-boat-name {
  font-family: var(--font-display); font-weight: 500; font-size: 1rem;
  color: var(--charcoal); margin-bottom: 0.2rem;
}
.selected-boat-detail {
  font-size: 0.75rem; color: var(--gray-500);
}
.selected-boat-price {
  text-align: right; flex-shrink: 0;
}
.selected-boat-price-label { font-size: 0.65rem; color: var(--gray-500); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
.selected-boat-price-value { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--nile-blue); font-weight: 600; }
.form-group { margin-bottom: 1.25rem; }
.form-label {
  display: block; font-size: 0.8rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.5rem;
}
.form-label .required { color: #d4574a; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 0.85rem 1rem;
  background: var(--white); border: 1.5px solid var(--gray-100);
  border-radius: 10px; font-family: var(--font-body);
  font-size: 0.9rem; color: var(--charcoal);
  outline: none; transition: all 0.3s ease;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--nile-blue); background: var(--white);
  box-shadow: 0 0 0 3px rgba(30,95,116,0.08);
}
.form-textarea { resize: vertical; min-height: 90px; font-family: var(--font-body); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1f24' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  padding-right: 2.5rem;
}
.travelers-counter { display: flex; gap: 0.5rem; }
.counter-input {
  flex: 1; display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 1.5px solid var(--gray-100);
  border-radius: 10px; padding: 0.5rem;
}
.counter-info { display: flex; flex-direction: column; padding-left: 0.5rem; }
.counter-label { font-size: 0.75rem; font-weight: 700; color: var(--charcoal); }
.counter-sublabel { font-size: 0.65rem; color: var(--gray-500); }
.counter-controls { display: flex; align-items: center; gap: 0.5rem; }
.counter-btn {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--cream); border: none;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; font-weight: 700; font-size: 1rem;
  color: var(--charcoal); transition: all 0.2s ease;
}
.counter-btn:hover { background: var(--sand-gold); }
.counter-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.counter-value {
  min-width: 24px; text-align: center; font-weight: 700;
  font-family: var(--font-display); font-size: 1.05rem; color: var(--charcoal);
}
.checkbox-row {
  display: flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1.25rem; padding: 0.75rem;
  background: var(--cream); border-radius: 10px;
  cursor: pointer; transition: background 0.2s ease;
}
.checkbox-row:hover { background: var(--cream-warm); }
.checkbox-row input { width: 18px; height: 18px; accent-color: var(--nile-blue); cursor: pointer; }
.checkbox-row label { font-size: 0.85rem; color: var(--gray-700); cursor: pointer; }
.offcanvas-footer {
  padding: 1.25rem 2rem; border-top: 1px solid var(--gray-100);
  background: var(--cream); flex-shrink: 0;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.offcanvas-submit {
  background: var(--nile-blue); color: var(--white);
  padding: 1rem 2rem; border-radius: 100px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  transition: all 0.3s ease; width: 100%;
}
.offcanvas-submit:hover { background: var(--nile-blue-dark); }
.offcanvas-trust {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  font-size: 0.75rem; color: var(--gray-500);
}
.offcanvas-trust span { display: inline-flex; align-items: center; gap: 0.3rem; }
.hero-text { opacity: 0; animation: fadeUp 1s ease 0.2s forwards; }
.hero-eyebrow::before {
  content: ''; width: 30px; height: 1px; background: var(--sand-gold);
}
.hero-title .number {
  font-style: italic; color: var(--sand-gold);
  font-size: clamp(3.5rem, 8vw, 7rem);
  display: block;
  line-height: 0.85;
  margin-bottom: 0.5rem;
}
.hero-stat-item { display: flex; flex-direction: column; gap: 0.25rem; }
.route-map-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  padding: 2.5rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.6s forwards;
}
.route-map-title {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  color: var(--sand-gold); margin-bottom: 0.5rem;
}
.route-map-subtitle {
  font-size: 0.85rem; color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
/* legacy .route-stop pseudo-element rules removed per user request — see canonical .route-stop further down */
.route-stop.start::after,
.route-stop.end::after {
  background: var(--sand-gold);
  border-color: var(--white);
  width: 18px; height: 18px;
  left: 3px; top: 3px;
}
.route-stop-name {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 500;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.route-stop-detail {
  font-size: 0.8rem; color: rgba(255,255,255,0.6);
}
.route-stop.start .route-stop-name { color: var(--sand-gold); }
.route-stop.end .route-stop-name { color: var(--sand-gold); }
.quick-info-bar {
  background: var(--white);
  padding: 0;
  border-bottom: 1px solid var(--gray-100);
  position: sticky; top: 76px; z-index: 90;
  transition: box-shadow 0.3s ease;
}
.quick-info-bar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.quick-info-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 2.5rem;
}
.quick-tabs {
  display: flex; gap: 0; overflow-x: auto;
  scrollbar-width: none;
}
.quick-tabs::-webkit-scrollbar { display: none; }
.quick-tabs a {
  padding: 1.25rem 1.5rem; color: var(--gray-700);
  text-decoration: none; font-size: 0.9rem; font-weight: 600;
  white-space: nowrap; position: relative;
  transition: color 0.3s ease;
}
.quick-tabs a:hover { color: var(--nile-blue); }
.quick-tabs a.active { color: var(--nile-blue); }
.quick-tabs a.active::after {
  content: ''; position: absolute; bottom: 0; left: 1.5rem; right: 1.5rem;
  height: 2px; background: var(--sand-gold);
}
.quick-actions {
  display: flex; gap: 0.75rem; align-items: center;
}
.quick-price {
  font-size: 0.85rem; color: var(--gray-700);
}
.quick-price strong {
  font-family: var(--font-display);
  color: var(--nile-blue); font-size: 1.1rem;
  font-weight: 500;
}
.quick-cta {
  background: var(--nile-blue); color: var(--white);
  padding: 0.65rem 1.5rem; border-radius: 100px;
  text-decoration: none; font-weight: 600; font-size: 0.85rem;
  transition: all 0.3s ease;
}
.quick-cta:hover { background: var(--nile-blue-dark); }
.overview-section { background: var(--white); padding-top: 6rem; padding-bottom: 6rem; }
.overview-wrap {
  max-width: 1400px; margin: 0 auto; padding: 0 2.5rem;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 5rem; align-items: start;
}
.overview-content p {
  font-size: 1.05rem; color: var(--gray-700);
  margin-bottom: 1.25rem; line-height: 1.75;
}
.overview-content p:first-of-type::first-letter {
  font-family: var(--font-display); font-size: 3.5rem;
  font-weight: 400; line-height: 1; float: left;
  margin: 0.1rem 0.6rem -0.2rem 0; color: var(--nile-blue);
  font-style: italic;
}
.overview-content strong { color: var(--charcoal); font-weight: 700; }
.overview-highlights {
  background: var(--cream-warm);
  padding: 2.5rem;
  border-radius: 20px;
  position: sticky;
  top: 150px;
}
.overview-highlights-title {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.overview-highlights-title::before {
  content: '✦'; color: var(--sand-gold); font-size: 1.2rem;
}
.highlights-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 1rem;
}
.highlights-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: 0.95rem; color: var(--gray-700);
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.highlights-list li:last-child { border-bottom: none; padding-bottom: 0; }
.highlights-list .check {
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--success); color: var(--white);
  border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
  margin-top: 0.1rem;
}
.highlights-list strong { color: var(--charcoal); }
.itinerary-section { background: var(--cream); }
.itinerary-wrap { max-width: 1400px; margin: 0 auto; padding: 0 2.5rem; }
.itinerary-header {
  text-align: center; margin-bottom: 4rem;
}
.itinerary-header .section-eyebrow { justify-content: center; }
.itinerary-header p {
  max-width: 600px; margin: 1rem auto 0;
  color: var(--gray-700); font-size: 1.05rem;
}
.timeline-day {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 3rem;
  display: grid; grid-template-columns: 1fr 280px; gap: 2rem;
  align-items: start;
}
.timeline-day:last-child { margin-bottom: 0; }
.timeline-day::before {
  content: '';
  position: absolute;
  left: 24px; top: 0.5rem;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--sand-gold);
  z-index: 2;
}
.timeline-day.start::before, .timeline-day.end::before {
  background: var(--sand-gold);
  border-color: var(--cream);
}
.timeline-day-content {
  background: var(--white);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease;
}
.timeline-day-content:hover {
  box-shadow: 0 20px 40px -10px rgba(30,95,116,0.15);
}
.timeline-day-label {
  display: inline-block;
  background: var(--cream-warm);
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.timeline-day-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--nile-blue); margin-bottom: 0.75rem;
}
.timeline-day-content p {
  color: var(--gray-700);
  font-size: 0.98rem; line-height: 1.7;
  margin-bottom: 1.25rem;
}
.timeline-stops {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
}
.timeline-stop {
  background: var(--cream);
  color: var(--charcoal);
  padding: 0.35rem 0.8rem;
  border-radius: 100px;
  font-size: 0.75rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.timeline-stop::before { content: '📍'; font-size: 0.8rem; }
.timeline-day-image {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.timeline-day-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.timeline-day-image:hover img { transform: scale(1.05); }
.boats-section {
  background: var(--white);
  padding: 6rem 2.5rem;
}
.boats-wrap { max-width: 1400px; margin: 0 auto; }
.boats-header {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem;
}
.boats-header-content { flex: 1; min-width: 300px; }
.boats-header-content p {
  margin-top: 0.5rem;
  color: var(--gray-700);
  font-size: 1.05rem;
}
.boats-filter {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
}
.boats-filter-chip {
  background: var(--cream); border: 1px solid var(--gray-100);
  color: var(--charcoal); padding: 0.55rem 1.1rem;
  border-radius: 100px; cursor: pointer;
  font-size: 0.8rem; font-weight: 600;
  transition: all 0.3s ease;
}
.boats-filter-chip:hover {
  background: var(--cream-warm); border-color: var(--sand-gold);
}
.boats-filter-chip.active {
  background: var(--nile-blue); border-color: var(--nile-blue);
  color: var(--white);
}
.boat-card-category {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.4rem 0.9rem; border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  z-index: 2;
}
.boat-card-departures {
  background: var(--cream);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  color: var(--gray-700);
  display: flex; align-items: center; gap: 0.5rem;
}
.boat-card-departures::before {
  content: '📅'; font-size: 0.95rem;
}
.boat-card-departures strong { color: var(--charcoal); }
.pricing-overview {
  background: var(--charcoal);
  color: var(--white);
  padding: 6rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.pricing-overview::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,165,116,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.pricing-overview-wrap {
  max-width: 1400px; margin: 0 auto;
  position: relative; z-index: 2;
}
.pricing-overview-header {
  text-align: center; margin-bottom: 4rem;
}
.pricing-overview-header .section-eyebrow {
  color: var(--sand-gold); justify-content: center;
}
.pricing-overview-header .section-eyebrow::before { background: var(--sand-gold); }
.pricing-overview-header .section-title { color: var(--white); }
.pricing-overview-header .section-title .italic { color: var(--sand-gold); }
.pricing-overview-header p {
  max-width: 600px; margin: 1rem auto 0;
  color: rgba(255,255,255,0.7);
}
.season-card.peak {
  background: rgba(212,165,116,0.15);
  border-color: var(--sand-gold);
}
.inex-header { text-align: center; margin-bottom: 4rem; }
.inex-header .section-eyebrow { justify-content: center; }
.temples-section {
  background: var(--white);
  padding: 6rem 2.5rem;
}
.temples-wrap { max-width: 1400px; margin: 0 auto; }
.temples-header { text-align: center; margin-bottom: 4rem; }
.temples-header .section-eyebrow { justify-content: center; }
.temples-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.temple-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.temple-card:hover { transform: translateY(-4px); }
.temple-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.temple-card:hover img { transform: scale(1.04); }
.temple-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(20,63,78,0.95) 100%);
}
.temple-card-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem; color: var(--white);
}
.temple-card-day {
  display: inline-block;
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.25rem 0.7rem; border-radius: 100px;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.temple-card-title {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  margin-bottom: 0.4rem; line-height: 1.2;
}
.temple-card-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}
.related-section {
  background: var(--white);
  padding: 6rem 2.5rem;
}
.related-wrap { max-width: 1400px; margin: 0 auto; }
.related-header { text-align: center; margin-bottom: 3rem; }
.related-header .section-eyebrow { justify-content: center; }
.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.related-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 2.5rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.related-card:hover {
  background: var(--nile-blue);
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -20px rgba(30,95,116,0.4);
}
.related-card-number {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 300;
  line-height: 1; color: var(--sand-gold);
  font-style: italic; margin-bottom: 0.75rem;
}
.related-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 500;
  margin-bottom: 0.75rem; line-height: 1.2;
}
.related-card-route {
  font-size: 0.85rem;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}
.related-card:hover .related-card-route { color: rgba(255,255,255,0.7); }
.related-card-meta {
  display: flex; justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-300);
  font-size: 0.8rem;
  color: var(--gray-500);
}
.related-card:hover .related-card-meta { border-top-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); }
.related-card-meta strong {
  font-family: var(--font-display);
  font-size: 1rem; color: var(--nile-blue);
  font-weight: 500;
}
.related-card:hover .related-card-meta strong { color: var(--sand-gold); }
.sticky-item-info { display: flex; align-items: center; gap: 1rem; min-width: 0; flex: 1; }
.sticky-item-img {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex-shrink: 0;
}
.sticky-item-icon {
  width: 56px; height: 56px; border-radius: 12px; flex-shrink: 0;
  background: var(--cream-warm); display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.sticky-item-text { min-width: 0; }
.sticky-item-name {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--charcoal); line-height: 1.2; margin-bottom: 0.2rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-item-meta {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.75rem; color: var(--gray-500);
}
.sticky-item-meta .stars { color: var(--sand-gold); letter-spacing: 0.1em; }
.sticky-item-meta .dot { color: var(--gray-300); }
.selected-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem; background: var(--cream); border-radius: 12px;
  margin-bottom: 1.5rem;
}
.selected-item-img {
  width: 60px; height: 60px; border-radius: 10px; object-fit: cover; flex-shrink: 0;
}
.selected-item-icon {
  width: 60px; height: 60px; border-radius: 10px; flex-shrink: 0;
  background: var(--cream-warm); display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.selected-item-info { flex: 1; min-width: 0; }
.selected-item-name {
  font-family: var(--font-display); font-weight: 500; font-size: 1rem;
  color: var(--charcoal); margin-bottom: 0.2rem;
}
.selected-item-detail { font-size: 0.75rem; color: var(--gray-500); }
.selected-item-price { text-align: right; flex-shrink: 0; }
.selected-item-price-label { font-size: 0.65rem; color: var(--gray-500); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
.selected-item-price-value { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--nile-blue); font-weight: 600; }
/* NOTE: archive itinerary-card-* element rules live in the scoped .it-card
   block near the top of this file. The previously-orphaned global copies that
   sat here were removed to prevent cross-design leakage. */
.compare-table-section { background: var(--cream-warm); padding: 6rem 2.5rem; }
.compare-table-wrap { max-width: 1400px; margin: 0 auto; }
.compare-header { text-align: center; margin-bottom: 4rem; }
.compare-header .section-eyebrow { justify-content: center; }
.compare-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1rem; }
.compare-header h2 .italic { font-style: italic; color: var(--nile-blue); }
.compare-table-container { overflow-x: auto; background: var(--white); border-radius: 16px; padding: 1.5rem; box-shadow: 0 10px 40px -20px rgba(0,0,0,0.1); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 800px; }
.compare-table th { text-align: left; padding: 1rem 0.75rem; font-family: var(--font-display); font-weight: 600; color: var(--nile-blue); border-bottom: 2px solid var(--cream-warm); }
.compare-table td { padding: 1rem 0.75rem; border-bottom: 1px solid var(--gray-100); color: var(--gray-700); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover { background: var(--cream); }
.compare-table .duration-cell { font-family: var(--font-display); font-weight: 600; color: var(--charcoal); font-size: 1rem; }
.compare-table .price-cell { font-family: var(--font-display); font-weight: 600; color: var(--nile-blue); }
.compare-table .badge-best { display: inline-block; background: var(--sand-gold); color: var(--charcoal); padding: 0.2rem 0.6rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-left: 0.4rem; }

/* ===== MEDIA QUERIES ===== */

@keyframes kenburns {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.1) translate(-2%, -1%); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(37,211,102,0.5); }
  50% { box-shadow: 0 8px 40px rgba(37,211,102,0.8), 0 0 0 10px rgba(37,211,102,0.1); }
}

@media (max-width: 968px) {
  .topbar { padding: 0.5rem 1rem; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; }
  .topbar-left { gap: 1rem; }
  .topbar-right { gap: 0.75rem; }
  .header { padding: 1rem 1.5rem; }
  .nav { gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-menu { display: none; }
  .hero-content { padding: 0 1.5rem; }
  .search-conversational { padding: 1.5rem; }
  .search-sentence { font-size: 1.2rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat { border-left: none; padding-left: 0; }
  .section { padding: 4rem 1.5rem; }
  .section-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .boats-grid { grid-template-columns: 1fr; }
  .itineraries-grid { grid-template-columns: 1fr; }
  .itinerary-card { padding: 2rem; }
  .seasons-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .why-us-quote { right: 1rem; max-width: 220px; }
  .stories-grid { grid-template-columns: 1fr; }
  .faq-section { padding: 4rem 1.5rem; }
  .faq-question { font-size: 1.05rem; padding: 1.25rem 1.5rem; }
  .faq-answer-inner { padding: 0 1.5rem 1.25rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

@media (max-width: 768px) { .boats-grid { grid-template-columns: 1fr; } }

@media (max-width: 480px) {
  .seasons-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .boats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 968px) {
  .menu-toggle { display: inline-flex; }
  .nav a:not(.nav-cta):not(.search-trigger) { display: none !important; }
  .nav .nav-menu { display: none !important; }
  .nav-cta { display: none !important; }
  .search-trigger { display: inline-flex; }
}

@media (max-width: 768px) {
  .scroll-top { right: 1rem; bottom: 5.5rem; width: 40px; height: 40px; }
  body.sticky-bar-active .scroll-top { bottom: 7rem; }
  .cookie-banner { left: 1rem; right: 1rem; bottom: 1rem; padding: 1.25rem; }
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; }
  .lightbox-prev { left: 1rem; }
  .lightbox-next { right: 1rem; }
}

@media (max-width: 968px) {
  .topbar {
    padding: 0 !important;
    background: var(--charcoal) !important;
    flex-direction: row !important;
    gap: 0 !important;
    font-size: 0.75rem !important;
    overflow: hidden;
    position: relative;
  }
  
  
  .topbar-divider { display: none !important; }
  
  
  .topbar-left {
    flex: 1;
    display: flex !important;
    gap: 0 !important;
    align-items: stretch !important;
    padding: 0 !important;
  }
  
  .topbar-left .topbar-item {
    flex: 1;
    padding: 0.7rem 0.5rem !important;
    border-right: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9) !important;
    justify-content: center !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    transition: background 0.3s ease !important;
    gap: 0.4rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .topbar-left .topbar-item:hover,
  .topbar-left .topbar-item:active {
    background: rgba(212,165,116,0.15) !important;
    color: var(--sand-gold) !important;
  }
  
  .topbar-left .topbar-item svg {
    width: 13px !important;
    height: 13px !important;
    color: var(--sand-gold) !important;
    flex-shrink: 0;
  }
  
  
  .topbar-left .topbar-item:nth-child(2) span,
  .topbar-left .topbar-item:nth-child(3) {
    display: none !important;
  }
  
  
  .topbar-left .topbar-item:nth-child(2) {
    flex: 0 0 50px !important;
    padding: 0.7rem !important;
    font-size: 0 !important;
  }
  
  .topbar-left .topbar-item:nth-child(2) svg {
    width: 16px !important;
    height: 16px !important;
  }
  
  
  .topbar-right {
    display: flex !important;
    gap: 0 !important;
    flex-shrink: 0;
    align-items: stretch !important;
    background: rgba(212,165,116,0.08);
    border-left: 1px solid rgba(255,255,255,0.08);
  }
  
  .topbar-currency {
    padding: 0.7rem 0.85rem !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: var(--sand-gold) !important;
    letter-spacing: 0.05em !important;
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  
  .topbar-currency::before {
    color: var(--sand-gold) !important;
    margin-right: 0.15rem;
    font-size: 0.85rem;
  }
  
  
  .topbar-social {
    gap: 0 !important;
    align-items: stretch !important;
  }
  
  .topbar-social a {
    color: rgba(255,255,255,0.85) !important;
    width: auto !important;
    min-width: 36px !important;
    height: auto !important;
    padding: 0.5rem 0.6rem !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease !important;
  }
  
  .topbar-social a:hover,
  .topbar-social a:active {
    background: var(--sand-gold) !important;
    color: var(--charcoal) !important;
  }
  
  
  .topbar-social a:not(:nth-child(3)) {
    display: none !important;
  }
  
  
  .topbar-social a:nth-child(3) {
    background: #25D366 !important;
    color: var(--white) !important;
    font-size: 0 !important;
    min-width: 44px !important;
    position: relative;
  }
  
  .topbar-social a:nth-child(3)::before {
    content: '💬';
    font-size: 1rem;
  }
  
  .topbar-social a:nth-child(3):hover {
    background: #1ebe5a !important;
  }
}

@media (max-width: 480px) {
  .topbar-left .topbar-item {
    font-size: 0.68rem !important;
    padding: 0.65rem 0.4rem !important;
  }
  .topbar-left .topbar-item:first-child {
    font-size: 0 !important;
    flex: 0 0 50px !important;
  }
  .topbar-left .topbar-item:first-child svg {
    width: 16px !important;
    height: 16px !important;
  }
  
  .topbar-currency {
    padding: 0.65rem 0.7rem !important;
    font-size: 0.68rem !important;
  }
}

@keyframes alc-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@media (min-width: 969px) {
  .topbar-combined { background: var(--charcoal); }
  .topbar-combined-wrap {
    display: flex; align-items: stretch;
  }
  .topbar-promo {
    flex: 1;
    padding: 0.6rem 2.5rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    justify-content: flex-start;
  }
  .topbar-contact {
    background: transparent;
    padding: 0.6rem 2.5rem;
  }
  .topbar-contact-info { gap: 0.85rem; }
  .topbar-phone-number { font-size: 0.85rem; }
  .topbar-phone-label { font-size: 0.7rem; }
}

@media (max-width: 968px) and (min-width: 481px) {
  .topbar-promo { font-size: 0.78rem; }
  .topbar-contact { padding: 0.7rem 1.25rem; }
}

@media (max-width: 480px) {
  .topbar-promo {
    font-size: 0.72rem; padding: 0.55rem 0.75rem; gap: 0.4rem;
  }
  .topbar-promo-icon {
    width: 18px; height: 18px; font-size: 0.65rem;
  }
  .topbar-contact { padding: 0.6rem 0.85rem; gap: 0.5rem; }
  .topbar-phone-icon { width: 28px; height: 28px; font-size: 0.8rem; }
  .topbar-phone-number { font-size: 0.78rem; }
  .topbar-phone-label { font-size: 0.6rem; }
  .topbar-whatsapp-btn {
    padding: 0.5rem 0.85rem; font-size: 0.72rem;
  }
  .topbar-currency-mini { display: none; }
}

@media (max-width: 360px) {
  .topbar-whatsapp-btn { padding: 0.5rem 0.7rem; font-size: 0; min-width: 36px; }
  .topbar-whatsapp-btn::before { font-size: 1.1rem; margin: 0; }
  .topbar-currency-mini { display: none; }
}

@keyframes pulse { 0%, 100% { box-shadow: 0 8px 30px rgba(37,211,102,0.5); } 50% { box-shadow: 0 8px 40px rgba(37,211,102,0.8), 0 0 0 10px rgba(37,211,102,0.1); } }

@media (max-width: 968px) {
  .topbar { padding: 0.5rem 1rem; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; }
  .topbar-left { gap: 1rem; }
  .header { padding: 1rem 1.5rem; }
  .nav { gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-menu { display: none; }
  .breadcrumb { padding: 0.75rem 1.5rem; }
  .hero { padding: 4rem 1.5rem; }
  .hero-stats { gap: 1.5rem; }
  .filter-bar { padding: 1rem 1.5rem; top: 60px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.5rem; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-meta { flex-direction: column; align-items: flex-start; }
  .main-section { padding: 3rem 1.5rem; }
  .boats-grid { grid-template-columns: 1fr; }
  .seo-content { padding: 4rem 1.5rem; }
  .seo-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .seo-image { position: relative; top: 0; aspect-ratio: 16/10; }
  .categories-showcase { padding: 4rem 1.5rem; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-bar { padding: 1rem 1.5rem; }
  .final-cta { padding: 4rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) {
  .categories-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .filter-bar { padding: 0.5rem 1rem; top: 60px; }
  .filter-results { display: none; }
  .filter-divider { display: none; }
  .filter-icon-btn:nth-child(2) { display: none; }
}

@keyframes kenburns {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.04) translate(-1%, -1%); }
}

@media (max-width: 968px) {
  .topbar { padding: 0.5rem 1rem; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; }
  .topbar-left { gap: 1rem; }
  .header { padding: 1rem 1.5rem; }
  .nav { gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-menu { display: none; }
  .breadcrumb { padding: 0.75rem 1.5rem; }
  
  .hero-content { padding: 4rem 1.5rem 2.5rem; }
  .hero-quick-stats { gap: 1.5rem; }
  
  .sticky-tabs-wrap { padding: 0 1rem; }
  .sticky-tabs-actions { display: none; }
  
  .section { padding: 4rem 1.5rem; }
  .about-wrap { grid-template-columns: 1fr; gap: 3rem; padding: 0 1.5rem; }
  .amenities-wrap, .gallery-wrap, .inex-wrap, .programs-wrap, .pricing-wrap { padding: 0 1.5rem; }
  
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-item.large, .gallery-item.wide, .gallery-item.tall {
    grid-row: span 1; grid-column: span 1;
  }
  .gallery-item.large { grid-column: span 2; }
  
  .inex-grid { grid-template-columns: 1fr; }
  .inex-card { padding: 2rem 1.5rem; }
  
  .program-block-header { grid-template-columns: 1fr; gap: 1rem; }
  .program-number { font-size: 3.5rem; }
  
  /* (.itinerary-day responsive overrides moved to single-tour-package CSS section) */
  
  .pricing-section { padding: 4rem 1.5rem; }
  .pricing-table { font-size: 0.85rem; }
  .pricing-table th, .pricing-table td { padding: 1rem 0.75rem; }
  .pricing-table td:not(:first-child) { font-size: 1.05rem; }
  .season-info-icon { font-size: 1.1rem; }
  .season-info-name { font-size: 0.85rem; }
  .season-info-period { font-size: 0.7rem; }
  .pricing-notes { grid-template-columns: 1fr; gap: 1rem; }
  .pricing-nights-tabs { gap: 0.5rem; margin-bottom: 2rem; }
  .pricing-nights-tab { min-width: 0; flex: 1 1 calc(50% - 0.5rem); padding: 0.85rem 1rem; gap: 0.6rem; }
  .nights-tab-num { font-size: 1.8rem; }
  .nights-tab-label { font-size: 0.65rem; }

  .faq-section { padding: 4rem 1.5rem; }
  
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
  
  .mobile-sticky-bar { display: flex; }
  .whatsapp-float { bottom: 5.5rem; }
  body { padding-bottom: 80px; }
}

@media (max-width: 480px) {
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .pricing-table-wrap { overflow-x: auto; }
  .pricing-table { min-width: 500px; }
}

@media (max-width: 768px) {
  .sticky-booking-bar { padding: 0.75rem 1rem; }
  .sticky-booking-wrap { gap: 0.75rem; }
  .sticky-boat-img { width: 44px; height: 44px; }
  .sticky-boat-name { font-size: 0.9rem; }
  .sticky-boat-meta { display: none; }
  .sticky-price-label { display: none; }
  .sticky-price { font-size: 1.25rem; }
  .sticky-btn { padding: 0.7rem 1rem; font-size: 0.8rem; }
  .sticky-btn-whatsapp { width: 40px; height: 40px; font-size: 1.1rem; }
  .offcanvas-form { max-width: 100%; }
  .offcanvas-header { padding: 1.25rem 1.5rem; }
  .offcanvas-body { padding: 1.5rem; }
  .offcanvas-footer { padding: 1rem 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 968px) {
  .topbar { padding: 0.5rem 1rem; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; }
  .topbar-left { gap: 1rem; }
  .header { padding: 1rem 1.5rem; }
  .nav { gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-menu { display: none; }
  .breadcrumb { padding: 0.75rem 1.5rem; }
  
  .hero-content { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.5rem; }
  .hero-stats { gap: 1.5rem; }
  
  .quick-info-bar { top: 60px; }
  .quick-info-wrap { padding: 0 1rem; }
  .quick-actions { display: none; }
  
  .section { padding: 4rem 1.5rem; }
  .overview-section { padding: 4rem 1.5rem; }
  .overview-wrap { grid-template-columns: 1fr; gap: 3rem; padding: 0; }
  .overview-highlights { position: relative; top: 0; }
  
  .itinerary-wrap { padding: 0 1.5rem; }
  .itinerary-timeline::before { left: 22px; }
  .timeline-day {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 3.5rem;
  }
  .timeline-day::before { left: 14px; }
  .timeline-day-image { height: 180px; }
  
  .boats-section { padding: 4rem 1.5rem; }
  .boats-grid { grid-template-columns: 1fr; }
  .boats-header { flex-direction: column; align-items: flex-start; }
  
  .pricing-overview { padding: 4rem 1.5rem; }
  .seasons-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-notes { grid-template-columns: 1fr; gap: 1.5rem; }
  
  .inex-section { padding: 4rem 1.5rem; }
  .inex-grid { grid-template-columns: 1fr; }
  .inex-card { padding: 2rem 1.5rem; }
  
  .temples-section { padding: 4rem 1.5rem; }
  .temples-grid { grid-template-columns: repeat(2, 1fr); }
  
  .faq-section { padding: 4rem 1.5rem; }
  
  .related-section { padding: 4rem 1.5rem; }
  .related-grid { grid-template-columns: 1fr; }
  
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .boats-grid { grid-template-columns: repeat(2, 1fr); }
  .temples-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
  .seasons-grid { grid-template-columns: 1fr; }
  .temples-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .sticky-booking-bar { padding: 0.75rem 1rem; }
  .sticky-booking-wrap { gap: 0.75rem; }
  .sticky-item-img, .sticky-item-icon { width: 44px; height: 44px; font-size: 1.3rem; }
  .sticky-item-name { font-size: 0.9rem; }
  .sticky-item-meta { display: none; }
  .sticky-price-label { display: none; }
  .sticky-price { font-size: 1.25rem; }
  .sticky-btn { padding: 0.7rem 1rem; font-size: 0.8rem; }
  .sticky-btn-whatsapp { width: 40px; height: 40px; font-size: 1.1rem; }
  .offcanvas-form { max-width: 100%; }
  .offcanvas-header { padding: 1.25rem 1.5rem; }
  .offcanvas-body { padding: 1.5rem; }
  .offcanvas-footer { padding: 1rem 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 968px) {
  .topbar { padding: 0.5rem 1rem; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; }
  .topbar-left { gap: 1rem; }
  .header { padding: 1rem 1.5rem; }
  .nav { gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-menu { display: none; }
  .breadcrumb { padding: 0.75rem 1.5rem; }
  .hero { padding: 4rem 1.5rem; }
  .hero-stats { gap: 1.5rem; }
  .filter-bar { padding: 1rem 1.5rem; top: 60px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.5rem; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-meta { flex-direction: column; align-items: flex-start; }
  .main-section { padding: 3rem 1.5rem; }
  .it-grid { grid-template-columns: 1fr; }
  .it-card { grid-template-columns: 1fr; }
  .it-card .itinerary-card-image { aspect-ratio: 16/10; }
  .seo-content { padding: 4rem 1.5rem; }
  .seo-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .seo-image { position: relative; top: 0; aspect-ratio: 16/10; }
  .compare-table-section { padding: 4rem 1.5rem; }
  .final-cta { padding: 4rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }


/* ============================================
   ARCHIVE TEMPLATE — Additional Classes (v2.3)
   ============================================ */

.boat-card-tagline {
  font-size: 0.92rem; color: var(--gray-700); line-height: 1.5;
  margin-bottom: 0.75rem; min-height: 2.7em;
}

.boat-card-meta {
  display: flex; flex-wrap: wrap; gap: 0.4rem 0.85rem;
  margin: 0.75rem 0 1rem;
}
.boat-card-meta .meta-item {
  font-size: 0.78rem; color: var(--gray-700); font-weight: 500;
  display: inline-flex; align-items: center; gap: 0.25rem;
}

.categories-wrap {
  max-width: var(--container-max, 1400px); margin: 0 auto;
  padding: 0 2.5rem;
}

.final-cta-buttons,
.related-cta-buttons {
  display: flex; gap: 1rem; justify-content: center;
  margin-top: 2rem; flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25D366; color: var(--white);
  padding: 1rem 2rem; border-radius: 100px;
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s ease;
  border: none; cursor: pointer;
}
.btn-whatsapp:hover {
  background: #1ebe5a; transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.35);
}

.reviews-section {
  padding: 5rem 2.5rem;
  background: var(--cream-warm);
}
.reviews-wrap {
  max-width: var(--container-max, 1400px); margin: 0 auto; padding: 0 2.5rem;
}
.reviews-header {
  text-align: center; margin-bottom: 3rem;
}
.reviews-aggregate {
  margin-top: 1rem;
  display: inline-flex; gap: 0.75rem; align-items: center;
  padding: 0.5rem 1.25rem; background: var(--white);
  border-radius: 100px;
  font-size: 0.95rem;
}
.reviews-aggregate .reviews-stars {
  color: var(--sand-gold); letter-spacing: 1px;
}
.reviews-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.75rem;
}
.review-card {
  position: relative;
  background: var(--white); padding: 2.25rem 2rem 1.75rem;
  border-radius: 18px; box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  display: flex; flex-direction: column; gap: 1rem;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: -1.25rem; right: 1rem;
  font-family: var(--font-display);
  font-size: 8rem; line-height: 1;
  color: rgba(212, 165, 116, 0.12);
  pointer-events: none;
  user-select: none;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border-color: rgba(212, 165, 116, 0.3);
}
.review-card.featured {
  border-color: var(--sand-gold);
  box-shadow: 0 6px 24px rgba(212, 165, 116, 0.15);
}
.review-card-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem;
}
.review-rating {
  color: var(--sand-gold); font-size: 1.05rem; letter-spacing: 2px;
}
.review-featured-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: var(--sand-gold); color: var(--charcoal);
  padding: 0.25rem 0.7rem; border-radius: 100px;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.review-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.15rem; color: var(--charcoal);
  margin: 0; line-height: 1.35;
  position: relative; z-index: 2;
}
.review-quote {
  color: var(--gray-700); font-size: 0.95rem;
  line-height: 1.65; flex: 1; margin: 0;
  position: relative; z-index: 2;
}
.review-meta {
  display: flex; align-items: flex-start;
  gap: 0.85rem;
  border-top: 1px solid var(--gray-100); padding-top: 1rem;
  margin-top: 0.5rem;
}
.review-avatar {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500;
}
.review-card.featured .review-avatar {
  background: linear-gradient(135deg, var(--sand-gold), #b8895a);
}
.review-author-block {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 0.15rem;
}
.review-author {
  color: var(--charcoal); font-weight: 700;
  font-size: 0.9rem;
}
.review-author-sub {
  font-size: 0.75rem; color: var(--gray-500);
  display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center;
}
.review-author-sub > * + *::before {
  content: '·'; margin-right: 0.5rem;
  color: var(--gray-400, #b6b6b6);
}
.review-badges {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-top: 0.65rem;
}
.review-platform {
  display: inline-flex; align-items: center;
  padding: 0.2rem 0.65rem; border-radius: 100px;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--gray-100); color: var(--charcoal);
}
.review-platform-tripadvisor { background: #e8f5e9; color: #2d8659; }
.review-platform-google      { background: #e8f0fe; color: #1a73e8; }
.review-platform-booking     { background: #e7eef7; color: #003580; }
.review-platform-direct      { background: var(--cream); color: var(--nile-blue); }
.review-platform-facebook    { background: #e7f0fa; color: #1877f2; }
.review-tag {
  background: var(--cream); padding: 0.2rem 0.65rem;
  border-radius: 100px; font-size: 0.68rem; font-weight: 600;
  color: var(--nile-blue); letter-spacing: 0.04em;
}

/* No results state */
.no-results {
  grid-column: 1 / -1;
  text-align: center; padding: 4rem 2rem;
  background: var(--white); border-radius: 16px;
}
.no-results h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.5rem; color: var(--charcoal); margin-bottom: 0.5rem;
}
.no-results p {
  color: var(--gray-700); margin-bottom: 1.5rem;
}

/* Category-specific hero on taxonomy pages */
.category-hero .hero-eyebrow {
  font-size: 0.95rem;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.story-section { background: var(--white); padding: 6rem 2.5rem; }
.story-wrap {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 5rem; align-items: center;
}
.story-image { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-quote {
  position: absolute; bottom: -2rem; right: -2rem;
  background: var(--sand-gold); padding: 2rem;
  border-radius: 16px; box-shadow: 0 30px 60px -15px rgba(0,0,0,0.25);
  max-width: 280px;
}
.story-content > p { font-size: 1.05rem; color: var(--gray-700); margin-bottom: 1.25rem; line-height: 1.75; }
.story-content > p:first-of-type::first-letter {
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 400;
  line-height: 1; float: left; margin: 0.1rem 0.6rem -0.2rem 0;
  color: var(--nile-blue); font-style: italic;
}
.story-content strong { color: var(--charcoal); font-weight: 700; }
.story-content ul, .story-content ol {
  font-size: 1.05rem; color: var(--gray-700); line-height: 1.75;
  margin: 0.5rem 0 1.25rem; padding-left: 1.75rem;
}
.story-content li { margin-bottom: 0.5rem; padding-left: 0.25rem; }
.story-content li::marker { color: var(--sand-gold); }

/* ----- Generic content prose: any rich-text region rendered from a wysiwyg
   meta field. Apply to .alc-prose, plus the per-day descriptions inside
   tour packages and cruise programs. ----- */
.alc-prose ul, .alc-prose ol,
.tour-day-desc ul, .tour-day-desc ol,
.itinerary-day-desc ul, .itinerary-day-desc ol {
  margin: 0.5rem 0 0.75rem; padding-left: 1.5rem;
}
.alc-prose li,
.tour-day-desc li,
.itinerary-day-desc li {
  margin-bottom: 0.4rem; padding-left: 0.25rem;
}
.alc-prose li::marker,
.tour-day-desc li::marker,
.itinerary-day-desc li::marker { color: var(--sand-gold); }
.alc-prose p,
.tour-day-desc p,
.itinerary-day-desc p { margin-bottom: 0.75rem; }
.alc-prose p:last-child,
.tour-day-desc p:last-child,
.itinerary-day-desc p:last-child { margin-bottom: 0; }

.stats-banner { background: var(--charcoal); padding: 4rem 2.5rem; color: var(--white); }
.stats-banner-wrap {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem;
}
.stats-banner .stat-item { text-align: center; }
.stats-banner .stat-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300; line-height: 1;
  color: var(--sand-gold); margin-bottom: 0.5rem;
}
.stats-banner .stat-label {
  font-size: 0.85rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em; text-transform: uppercase;
}

.values-section { background: var(--cream); padding: 6rem 2.5rem; }
.values-section .values-wrap { max-width: 1400px; margin: 0 auto; }
.values-header { text-align: center; margin-bottom: 4rem; }
.values-header .section-eyebrow { justify-content: center; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value-card {
  background: var(--white); padding: 2.5rem;
  border-radius: 20px; transition: all 0.4s ease;
  position: relative; border: 1px solid transparent;
}
.value-card:hover {
  transform: translateY(-6px);
  border-color: var(--sand-gold);
  box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2);
}
.value-number {
  font-family: var(--font-display); font-size: 3rem; font-weight: 300;
  font-style: italic; color: var(--sand-gold);
  line-height: 1; margin-bottom: 1.5rem;
}
.value-title {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 1rem;
}
.value-text { color: var(--gray-700); font-size: 0.95rem; line-height: 1.7; }

.team-section { background: var(--white); padding: 6rem 2.5rem; }
.team-section .team-wrap { max-width: 1400px; margin: 0 auto; }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-header .section-eyebrow { justify-content: center; }
.team-header p { max-width: 600px; margin: 1rem auto 0; color: var(--gray-700); font-size: 1.05rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.team-card { text-align: center; transition: transform 0.4s ease; }
.team-card:hover { transform: translateY(-6px); }
.team-photo {
  width: 100%; aspect-ratio: 1;
  border-radius: 50%; overflow: hidden;
  margin-bottom: 1.5rem; position: relative;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-name {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.25rem;
}
.team-role {
  font-size: 0.85rem; color: var(--sand-gold);
  font-weight: 600; letter-spacing: 0.05em; margin-bottom: 0.75rem;
}
.team-bio { font-size: 0.85rem; color: var(--gray-700); line-height: 1.5; }

.journey-section {
  background: var(--cream-warm); padding: 6rem 2.5rem;
  position: relative; overflow: hidden;
}
.journey-section::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,165,116,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.journey-wrap { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.journey-header { text-align: center; margin-bottom: 5rem; }
.journey-header .section-eyebrow { justify-content: center; }
.journey-timeline { position: relative; }
.journey-timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, transparent, var(--sand-gold), transparent);
  transform: translateX(-50%);
}
.journey-item {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 2rem; align-items: center; margin-bottom: 4rem; position: relative;
}
.journey-item:last-child { margin-bottom: 0; }
.journey-content {
  background: var(--white); padding: 2rem; border-radius: 16px;
  box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}
.journey-content:hover { transform: scale(1.02); }
.journey-year {
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.15em; color: var(--sand-gold); margin-bottom: 0.5rem;
}
.journey-title {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.75rem;
}
.journey-description { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; }
.journey-dot {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--sand-gold);
  border: 4px solid var(--cream-warm);
  z-index: 2; flex-shrink: 0;
}

.partners-section { background: var(--white); padding: 6rem 2.5rem; }
.partners-section .partners-wrap { max-width: 1400px; margin: 0 auto; }
.partners-header { text-align: center; margin-bottom: 4rem; }
.partners-header .section-eyebrow { justify-content: center; }
.partners-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem; align-items: center; }
.partner-logo {
  background: var(--cream); padding: 2rem 1.5rem; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 500;
  color: var(--gray-500); text-align: center;
  transition: all 0.3s ease; aspect-ratio: 16/9;
}
.partner-logo:hover { background: var(--cream-warm); color: var(--nile-blue); transform: translateY(-4px); }

.certs-section { background: var(--charcoal); color: var(--white); padding: 6rem 2.5rem; text-align: center; }
.certs-wrap { max-width: 1100px; margin: 0 auto; }
.certs-header { margin-bottom: 4rem; }
.certs-header .section-eyebrow { color: var(--sand-gold); justify-content: center; }
.certs-header .section-eyebrow::before { background: var(--sand-gold); }
.certs-header .section-title { color: var(--white); }
.certs-header .section-title .italic { color: var(--sand-gold); }
.certs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.cert-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 2rem 1.5rem; border-radius: 16px;
  transition: all 0.3s ease;
}
.cert-card:hover { background: rgba(212,165,116,0.08); border-color: var(--sand-gold); }
.cert-icon {
  width: 60px; height: 60px;
  background: rgba(212,165,116,0.15); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; font-size: 1.6rem;
}
.cert-name {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--white); margin-bottom: 0.5rem;
}
.cert-desc { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

@media (max-width: 968px) {
  .story-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .story-quote { right: 1rem; bottom: -1rem; max-width: 240px; }
  .stats-banner-wrap { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-timeline::before { left: 20px; }
  .journey-item { grid-template-columns: auto 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .journey-empty { display: none; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .stats-banner-wrap { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .certs-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-search { position: relative; max-width: 600px; margin: 0 auto; }
.faq-search-input {
  width: 100%; padding: 1.1rem 1.25rem 1.1rem 3.5rem;
  border: none; border-radius: 100px;
  font-family: var(--font-body); font-size: 1rem;
  background: var(--white); color: var(--charcoal); outline: none;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.3);
}
.faq-search-input::placeholder { color: var(--gray-500); }
.faq-search::before {
  content: '🔍'; position: absolute; left: 1.5rem; top: 50%;
  transform: translateY(-50%); font-size: 1rem;
}

.categories-nav {
  background: var(--white); padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-100);
  position: sticky; top: 76px; z-index: 90;
}
.categories-nav-wrap {
  max-width: 1400px; margin: 0 auto; padding: 0 2.5rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem;
  justify-content: center;
  align-items: center;
}
.categories-nav-wrap::-webkit-scrollbar { display: none; }
.cat-btn { padding: 0.55rem 1.1rem; font-size: 0.82rem; }
@media (max-width: 1200px) {
  .cat-btn { padding: 0.5rem 0.9rem; font-size: 0.78rem; }
}
@media (max-width: 600px) {
  .categories-nav-wrap {
    flex-wrap: nowrap; justify-content: flex-start;
    overflow-x: auto; padding: 0 1rem;
  }
}
.cat-btn {
  background: var(--cream); border: 1px solid var(--gray-100);
  color: var(--charcoal); padding: 0.6rem 1.3rem;
  border-radius: 100px; cursor: pointer;
  font-size: 0.85rem; font-weight: 600;
  white-space: nowrap; transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.cat-btn:hover { background: var(--cream-warm); border-color: var(--sand-gold); }
.cat-btn.active { background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white); }
.cat-btn-count {
  background: rgba(255,255,255,0.2); padding: 0.1rem 0.5rem;
  border-radius: 100px; font-size: 0.7rem;
}
.cat-btn:not(.active) .cat-btn-count { background: var(--gray-100); color: var(--gray-700); }

.faq-page-main { max-width: 900px; margin: 0 auto; padding: 4rem 2.5rem; }
.faq-category { margin-bottom: 4rem; scroll-margin-top: 160px; }
.faq-category:last-child { margin-bottom: 0; }
.category-header {
  display: flex; align-items: center; gap: 1.25rem;
  margin-bottom: 2rem; padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--cream-warm);
}
.category-header .category-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--cream-warm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; flex-shrink: 0;
}
.category-title {
  font-family: var(--font-display); font-size: 1.8rem;
  font-weight: 500; color: var(--charcoal); margin-bottom: 0.25rem;
}
.category-desc { color: var(--gray-700); font-size: 0.95rem; }

.contact-cta { background: var(--charcoal); color: var(--white); padding: 6rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
.contact-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%);
}
.contact-cta-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.contact-cta h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05;
  margin-bottom: 1rem;
}
.contact-cta h2 .italic { font-style: italic; color: var(--sand-gold); }
.contact-cta p { color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; font-size: 1.05rem; }

@media (max-width: 968px) {
  .categories-nav-wrap { padding: 0 1rem; }
  .categories-nav { top: 60px; }
  .category-header { gap: 1rem; }
  .category-header .category-icon { width: 48px; height: 48px; font-size: 1.4rem; }
  .category-title { font-size: 1.5rem; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-main-section { padding: 5rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.main-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: start; }

.form-card { background: var(--white); border-radius: 24px; padding: 3rem; box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }

.form-progress {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 3rem; position: relative;
}
.form-progress::before {
  content: ''; position: absolute; top: 18px; left: 18px; right: 18px;
  height: 2px; background: var(--gray-100); z-index: 1;
}
.progress-step {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; position: relative; z-index: 3; flex: 1;
}
.progress-circle {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--gray-100);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600;
  color: var(--gray-500); transition: all 0.3s ease;
}
.progress-step.active .progress-circle {
  background: var(--sand-gold); border-color: var(--sand-gold);
  color: var(--charcoal); transform: scale(1.1);
}
.progress-step.completed .progress-circle {
  background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white);
}
.progress-step-label {
  font-size: 0.75rem; font-weight: 600; color: var(--gray-500);
  letter-spacing: 0.05em; text-transform: uppercase; text-align: center;
}
.progress-step.active .progress-step-label { color: var(--charcoal); }

.form-step { display: none; }
.form-step.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.step-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.step-subtitle { color: var(--gray-700); font-size: 0.95rem; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.5rem; letter-spacing: 0.02em; }
.required { color: #c95151; }

.choice-grid { display: grid; gap: 0.75rem; }
.choice-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.choice-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.choice-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.choice-card {
  border: 1.5px solid var(--gray-100); border-radius: 12px;
  padding: 1.25rem 1rem; cursor: pointer; transition: all 0.3s ease;
  text-align: center; background: var(--white);
}
.choice-card:hover { border-color: var(--sand-gold); background: var(--cream-warm); }
.choice-card.selected { border-color: var(--nile-blue); background: var(--nile-blue); color: var(--white); }
.choice-icon { font-size: 1.6rem; margin-bottom: 0.5rem; }
.choice-label { font-family: var(--font-display); font-size: 0.95rem; font-weight: 500; margin-bottom: 0.25rem; }
.choice-desc { font-size: 0.75rem; color: var(--gray-500); }
.choice-card.selected .choice-desc { color: rgba(255,255,255,0.7); }

.form-select, .form-input, .form-textarea {
  width: 100%; padding: 0.85rem 1rem;
  border: 1.5px solid var(--gray-100); border-radius: 10px;
  font-family: var(--font-body); font-size: 0.95rem;
  color: var(--charcoal); background: var(--white);
  transition: all 0.3s ease; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--nile-blue); box-shadow: 0 0 0 4px rgba(30,95,116,0.08);
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--gray-500); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1f24' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  padding-right: 2.5rem; cursor: pointer;
}

.checkbox-list { display: flex; flex-direction: column; gap: 0.5rem; }
.checkbox-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--gray-100); border-radius: 10px;
  cursor: pointer; transition: all 0.3s ease;
}
.checkbox-item:hover { border-color: var(--sand-gold); background: var(--cream-warm); }
.checkbox-item input { display: none; }
.checkbox-item.checked { border-color: var(--nile-blue); background: rgba(30,95,116,0.05); }

.form-actions {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--gray-100);
}
.btn-back, .btn-next {
  padding: 0.85rem 1.75rem; border-radius: 100px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.9rem;
  cursor: pointer; border: none; transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-back { background: transparent; color: var(--gray-700); }
.btn-back:hover { color: var(--charcoal); background: var(--cream); }
.btn-back:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-next { background: var(--nile-blue); color: var(--white); }
.btn-next:hover { background: var(--nile-blue-dark); gap: 0.75rem; }

.success-state { text-align: center; padding: 3rem 1rem; display: none; }
.success-state.active { display: block; }
.success-icon {
  width: 80px; height: 80px; background: var(--success);
  border-radius: 50%; margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 2.5rem;
  animation: scaleIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes scaleIn { from { transform: scale(0); } to { transform: scale(1); } }

.contact-sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 100px; }
.contact-sidebar .sidebar-card { background: var(--white); border-radius: 20px; padding: 2rem; }
.contact-sidebar .sidebar-card-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; margin-bottom: 1rem; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; padding: 0; }
.contact-list-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-list-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream-warm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1.1rem;
}
.contact-list-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 0.25rem; }
.contact-list-value { font-family: var(--font-display); font-weight: 500; color: var(--charcoal); }
.contact-list-sub { font-size: 0.8rem; color: var(--gray-500); margin-top: 0.15rem; }

.whatsapp-cta-card { background: linear-gradient(135deg, #25D366, #1eaf52); border-radius: 20px; padding: 2rem; color: var(--white); text-align: center; }
.whatsapp-cta-card h4 { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 0.5rem; }
.whatsapp-cta-card p { font-size: 0.85rem; margin-bottom: 1.25rem; opacity: 0.9; }
.whatsapp-cta-card .btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--white); color: #1eaf52;
  padding: 0.7rem 1.5rem; border-radius: 100px;
  font-weight: 700; font-size: 0.85rem; text-decoration: none;
}

.testimonial-card { background: var(--cream-warm); border-radius: 20px; padding: 2rem; border-left: 4px solid var(--sand-gold); }
.testimonial-card .stars { color: var(--sand-gold); margin-bottom: 0.75rem; }
.testimonial-card p { font-size: 0.9rem; color: var(--charcoal); font-style: italic; line-height: 1.6; margin-bottom: 0.75rem; }
.testimonial-card cite { font-size: 0.75rem; color: var(--gray-500); font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }

.office-section { background: var(--cream-warm); padding: 6rem 2.5rem; }
.office-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.office-image { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.office-image img { width: 100%; height: 100%; object-fit: cover; }
.office-details { background: var(--white); border-radius: 16px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.office-detail-item { display: flex; gap: 1rem; align-items: flex-start; padding-bottom: 1.25rem; border-bottom: 1px solid var(--gray-100); }
.office-detail-item:last-child { border-bottom: none; padding-bottom: 0; }
.office-detail-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.2rem; }

@media (max-width: 968px) {
  .main-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-card { padding: 2rem 1.5rem; }
  .contact-sidebar { position: relative; top: 0; }
  .form-progress { gap: 0.5rem; }
  .form-group-row { grid-template-columns: 1fr; }
  .choice-grid.cols-3, .choice-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .form-actions { flex-direction: column-reverse; gap: 1rem; align-items: stretch; }
  .btn-back, .btn-next { justify-content: center; }
  .office-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 480px) {
  .choice-grid.cols-3, .choice-grid.cols-4 { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOG SINGLE POST
   ============================================================ */
.post-hero {
  background: var(--cream-warm);
  padding: 5rem 2.5rem 3rem;
  text-align: center;
}
.post-hero-wrap { max-width: 850px; margin: 0 auto; }
.post-category-pill {
  display: inline-block; background: var(--sand-gold);
  color: var(--charcoal); padding: 0.4rem 1rem;
  border-radius: 100px; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.post-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.1;
  letter-spacing: -0.02em; color: var(--charcoal);
  margin-bottom: 1.5rem;
}
.post-title .italic { font-style: italic; color: var(--nile-blue); }
.post-meta {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.85rem; color: var(--gray-700); flex-wrap: wrap;
  justify-content: center;
}
.post-meta .author { display: inline-flex; align-items: center; gap: 0.5rem; }
.post-author-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 600;
}

.post-featured-image {
  max-width: 1200px; margin: -2rem auto 0; padding: 0 2.5rem;
}
.post-featured-image img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.2);
}

.post-body-section { padding: 4rem 2.5rem; }
.post-body-wrap {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 280px; gap: 4rem; align-items: start;
}
.post-body { font-size: 1.05rem; line-height: 1.8; color: var(--gray-700); }
.post-body h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.8rem; color: var(--charcoal);
  margin: 3rem 0 1rem;
}
.post-body h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.4rem; color: var(--charcoal);
  margin: 2rem 0 0.75rem;
}
.post-body p { margin-bottom: 1.25rem; }
.post-body ul, .post-body ol { margin: 0 0 1.25rem 1.5rem; }
.post-body li { margin-bottom: 0.5rem; }
.post-body strong { color: var(--charcoal); }
.post-body a { color: var(--nile-blue); text-decoration: underline; text-decoration-color: var(--sand-gold); text-underline-offset: 3px; }
.post-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.5rem 0; }
.post-body blockquote {
  border-left: 4px solid var(--sand-gold);
  padding: 1rem 1.5rem; margin: 1.5rem 0;
  background: var(--cream-warm); border-radius: 0 12px 12px 0;
  font-style: italic; color: var(--charcoal);
}

.post-sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 100px; }
.post-sidebar .sidebar-card { background: var(--cream); border-radius: 16px; padding: 1.5rem; }
.post-sidebar .sidebar-card h4 {
  font-family: var(--font-display); font-size: 1.05rem;
  font-weight: 600; color: var(--charcoal); margin-bottom: 1rem;
}
.toc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.toc-list a {
  font-size: 0.85rem; color: var(--gray-700);
  text-decoration: none; padding-left: 0.75rem;
  border-left: 2px solid transparent; transition: all 0.2s ease;
}
.toc-list a:hover { color: var(--nile-blue); border-left-color: var(--sand-gold); }
.share-buttons { display: flex; gap: 0.5rem; }
.share-buttons a {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--white); display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.3s ease;
}
.share-buttons a:hover { background: var(--sand-gold); transform: translateY(-2px); }

.author-bio-section { padding: 3rem 2.5rem; background: var(--cream); }
.author-bio {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 100px 1fr; gap: 2rem;
  background: var(--white); padding: 2.5rem; border-radius: 20px;
}
.author-bio-photo {
  width: 100px; height: 100px; border-radius: 50%; overflow: hidden;
  background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-family: var(--font-display); font-size: 2rem; font-weight: 500;
}
.author-bio-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 0.25rem; }
.author-bio h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.author-role { font-size: 0.85rem; color: var(--sand-gold); font-weight: 600; margin-bottom: 0.75rem; }
.author-bio-content > p { font-size: 0.95rem; color: var(--gray-700); line-height: 1.7; margin-bottom: 1rem; }

@media (max-width: 968px) {
  .post-body-wrap { grid-template-columns: 1fr; }
  .post-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .post-sidebar .sidebar-card { flex: 1 1 240px; }
  .author-bio { grid-template-columns: 1fr; text-align: center; }
  .author-bio-photo { margin: 0 auto; }
}

/* ============================================================
   BLOG ARCHIVE / INDEX
   ============================================================ */
.blog-hero {
  background: var(--nile-blue-dark); color: var(--white);
  padding: 5rem 2.5rem 3rem; text-align: center;
  position: relative; overflow: hidden;
}
.blog-hero-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.blog-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem;
}
.blog-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.blog-hero p { color: rgba(255,255,255,0.85); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.blog-hero .search-wrap { position: relative; max-width: 500px; margin: 0 auto; }
.blog-hero .search-input {
  width: 100%; padding: 1rem 1.25rem 1rem 3rem;
  border: none; border-radius: 100px;
  font-size: 0.95rem; background: var(--white);
  color: var(--charcoal); outline: none;
}
.blog-hero .search-wrap::before {
  content: '🔍'; position: absolute; left: 1.25rem; top: 50%; transform: translateY(-50%);
}

.posts-section { padding: 4rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.post-card {
  background: var(--white); border-radius: 16px; overflow: hidden;
  border: 1px solid var(--gray-100);
  transition: all 0.3s ease;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
}
.post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2);
  border-color: rgba(212,165,116,0.3);
}
.post-card-image { aspect-ratio: 16/10; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.post-card:hover .post-card-image img { transform: scale(1.05); }
.post-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post-card-category {
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--sand-gold); font-weight: 700; margin-bottom: 0.5rem;
}
.post-card-title {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.75rem; line-height: 1.3;
}
.post-card-excerpt { color: var(--gray-700); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.post-card-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1rem; border-top: 1px solid var(--gray-100);
  font-size: 0.8rem; color: var(--gray-500);
}
.post-card-author { display: flex; align-items: center; gap: 0.5rem; }
.post-card-author .author-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.7rem; font-weight: 600;
}

.pagination {
  display: flex; gap: 0.5rem; justify-content: center;
  margin-top: 3rem; flex-wrap: wrap;
}
.pagination .page-numbers {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--white); color: var(--charcoal);
  border: 1px solid var(--gray-100); text-decoration: none;
  font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease;
}
.pagination .page-numbers:hover { background: var(--cream); }
.pagination .page-numbers.current { background: var(--nile-blue); color: var(--white); border-color: var(--nile-blue); }

@media (max-width: 968px) {
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .posts-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   404 PAGE
   ============================================================ */
.error-section {
  position: relative; min-height: 70vh;
  background: linear-gradient(180deg, #d8e2e8 0%, #f4ede0 60%, #1e5f74 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 4rem 2rem;
}
.error-bg-text {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display); font-size: clamp(15rem, 35vw, 30rem);
  font-weight: 300; color: rgba(212,165,116,0.18);
  pointer-events: none; user-select: none; line-height: 0.8;
}
.error-wrap {
  text-align: center; position: relative; z-index: 5;
  max-width: 600px;
}
.error-eyebrow {
  display: inline-block; font-size: 0.75rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--sand-gold); font-weight: 700; margin-bottom: 1.5rem;
}
.error-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.1;
  color: var(--charcoal); margin-bottom: 1.25rem;
}
.error-title .italic { font-style: italic; color: var(--nile-blue); }
.error-message {
  font-size: 1.1rem; color: var(--gray-700);
  margin-bottom: 2.5rem; line-height: 1.6;
}
.error-section .cta-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.error-decoration {
  position: absolute; bottom: 10%; left: 50%;
  transform: translateX(-50%); font-size: 4rem;
  pointer-events: none; opacity: 0.7;
  animation: float 4s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-15px); } }

.popular-section { padding: 5rem 2.5rem; background: var(--white); }
.popular-wrap { max-width: 1100px; margin: 0 auto; }
.popular-header { text-align: center; margin-bottom: 3rem; }
.popular-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.popular-link {
  display: flex; align-items: center; gap: 1.25rem;
  background: var(--cream); border-radius: 16px; padding: 1.5rem;
  text-decoration: none; color: inherit; transition: all 0.3s ease;
}
.popular-link:hover { background: var(--cream-warm); transform: translateX(4px); }
.popular-link-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--sand-gold); color: var(--charcoal);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.popular-link-content { flex: 1; }
.popular-link-title { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.25rem; }
.popular-link-desc { font-size: 0.85rem; color: var(--gray-500); }
.popular-link-arrow { color: var(--sand-gold); font-weight: 700; transition: transform 0.3s ease; }
.popular-link:hover .popular-link-arrow { transform: translateX(4px); }
@media (max-width: 600px) { .popular-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SEARCH RESULTS
   ============================================================ */
.search-hero {
  background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue));
  color: var(--white); padding: 4rem 2.5rem 3rem;
}
.search-hero-wrap { max-width: 900px; margin: 0 auto; }
.search-hero .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  color: var(--sand-gold); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem;
}
.search-hero .hero-eyebrow::before {
  content: ''; width: 30px; height: 1px; background: var(--sand-gold);
}
.search-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1.5rem; line-height: 1.1;
}
.search-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.search-hero h1 .query { color: var(--sand-gold); font-style: italic; }

.search-input-wrap { position: relative; }
.search-input {
  width: 100%; padding: 1.25rem 1.5rem 1.25rem 4rem;
  border: none; border-radius: 100px;
  font-family: var(--font-body); font-size: 1.05rem;
  background: var(--white); color: var(--charcoal); outline: none;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.4);
}
.search-input-wrap::before {
  content: '🔍'; position: absolute; left: 1.75rem; top: 50%;
  transform: translateY(-50%); font-size: 1.2rem;
}
.search-input-clear {
  position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);
  background: var(--cream); border: none; width: 32px; height: 32px;
  border-radius: 50%; cursor: pointer; font-size: 1rem; color: var(--charcoal);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; line-height: 1;
  transition: background 0.3s ease;
}
.search-input-clear:hover { background: var(--cream-warm); }

.search-results-section { padding: 3rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.results-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem;
}
.results-count { font-size: 1rem; color: var(--gray-700); }
.results-count strong { color: var(--charcoal); font-family: var(--font-display); font-weight: 600; }
.results-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.tab-btn {
  background: var(--white); border: 1px solid var(--gray-100); color: var(--charcoal);
  padding: 0.6rem 1.2rem; border-radius: 100px; cursor: pointer;
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
  transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem;
}
.tab-btn:hover { background: var(--cream); border-color: var(--sand-gold); }
.tab-btn.active { background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white); }
.tab-count {
  background: rgba(0,0,0,0.05); padding: 0.05rem 0.45rem; border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
}
.tab-btn.active .tab-count { background: rgba(255,255,255,0.2); color: var(--white); }

/* Each results group sits in a white card */
.result-section {
  background: var(--white); border-radius: 20px; padding: 2rem;
  margin-bottom: 2rem;
}
.result-section-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--gray-100);
  flex-wrap: wrap; gap: 0.75rem;
}
.result-section-title {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal); display: flex; align-items: center; gap: 0.5rem;
}
.result-section-title .icon {
  background: var(--cream-warm); width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.result-section-count { color: var(--gray-500); font-size: 0.85rem; font-weight: 400; }
.view-all-link {
  color: var(--nile-blue); text-decoration: none; font-size: 0.85rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.3s ease;
}
.view-all-link:hover { gap: 0.7rem; }

/* Ship results (image-left, content-right) */
.ships-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.ship-result {
  display: grid; grid-template-columns: 140px 1fr; gap: 1.25rem;
  padding: 1rem; border-radius: 12px; cursor: pointer;
  text-decoration: none; color: inherit;
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.ship-result:hover { background: var(--cream); }
.ship-result-image { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; background: var(--gray-100); }
.ship-result-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.ship-result:hover .ship-result-image img { transform: scale(1.04); }
.ship-result-content { display: flex; flex-direction: column; justify-content: space-between; }
.ship-result-cat {
  font-size: 0.7rem; font-weight: 700; color: var(--sand-gold-dark);
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.4rem;
}
.ship-result-title {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.4rem; line-height: 1.2;
}
.ship-result-title .highlight {
  background: var(--sand-gold-light); padding: 0 0.2rem;
  border-radius: 3px; font-weight: 600;
}
.ship-result-meta { font-size: 0.8rem; color: var(--gray-500); margin-bottom: 0.5rem; }
.ship-result-price {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 500;
  color: var(--nile-blue); margin-top: auto;
}

/* Itinerary results (big duration left, text right) */
.itinerary-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.itinerary-result {
  display: flex; gap: 1rem; align-items: center;
  padding: 1.25rem; border-radius: 12px; cursor: pointer;
  border: 1px solid var(--gray-100); text-decoration: none; color: inherit;
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.itinerary-result:hover { background: var(--cream); border-color: var(--sand-gold); }
.itinerary-duration {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 300;
  color: var(--sand-gold); font-style: italic; line-height: 1;
  min-width: 70px; text-align: center;
}
.itinerary-duration small {
  font-size: 0.65rem; font-style: normal; color: var(--gray-500);
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  display: block; margin-top: 0.25rem;
}
.itinerary-content { flex: 1; }
.itinerary-content h4 {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.3rem; line-height: 1.3;
}
.itinerary-content h4 .highlight {
  background: var(--sand-gold-light); padding: 0 0.2rem;
  border-radius: 3px; font-weight: 600;
}
.itinerary-content p { font-size: 0.85rem; color: var(--gray-700); }

/* Article results (text only, with category tag) */
.article-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.article-result {
  padding: 1.25rem; border-radius: 12px; cursor: pointer;
  border: 1px solid var(--gray-100); text-decoration: none; color: inherit;
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.article-result:hover { background: var(--cream); border-color: var(--sand-gold); }
.article-result-cat {
  font-size: 0.7rem; font-weight: 700; color: var(--sand-gold-dark);
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.5rem;
}
.article-result h4 {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--charcoal); line-height: 1.3; margin-bottom: 0.5rem;
}
.article-result h4 .highlight {
  background: var(--sand-gold-light); padding: 0 0.2rem;
  border-radius: 3px; font-weight: 600;
}
.article-result p { font-size: 0.85rem; color: var(--gray-700); line-height: 1.5; margin-bottom: 0.75rem; }
.article-result-meta { font-size: 0.75rem; color: var(--gray-500); }

/* Empty state */
.no-results { text-align: center; padding: 5rem 2rem; background: var(--white); border-radius: 24px; }
.no-results-icon { font-size: 4rem; margin-bottom: 1.5rem; opacity: 0.3; }
.no-results h3 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.75rem;
}
.no-results p { color: var(--gray-700); max-width: 500px; margin: 0 auto 2rem; }

/* Suggested searches */
.suggestions-section { padding: 3rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.suggestions-section h3 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 1rem;
}
.suggestion-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.suggestion-pill {
  background: var(--white); border: 1px solid var(--gray-100); color: var(--charcoal);
  padding: 0.5rem 1rem; border-radius: 100px; cursor: pointer;
  font-size: 0.85rem; font-weight: 600; text-decoration: none;
  transition: all 0.3s ease;
}
.suggestion-pill:hover { background: var(--nile-blue); color: var(--white); border-color: var(--nile-blue); }

/* Help CTA */
.help-cta { background: var(--nile-blue); color: var(--white); padding: 4rem 2.5rem; text-align: center; }
.help-cta-wrap { max-width: 700px; margin: 0 auto; }
.help-cta h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 1rem;
}
.help-cta h2 .italic { font-style: italic; color: var(--sand-gold); }
.help-cta p { color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
.help-cta .btn-primary {
  background: var(--sand-gold); color: var(--charcoal);
  padding: 1rem 2rem; border-radius: 100px; text-decoration: none;
  font-weight: 700; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s ease;
}
.help-cta .btn-primary:hover { background: var(--sand-gold-light); transform: translateY(-2px); }

@media (max-width: 768px) {
  .search-hero { padding: 3rem 1.5rem; }
  .search-results-section { padding: 2rem 1.5rem; }
  .ships-results, .itinerary-results, .article-results { grid-template-columns: 1fr; }
  .ship-result { grid-template-columns: 100px 1fr; }
  .result-section { padding: 1.5rem; }
}

/* ============================================================
   LEGAL / SIMPLE PAGES
   ============================================================ */
.legal-hero {
  background: var(--cream-warm); padding: 4rem 2.5rem 2rem; text-align: center;
}
.legal-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--charcoal);
  margin-bottom: 0.5rem;
}
.legal-hero .updated { font-size: 0.85rem; color: var(--gray-500); }
.legal-content {
  max-width: 800px; margin: 0 auto;
  padding: 3rem 2.5rem 5rem;
  font-size: 1rem; line-height: 1.8; color: var(--gray-700);
}
.legal-content h2 {
  font-family: var(--font-display); font-weight: 500; font-size: 1.6rem;
  color: var(--charcoal); margin: 2.5rem 0 1rem;
}
.legal-content h3 {
  font-family: var(--font-display); font-weight: 500; font-size: 1.25rem;
  color: var(--charcoal); margin: 1.75rem 0 0.75rem;
}
.legal-content p { margin-bottom: 1.25rem; }
.legal-content ul, .legal-content ol { margin: 0 0 1.25rem 1.5rem; }
.legal-content li { margin-bottom: 0.5rem; }
.legal-content a { color: var(--nile-blue); text-decoration: underline; text-decoration-color: var(--sand-gold); text-underline-offset: 3px; }

/* ============================================================
   DESTINATIONS
   ============================================================ */
.dest-quick-info { background: var(--white); padding: 2rem 2.5rem; border-bottom: 1px solid var(--gray-100); }
.dest-quick-info-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.quick-info-item { display: flex; align-items: center; gap: 1rem; }
.quick-info-item .quick-info-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.quick-info-item .quick-info-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 0.15rem; }
.quick-info-item .quick-info-value { font-family: var(--font-display); font-weight: 500; color: var(--charcoal); font-size: 1rem; }

.attractions-section { background: var(--white); padding: 6rem 2.5rem; }
.attractions-wrap { max-width: 1400px; margin: 0 auto; }
.attractions-header { text-align: center; margin-bottom: 4rem; }
.attractions-header .section-eyebrow { justify-content: center; }
.attractions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.attraction-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--gray-100); transition: all 0.3s ease; }
.attraction-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.18); border-color: rgba(212,165,116,0.3); }
.attraction-image { aspect-ratio: 4/3; overflow: hidden; }
.attraction-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.attraction-card:hover .attraction-image img { transform: scale(1.06); }
.attraction-content { padding: 1.5rem; }
.attraction-meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: var(--gray-500); margin-bottom: 0.5rem; }
.attraction-rating { color: var(--sand-gold); font-weight: 700; display: inline-flex; align-items: center; gap: 0.25rem; }
.attraction-rating .star { color: var(--sand-gold); }
.attraction-content h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.attraction-content p { font-size: 0.9rem; color: var(--gray-700); line-height: 1.6; margin-bottom: 1rem; }
.attraction-info { display: flex; gap: 0.75rem; font-size: 0.78rem; color: var(--gray-500); flex-wrap: wrap; padding-top: 0.75rem; border-top: 1px solid var(--gray-100); }
.attraction-info span { display: inline-flex; align-items: center; gap: 0.25rem; }

.things-to-do { background: var(--cream); padding: 5rem 2.5rem; }
.things-wrap { max-width: 1100px; margin: 0 auto; }
.things-header { text-align: center; margin-bottom: 3rem; }
.things-header .section-eyebrow { justify-content: center; }
.things-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.thing-card { background: var(--white); padding: 1.75rem; border-radius: 14px; display: flex; gap: 1rem; align-items: flex-start; transition: all 0.3s ease; }
.thing-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1); }
.thing-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.thing-card h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; }
.thing-card p { font-size: 0.85rem; color: var(--gray-700); line-height: 1.5; }

.cruises-cta { background: var(--cream-warm); padding: 5rem 2.5rem; }
.cruises-cta-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.cruises-cta-content h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--charcoal); margin-bottom: 1rem; line-height: 1.1; }
.cruises-cta-content h2 .italic { font-style: italic; color: var(--nile-blue); }
.cruises-cta-content p { color: var(--gray-700); font-size: 1rem; line-height: 1.7; margin-bottom: 1.75rem; }
.cruises-cta-image { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.cruises-cta-image img { width: 100%; height: 100%; object-fit: cover; }

.dest-related-section { background: var(--white); padding: 5rem 2.5rem; }
.dest-related-wrap { max-width: 1400px; margin: 0 auto; }
.dest-related-header { text-align: center; margin-bottom: 3rem; }
.dest-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

/* Destinations archive cards */
.destinations-section { background: var(--cream); padding: 4rem 2.5rem; }
.destinations-wrap { max-width: 1400px; margin: 0 auto; }
.destinations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.destinations-grid .destination-card.featured { grid-column: span 2; aspect-ratio: 21/9; }
.destination-card { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; cursor: pointer; transition: transform 0.4s ease; text-decoration: none; color: inherit; display: block; }
.destination-card:hover { transform: translateY(-4px); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.destination-card:hover img { transform: scale(1.06); }
.destination-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(20,63,78,0.95) 100%); z-index: 1; }
.destination-card .destination-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; color: var(--white); z-index: 2; }
.destination-eyebrow { display: inline-block; background: var(--sand-gold); color: var(--charcoal); padding: 0.25rem 0.7rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
.destination-title { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; line-height: 1.1; margin-bottom: 0.5rem; }
.destination-title .italic { font-style: italic; color: var(--sand-gold); }
.destination-meta { font-size: 0.85rem; color: rgba(255,255,255,0.85); margin-bottom: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.destination-cta { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--sand-gold); font-weight: 700; font-size: 0.9rem; }
.destination-badge { position: absolute; top: 1.25rem; left: 1.25rem; z-index: 2; background: var(--sand-gold); color: var(--charcoal); padding: 0.4rem 0.9rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }

/* Destinations ARCHIVE mosaic — frozen destinations-archive.html.
   The global .destinations-* / .destination-* rules above (L4786+) are SHARED
   with the single-destination "related" grid (single-alc_destination.php uses
   .dest-related-grid + .destination-card), so they are left fully intact. The
   overrides below re-shape ONLY the archive mosaic (body.post-type-archive-
   alc_destination) to match the frozen prototype: a 3-col / 2-row grid with a
   tall featured card spanning both rows, plain-text gold eyebrow (no pill),
   white CTA, and a top-right badge. Each rule explicitly RESETS every property
   its matching global rule sets so nothing leaks (route-stop lesson). Higher
   specificity (body class + descendant) beats the globals. */
body.post-type-archive-alc_destination .destinations-section { background: var(--white); padding: 5rem 2.5rem; }
body.post-type-archive-alc_destination .destinations-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_destination .destinations-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_destination .destinations-grid { grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 1.5rem; height: 700px; }
body.post-type-archive-alc_destination .destination-card { aspect-ratio: auto; }
body.post-type-archive-alc_destination .destinations-grid .destination-card.featured { grid-column: auto; grid-row: span 2; aspect-ratio: auto; }
body.post-type-archive-alc_destination .destination-eyebrow { display: block; background: none; color: var(--sand-gold); padding: 0; border-radius: 0; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; }
body.post-type-archive-alc_destination .destination-title { font-size: 1.6rem; font-weight: 500; }
body.post-type-archive-alc_destination .destination-card.featured .destination-title { font-size: 2.5rem; font-weight: 300; }
body.post-type-archive-alc_destination .destination-meta { gap: 0.75rem; }
body.post-type-archive-alc_destination .destination-cta { color: var(--white); }
body.post-type-archive-alc_destination .destination-badge { left: auto; right: 1.25rem; }

/* Destination archive FINAL CTA — frozen destinations-archive.html uses the
   NILE-BLUE variant (main.css L695-700). A later global block (L7655+) re-defines
   .final-cta as CHARCOAL with a single-gradient ::before and a 700px wrap, and
   wins by source order (same specificity). These body.post-type-archive-
   alc_destination overrides restore the frozen nile-blue variant for this archive
   only, resetting EVERY property the charcoal block leaks (background, ::before
   gradient, wrap max-width, h2 size, p color) so nothing bleeds through. Other
   pages keep the charcoal default. */
body.post-type-archive-alc_destination .final-cta { background: var(--nile-blue); }
body.post-type-archive-alc_destination .final-cta::before { background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%); }
body.post-type-archive-alc_destination .final-cta-wrap { max-width: 800px; }
body.post-type-archive-alc_destination .final-cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
body.post-type-archive-alc_destination .final-cta p { color: rgba(255,255,255,0.8); }

/* Archive mosaic — mobile (matches frozen destinations-archive.html L222-225:
   single column, auto height, featured drops its row-span). Higher specificity
   beats the generic mobile rule below. */
@media (max-width: 968px) {
  body.post-type-archive-alc_destination .destinations-grid { grid-template-columns: 1fr; height: auto; }
  body.post-type-archive-alc_destination .destinations-grid .destination-card.featured { grid-column: auto; grid-row: auto; aspect-ratio: 16/10; }
  body.post-type-archive-alc_destination .destination-card { aspect-ratio: 4/3; }
}

@media (max-width: 968px) {
  .dest-quick-info-wrap { grid-template-columns: repeat(2, 1fr); }
  .attractions-grid, .things-grid, .dest-related-grid { grid-template-columns: 1fr; }
  .cruises-cta-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .destinations-grid { grid-template-columns: 1fr; }
  .destinations-grid .destination-card.featured { grid-column: span 1; aspect-ratio: 4/5; }
}

/* ============================================================
   BLOG INDEX (home.php)
   ============================================================ */
.blog-search-hero {
  background: var(--nile-blue-dark); color: var(--white);
  padding: 5rem 2.5rem 4rem; text-align: center;
  position: relative; overflow: hidden;
}
.blog-search-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(212,165,116,0.18), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212,165,116,0.12), transparent 50%);
  pointer-events: none;
}
.blog-search-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.blog-search-wrap .hero-eyebrow { color: var(--sand-gold); justify-content: center; }
.blog-search-wrap h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.05;
  margin-bottom: 1rem;
}
.blog-search-wrap h1 .italic { font-style: italic; color: var(--sand-gold); }
.blog-search-wrap > p { color: rgba(255,255,255,0.85); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.blog-search-bar { position: relative; max-width: 600px; margin: 0 auto; }
.blog-search-bar input {
  width: 100%; padding: 1.1rem 1.5rem 1.1rem 3.5rem;
  border: none; border-radius: 100px;
  font-size: 1rem; background: var(--white);
  color: var(--charcoal); outline: none;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.3);
}
.blog-search-bar::before {
  content: '🔍'; position: absolute; left: 1.5rem; top: 50%;
  transform: translateY(-50%); font-size: 1rem;
}

/* Categories Bar (sticky tabs for blog) */
.blog-categories-bar {
  background: var(--white); padding: 1.5rem 2.5rem;
  border-bottom: 1px solid var(--gray-100);
  position: sticky; top: 76px; z-index: 90;
}
.blog-categories-bar-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; gap: 0.6rem; overflow-x: auto; scrollbar-width: none;
  flex-wrap: nowrap;
}
.blog-categories-bar-wrap::-webkit-scrollbar { display: none; }
.blog-categories-bar .cat-btn { font-size: 0.83rem; padding: 0.55rem 1.15rem; }

/* Featured section (1 main + 4 secondary) */
.featured-section { padding: 5rem 2.5rem; background: var(--cream); }
.featured-wrap { max-width: 1400px; margin: 0 auto; }
.featured-header { margin-bottom: 2.5rem; }
.featured-header .section-title { margin-bottom: 0; }
.featured-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: minmax(0, 1fr); gap: 1.5rem; }
.featured-main {
  grid-row: span 2;
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/5; cursor: pointer;
  text-decoration: none; color: inherit;
  transition: transform 0.4s ease;
}
.featured-main:hover { transform: translateY(-4px); }
.featured-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.featured-main:hover img { transform: scale(1.05); }
.featured-main-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(20,63,78,0.95) 100%); }
.featured-main-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2.5rem; color: var(--white); }
.post-category {
  display: inline-block; background: var(--sand-gold);
  color: var(--charcoal); padding: 0.3rem 0.85rem;
  border-radius: 100px; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.featured-main-title {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 500; line-height: 1.15; margin-bottom: 1rem;
}
.featured-main-meta {
  display: flex; gap: 1rem; align-items: center;
  font-size: 0.85rem; color: rgba(255,255,255,0.85);
}
.featured-secondary {
  position: relative; border-radius: 20px; overflow: hidden;
  cursor: pointer; text-decoration: none; color: inherit;
  transition: transform 0.4s ease;
}
.featured-secondary:hover { transform: translateY(-4px); }
.featured-secondary img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.featured-secondary:hover img { transform: scale(1.04); }
.featured-secondary-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(20,63,78,0.95) 100%); }
.featured-secondary-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; color: var(--white); }
.featured-secondary-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; line-height: 1.25; margin-bottom: 0.5rem; }
.featured-secondary-meta { font-size: 0.75rem; color: rgba(255,255,255,0.85); }
.featured-secondary .post-category { font-size: 0.6rem; padding: 0.2rem 0.6rem; margin-bottom: 0.5rem; }

/* Recent Posts section */
.recent-posts-section { background: var(--white); padding: 5rem 2.5rem; }
.recent-posts-wrap { max-width: 1400px; margin: 0 auto; }
.recent-posts-header { margin-bottom: 2.5rem; }

/* Newsletter */
.newsletter-section { background: var(--cream-warm); padding: 6rem 2.5rem; }
.newsletter-wrap { max-width: 700px; margin: 0 auto; text-align: center; }
.newsletter-wrap .section-eyebrow { justify-content: center; }
.newsletter-wrap h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05;
  margin-bottom: 1.25rem; color: var(--charcoal);
}
.newsletter-wrap h2 .italic { font-style: italic; color: var(--nile-blue); }
.newsletter-wrap > p {
  font-size: 1.05rem; color: var(--gray-700);
  margin-bottom: 2.5rem;
}
.newsletter-form {
  display: flex; gap: 0.75rem;
  max-width: 500px; margin: 0 auto;
}
.newsletter-input {
  flex: 1; padding: 1rem 1.5rem;
  border: 1.5px solid var(--gray-100);
  border-radius: 100px; font-family: var(--font-body);
  font-size: 0.95rem; background: var(--white);
  outline: none; transition: border 0.3s ease;
}
.newsletter-input:focus { border-color: var(--nile-blue); }
.newsletter-btn {
  background: var(--nile-blue); color: var(--white);
  padding: 1rem 2rem; border: none; border-radius: 100px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.9rem;
  cursor: pointer; transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-btn:hover { background: var(--nile-blue-dark); transform: translateY(-2px); }

@media (max-width: 968px) {
  .featured-grid { grid-template-columns: 1fr; }
  .featured-main { grid-row: auto; aspect-ratio: 16/10; }
  .blog-categories-bar { top: 60px; padding: 1rem; }
  .newsletter-form { flex-direction: column; }
}

/* ==========================================================================
   TOUR PACKAGES (Egypt land + cruise combos)
   ========================================================================== */

/* Hero meta pills */
.tour-hero-meta {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.75rem; margin: 1.5rem 0;
}
.tour-meta-pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  color: var(--white);
  font-family: var(--font-body); font-weight: 600; font-size: 0.92rem;
}
.tour-meta-pill-price {
  background: var(--sand-gold); border-color: var(--sand-gold); color: var(--ink);
}
.tour-hero-ctas {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem; margin-top: 1.75rem;
}

/* Quick info bar */
.tour-quickbar {
  background: var(--cream);
  border-bottom: 1px solid var(--border-soft);
  padding: 2rem 2.5rem;
}
.tour-quickbar-wrap {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.tour-quick-item { display: flex; align-items: center; gap: 1rem; }
.tour-quick-icon { font-size: 2rem; line-height: 1; }
.tour-quick-label {
  font-family: var(--font-body); font-size: 0.78rem; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
}
.tour-quick-value {
  font-family: var(--font-display); font-size: 1.05rem;
  color: var(--ink); font-weight: 700;
}

/* Generic section spacing */
.tour-section { padding: 5rem 2.5rem; }
.tour-section-wrap { max-width: 1200px; margin: 0 auto; }
.tour-section-overview .tour-overview-content {
  margin-top: 1.5rem; font-size: 1.05rem; line-height: 1.7;
  color: var(--text-secondary); max-width: 800px;
}

/* Itinerary days */
.tour-itinerary {
  margin-top: 2.5rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  position: relative;
}
.tour-itinerary::before {
  content: ''; position: absolute; left: 35px; top: 0; bottom: 0;
  width: 2px; background: var(--border-soft); z-index: 0;
}
.tour-day {
  display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem;
  position: relative; z-index: 1;
}
.tour-day-marker {
  width: 70px; height: 70px;
  background: var(--nile-blue); color: var(--white);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0;
  border: 4px solid var(--cream);
  box-shadow: 0 4px 14px rgba(15, 90, 138, 0.25);
}
.tour-day-num {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 700; line-height: 1;
}
.tour-day-label {
  font-family: var(--font-body); font-size: 0.7rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 0.15rem; opacity: 0.85;
}
.tour-day-body {
  background: var(--white);
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 12px; flex: 1;
}
.tour-day-loc {
  display: inline-block;
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--nile-blue); font-weight: 600;
  margin-bottom: 0.4rem;
}
.tour-day-title {
  font-family: var(--font-display); font-size: 1.4rem;
  color: var(--ink); margin: 0 0 0.6rem; line-height: 1.25;
}
.tour-day-desc {
  font-family: var(--font-body); color: var(--text-secondary);
  line-height: 1.65; margin: 0 0 1rem;
}
.tour-day-meals {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--border-soft);
}
.tour-day-meals-label {
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em;
}
.tour-meal-chip {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.3rem 0.75rem;
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-primary);
}

/* Hotels & Destinations */
.tour-section-hotels { background: var(--cream); }
.tour-hotels-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
}
.tour-hotels-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 14px; padding: 2rem;
}
.tour-hotels-icon { font-size: 2.5rem; line-height: 1; margin-bottom: 0.75rem; }
.tour-hotels-card h3 {
  font-family: var(--font-display); font-size: 1.35rem;
  margin: 0 0 0.6rem; color: var(--ink);
}
.tour-hotels-card p {
  font-family: var(--font-body); color: var(--text-secondary);
  line-height: 1.7; margin: 0;
}

/* Included / Excluded */
.tour-section-inex { background: var(--white); }
.tour-inex-grid {
  margin-top: 2.5rem;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem;
}
.tour-inex-col {
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: 14px; padding: 2rem;
}
.tour-inex-included { border-left: 4px solid #2a8b56; }
.tour-inex-excluded { border-left: 4px solid var(--danger); }
.tour-inex-col h3 {
  font-family: var(--font-display); font-size: 1.3rem;
  margin: 0 0 1rem; color: var(--ink);
}
.tour-inex-col ul { list-style: none; margin: 0; padding: 0; }
.tour-inex-col li {
  font-family: var(--font-body);
  padding: 0.55rem 0 0.55rem 1.5rem;
  color: var(--text-primary);
  border-bottom: 1px dashed var(--border-soft);
  position: relative; line-height: 1.5;
}
.tour-inex-col li:last-child { border-bottom: none; }
.tour-inex-included li::before {
  content: '\2713'; position: absolute; left: 0;
  color: #2a8b56; font-weight: 700;
}
.tour-inex-excluded li::before {
  content: '\2715'; position: absolute; left: 0;
  color: var(--danger); font-weight: 700;
}

/* FAQ */
.tour-section-faq { background: var(--cream); }
.tour-faq-list {
  margin-top: 2rem;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.tour-faq-item {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 10px; overflow: hidden;
}
.tour-faq-item summary {
  cursor: pointer;
  padding: 1.1rem 1.5rem;
  font-family: var(--font-display); font-size: 1.05rem;
  color: var(--ink); font-weight: 600;
  list-style: none; position: relative;
  padding-right: 3rem;
}
.tour-faq-item summary::-webkit-details-marker { display: none; }
.tour-faq-item summary::after {
  content: '+'; position: absolute; right: 1.5rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; color: var(--nile-blue); font-weight: 400;
}
.tour-faq-item[open] summary::after { content: '\2212'; }
.tour-faq-body {
  padding: 0 1.5rem 1.25rem;
  font-family: var(--font-body); color: var(--text-secondary);
  line-height: 1.7;
}

/* ============= TOUR ARCHIVE ============= */
.tour-archive-filters {
  background: var(--white);
  border-bottom: 1px solid var(--border-soft);
  padding: 1.5rem 2.5rem;
  position: sticky; top: var(--header-height, 80px); z-index: 50;
}
.tour-archive-filters-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1.25rem;
}
.tour-filter-types {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.tour-filter-pill {
  padding: 0.5rem 1.1rem;
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  font-family: var(--font-body); font-size: 0.88rem;
  font-weight: 600; color: var(--text-primary);
  text-decoration: none; transition: all 0.2s ease;
  cursor: pointer;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-body);
}
.tour-filter-pill:hover { border-color: var(--nile-blue); color: var(--nile-blue); }
.tour-filter-pill.is-active {
  background: var(--nile-blue); color: var(--white);
  border-color: var(--nile-blue);
}
.tour-sort-form { display: flex; align-items: center; gap: 0.6rem; }
.tour-sort-form label {
  font-family: var(--font-body); font-weight: 600;
  font-size: 0.88rem; color: var(--text-muted);
}
.tour-sort-form select {
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--border-soft);
  border-radius: 8px; background: var(--white);
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--ink); cursor: pointer;
}

.tour-archive-grid-section {
  padding: 4rem 2.5rem; background: var(--cream);
}
.tour-archive-grid-wrap { max-width: 1400px; margin: 0 auto; }
.tour-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.tour-archive-grid .tour-card {
  width: 100%;
  min-width: 0;
}
@media (max-width: 1100px) {
  .tour-archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .tour-archive-grid { grid-template-columns: 1fr; gap: 1.25rem; }
}
.tour-card.is-hidden { display: none !important; }
.tour-archive-grid.is-empty + .tour-empty,
.tour-archive-grid.is-empty ~ .tour-empty { display: block; }
.tour-card {
  background: var(--white);
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex; flex-direction: column;
}
.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09);
}
.tour-card-image {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
}
.tour-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.tour-card:hover .tour-card-image img { transform: scale(1.05); }
.tour-card-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--sand-gold); color: var(--ink);
  padding: 0.4rem 0.85rem; border-radius: 100px;
  font-family: var(--font-body); font-size: 0.78rem;
  font-weight: 700; z-index: 2;
}
.tour-card-duration {
  position: absolute; bottom: 1rem; right: 1rem;
  background: rgba(0, 0, 0, 0.65); color: var(--white);
  backdrop-filter: blur(6px);
  padding: 0.4rem 0.85rem; border-radius: 8px;
  font-family: var(--font-body); font-size: 0.82rem;
  font-weight: 700; z-index: 2;
}
.tour-card-content {
  padding: 1.5rem 1.6rem 1.6rem;
  display: flex; flex-direction: column; flex: 1;
}
.tour-card-type {
  font-family: var(--font-body); font-size: 0.76rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 700; color: var(--nile-blue);
  margin-bottom: 0.5rem;
}
.tour-card-title {
  font-family: var(--font-display); font-size: 1.4rem;
  line-height: 1.25; margin: 0 0 0.6rem; color: var(--ink);
}
.tour-card-title a { color: inherit; text-decoration: none; }
.tour-card-title a:hover { color: var(--nile-blue); }
.tour-card-subtitle {
  font-family: var(--font-body); color: var(--text-secondary);
  line-height: 1.55; margin: 0 0 1rem; font-size: 0.95rem;
}
.tour-card-meta {
  display: flex; flex-direction: column; gap: 0.35rem;
  margin-bottom: 1.25rem; padding-bottom: 1.25rem;
  border-bottom: 1px dashed var(--border-soft);
}
.tour-card-meta-item {
  font-family: var(--font-body); font-size: 0.85rem;
  color: var(--text-muted);
}
.tour-card-footer {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.tour-card-price .price-label {
  display: block;
  font-family: var(--font-body); font-size: 0.7rem;
  color: var(--text-muted); text-transform: uppercase;
  letter-spacing: 0.08em; font-weight: 600;
}
.tour-card-price .price-value {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 700; color: var(--ink);
}
.tour-card-price .price-unit {
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-muted);
}
.tour-card-cta {
  font-family: var(--font-body); font-size: 0.9rem;
  font-weight: 700; color: var(--nile-blue);
  text-decoration: none; white-space: nowrap;
}
.tour-card-cta:hover { color: var(--nile-blue-dark); }

.tour-empty {
  text-align: center; padding: 4rem 1rem;
  background: var(--white);
  border: 1px dashed var(--border-soft);
  border-radius: 12px;
}
.tour-empty p {
  font-family: var(--font-body); color: var(--text-secondary);
  margin: 0 0 1.5rem;
}

/* Why our packages */
.tour-why-section { padding: 5rem 2.5rem; background: var(--white); }
.tour-why-wrap { max-width: 1200px; margin: 0 auto; text-align: center; }
.tour-why-grid {
  margin-top: 2.5rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem; text-align: left;
}
.tour-why-card {
  background: var(--cream);
  padding: 1.75rem;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
}
.tour-why-icon { font-size: 2.4rem; margin-bottom: 0.75rem; line-height: 1; }
.tour-why-card h3 {
  font-family: var(--font-display); font-size: 1.15rem;
  color: var(--ink); margin: 0 0 0.5rem;
}
.tour-why-card p {
  font-family: var(--font-body); color: var(--text-secondary);
  line-height: 1.6; font-size: 0.95rem; margin: 0;
}

@media (max-width: 968px) {
  .tour-quickbar-wrap { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .tour-hotels-grid,
  .tour-inex-grid { grid-template-columns: 1fr; }
  .tour-archive-filters-wrap { flex-direction: column; align-items: flex-start; }
  .tour-day { grid-template-columns: 60px 1fr; gap: 1rem; }
  .tour-day-marker { width: 56px; height: 56px; }
  .tour-day-num { font-size: 1.3rem; }
  .tour-itinerary::before { left: 28px; }
}
@media (max-width: 600px) {
  .tour-quickbar-wrap { grid-template-columns: 1fr; }
  .tour-section { padding: 3rem 1.25rem; }
}

/* ==========================================================================
   COMPACT ARCHIVE HERO (overrides 80vh hero) + BREADCRUMB
   Used by tour archive + single tour page
   ========================================================================== */

.alc-breadcrumb {
  background: var(--cream);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.85rem 2.5rem;
}
.alc-breadcrumb-wrap {
  max-width: 1400px; margin: 0 auto;
  font-family: var(--font-body); font-size: 0.85rem;
  color: var(--text-muted);
}
.alc-breadcrumb a {
  color: var(--text-muted); text-decoration: none; transition: color .2s ease;
}
.alc-breadcrumb a:hover { color: var(--nile-blue); }
.alc-breadcrumb .sep { margin: 0 0.55rem; opacity: 0.5; }
.alc-breadcrumb .current { color: var(--ink); font-weight: 600; }

/* Archive hero shares the same compact height as every other hero on the site (unified). */
.hero-section.archive-hero {
  min-height: 60vh;
  padding: 4rem 0;
}
.hero-section.archive-hero .archive-hero-inner,
.hero-section.archive-hero .hero-content {
  max-width: 900px; margin: 0 auto; text-align: center;
  position: relative; z-index: 2;
}
.archive-hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body); font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sand-gold); font-weight: 700;
  position: relative; padding: 0 2rem;
  margin-bottom: 1.25rem;
}
.archive-hero-eyebrow::before,
.archive-hero-eyebrow::after {
  content: ''; position: absolute; top: 50%;
  width: 1.5rem; height: 1px; background: var(--sand-gold);
}
.archive-hero-eyebrow::before { left: 0; }
.archive-hero-eyebrow::after { right: 0; }
.archive-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05; color: var(--white);
  margin: 0 0 1.25rem; font-weight: 600;
}
.archive-hero-title .italic {
  font-style: italic;
  color: var(--sand-gold); font-weight: 400;
}
.archive-hero-tagline {
  font-family: var(--font-body);
  font-size: 1.05rem; line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px; margin: 0 auto 2rem;
}
.archive-hero-stats {
  display: flex; justify-content: center; align-items: stretch;
  flex-wrap: wrap;
  gap: 0; padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.archive-hero-stats .stat-item {
  flex: 1 1 0; min-width: 130px;
  padding: 0 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; flex-direction: column; justify-content: center;
}
.archive-hero-stats .stat-item:last-child { border-right: none; }
.archive-hero-stats .stat-num {
  font-family: var(--font-display);
  font-size: 1.75rem; font-weight: 700;
  color: var(--sand-gold); line-height: 1.1;
  margin-bottom: 0.35rem;
}
.archive-hero-stats .stat-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78); font-weight: 600;
}

/* Filter bar adjustments */
.tour-filter-count {
  font-family: var(--font-body);
  font-size: 0.95rem; color: var(--text-muted);
  white-space: nowrap;
}
.tour-filter-count strong {
  color: var(--ink); font-weight: 700;
}

/* Section heading helper */
.tour-section-heading {
  margin-bottom: 2.5rem;
}
.tour-section-heading.center { text-align: center; }
.tour-section-heading .section-eyebrow {
  position: relative; padding: 0 1.5rem;
  display: inline-block; margin-bottom: 0.75rem;
}
.tour-section-heading.center .section-eyebrow::before,
.tour-section-heading.center .section-eyebrow::after {
  content: ''; position: absolute; top: 50%;
  width: 1rem; height: 1px; background: var(--sand-gold);
}
.tour-section-heading.center .section-eyebrow::before { left: -0.5rem; }
.tour-section-heading.center .section-eyebrow::after  { right: -0.5rem; }
.tour-section-subtitle {
  font-family: var(--font-body);
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 1.02rem;
  max-width: 640px; margin: 1rem auto 0;
}
.tour-section-heading:not(.center) .tour-section-subtitle { margin-left: 0; margin-right: 0; }

/* Card refinements: badge variants + features list + tags */
.tour-card-badge.is-popular {
  background: #2a8b56; color: var(--white);
}
.tour-card-badge.is-bestseller {
  background: var(--sand-gold); color: var(--ink);
}
.tour-card-badge.is-honeymoon {
  background: #c2493d; color: var(--white);
}
.tour-card-badge.is-family {
  background: #2d6cb6; color: var(--white);
}
.tour-card-meta-top {
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.tour-card-meta-top .tour-card-type { margin-bottom: 0; }
.tour-card-meta-dot { color: var(--text-muted); }
.tour-card-duration-label {
  font-family: var(--font-body); font-size: 0.8rem;
  font-weight: 600; color: var(--text-muted);
}
.tour-card-features {
  list-style: none; padding: 0; margin: 0 0 1rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem;
  background: var(--cream);
  padding: 0.85rem 1rem;
  border-radius: 8px;
}
.tour-card-features li {
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-secondary); line-height: 1.4;
}
.tour-card-tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed var(--border-soft);
}
.tour-card-tag {
  background: var(--cream);
  padding: 0.25rem 0.65rem;
  font-family: var(--font-body); font-size: 0.75rem;
  border-radius: 4px;
  color: var(--text-secondary); font-weight: 600;
}

/* ============= BENEFITS + TRUST BAND ============= */
.tour-benefits-section {
  padding: 5rem 2.5rem 0;
  background: var(--white);
}
.tour-benefits-wrap { max-width: 1200px; margin: 0 auto; }
.tour-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem; margin-bottom: 3rem;
}
.tour-benefit-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 1.75rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tour-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.tour-benefit-icon {
  font-size: 2.4rem; margin-bottom: 0.75rem;
  line-height: 1;
}
.tour-benefit-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem; color: var(--ink);
  margin: 0 0 0.6rem;
}
.tour-benefit-card p {
  font-family: var(--font-body);
  color: var(--text-secondary);
  line-height: 1.55; font-size: 0.92rem; margin: 0;
}

.tour-trust-band {
  margin-top: 1.5rem;
  background: var(--cream);
  border-radius: 14px;
  padding: 1.25rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.tour-trust-item {
  display: flex; align-items: center; gap: 0.75rem;
}
.tour-trust-icon {
  font-size: 1.6rem; line-height: 1;
  flex-shrink: 0;
}
.tour-trust-item strong {
  font-family: var(--font-display);
  display: block;
  color: var(--ink); font-weight: 700;
  font-size: 0.95rem;
}
.tour-trust-item span {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ============= WHAT'S INCLUDED ============= */
.tour-included-section {
  padding: 5rem 2.5rem; background: var(--white);
}
.tour-included-wrap { max-width: 1100px; margin: 0 auto; }
.tour-included-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem;
}
.tour-included-col {
  background: var(--cream);
  border-radius: 14px; padding: 2rem;
  border-top: 4px solid #2a8b56;
}
.tour-included-no { border-top-color: var(--danger); }
.tour-included-col h3 {
  font-family: var(--font-display); font-size: 1.25rem;
  margin: 0 0 1.25rem; color: var(--ink);
}
.tour-included-col ul { list-style: none; margin: 0; padding: 0; }
.tour-included-col li {
  font-family: var(--font-body);
  padding: 0.65rem 0;
  border-bottom: 1px dashed var(--border-soft);
  color: var(--text-primary); line-height: 1.5; font-size: 0.92rem;
}
.tour-included-col li:last-child { border-bottom: none; }
.tour-included-col li strong { color: var(--ink); }

/* ============= REVIEWS SECTION ============= */
.tour-reviews-section {
  padding: 5rem 2.5rem; background: var(--cream);
}
.tour-reviews-wrap { max-width: 1200px; margin: 0 auto; }
.tour-reviews-rating {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--white);
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  margin-top: 1.25rem;
  font-family: var(--font-body); font-size: 0.95rem;
  border: 1px solid var(--border-soft);
}
.tour-reviews-rating .stars { color: var(--sand-gold); letter-spacing: 0.05em; }
.tour-reviews-rating strong { color: var(--ink); font-weight: 700; }
.tour-reviews-rating .reviews-count { color: var(--text-muted); }
.tour-reviews-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
}
.tour-review-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
}
.tour-review-stars {
  color: var(--sand-gold); font-size: 1.1rem;
  letter-spacing: 0.08em; margin-bottom: 0.75rem;
}
.tour-review-title {
  font-family: var(--font-display); font-size: 1.08rem;
  color: var(--ink); margin: 0 0 0.5rem; font-weight: 700;
}
.tour-review-body {
  font-family: var(--font-body);
  color: var(--text-secondary);
  line-height: 1.6; font-size: 0.92rem;
  margin: 0 0 1.25rem;
}
.tour-review-author {
  display: flex; align-items: center; gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--border-soft);
}
.tour-review-avatar {
  width: 40px; height: 40px;
  background: var(--nile-blue); color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 700;
  flex-shrink: 0;
}
.tour-review-author strong {
  display: block; font-family: var(--font-display);
  font-size: 0.92rem; color: var(--ink); font-weight: 700;
}
.tour-review-author span {
  font-family: var(--font-body);
  font-size: 0.78rem; color: var(--text-muted);
}
.tour-reviews-cta { text-align: center; margin-top: 2.5rem; }
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--nile-blue);
  border: 2px solid var(--nile-blue);
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 700; font-size: 0.92rem;
  text-decoration: none; transition: all 0.2s ease;
}
.btn-secondary:hover {
  background: var(--nile-blue); color: var(--white);
}

/* ============= TIPS SECTION ============= */
.tour-tips-section {
  padding: 5rem 2.5rem; background: var(--white);
}
.tour-tips-wrap { max-width: 1200px; margin: 0 auto; }
.tour-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.tour-tip-card {
  background: var(--cream);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
}
.tour-tip-icon {
  font-size: 1.8rem; margin-bottom: 0.5rem; line-height: 1;
}
.tour-tip-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem; color: var(--ink);
  margin: 0 0 0.5rem;
}
.tour-tip-card p {
  font-family: var(--font-body);
  color: var(--text-secondary);
  line-height: 1.55; font-size: 0.88rem; margin: 0;
}

/* ============= FAQ ARCHIVE SECTION ============= */
.tour-faq-archive-section {
  padding: 5rem 2.5rem; background: var(--cream);
}
.tour-faq-archive-wrap { max-width: 900px; margin: 0 auto; }

@media (max-width: 968px) {
  .hero-section.archive-hero { padding: 3rem 1.5rem 3.25rem; }
  .archive-hero-stats .stat-item { padding: 0.5rem 1rem; }
  .archive-hero-stats .stat-num { font-size: 1.4rem; }
  .tour-trust-band { grid-template-columns: repeat(2, 1fr); }
  .tour-included-grid { grid-template-columns: 1fr; }
  .tour-card-features { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .archive-hero-stats {
    flex-direction: column; gap: 0.85rem; padding-top: 1.25rem;
  }
  .archive-hero-stats .stat-item { border-right: none; }
  .tour-trust-band { grid-template-columns: 1fr; }
  .tour-archive-filters-wrap { padding: 0.5rem 0; }
  .alc-breadcrumb { padding: 0.75rem 1.25rem; font-size: 0.78rem; }
}

/* ==========================================================================
   SINGLE TOUR PACKAGE PAGE — exact mirror of single-package-page.html
   ========================================================================== */

/* ===== HERO ===== */
.package-hero {
  position: relative;
  height: 75vh;
  min-height: 580px;
  overflow: hidden;
  background: var(--charcoal, #1a1f24);
}
.package-hero-bg { position: absolute; inset: 0; }
.package-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: alc-kenburns 20s ease-in-out infinite alternate;
}
@keyframes alc-kenburns {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.12); }
}
.package-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,31,36,0.4) 0%, rgba(26,31,36,0.55) 50%, rgba(26,31,36,0.85) 100%);
}
.package-hero-content {
  position: relative; z-index: 5;
  max-width: 1400px; margin: 0 auto;
  padding: 4rem 2.5rem;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--white);
}
.package-hero-badges {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.hero-badge {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white);
}
.hero-badge.popular { background: #2d9b67; border-color: #2d9b67; }
.hero-badge.popular::before { content: '🔥 '; }
.hero-badge.featured { background: var(--sand-gold, #d4a574); color: var(--charcoal, #1a1f24); border-color: var(--sand-gold, #d4a574); }
.hero-badge.featured::before { content: '★ '; }
.package-hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  max-width: 900px;
  color: var(--white);
}
.package-hero-title .italic {
  font-style: italic;
  color: #e8c89a;
  font-weight: 300;
}
.package-hero-tagline {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.hero-quick-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 1.5rem 2.5rem;
  max-width: 600px;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hero-info-item {
  display: flex; flex-direction: column; gap: 0.35rem;
}
.hero-info-icon {
  font-size: 1.4rem;
  color: var(--sand-gold);
  margin-bottom: 0.2rem;
  line-height: 1;
}
.hero-info-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
}
.hero-info-value.italic { font-style: italic; color: #e8c89a; }
.hero-info-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600;
}
.hero-gallery-strip {
  position: absolute;
  bottom: 1.5rem; right: 2.5rem;
  display: flex; gap: 0.5rem;
  z-index: 5;
}
.hero-thumb {
  width: 64px; height: 64px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
}
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-thumb:hover { border-color: var(--sand-gold); transform: translateY(-3px); }
.hero-thumb.more {
  background: rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700;
}

/* ===== STICKY SUB-NAV ===== */
.sticky-tabs {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100, #f0f2f5);
  position: sticky;
  top: var(--header-height, 80px);
  z-index: 90;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.sticky-tabs-wrap {
  max-width: 1400px; margin: 0 auto;
  padding: 0 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem;
}
.sticky-tabs-nav {
  display: flex; gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.sticky-tabs-nav::-webkit-scrollbar { display: none; }
.sticky-tabs-nav a {
  color: var(--gray-700, #4a5560);
  text-decoration: none;
  padding: 1.15rem 1rem;
  font-family: var(--font-body);
  font-size: 0.92rem; font-weight: 600;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.sticky-tabs-nav a:hover { color: var(--nile-blue); }
.sticky-tabs-nav a.active {
  color: var(--nile-blue);
  border-bottom-color: var(--sand-gold);
}
.sticky-tabs-actions {
  display: flex; align-items: center; gap: 1rem;
  flex-shrink: 0;
}
.sticky-tabs-price {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--gray-700, #4a5560);
}
.sticky-tabs-price strong {
  color: var(--nile-blue);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0.2rem;
}
.sticky-tabs-cta {
  background: var(--nile-blue);
  color: var(--white);
  padding: 0.7rem 1.5rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 700; font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sticky-tabs-cta:hover {
  background: var(--nile-blue-dark);
  color: var(--white);
}

/* ===== MAIN LAYOUT — 2-col with sticky sidebar ===== */
.package-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: start;
}
.package-content { min-width: 0; }
.package-sidebar {
  position: sticky;
  top: calc(var(--header-height, 80px) + 75px);
}

.package-content .section {
  padding: 2.5rem 2.5rem;
  margin-bottom: 0;
  scroll-margin-top: calc(var(--header-height, 80px) + 75px + 16px);
}
.package-content .section:last-child { margin-bottom: 0; }
.package-content .section-eyebrow {
  display: inline-flex; align-items: center;
  gap: 1rem;
  color: var(--nile-blue);
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 1rem;
  position: static;
  padding: 0;
  background: transparent;
  border: none;
}
.package-content .section-eyebrow::before {
  content: ''; display: inline-block;
  width: 35px; height: 1px;
  background: var(--sand-gold);
  position: static;
  top: auto; left: auto;
}
.package-content .section-eyebrow::after { display: none; }
.package-content .section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--charcoal, #1a1f24);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  text-align: left;
}
.package-content .section-title .italic {
  font-style: italic; color: var(--nile-blue);
  font-weight: 300;
}
.package-content .section-intro {
  font-family: var(--font-body);
  color: var(--gray-700, #4a5560);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
}

/* ===== HIGHLIGHTS / Why this journey ===== */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.highlight-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--gray-100, #f0f2f5);
  transition: all 0.3s ease;
}
.highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px -10px rgba(30,95,116,0.15);
  border-color: var(--sand-gold);
}
.highlight-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: #f4ede0;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.highlight-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 0.4rem;
}
.highlight-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--gray-700, #4a5560);
  line-height: 1.55;
}

/* ===== ITINERARY ===== */
.itinerary-list {
  display: flex; flex-direction: column;
  gap: 0;
  border-left: 2px solid #f4ede0;
  margin-left: 1rem;
  padding-left: 0;
}
.itinerary-day {
  position: relative;
  padding: 0 0 1.5rem 2.5rem;
}
.itinerary-day:last-child { padding-bottom: 0; }
.itinerary-day-marker {
  position: absolute;
  left: -1.85rem; top: 0;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--sand-gold);
  color: var(--nile-blue);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  box-shadow: 0 8px 20px -8px rgba(212,165,116,0.4);
}
.itinerary-day-marker .day-num { font-size: 1.3rem; }
.itinerary-day-marker .day-label {
  font-size: 0.55rem;
  color: var(--gray-500, #8a95a0);
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.itinerary-day-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gray-100, #f0f2f5);
}
.itinerary-day-image {
  aspect-ratio: 21/9;
  overflow: hidden;
}
.itinerary-day-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.itinerary-day-body { padding: 1.75rem 1.75rem 1.5rem; }
.itinerary-day-eyebrow {
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700;
  color: #b88a5c;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.itinerary-day-eyebrow::before {
  content: '📍'; font-size: 0.85rem;
}
.itinerary-day-title {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 0.85rem;
  line-height: 1.2;
}
.itinerary-day-desc {
  font-family: var(--font-body);
  color: var(--gray-700, #4a5560);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.itinerary-day-meta {
  display: flex; flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gray-100, #f0f2f5);
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--gray-700, #4a5560);
}
.itinerary-meta-item {
  display: inline-flex; align-items: center;
  gap: 0.4rem;
}
.itinerary-meta-item strong {
  color: var(--charcoal, #1a1f24); font-weight: 700;
}
.itinerary-meta-icon {
  color: var(--sand-gold);
  font-size: 1rem;
}

/* ===== INCLUDED / EXCLUDED ===== */
.inex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}
.inex-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid var(--gray-100, #f0f2f5);
}
.inex-card.included { border-top: 4px solid #2d9b67; }
.inex-card.excluded { border-top: 4px solid #d0d5da; }
.inex-header {
  display: flex; align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--gray-100, #f0f2f5);
}
.inex-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.inex-card.included .inex-icon { background: rgba(45,155,103,0.12); color: #2d9b67; }
.inex-card.excluded .inex-icon { background: var(--gray-100, #f0f2f5); color: var(--gray-500, #8a95a0); }
.inex-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin: 0;
}
.inex-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 0.75rem;
}
.inex-list li {
  display: flex; gap: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: var(--gray-700, #4a5560);
  line-height: 1.55;
}
.inex-card.included .inex-list li::before {
  content: "\2713";
  color: #2d9b67; font-weight: 700;
  flex-shrink: 0; margin-top: 0.05rem;
  font-size: 1.05rem; line-height: 1;
}
.inex-card.excluded .inex-list li::before {
  content: "\2715";
  color: var(--gray-500, #8a95a0); font-weight: 700;
  flex-shrink: 0; margin-top: 0.05rem;
  font-size: 1.05rem; line-height: 1;
}

/* ===== ROUTE / VISUAL JOURNEY ===== */
.route-section {
  background: linear-gradient(135deg, var(--nile-blue-dark, #143f4e), var(--nile-blue, #1e5f74));
  margin: 0 -2.5rem;
  padding: 2.75rem 2.5rem;
  border-radius: 24px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.route-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(212,165,116,0.15), transparent 50%);
  pointer-events: none;
}
.route-section .section-eyebrow {
  color: var(--sand-gold) !important;
  position: relative; z-index: 2;
}
.route-section .section-eyebrow::before {
  background: var(--sand-gold);
}
.route-section .section-title {
  color: var(--white) !important;
  position: relative; z-index: 2;
}
.route-section .section-title .italic { color: #e8c89a !important; }
.route-section .section-intro {
  color: rgba(255,255,255,0.75);
  position: relative; z-index: 2;
}
.route-stops {
  display: flex; align-items: stretch; justify-content: space-between;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  position: relative; z-index: 2;
}
.route-stop {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 110px;
  position: relative;
}
.route-stop-emoji {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(212,165,116,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.route-stop:hover .route-stop-emoji {
  background: var(--sand-gold);
  border-color: var(--sand-gold);
  transform: scale(1.1);
}
.route-stop-name {
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 500;
  color: var(--white);
}
.route-stop-meta {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600;
}
.route-arrow {
  color: var(--sand-gold);
  font-size: 1.3rem;
  flex-shrink: 0;
  opacity: 0.6;
  align-self: center;
  margin-top: 0;
}

/* ===== ACCOMMODATIONS ===== */
.accom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.accom-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--gray-100, #f0f2f5);
  transition: all 0.3s ease;
}
.accom-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px -15px rgba(30,95,116,0.15);
}
.accom-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.accom-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.accom-card:hover .accom-card-image img { transform: scale(1.05); }
.accom-card-stars {
  position: absolute;
  top: 0.75rem; right: 0.75rem;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);
  color: var(--sand-gold);
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 1px;
}
.accom-card-body { padding: 1.25rem 1.4rem 1.4rem; }
.accom-card-night-tag {
  display: inline-block;
  background: #f4ede0;
  color: var(--charcoal, #1a1f24);
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.accom-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin: 0 0 0.3rem;
  line-height: 1.25;
}
.accom-card-location {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-500, #8a95a0);
  display: inline-flex; align-items: center;
  gap: 0.3rem;
}

/* ===== PRICING TABLE ===== */
.pricing-section {
  background: var(--charcoal, #1a1f24);
  color: var(--white);
  margin: 0 -2.5rem;
  padding: 2.75rem 2.5rem;
  border-radius: 24px;
}
.pricing-section .section-eyebrow { color: var(--sand-gold) !important; }
.pricing-section .section-eyebrow::before { background: var(--sand-gold); }
.pricing-section .section-title { color: var(--white) !important; }
.pricing-section .section-title .italic { color: #e8c89a !important; }
.pricing-section .section-intro { color: rgba(255,255,255,0.75); }
.pricing-table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 580px;
}
.pricing-table thead th {
  background: rgba(255,255,255,0.05);
  padding: 1rem 1.25rem;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--sand-gold);
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pricing-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s ease;
}
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table tbody tr:hover { background: rgba(255,255,255,0.03); }
.pricing-table td {
  padding: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
}
.pricing-season {
  display: flex; align-items: center;
  gap: 0.85rem;
}
.season-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.season-icon.low       { background: linear-gradient(135deg, #d4a574, #b88a5c); }
.season-icon.high      { background: linear-gradient(135deg, #2a8198, #143f4e); }
.season-icon.easter    { background: linear-gradient(135deg, #e6a4b4, #c485a0); }
.season-icon.christmas { background: linear-gradient(135deg, #2d9b67, #1a6644); }
.season-icon.peak      { background: linear-gradient(135deg, #d4a574, #b03030); }
.season-name {
  display: flex; flex-direction: column; gap: 0.1rem;
}
.season-name strong {
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
}
.season-name small {
  color: rgba(255,255,255,0.55);
  font-size: 0.72rem;
}
.pricing-table tbody td.price {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 500;
  color: #e8c89a;
}
.pricing-table .price small {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  display: block;
  font-weight: 600;
}
.pricing-notes {
  margin-top: 1.5rem;
  display: flex; flex-wrap: wrap;
  gap: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}
.pricing-note-item {
  display: inline-flex; align-items: center;
  gap: 0.4rem;
}
.pricing-note-icon { color: var(--sand-gold); }

/* ===== ADD-ONS / OPTIONAL EXTRAS ===== */
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.addon-card {
  background: var(--white);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--gray-100, #f0f2f5);
  display: flex; gap: 1rem; align-items: flex-start;
  transition: all 0.3s ease;
}
.addon-card:hover {
  border-color: var(--sand-gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px rgba(30,95,116,0.15);
}
.addon-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #f4ede0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.addon-content { flex: 1; }
.addon-title {
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 0.3rem;
}
.addon-desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-700, #4a5560);
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.addon-price {
  display: inline-block;
  background: var(--cream, #f8f5f0);
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 700;
  color: var(--nile-blue);
}

/* ===== REVIEWS PREVIEW ===== */
.reviews-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.review-card-mini {
  background: var(--white);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--gray-100, #f0f2f5);
}
.review-stars-mini {
  color: var(--sand-gold);
  letter-spacing: 1.5px;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.review-quote-mini {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--charcoal, #1a1f24);
  line-height: 1.55;
  margin-bottom: 1rem;
  font-weight: 400;
}
.review-author-mini {
  display: flex; align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100, #f0f2f5);
}
.review-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #f4ede0;
  color: var(--charcoal, #1a1f24);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}
.review-author-info {
  display: flex; flex-direction: column;
  gap: 0.05rem;
}
.review-author-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--charcoal, #1a1f24);
}
.review-author-trip {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--gray-500, #8a95a0);
}

/* ===== FAQ ===== */
.package-content .faq-list {
  display: flex; flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.package-content .faq-item {
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--gray-100, #f0f2f5);
  overflow: hidden;
  transition: all 0.3s ease;
}
.package-content .faq-item[open] {
  border-color: var(--sand-gold);
  box-shadow: 0 8px 30px -10px rgba(212,165,116,0.2);
}
.package-content .faq-question {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--charcoal, #1a1f24);
  list-style: none;
  font-size: 0.98rem;
}
.package-content .faq-question::-webkit-details-marker { display: none; }
.package-content .faq-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--cream, #f8f5f0);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--nile-blue);
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.package-content .faq-item[open] .faq-icon {
  background: var(--sand-gold);
  color: var(--charcoal, #1a1f24);
  transform: rotate(45deg);
}
.package-content .faq-answer {
  padding: 0 1.5rem 1.5rem;
  font-family: var(--font-body);
  color: var(--gray-700, #4a5560);
  font-size: 0.93rem;
  line-height: 1.65;
}
.package-content .faq-answer p { margin-bottom: 0.75rem; }
.package-content .faq-answer p:last-child { margin-bottom: 0; }

/* ===== FINAL CTA (inside content column) ===== */
.package-content .final-cta-section {
  text-align: center;
  background: #f4ede0;
  border-radius: 24px;
  padding: 2.75rem 2rem;
  margin-top: 2rem;
}
.package-content .final-cta-section .section-eyebrow {
  justify-content: center;
}
.package-content .final-cta-section .section-title {
  text-align: center;
  max-width: 600px; margin: 0 auto 1rem;
}
.package-content .final-cta-section p {
  font-family: var(--font-body);
  color: var(--gray-700, #4a5560);
  max-width: 500px; margin: 0 auto 2rem;
  font-size: 1rem;
}
.final-cta-buttons {
  display: flex; justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.package-content .final-cta-section .btn-primary,
.package-content .final-cta-section .btn-whatsapp {
  padding: 1rem 2rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.package-content .final-cta-section .btn-primary {
  background: var(--nile-blue);
  color: var(--white);
}
.package-content .final-cta-section .btn-primary:hover {
  background: var(--nile-blue-dark);
  transform: translateY(-2px);
}
.package-content .final-cta-section .btn-whatsapp {
  background: #25D366;
  color: var(--white);
}
.package-content .final-cta-section .btn-whatsapp:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
}

/* ===== STICKY SIDEBAR ===== */
.sidebar-card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 20px 60px -20px rgba(30,95,116,0.18);
  overflow: hidden;
  border: 1px solid var(--gray-100, #f0f2f5);
}
.sidebar-pricing {
  padding: 1.75rem;
  border-bottom: 1px solid var(--gray-100, #f0f2f5);
  background: linear-gradient(180deg, #f4ede0, var(--white));
}
.sidebar-price-from {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--gray-500, #8a95a0);
  letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 700;
}
.sidebar-price-amount {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.6rem;
  color: var(--nile-blue);
  line-height: 1;
  margin: 0.4rem 0 0.1rem;
}
.sidebar-price-amount .italic {
  font-style: italic;
  color: var(--sand-gold);
}
.sidebar-price-unit {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-700, #4a5560);
}
.sidebar-savings {
  display: inline-flex; align-items: center;
  gap: 0.4rem;
  background: #2d9b67;
  color: var(--white);
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700;
  margin-top: 0.85rem;
}
.sidebar-quick-meta {
  padding: 1.25rem 1.75rem;
  display: flex; flex-direction: column;
  gap: 0.85rem;
  border-bottom: 1px solid var(--gray-100, #f0f2f5);
}
.sidebar-meta-row {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-body);
  font-size: 0.88rem;
  gap: 0.5rem;
}
.sidebar-meta-row .label {
  color: var(--gray-500, #8a95a0);
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.sidebar-meta-row .label-icon { color: var(--sand-gold); }
.sidebar-meta-row .value {
  color: var(--charcoal, #1a1f24);
  font-weight: 600;
  text-align: right;
}
.sidebar-cta-group {
  padding: 1.5rem 1.75rem;
  display: flex; flex-direction: column;
  gap: 0.75rem;
}
.sidebar-cta-primary {
  background: var(--nile-blue);
  color: var(--white);
  padding: 1.1rem;
  border: none;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
.sidebar-cta-primary:hover {
  background: var(--nile-blue-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -10px rgba(30,95,116,0.5);
}
.sidebar-cta-whatsapp {
  background: #25D366;
  color: var(--white) !important;
  padding: 0.9rem;
  border: none;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.sidebar-cta-whatsapp:hover {
  background: #1ebe5a;
  color: var(--white) !important;
}
.sidebar-trust {
  padding: 1.25rem 1.75rem;
  background: var(--cream, #f8f5f0);
  display: flex; flex-direction: column;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--gray-700, #4a5560);
}
.trust-row {
  display: flex; align-items: center;
  gap: 0.55rem;
}
.trust-icon {
  color: #2d9b67;
  font-weight: 700;
  flex-shrink: 0;
}
.sidebar-help {
  padding: 1.25rem 1.75rem;
  text-align: center;
  border-top: 1px solid var(--gray-100, #f0f2f5);
}
.sidebar-help-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--gray-500, #8a95a0);
  margin-bottom: 0.4rem;
}
.sidebar-help-phone {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--nile-blue);
  font-weight: 500;
  text-decoration: none;
}
.sidebar-help-phone:hover { color: var(--nile-blue-dark); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .package-main { grid-template-columns: 1fr; gap: 3rem; }
  .package-sidebar { position: static; }
  .sidebar-card { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .package-hero { height: 65vh; min-height: 460px; }
  .package-hero-content { padding: 2rem 1.5rem; }
  .hero-quick-info { gap: 1.25rem; padding-top: 1.5rem; }
  .hero-info-value { font-size: 1.2rem; }
  .hero-gallery-strip { display: none; }
  .sticky-tabs-wrap { padding: 0 1.5rem; }
  .sticky-tabs-actions .sticky-tabs-price { display: none; }
  .package-main { padding: 2.5rem 1.5rem; }
  .package-content .section { margin-bottom: 3rem; }
  .inex-grid { grid-template-columns: 1fr; }
  .route-section, .pricing-section { margin: 0 -1.5rem; padding: 3rem 1.5rem; border-radius: 0; }
  .route-stops { gap: 0.75rem; }
  .route-arrow { display: none; }
  .package-content .final-cta-section { padding: 2.5rem 1.5rem; }
}

/* ===========================================================================
   GLOBAL: Disable all animations and transitions site-wide (per request)
   Exempt: offcanvas inquiry form + its overlay (need transitions to slide in
   and toggle visibility correctly).
   =========================================================================== */
*, *::before, *::after {
  animation-duration: 0s !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
.offcanvas-form,
.offcanvas-overlay,
.mobile-menu,
.mobile-menu-overlay {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease !important;
}

/* ===== TOUR LIGHTBOX ===== */
.tour-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10, 16, 22, 0.94);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  animation: tourLightboxFade 0.2s ease;
}
.tour-lightbox[hidden] { display: none; }
@keyframes tourLightboxFade { from { opacity: 0; } to { opacity: 1; } }
.tour-lightbox-figure {
  position: relative;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  margin: 0;
  display: flex; flex-direction: column; align-items: center;
}
.tour-lightbox-figure img {
  max-width: 100%; max-height: 80vh;
  width: auto; height: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  object-fit: contain;
}
.tour-lightbox-counter {
  margin-top: 1rem;
  font-family: var(--font-body);
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.tour-lightbox-close,
.tour-lightbox-nav {
  position: absolute;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 48px; height: 48px;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.tour-lightbox-close:hover,
.tour-lightbox-nav:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}
.tour-lightbox-close { top: 1.5rem; right: 1.5rem; }
.tour-lightbox-nav.prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.tour-lightbox-nav.next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.tour-lightbox-nav.prev:hover { transform: translateY(-50%) scale(1.05); }
.tour-lightbox-nav.next:hover { transform: translateY(-50%) scale(1.05); }
@media (max-width: 600px) {
  .tour-lightbox-close { top: 0.75rem; right: 0.75rem; width: 40px; height: 40px; }
  .tour-lightbox-nav.prev { left: 0.5rem; }
  .tour-lightbox-nav.next { right: 0.5rem; }
}

/* ==========================================================================
   AUTHOR PAGE — exact mirror of author-magdy-fattouh.html
   ========================================================================== */

/* Hero */
.author-hero {
  background: linear-gradient(135deg, var(--nile-blue-dark, #143f4e), var(--nile-blue, #1e5f74));
  color: var(--white);
  padding: 5rem 2.5rem;
  position: relative; overflow: hidden;
}
.author-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212,165,116,0.10), transparent 50%);
  pointer-events: none;
}
.author-hero-wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr;
  gap: 4rem; align-items: center;
  position: relative; z-index: 2;
}
.author-photo {
  width: 280px; height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--sand-gold);
  box-shadow: 0 20px 60px -10px rgba(0,0,0,0.4);
}
.author-photo img { width: 100%; height: 100%; object-fit: cover; }

.author-hero-content .author-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  color: var(--sand-gold);
  font-family: var(--font-body);
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.author-hero-content .author-eyebrow::before {
  content: ''; width: 30px; height: 1px;
  background: var(--sand-gold);
}
.author-hero-content h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05; letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.author-hero-content h1 .italic {
  font-style: italic; color: var(--sand-gold);
}
.author-hero-content .author-role-line {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--sand-gold);
  margin-bottom: 1.5rem;
}
.author-hero-content .author-tagline {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 2rem;
  font-weight: 300;
}
.author-credentials {
  display: flex; gap: 0.75rem; flex-wrap: wrap;
}
.credential-pill {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--white);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.credential-pill::before {
  content: '\2713'; color: var(--sand-gold); font-weight: 700;
}

/* Stats Bar */
.author-stats-bar {
  background: var(--charcoal, #1a1f24);
  color: var(--white);
  padding: 2.5rem 2.5rem;
}
.author-stats-bar-wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.author-stat-item { text-align: center; }
.author-stat-value {
  font-family: var(--font-display);
  font-size: 2.5rem; font-weight: 400;
  color: var(--sand-gold);
  line-height: 1; margin-bottom: 0.5rem;
}
.author-stat-value .italic { font-style: italic; }
.author-stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.15em; text-transform: uppercase;
}

/* Bio */
.bio-section {
  padding: 5rem 2.5rem;
  background: var(--white);
}
.bio-wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem; align-items: start;
}
.bio-image-grid {
  position: sticky; top: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.bio-image-grid img {
  width: 100%; aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}
.bio-image-grid img:first-child {
  grid-column: span 2;
  aspect-ratio: 4 / 3;
}

.bio-content .section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--nile-blue);
  display: inline-flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.bio-content .section-eyebrow::before {
  content: ''; width: 40px; height: 1px;
  background: var(--sand-gold);
}
.bio-content .section-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1; letter-spacing: -0.02em;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 1.5rem;
}
.bio-content .section-title .italic {
  font-style: italic; color: var(--nile-blue);
}
.bio-content p {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--gray-700, #4a5560);
  margin-bottom: 1.25rem;
  line-height: 1.75;
}
.bio-content p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 400;
  line-height: 1;
  float: left;
  margin: 0.1rem 0.6rem -0.2rem 0;
  color: var(--nile-blue);
  font-style: italic;
}
.bio-content strong {
  color: var(--charcoal, #1a1f24); font-weight: 700;
}
.bio-content h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 500;
  color: var(--nile-blue);
  margin: 2rem 0 1rem;
}

/* Pull Quote */
.author-quote-section {
  background: #f4ede0;
  padding: 5rem 2.5rem;
  text-align: center;
}
.author-quote-wrap { max-width: 850px; margin: 0 auto; }
.author-quote-mark {
  font-family: serif;
  font-size: 5rem;
  color: var(--sand-gold);
  line-height: 0.5;
  margin-bottom: 1rem;
}
.author-quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 2rem;
}
.author-quote-author {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem;
}
.author-quote-author-photo {
  width: 50px; height: 50px;
  border-radius: 50%; overflow: hidden;
}
.author-quote-author-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-quote-author-info { text-align: left; }
.author-quote-author-name {
  font-family: var(--font-display); font-weight: 500;
  color: var(--charcoal, #1a1f24); font-size: 1rem;
}
.author-quote-author-role {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-700, #4a5560);
}

/* Expertise */
.expertise-section {
  padding: 5rem 2.5rem;
  background: var(--cream, #f8f5f0);
}
.expertise-wrap { max-width: 1200px; margin: 0 auto; }
.expertise-header {
  text-align: center; margin-bottom: 4rem;
}
.expertise-header .section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--nile-blue);
  display: inline-flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.expertise-header .section-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--sand-gold);
}
.expertise-header .section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--charcoal, #1a1f24);
}
.expertise-header .section-title .italic {
  font-style: italic; color: var(--nile-blue);
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.expertise-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 20px;
}
.expertise-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #f4ede0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}
.expertise-card h4 {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin: 0 0 0.75rem;
}
.expertise-card p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gray-700, #4a5560);
  line-height: 1.6;
  margin: 0;
}

/* Languages */
.languages-section {
  background: var(--white);
  padding: 4rem 2.5rem;
}
.languages-wrap {
  max-width: 1100px; margin: 0 auto;
  text-align: center;
}
.languages-wrap .section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--nile-blue);
  display: inline-flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.languages-wrap .section-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--sand-gold);
}
.languages-wrap h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 3rem;
  color: var(--charcoal, #1a1f24);
}
.languages-wrap h2 .italic {
  font-style: italic; color: var(--nile-blue);
}
.languages-grid {
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
}
.language-card {
  background: var(--cream, #f8f5f0);
  padding: 1.75rem 2.5rem;
  border-radius: 16px;
  min-width: 200px;
}
.language-flag {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.language-name {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  margin-bottom: 0.5rem;
}
.language-level {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-700, #4a5560);
  display: flex; align-items: center;
  gap: 0.5rem; justify-content: center;
}
.level-dots { display: flex; gap: 0.2rem; }
.level-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gray-300, #d0d5da);
}
.level-dot.filled { background: var(--sand-gold); }

/* Articles */
.author-articles-section {
  background: var(--cream, #f8f5f0);
  padding: 5rem 2.5rem;
}
.author-articles-wrap { max-width: 1400px; margin: 0 auto; }
.author-articles-header {
  text-align: center; margin-bottom: 4rem;
}
.author-articles-header .section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--nile-blue);
  display: inline-flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.author-articles-header .section-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--sand-gold);
}
.author-articles-header .section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1; letter-spacing: -0.02em;
  color: var(--charcoal, #1a1f24);
}
.author-articles-header .section-title .italic {
  font-style: italic; color: var(--nile-blue);
}
.author-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.author-articles-section .article-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.author-articles-section .article-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.author-articles-section .article-card-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.author-articles-section .article-card-content {
  padding: 1.75rem;
  flex: 1;
  display: flex; flex-direction: column;
}
.author-articles-section .article-cat {
  font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 700;
  color: #b88a5c;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.author-articles-section .article-title {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 500;
  color: var(--charcoal, #1a1f24);
  line-height: 1.25;
  margin: 0 0 0.75rem;
}
.author-articles-section .article-title a {
  color: inherit; text-decoration: none;
}
.author-articles-section .article-title a:hover { color: var(--nile-blue); }
.author-articles-section .article-excerpt {
  font-family: var(--font-body);
  color: var(--gray-700, #4a5560);
  font-size: 0.9rem; line-height: 1.6;
  margin: 0 0 1.25rem;
  flex: 1;
}
.author-articles-section .article-meta {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--gray-500, #8a95a0);
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100, #f0f2f5);
}

.center-btn { text-align: center; }
.view-all-btn {
  display: inline-flex; align-items: center;
  gap: 0.6rem;
  background: var(--nile-blue);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  margin-top: 3rem;
}
.view-all-btn:hover {
  background: var(--nile-blue-dark);
  color: var(--white);
}

/* Author CTA */
.author-cta-section {
  background: var(--nile-blue);
  color: var(--white);
  padding: 5rem 2.5rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.author-cta-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%);
  pointer-events: none;
}
.author-cta-wrap {
  max-width: 800px; margin: 0 auto;
  position: relative; z-index: 2;
}
.author-cta-wrap h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.author-cta-wrap h2 .italic {
  font-style: italic; color: var(--sand-gold);
}
.author-cta-wrap p {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.85);
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}
.author-cta-wrap .cta-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.author-cta-wrap .btn-primary,
.author-cta-wrap .btn-secondary {
  padding: 1.1rem 2.5rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex; align-items: center;
  gap: 0.6rem;
}
.author-cta-wrap .btn-primary {
  background: var(--sand-gold);
  color: var(--charcoal, #1a1f24);
}
.author-cta-wrap .btn-primary:hover {
  background: #e8c89a; color: var(--charcoal, #1a1f24);
}
.author-cta-wrap .btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.author-cta-wrap .btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.05);
  color: var(--white);
}

/* Responsive */
@media (max-width: 968px) {
  .author-hero { padding: 3rem 1.5rem; }
  .author-hero-wrap { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .author-photo { margin: 0 auto; width: 200px; height: 200px; }
  .author-credentials { justify-content: center; }
  .author-stats-bar { padding: 2rem 1.5rem; }
  .author-stats-bar-wrap { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .bio-section { padding: 3rem 1.5rem; }
  .bio-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .bio-image-grid { position: relative; top: 0; }
  .author-quote-section { padding: 3rem 1.5rem; }
  .expertise-section { padding: 3rem 1.5rem; }
  .expertise-grid { grid-template-columns: 1fr; }
  .languages-section { padding: 3rem 1.5rem; }
  .author-articles-section { padding: 3rem 1.5rem; }
  .author-articles-grid { grid-template-columns: 1fr; }
  .author-cta-section { padding: 3rem 1.5rem; }
}

/* ============================================================
   PAGE: AFFILIATE PARTNERS (page-affiliate-partners.php)
   ============================================================ */
.affiliate-hero { background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); padding: 6rem 2.5rem 4rem; text-align: center; position: relative; overflow: hidden; }
.affiliate-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%); }
.affiliate-hero-wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.affiliate-hero .hero-eyebrow { justify-content: center; }
.affiliate-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
.affiliate-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.affiliate-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.affiliate-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.9); max-width: 650px; margin: 0 auto 3rem; }
.commission-banner { display: inline-flex; align-items: baseline; gap: 0.75rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); padding: 1.25rem 2rem; border-radius: 16px; }
.commission-percent { font-family: var(--font-display); font-style: italic; font-size: 3.5rem; font-weight: 400; color: var(--sand-gold); line-height: 1; }
.commission-text { text-align: left; }
.commission-text-line1 { font-size: 0.95rem; color: rgba(255,255,255,0.9); font-weight: 600; }
.commission-text-line2 { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.affiliate-hero .hero-cta-row { display: flex; gap: 1rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }

.affiliate-stats-bar { background: var(--charcoal); color: var(--white); padding: 3rem 2.5rem; }
.affiliate-stats-bar .stats-bar-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.affiliate-stats-bar .stat-item { text-align: center; }
.affiliate-stats-bar .stat-value { font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; color: var(--sand-gold); line-height: 1; margin-bottom: 0.5rem; }
.affiliate-stats-bar .stat-value .italic { font-style: italic; }
.affiliate-stats-bar .stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); letter-spacing: 0.15em; text-transform: uppercase; }

.who-section { background: var(--white); padding: 6rem 2.5rem; }
.who-wrap { max-width: 1400px; margin: 0 auto; }
.who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.who-card { background: var(--cream); border-radius: 20px; padding: 2.25rem 1.75rem; text-align: center; transition: all 0.4s ease; cursor: pointer; }
.who-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
.who-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.5rem; transition: all 0.3s ease; }
.who-card:hover .who-icon { background: var(--sand-gold); transform: scale(1.05); }
.who-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
.who-card p { color: var(--gray-700); font-size: 0.9rem; line-height: 1.6; }

.tiers-section { background: var(--cream); padding: 6rem 2.5rem; }
.tiers-wrap { max-width: 1100px; margin: 0 auto; }
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tier-card { background: var(--white); border-radius: 24px; padding: 2.5rem 2rem; text-align: center; transition: all 0.4s ease; position: relative; border: 2px solid transparent; }
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2); }
.tier-card.featured { border-color: var(--sand-gold); transform: scale(1.05); }
.tier-card.featured::before { content: '★ Most Popular'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--sand-gold); color: var(--charcoal); padding: 0.3rem 0.85rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; white-space: nowrap; }
.tier-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.tier-rate { font-family: var(--font-display); font-style: italic; color: var(--sand-gold); font-size: 4rem; font-weight: 400; line-height: 1; margin-bottom: 0.5rem; }
.tier-rate-label { font-size: 0.8rem; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; margin-bottom: 1.5rem; }
.tier-requirement { font-size: 0.85rem; color: var(--gray-700); padding: 0.75rem 1rem; background: var(--cream); border-radius: 12px; margin-bottom: 1.5rem; }
.tier-features { list-style: none; padding: 0; text-align: left; }
.tier-features li { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.5rem 0; font-size: 0.9rem; color: var(--gray-700); }
.tier-features li::before { content: '✓'; color: var(--success, #16a34a); font-weight: 700; flex-shrink: 0; }

.how-section { background: var(--white); padding: 6rem 2.5rem; }
.how-wrap { max-width: 1100px; margin: 0 auto; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.how-step { background: var(--cream); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: all 0.3s ease; }
.how-step:hover { background: var(--cream-warm); transform: translateY(-3px); }
.how-step-num { width: 50px; height: 50px; border-radius: 50%; background: var(--white); color: var(--nile-blue); font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.how-step h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.how-step p { color: var(--gray-700); font-size: 0.85rem; line-height: 1.5; }

.tools-section { background: var(--cream); padding: 6rem 2.5rem; }
.tools-wrap { max-width: 1200px; margin: 0 auto; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.tool-card { background: var(--white); border-radius: 20px; padding: 2rem; transition: all 0.4s ease; }
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
.tool-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.25rem; }
.tool-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
.tool-card p { color: var(--gray-700); font-size: 0.9rem; line-height: 1.6; }

.b2b-section { background: var(--white); padding: 6rem 2.5rem; }
.b2b-wrap { max-width: 1100px; margin: 0 auto; }
.b2b-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.b2b-image { aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; }
.b2b-image img { width: 100%; height: 100%; object-fit: cover; }
.b2b-text h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin-bottom: 1.5rem; }
.b2b-text h2 .italic { font-style: italic; color: var(--nile-blue); }
.b2b-text p { color: var(--gray-700); margin-bottom: 1.25rem; font-size: 1rem; line-height: 1.7; }
.b2b-features { margin: 2rem 0; padding: 1.75rem; background: var(--cream); border-radius: 16px; }
.b2b-features h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 1rem; }
.b2b-features ul { list-style: none; padding: 0; }
.b2b-features li { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.4rem 0; font-size: 0.9rem; color: var(--gray-700); }
.b2b-features li::before { content: '→'; color: var(--sand-gold); font-weight: 700; flex-shrink: 0; }
.b2b-cta { background: var(--nile-blue); color: var(--white); padding: 1rem 2rem; border-radius: 100px; text-decoration: none; font-weight: 700; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; }
.b2b-cta:hover { background: var(--nile-blue-dark); }

.final-cta { background: var(--charcoal); color: var(--white); padding: 6rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.2), transparent 50%); }
.final-cta-wrap { max-width: 700px; margin: 0 auto; position: relative; z-index: 2; }
.final-cta .section-eyebrow { color: var(--sand-gold); justify-content: center; }
.final-cta h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.05; margin-bottom: 1rem; }
.final-cta h2 .italic { font-style: italic; color: var(--sand-gold); }
.final-cta p { color: rgba(255,255,255,0.85); margin-bottom: 2.5rem; font-size: 1.05rem; }

@media (max-width: 968px) {
  .affiliate-stats-bar .stats-bar-wrap { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .tiers-grid { grid-template-columns: 1fr; }
  .tier-card.featured { transform: none; }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: 1fr; }
  .b2b-content { grid-template-columns: 1fr; gap: 2rem; }
}

/* ============================================================
   PAGE: CAREERS (page-careers.php)
   ============================================================ */
.careers-hero { position: relative; min-height: 65vh; display: flex; align-items: center; background: var(--nile-blue-dark); overflow: hidden; padding: 5rem 0; }
.careers-hero-bg { position: absolute; inset: 0; z-index: 1; }
.careers-hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 25s ease-in-out infinite alternate; }
@keyframes kenburns { 0% { transform: scale(1); } 100% { transform: scale(1.08); } }
.careers-hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg, rgba(20,63,78,0.85), rgba(20,63,78,0.6)); }
.careers-hero-content { position: relative; z-index: 3; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2.5rem; color: var(--white); }
.careers-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 1.5rem; max-width: 800px; }
.careers-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.careers-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.85); max-width: 600px; margin-bottom: 2rem; font-weight: 300; }
.careers-hero .hero-cta { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--sand-gold); color: var(--charcoal); padding: 1.1rem 2.25rem; border-radius: 100px; text-decoration: none; font-weight: 700; transition: all 0.3s ease; }
.careers-hero .hero-cta:hover { background: var(--sand-gold-light); transform: translateY(-2px); }

.why-section { padding: 6rem 2.5rem; background: var(--white); }
.why-wrap { max-width: 1400px; margin: 0 auto; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.benefit-card { background: var(--cream); border-radius: 20px; padding: 2.25rem; transition: all 0.4s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); background: var(--white); }
.benefit-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.5rem; transition: all 0.3s ease; }
.benefit-card:hover .benefit-icon { background: var(--sand-gold); transform: scale(1.05); }
.benefit-card h4 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
.benefit-card p { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; }

.positions-section { background: var(--cream); padding: 6rem 2.5rem; }
.positions-wrap { max-width: 1100px; margin: 0 auto; }
.positions-list { display: flex; flex-direction: column; gap: 1.5rem; }
.position-card { background: var(--white); border-radius: 20px; padding: 2rem 2.25rem; transition: all 0.3s ease; cursor: pointer; }
.position-card:hover { transform: translateX(6px); box-shadow: 0 20px 40px -20px rgba(30,95,116,0.15); }
.position-header { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-bottom: 1rem; }
.position-info h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.position-meta { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.position-tag { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: var(--gray-700); background: var(--cream); padding: 0.35rem 0.85rem; border-radius: 100px; font-weight: 600; }
.position-cta { background: var(--nile-blue); color: var(--white); padding: 0.85rem 1.75rem; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; }
.position-card:hover .position-cta { background: var(--sand-gold); color: var(--charcoal); gap: 0.7rem; }
.position-description { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; padding-top: 1rem; border-top: 1px solid var(--gray-100); }

.culture-section { background: var(--white); padding: 6rem 2.5rem; }
.culture-wrap { max-width: 1200px; margin: 0 auto; }
.culture-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.culture-images { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; height: 550px; }
.culture-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.culture-images img:nth-child(1) { grid-row: span 2; }
.culture-text h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin-bottom: 1.5rem; }
.culture-text h2 .italic { font-style: italic; color: var(--nile-blue); }
.culture-text p { color: var(--gray-700); margin-bottom: 1.25rem; font-size: 1rem; line-height: 1.7; }
.culture-values { margin-top: 2rem; }
.value-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--gray-100); }
.value-item:last-child { border-bottom: none; }
.value-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.value-text strong { display: block; color: var(--charcoal); font-weight: 700; margin-bottom: 0.2rem; font-family: var(--font-display); }
.value-text span { font-size: 0.85rem; color: var(--gray-700); line-height: 1.5; }

.process-section { background: var(--cream-warm); padding: 6rem 2.5rem; }
.process-wrap { max-width: 1100px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 30px; left: 12.5%; right: 12.5%; height: 2px; background: repeating-linear-gradient(to right, var(--sand-gold), var(--sand-gold) 6px, transparent 6px, transparent 12px); z-index: 0; }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-step-num { width: 60px; height: 60px; border-radius: 50%; background: var(--white); color: var(--nile-blue); font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 8px 20px -5px rgba(30,95,116,0.2); border: 2px solid var(--sand-gold); }
.process-step h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.process-step p { color: var(--gray-700); font-size: 0.85rem; line-height: 1.5; }

.spontaneous-section { background: var(--charcoal); color: var(--white); padding: 5rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
.spontaneous-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%); }
.spontaneous-wrap { max-width: 700px; margin: 0 auto; position: relative; z-index: 2; }
.spontaneous-wrap .section-eyebrow { color: var(--sand-gold); justify-content: center; }
.spontaneous-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin-bottom: 1rem; }
.spontaneous-wrap h2 .italic { font-style: italic; color: var(--sand-gold); }
.spontaneous-wrap p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 2rem; }

@media (max-width: 968px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .position-header { grid-template-columns: 1fr; gap: 1rem; }
  .position-cta { justify-self: start; }
  .culture-content { grid-template-columns: 1fr; gap: 2rem; }
  .culture-images { height: 400px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process-steps::before { display: none; }
}
@media (max-width: 480px) { .process-steps { grid-template-columns: 1fr; } }

/* ============================================================
   PAGE: PRESS & MEDIA (page-press-media.php)
   ============================================================ */
.press-hero { background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); padding: 5rem 2.5rem 3rem; text-align: center; position: relative; overflow: hidden; }
.press-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%); }
.press-hero-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.press-hero .hero-eyebrow { justify-content: center; }
.press-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
.press-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.05; margin-bottom: 1.25rem; }
.press-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.press-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.9); max-width: 600px; margin: 0 auto; }

.featured-in { background: var(--white); padding: 4rem 2.5rem; }
.featured-in-wrap { max-width: 1200px; margin: 0 auto; text-align: center; }
.featured-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 2.5rem; }
.featured-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem; align-items: center; }
.featured-logo { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--gray-500); font-size: 1.4rem; opacity: 0.6; transition: opacity 0.3s ease; cursor: pointer; }
.featured-logo:hover { opacity: 1; color: var(--nile-blue); }

.coverage-section { padding: 5rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; }
.coverage-card { background: var(--white); border-radius: 20px; overflow: hidden; transition: all 0.4s ease; cursor: pointer; }
.coverage-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
.coverage-card-header { display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; padding: 2rem; align-items: center; }
.coverage-publication { width: 100px; height: 100px; border-radius: 12px; background: var(--cream); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--nile-blue); font-size: 1.1rem; text-align: center; padding: 1rem; line-height: 1.2; }
.coverage-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.coverage-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sand-gold-dark); }
.coverage-date { font-size: 0.75rem; color: var(--gray-500); }
.coverage-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); line-height: 1.3; }
.coverage-quote { padding: 0 2rem 1.5rem; }
.coverage-quote p { font-size: 0.95rem; color: var(--gray-700); line-height: 1.6; font-style: italic; padding-left: 1rem; border-left: 3px solid var(--sand-gold); }
.coverage-link { padding: 1.25rem 2rem; border-top: 1px solid var(--gray-100); display: flex; justify-content: space-between; align-items: center; }
.coverage-source { font-size: 0.8rem; color: var(--gray-500); font-weight: 600; }
.coverage-read { color: var(--nile-blue); font-size: 0.85rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.3s ease; text-decoration: none; }
.coverage-card:hover .coverage-read { gap: 0.6rem; }

.awards-section { background: var(--cream-warm); padding: 5rem 2.5rem; }
.awards-wrap { max-width: 1100px; margin: 0 auto; }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.award-card { background: var(--white); border-radius: 20px; padding: 2.5rem 2rem; text-align: center; transition: transform 0.3s ease; }
.award-card:hover { transform: translateY(-4px); }
.award-icon { width: 70px; height: 70px; border-radius: 50%; background: var(--sand-gold); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.5rem; }
.award-year { font-family: var(--font-display); font-style: italic; color: var(--nile-blue); font-size: 1.1rem; margin-bottom: 0.5rem; }
.award-card h4 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.award-card p { font-size: 0.9rem; color: var(--gray-700); line-height: 1.5; }

.media-kit-section { background: var(--white); padding: 5rem 2.5rem; }
.media-kit-wrap { max-width: 1200px; margin: 0 auto; }
.kit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.kit-card { background: var(--cream); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; cursor: pointer; }
.kit-card:hover { background: var(--cream-warm); transform: translateY(-3px); }
.kit-icon { width: 60px; height: 60px; border-radius: 12px; background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1.25rem; }
.kit-card h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.kit-card p { font-size: 0.85rem; color: var(--gray-700); line-height: 1.5; margin-bottom: 1rem; }
.kit-download { color: var(--nile-blue); font-weight: 700; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.4rem; text-decoration: none; }

.facts-section { background: var(--cream); padding: 5rem 2.5rem; }
.facts-wrap { max-width: 1100px; margin: 0 auto; }
.facts-content { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; margin-top: 2rem; }
.facts-image { position: sticky; top: 100px; aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; }
.facts-image img { width: 100%; height: 100%; object-fit: cover; }
.facts-list { background: var(--white); border-radius: 20px; padding: 2.5rem; }
.facts-list h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--cream-warm); }
.fact-item { padding: 0.85rem 0; border-bottom: 1px solid var(--gray-100); display: grid; grid-template-columns: 130px 1fr; gap: 1rem; align-items: start; }
.fact-item:last-child { border-bottom: none; }
.fact-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand-gold-dark); padding-top: 0.15rem; }
.fact-value { font-size: 0.95rem; color: var(--charcoal); }

.press-contact-section { background: var(--charcoal); color: var(--white); padding: 5rem 2.5rem; }
.press-contact-wrap { max-width: 900px; margin: 0 auto; text-align: center; }
.press-contact-wrap .section-eyebrow { color: var(--sand-gold); justify-content: center; }
.press-contact-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.05; margin-bottom: 1rem; }
.press-contact-wrap h2 .italic { font-style: italic; color: var(--sand-gold); }
.press-contact-wrap p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 800px; margin: 0 auto; }
.contact-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2.5rem 2rem; text-align: left; }
.contact-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--sand-gold); color: var(--charcoal); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.25rem; }
.contact-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--white); margin-bottom: 0.4rem; }
.contact-card .role { font-size: 0.85rem; color: var(--sand-gold); margin-bottom: 1.25rem; font-style: italic; }
.contact-card p { color: rgba(255,255,255,0.7); font-size: 0.85rem; margin-bottom: 0.5rem; }
.contact-card a { color: var(--white); text-decoration: none; font-weight: 600; transition: color 0.3s ease; display: block; padding: 0.4rem 0; }
.contact-card a:hover { color: var(--sand-gold); }

@media (max-width: 968px) {
  .featured-logos { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-card-header { grid-template-columns: 70px 1fr; padding: 1.5rem; gap: 1rem; }
  .coverage-publication { width: 70px; height: 70px; font-size: 0.9rem; }
  .awards-grid { grid-template-columns: 1fr; }
  .kit-grid { grid-template-columns: 1fr 1fr; }
  .facts-content { grid-template-columns: 1fr; gap: 2rem; }
  .facts-image { position: relative; top: 0; aspect-ratio: 16/10; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .kit-grid { grid-template-columns: 1fr; } }

/* ============================================================
   MOBILE FIXES — gaps the per-section breakpoints missed.
   Most originals use only (max-width: 968px). Phones at 480–768px
   need their own pass: collapse multi-column grids, reduce side
   padding, enlarge touch targets.
   ============================================================ */
@media (max-width: 768px) {
  /* Multi-column grids that didn't have an explicit 768px rule. */
  .stats-grid,
  .categories-grid,
  .who-grid,
  .benefits-grid,
  .tools-grid,
  .how-steps,
  .awards-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .tiers-grid,
  .b2b-content,
  .culture-content { grid-template-columns: 1fr; gap: 2rem; }

  /* Section side-padding (4rem 2.5rem → 3rem 1.25rem) for the new pages. */
  .who-section,
  .tiers-section,
  .how-section,
  .tools-section,
  .b2b-section,
  .why-section,
  .positions-section,
  .culture-section,
  .process-section,
  .spontaneous-section,
  .coverage-section,
  .awards-section,
  .media-kit-section,
  .facts-section,
  .press-contact-section,
  .featured-in,
  .final-cta,
  .affiliate-hero,
  .press-hero { padding-left: 1.25rem; padding-right: 1.25rem; }

  /* Header padding tighter on phones. */
  .header-wrap { padding: 0.85rem 1rem; }

  /* Touch targets — anything tappable should be ≥44px tall. */
  .compare-boat-remove { width: 40px; height: 40px; font-size: 1.2rem; }
  .cookie-btn,
  .compare-action-btn,
  .alc-compare-bar-btn,
  .alc-compare-bar-clear { min-height: 44px; padding-left: 1.1rem; padding-right: 1.1rem; }

  /* Comparison table — let it scroll horizontally with smaller cells
     so the labels column doesn't disappear. */
  .comparison-table { font-size: 0.78rem; }
  .comparison-table th, .comparison-table td { padding: 0.85rem 0.5rem; }
  .comparison-table th:first-child, .comparison-table td:first-child { width: 130px; font-size: 0.7rem; }
  .compare-boat-card { padding: 0.85rem; }
  .compare-boat-title { font-size: 1rem; }
}

@media (max-width: 480px) {
  .stats-grid,
  .categories-grid,
  .who-grid,
  .benefits-grid,
  .tools-grid,
  .how-steps,
  .awards-grid { grid-template-columns: 1fr; }

  /* Hero h1 sizes — clamp upper bounds for very small screens. */
  .hero h1,
  .affiliate-hero h1,
  .careers-hero h1,
  .press-hero h1 { font-size: clamp(1.7rem, 8vw, 2.4rem); }

  /* Section side-padding squeezed further. */
  .search-results-section,
  .suggestions-section,
  .help-cta { padding-left: 1rem; padding-right: 1rem; }

  /* The big in-table cards — collapse the labels column to scroll. */
  .comparison-table { min-width: 700px; }
}

/* ============================================================
   APPLY-NOW MODAL (Careers page)
   ============================================================ */
.alc-apply-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(20,31,36,0.7); backdrop-filter: blur(6px);
  z-index: 500; display: flex; align-items: center; justify-content: center;
  padding: 2rem 1rem; opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.alc-apply-modal-overlay.is-open { opacity: 1; visibility: visible; }
.alc-apply-modal {
  background: var(--white); border-radius: 24px; max-width: 600px; width: 100%;
  max-height: 90vh; overflow-y: auto; padding: 2.5rem; position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.alc-apply-modal-overlay.is-open .alc-apply-modal { transform: translateY(0); }
.alc-apply-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 36px; height: 36px; border-radius: 50%; border: none;
  background: var(--cream); color: var(--charcoal);
  cursor: pointer; font-size: 1.4rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.alc-apply-close:hover { background: var(--charcoal); color: var(--white); transform: rotate(90deg); }
.alc-apply-header { margin-bottom: 1.75rem; }
.alc-apply-header .hero-eyebrow { color: var(--sand-gold-dark); margin-bottom: 0.5rem; }
.alc-apply-header h3 {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 500;
  color: var(--charcoal); line-height: 1.2; margin: 0.4rem 0 0.75rem;
}
.alc-apply-header h3 .italic { font-style: italic; color: var(--nile-blue); font-weight: 600; }
.alc-apply-header p { color: var(--gray-700); font-size: 0.92rem; line-height: 1.6; }

.alc-apply-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.alc-apply-field { margin-bottom: 1rem; }
.alc-apply-row .alc-apply-field { margin-bottom: 0; }
.alc-apply-field label {
  display: block; font-size: 0.78rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.alc-apply-field input,
.alc-apply-field textarea {
  width: 100%; padding: 0.75rem 0.9rem;
  border: 1.5px solid var(--gray-100); border-radius: 10px;
  font-family: var(--font-body); font-size: 0.92rem;
  color: var(--charcoal); background: var(--white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.alc-apply-field input:focus,
.alc-apply-field textarea:focus {
  outline: none; border-color: var(--nile-blue);
  box-shadow: 0 0 0 3px rgba(30,95,116,0.12);
}
.alc-apply-field textarea { resize: vertical; min-height: 90px; }

.alc-apply-actions {
  display: flex; justify-content: flex-end; gap: 0.6rem;
  margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--gray-100);
}
.alc-apply-cancel {
  background: transparent; border: 1px solid var(--gray-100);
  color: var(--gray-700); padding: 0.7rem 1.25rem; border-radius: 100px;
  cursor: pointer; font-weight: 600; font-size: 0.85rem;
  transition: background 0.3s ease;
}
.alc-apply-cancel:hover { background: var(--cream); }
.alc-apply-submit {
  background: var(--nile-blue); color: var(--white);
  border: none; padding: 0.8rem 1.6rem; border-radius: 100px;
  cursor: pointer; font-weight: 700; font-size: 0.9rem;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: background 0.3s ease, transform 0.3s ease;
}
.alc-apply-submit:hover { background: var(--nile-blue-dark); transform: translateY(-1px); }
.alc-apply-disclaimer {
  font-size: 0.75rem; color: var(--gray-500);
  margin-top: 1rem; line-height: 1.5;
}

/* Success / error toast banner shown after redirect-back. */
.alc-apply-toast {
  position: fixed; bottom: 2rem; left: 50%; transform: translate(-50%, 100px);
  background: var(--charcoal); color: var(--white);
  padding: 1rem 1.5rem; border-radius: 100px;
  font-size: 0.9rem; font-weight: 600; z-index: 600;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  opacity: 0; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.alc-apply-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.alc-apply-toast.is-ok { background: #1d7a4f; }
.alc-apply-toast.is-err { background: #b32d2e; }

@media (max-width: 600px) {
  .alc-apply-modal { padding: 1.75rem 1.25rem; border-radius: 18px; }
  .alc-apply-row { grid-template-columns: 1fr; gap: 0; }
  .alc-apply-row .alc-apply-field { margin-bottom: 1rem; }
}

/* ============================================================
   LIBRARY (Brochures) — archive + single + modal
   ============================================================ */
.library-hero {
  background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue));
  color: var(--white); padding: 5rem 2.5rem 4rem; text-align: center;
  position: relative; overflow: hidden;
}
.library-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 30% 30%, rgba(212,165,116,0.15), transparent 55%);
}
.library-hero-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.library-hero .hero-eyebrow { justify-content: center; }
.library-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
.library-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; margin-bottom: 1.25rem;
}
.library-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.library-hero p { color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.6; }

.library-section { padding: 4rem 2.5rem; background: var(--cream); }
.library-wrap { max-width: 1400px; margin: 0 auto; }

.library-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 3rem; }
.library-filter-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.55rem 1.1rem; border-radius: 100px;
  background: var(--white); border: 1px solid var(--gray-100);
  color: var(--charcoal); font-size: 0.85rem; font-weight: 600;
  text-decoration: none; transition: all 0.3s ease;
}
.library-filter-pill:hover { border-color: var(--sand-gold); background: var(--cream-warm); }
.library-filter-pill.is-active { background: var(--nile-blue); border-color: var(--nile-blue); color: var(--white); }
.library-filter-count {
  background: rgba(0,0,0,0.06); padding: 0.05rem 0.45rem;
  border-radius: 100px; font-size: 0.7rem; font-weight: 700;
}
.library-filter-pill.is-active .library-filter-count { background: rgba(255,255,255,0.2); }

.library-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.library-card {
  background: var(--white); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.library-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -25px rgba(30,95,116,0.2);
}

.library-card-cover {
  position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream);
}
.library-card-cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.library-card:hover .library-card-cover img { transform: scale(1.05); }
.library-card-format {
  position: absolute; top: 0.85rem; right: 0.85rem;
  background: var(--charcoal); color: var(--sand-gold);
  padding: 0.25rem 0.65rem; border-radius: 6px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em;
}
.library-card-audience {
  position: absolute; bottom: 0.85rem; left: 0.85rem;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  color: var(--charcoal); padding: 0.3rem 0.7rem;
  border-radius: 100px; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.05em;
}

.library-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.library-card-topic {
  font-size: 0.7rem; font-weight: 700; color: var(--sand-gold-dark);
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.5rem;
}
.library-card-title {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 500;
  color: var(--charcoal); line-height: 1.25; margin-bottom: 0.6rem;
}
.library-card-excerpt {
  color: var(--gray-700); font-size: 0.92rem; line-height: 1.6;
  margin-bottom: 1rem; flex: 1;
}
.library-card-meta {
  display: flex; flex-wrap: wrap; gap: 0.85rem;
  font-size: 0.78rem; color: var(--gray-500);
  padding-top: 0.85rem; margin-bottom: 1rem;
  border-top: 1px solid var(--gray-100);
}
.library-card-actions {
  display: flex; gap: 0.5rem; margin-top: auto;
}
.library-card-btn {
  flex: 1; padding: 0.7rem 1rem; border-radius: 100px;
  font-size: 0.82rem; font-weight: 700; text-decoration: none;
  text-align: center; cursor: pointer; border: 1.5px solid transparent;
  transition: all 0.3s ease;
}
.library-card-btn.is-secondary {
  background: transparent; border-color: var(--gray-100); color: var(--charcoal);
}
.library-card-btn.is-secondary:hover { border-color: var(--charcoal); }
.library-card-btn.is-primary {
  background: var(--nile-blue); color: var(--white); border-color: var(--nile-blue);
}
.library-card-btn.is-primary:hover {
  background: var(--sand-gold); color: var(--charcoal); border-color: var(--sand-gold);
}

.library-empty {
  text-align: center; padding: 4rem 2rem;
  color: var(--gray-500); font-size: 1.05rem;
}

/* ----- Single brochure ----- */
.brochure-single { padding: 4rem 2.5rem 6rem; background: var(--cream); }
.brochure-single-wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 360px 1fr; gap: 4rem;
  align-items: start;
}
.brochure-cover-col { position: sticky; top: 110px; }
.brochure-cover {
  position: relative; border-radius: 16px; overflow: hidden;
  aspect-ratio: 3/4; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.25);
}
.brochure-cover img { width: 100%; height: 100%; object-fit: cover; }
.brochure-cover-format {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--charcoal); color: var(--sand-gold);
  padding: 0.35rem 0.75rem; border-radius: 6px;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em;
}
.brochure-cover-meta {
  margin-top: 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem; background: var(--white); border-radius: 14px;
  padding: 1rem; text-align: center;
}
.brochure-meta-item strong {
  display: block; font-family: var(--font-display);
  font-size: 1.2rem; color: var(--charcoal); margin-bottom: 0.2rem; line-height: 1;
}
.brochure-meta-item span {
  font-size: 0.7rem; color: var(--gray-500);
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}

.brochure-content-col .hero-eyebrow { color: var(--sand-gold-dark); }
.brochure-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1;
  color: var(--charcoal); margin-bottom: 1rem;
}
.brochure-subtitle {
  font-size: 1.15rem; color: var(--gray-700);
  font-style: italic; margin-bottom: 1.5rem; line-height: 1.6;
}
.brochure-audience {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1rem; background: var(--cream-warm);
  border-radius: 100px; margin-bottom: 1.5rem;
}
.brochure-audience-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--sand-gold-dark);
}
.brochure-audience-value { font-size: 0.88rem; color: var(--charcoal); font-weight: 600; }
.brochure-description { color: var(--gray-700); line-height: 1.75; margin-bottom: 2rem; font-size: 1rem; }

.brochure-highlights {
  background: var(--white); border-radius: 14px; padding: 1.75rem;
  margin: 2rem 0; border-left: 3px solid var(--sand-gold);
}
.brochure-highlights h3 {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 1rem;
}
.brochure-highlights ul { list-style: none; padding: 0; margin: 0; }
.brochure-highlights li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  padding: 0.4rem 0; color: var(--gray-700); font-size: 0.95rem;
}
.brochure-highlights li::before {
  content: '✓'; color: var(--nile-blue); font-weight: 800; flex-shrink: 0;
}

.brochure-cta-block {
  background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue));
  color: var(--white); border-radius: 18px; padding: 2rem;
  margin: 2rem 0; text-align: center;
}
.brochure-download-btn {
  background: var(--sand-gold); color: var(--charcoal);
  border: none; padding: 1rem 2rem; border-radius: 100px;
  font-weight: 700; font-size: 1rem; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.6rem;
  transition: all 0.3s ease;
}
.brochure-download-btn:hover {
  background: var(--sand-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -10px rgba(212,165,116,0.5);
}
.brochure-cta-note {
  margin-top: 1rem; color: rgba(255,255,255,0.75); font-size: 0.85rem;
}
.brochure-cta-note strong { color: var(--sand-gold); }

.brochure-toc {
  margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid var(--gray-100);
}
.brochure-toc h3 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 1rem;
}
.brochure-toc ol { list-style: none; padding: 0; margin: 0; }
.brochure-toc li {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 0.85rem 0; border-bottom: 1px solid var(--gray-100);
}
.brochure-toc li:last-child { border-bottom: none; }
.brochure-toc-num {
  font-family: var(--font-display); font-style: italic;
  color: var(--sand-gold); font-size: 1.2rem;
  min-width: 40px; line-height: 1;
}
.brochure-toc-info strong {
  display: block; color: var(--charcoal); font-weight: 600;
  font-size: 0.95rem; margin-bottom: 0.2rem;
}
.brochure-toc-info span {
  font-size: 0.85rem; color: var(--gray-500); line-height: 1.5;
}

/* ----- Modal ----- */
.alc-brochure-modal-overlay {
  position: fixed; inset: 0; background: rgba(20,31,36,0.7);
  backdrop-filter: blur(6px); z-index: 500;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem 1rem; opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.alc-brochure-modal-overlay.is-open { opacity: 1; visibility: visible; }
.alc-brochure-modal {
  background: var(--white); border-radius: 24px;
  max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto;
  padding: 2.5rem; position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.alc-brochure-modal-overlay.is-open .alc-brochure-modal { transform: translateY(0); }
.alc-brochure-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 36px; height: 36px; border-radius: 50%; border: none;
  background: var(--cream); color: var(--charcoal);
  cursor: pointer; font-size: 1.4rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
}
.alc-brochure-close:hover { background: var(--charcoal); color: var(--white); transform: rotate(90deg); }

.alc-brochure-modal-header { text-align: center; margin-bottom: 1.5rem; }
.alc-brochure-modal-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cream-warm); color: var(--sand-gold-dark);
  font-size: 2rem; margin-bottom: 1rem;
}
.alc-brochure-modal-header .hero-eyebrow {
  justify-content: center; color: var(--sand-gold-dark); margin-bottom: 0.5rem;
}
.alc-brochure-modal-header h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal); margin: 0.4rem 0 0.75rem;
}
.alc-brochure-modal-header h3 .italic { font-style: italic; color: var(--nile-blue); font-weight: 600; }
.alc-brochure-modal-header p { color: var(--gray-700); font-size: 0.92rem; line-height: 1.6; }

.alc-brochure-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
.alc-brochure-field { margin-bottom: 0.85rem; }
.alc-brochure-row .alc-brochure-field { margin-bottom: 0; }
.alc-brochure-field label {
  display: block; font-size: 0.78rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.35rem;
}
.alc-brochure-field input {
  width: 100%; padding: 0.7rem 0.85rem;
  border: 1.5px solid var(--gray-100); border-radius: 10px;
  font-family: var(--font-body); font-size: 0.92rem;
  color: var(--charcoal); background: var(--white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.alc-brochure-field input:focus {
  outline: none; border-color: var(--nile-blue);
  box-shadow: 0 0 0 3px rgba(30,95,116,0.12);
}
.alc-brochure-checkbox {
  margin: 1rem 0; padding: 0.85rem; background: var(--cream);
  border-radius: 10px;
}
.alc-brochure-checkbox label {
  display: flex; align-items: flex-start; gap: 0.55rem;
  cursor: pointer; font-size: 0.85rem; color: var(--gray-700); line-height: 1.5;
}
.alc-brochure-checkbox input[type="checkbox"] {
  margin-top: 0.2rem; width: 16px; height: 16px;
  accent-color: var(--nile-blue); flex-shrink: 0;
}
.alc-brochure-submit {
  width: 100%; background: var(--nile-blue); color: var(--white);
  border: none; padding: 0.95rem; border-radius: 100px;
  font-weight: 700; font-size: 0.95rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  transition: all 0.3s ease;
}
.alc-brochure-submit:hover {
  background: var(--nile-blue-dark);
  box-shadow: 0 10px 25px -8px rgba(30,95,116,0.45);
}
.alc-brochure-disclaimer {
  text-align: center; font-size: 0.75rem;
  color: var(--gray-500); margin-top: 0.85rem;
}

.alc-brochure-toast {
  position: fixed; bottom: 2rem; left: 50%; transform: translate(-50%, 100px);
  background: var(--charcoal); color: var(--white);
  padding: 1rem 1.5rem; border-radius: 100px;
  font-size: 0.9rem; font-weight: 600; z-index: 600;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  opacity: 0; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  max-width: 90%; text-align: center;
}
.alc-brochure-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.alc-brochure-toast.is-ok { background: #1d7a4f; }
.alc-brochure-toast.is-err { background: #b32d2e; }

@media (max-width: 968px) {
  .library-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .brochure-single-wrap { grid-template-columns: 280px 1fr; gap: 2.5rem; }
  .brochure-cover-col { position: relative; top: 0; }
}
@media (max-width: 600px) {
  .library-section, .brochure-single { padding: 3rem 1.25rem; }
  .library-grid { grid-template-columns: 1fr; }
  .library-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0.5rem; }
  .library-filter-pill { white-space: nowrap; flex-shrink: 0; }
  .library-card-actions { flex-direction: column; }
  .brochure-single-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .alc-brochure-modal { padding: 1.75rem 1.25rem; border-radius: 18px; }
  .alc-brochure-row { grid-template-columns: 1fr; gap: 0; }
  .alc-brochure-row .alc-brochure-field { margin-bottom: 0.85rem; }
}

/* ============================================================================
   AFFILIATE PROGRAM — Apply form, login card, dashboard
   ============================================================================ */

/* Shared section background */
.aff-apply-section,
.aff-dash-section {
  background: linear-gradient(180deg, #fafaf8 0%, #f4f1ec 100%);
  padding: 5rem 2.5rem;
  min-height: 100vh;
}
.aff-apply-wrap,
.aff-dash-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Apply page hero ---------- */
.aff-apply-hero {
  text-align: center;
  margin-bottom: 4rem;
}
.aff-apply-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  color: var(--nile-blue);
  margin: 0.75rem 0 1.5rem;
  letter-spacing: -0.01em;
}
.aff-apply-hero h1 .italic {
  font-style: italic;
  color: var(--gold);
}
.aff-apply-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.15rem;
  color: var(--text-secondary, #555);
  line-height: 1.65;
}

/* ---------- Benefits grid ---------- */
.aff-apply-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.aff-apply-benefit {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aff-apply-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 35, 70, 0.1);
}
.aff-apply-benefit-icon {
  font-size: 2.4rem;
  margin-bottom: 0.85rem;
}
.aff-apply-benefit h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--nile-blue);
  margin: 0 0 0.6rem;
}
.aff-apply-benefit p {
  font-size: 0.92rem;
  color: var(--text-secondary, #555);
  line-height: 1.55;
  margin: 0;
}

/* ---------- How it works ---------- */
.aff-apply-how {
  margin-bottom: 5rem;
}
.aff-apply-how h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--nile-blue);
  text-align: center;
  margin: 0 0 2.5rem;
}
.aff-apply-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: aff-step;
}
.aff-apply-steps li {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  position: relative;
}
.aff-apply-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nile-blue), #1a3a6b);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aff-apply-steps h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--nile-blue);
  margin: 0 0 0.5rem;
}
.aff-apply-steps p {
  font-size: 0.92rem;
  color: var(--text-secondary, #555);
  line-height: 1.55;
  margin: 0;
}

/* ---------- Application form card ---------- */
.aff-apply-form-card {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 24px;
  padding: 3rem 3rem;
  box-shadow: 0 30px 60px rgba(15, 35, 70, 0.08);
  margin-bottom: 4rem;
}
.aff-apply-form-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.aff-apply-form-head h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--nile-blue);
  margin: 0.5rem 0 0.75rem;
}
.aff-apply-form-head p {
  color: var(--text-secondary, #555);
  margin: 0;
}
.aff-apply-form {
  max-width: 720px;
  margin: 0 auto;
}
.aff-apply-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.aff-apply-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.aff-apply-field label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--nile-blue);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.aff-apply-field .req { color: #c0392b; }
.aff-apply-field input,
.aff-apply-field select,
.aff-apply-field textarea,
.aff-dash-login-form input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid rgba(15, 35, 70, 0.12);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--nile-blue);
  background: #fafaf8;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.aff-apply-field input:focus,
.aff-apply-field select:focus,
.aff-apply-field textarea:focus,
.aff-dash-login-form input:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196, 154, 74, 0.15);
}
.aff-apply-field textarea {
  resize: vertical;
  min-height: 130px;
}
.aff-apply-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.aff-apply-fineprint {
  font-size: 0.9rem;
  color: var(--text-secondary, #555);
  margin: 0;
}
.aff-apply-fineprint a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.aff-apply-fineprint a:hover { text-decoration: underline; }

/* Alerts (shared) */
.aff-apply-alert,
.aff-dash-alert {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.aff-apply-alert.is-ok,
.aff-dash-alert.is-ok {
  background: #ecfdf5;
  color: #064e3b;
  border: 1px solid #a7f3d0;
}
.aff-apply-alert.is-err,
.aff-dash-alert.is-err {
  background: #fef2f2;
  color: #7f1d1d;
  border: 1px solid #fecaca;
}
.aff-apply-alert.is-warn {
  background: #fffbeb;
  color: #78350f;
  border: 1px solid #fde68a;
}
.aff-dash-alert.is-info {
  background: #eff6ff;
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
}

/* ---------- FAQ accordion ---------- */
.aff-apply-faq {
  max-width: 820px;
  margin: 0 auto;
}
.aff-apply-faq h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--nile-blue);
  text-align: center;
  margin: 0 0 2rem;
}
.aff-apply-faq details {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.85rem;
  transition: box-shadow 0.2s ease;
}
.aff-apply-faq details[open] {
  box-shadow: 0 8px 24px rgba(15, 35, 70, 0.06);
}
.aff-apply-faq summary {
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--nile-blue);
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}
.aff-apply-faq summary::-webkit-details-marker { display: none; }
.aff-apply-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.2s ease;
}
.aff-apply-faq details[open] summary::after {
  content: "−";
}
.aff-apply-faq p {
  margin: 1rem 0 0;
  color: var(--text-secondary, #555);
  line-height: 1.65;
}

/* ============================================================================
   AFFILIATE — Login card (used in dashboard page when not signed in)
   ============================================================================ */
.aff-dash-login-card {
  max-width: 480px;
  margin: 4rem auto;
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 30px 60px rgba(15, 35, 70, 0.08);
}
.aff-dash-login-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.aff-dash-login-card h1 {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: var(--nile-blue);
  margin: 0.5rem 0 0.75rem;
}
.aff-dash-login-card h1 .italic {
  font-style: italic;
  color: var(--gold);
}
.aff-dash-login-card > p {
  color: var(--text-secondary, #555);
  margin-bottom: 1.5rem;
}
.aff-dash-login-form {
  text-align: left;
}
.aff-dash-login-form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--nile-blue);
  margin: 1rem 0 0.5rem;
}
.aff-dash-login-form button[type="submit"],
.aff-dash-login-form .submit-btn {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(135deg, var(--nile-blue), #1a3a6b);
  color: #fff;
  border: 0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.aff-dash-login-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.25);
}
.aff-dash-login-foot {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary, #555);
}
.aff-dash-login-foot a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.aff-dash-login-foot a:hover { text-decoration: underline; }

/* ============================================================================
   AFFILIATE — Dashboard
   ============================================================================ */
.aff-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(15, 35, 70, 0.04);
}
.aff-dash-header-info h1 {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: var(--nile-blue);
  margin: 0 0 0.5rem;
}
.aff-dash-header-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: var(--text-secondary, #555);
}
.aff-dash-header-meta strong {
  color: var(--nile-blue);
  font-weight: 600;
}
.aff-dash-tier-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, var(--gold), #d4af6f);
  color: #fff;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.aff-dash-logout-btn {
  padding: 0.7rem 1.4rem;
  background: transparent;
  color: var(--nile-blue);
  border: 1.5px solid rgba(15, 35, 70, 0.15);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.aff-dash-logout-btn:hover {
  background: var(--nile-blue);
  color: #fff;
  border-color: var(--nile-blue);
}

/* Stats grid */
.aff-dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.aff-dash-stat {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aff-dash-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 35, 70, 0.08);
}
.aff-dash-stat-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.aff-dash-stat-value {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--nile-blue);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.aff-dash-stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary, #555);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Tracking link card */
.aff-dash-card {
  background: #fff;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(15, 35, 70, 0.04);
}
.aff-dash-card h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--nile-blue);
  margin: 0 0 0.5rem;
}
.aff-dash-card-subtitle {
  font-size: 0.92rem;
  color: var(--text-secondary, #555);
  margin: 0 0 1.5rem;
}
.aff-dash-link-row {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.aff-dash-link-input {
  flex: 1;
  min-width: 280px;
  padding: 0.85rem 1rem;
  border: 1.5px solid rgba(15, 35, 70, 0.12);
  border-radius: 10px;
  background: #fafaf8;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9rem;
  color: var(--nile-blue);
}
.aff-dash-copy-btn {
  padding: 0.85rem 1.4rem;
  background: var(--gold);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.aff-dash-copy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(196, 154, 74, 0.3);
}
.aff-dash-copy-btn.is-copied {
  background: #10b981;
}

/* Deep-link builder */
.aff-dash-deep {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 35, 70, 0.08);
}
.aff-dash-deep-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--nile-blue);
  margin-bottom: 0.5rem;
}

/* Activity table */
.aff-dash-table-wrap {
  overflow-x: auto;
}
.aff-dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.aff-dash-table th,
.aff-dash-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(15, 35, 70, 0.06);
}
.aff-dash-table th {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--nile-blue);
  background: #fafaf8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
}
.aff-dash-table tr:last-child td { border-bottom: 0; }
.aff-dash-table-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-secondary, #555);
}
.aff-dash-pill {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.aff-dash-pill.is-click  { background: #eff6ff; color: #1e40af; }
.aff-dash-pill.is-conv   { background: #ecfdf5; color: #065f46; }
.aff-dash-pill.is-pending{ background: #fffbeb; color: #92400e; }
.aff-dash-pill.is-paid   { background: #f0fdf4; color: #14532d; }
.aff-dash-pill.is-rejected{ background: #fef2f2; color: #991b1b; }

/* Resources block */
.aff-dash-resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}
.aff-dash-resource {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1.25rem;
  background: #fafaf8;
  border: 1px solid rgba(15, 35, 70, 0.06);
  border-radius: 14px;
  text-decoration: none;
  color: var(--nile-blue);
  transition: all 0.2s ease;
}
.aff-dash-resource:hover {
  background: #fff;
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.06);
}
.aff-dash-resource-icon {
  font-size: 1.5rem;
}
.aff-dash-resource-label {
  font-weight: 600;
}

/* ---------- Mobile ---------- */
@media (max-width: 968px) {
  .aff-apply-section, .aff-dash-section { padding: 3rem 1.5rem; }
  .aff-apply-benefits { grid-template-columns: repeat(2, 1fr); }
  .aff-apply-steps { grid-template-columns: repeat(2, 1fr); }
  .aff-apply-form-card { padding: 2rem 1.5rem; }
  .aff-apply-row { grid-template-columns: 1fr; gap: 0; }
  .aff-dash-stats { grid-template-columns: repeat(2, 1fr); }
  .aff-dash-resources { grid-template-columns: 1fr; }
  .aff-dash-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .aff-apply-benefits, .aff-apply-steps { grid-template-columns: 1fr; }
  .aff-dash-stats { grid-template-columns: 1fr; }
  .aff-dash-login-card { padding: 2rem 1.5rem; margin: 2rem auto; }
  .aff-apply-actions { flex-direction: column; align-items: stretch; }
  .aff-apply-actions .hero-cta-primary { width: 100%; justify-content: center; }
  .aff-dash-link-row { flex-direction: column; }
  .aff-dash-link-input { min-width: 0; }
}

/* ===========================================================
   SINGLE CRUISE PROGRAM TEMPLATE
   Matches 3-nights-aswan-itinerary.html reference
   =========================================================== */

/* ITINERARY DAY (3-col layout: content | marker | image, alternating via :nth-child(even).
   Scoped to .itinerary-section so it does NOT clobber single-boat which uses .programs-section scope.) */
.itinerary-section { padding: 6rem 2.5rem; }
.itinerary-section .itinerary-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.itinerary-section .itinerary-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--sand-gold), var(--gray-300));
  transform: translateX(-1px);
  z-index: 0;
}
.itinerary-section .itinerary-day {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
}
.itinerary-section .itinerary-day:last-child { margin-bottom: 0; }
.itinerary-section .itinerary-day::before { content: none; }
.itinerary-section .itinerary-day-marker {
  position: static;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand-gold), var(--sand-gold-dark));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 600; font-size: 1.5rem;
  font-style: italic;
  box-shadow: 0 10px 30px -10px rgba(212,165,116,0.5);
  border: 4px solid var(--cream);
  margin: 0 auto;
  flex-shrink: 0;
}

/* Even rows: flip via CSS order so DOM stays content → marker → image */
.itinerary-section .itinerary-day:nth-child(even) .itinerary-day-content { order: 3; }
.itinerary-section .itinerary-day:nth-child(even) .itinerary-day-marker  { order: 2; }
.itinerary-section .itinerary-day:nth-child(even) .itinerary-day-image   { order: 1; }
.itinerary-section .itinerary-day-content {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid var(--gray-100);
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.itinerary-section .itinerary-day-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700;
  color: var(--sand-gold-dark);
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.85rem;
  background: var(--cream-warm);
  padding: 0.4rem 0.85rem;
  border-radius: 100px;
}
.itinerary-section .itinerary-day-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal);
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.itinerary-section .itinerary-day-content p {
  font-family: var(--font-body);
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.itinerary-section .itinerary-day-content p:last-child { margin-bottom: 0; }
.itinerary-section .itinerary-day-highlights {
  display: flex; flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.itinerary-section .itinerary-day-highlight {
  display: inline-flex; align-items: center;
  gap: 0.3rem;
  background: var(--cream);
  color: var(--charcoal);
  padding: 0.4rem 0.85rem;
  border-radius: 100px;
  font-size: 0.82rem; font-weight: 600;
  border: 1px solid var(--gray-100);
}
.itinerary-section .itinerary-day-image {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.itinerary-section .itinerary-day-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.itinerary-section .itinerary-day:hover .itinerary-day-image img { transform: scale(1.04); }

/* SHIPS SECTION */
.ships-section {
  padding: 5rem 2.5rem;
  background: var(--cream);
}
.ships-wrap { max-width: 1400px; margin: 0 auto; }
.ships-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.ships-header-content { flex: 1 1 320px; }
.ships-filter-tabs {
  display: flex; flex-wrap: wrap;
  gap: 0.5rem;
}
.ships-filter-tab {
  background: var(--white);
  border: 1px solid var(--gray-300);
  color: var(--gray-700);
  padding: 0.6rem 1.15rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.85rem; font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ships-filter-tab:hover { border-color: var(--sand-gold); color: var(--charcoal); }
.ships-filter-tab.active {
  background: var(--nile-blue);
  border-color: var(--nile-blue);
  color: var(--white);
}
.ships-grid {
  display: grid;
  /* auto-fill (not auto-fit): empty tracks are kept, so a single visible card
     after category filtering stays at its column width instead of stretching. */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
.ship-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
}
.ship-card.is-hidden { display: none !important; }
.ship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.ship-card.is-hidden { display: none; }
.ship-card-image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.ship-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.ship-card:hover .ship-card-image img { transform: scale(1.05); }
.ship-card-badge {
  position: absolute; top: 1rem; left: 1rem;
  z-index: 2;
  background: var(--sand-gold);
  color: var(--white);
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.ship-card-rating {
  position: absolute; top: 1rem; right: 1rem;
  z-index: 2;
  background: rgba(0,0,0,0.7);
  color: var(--white);
  padding: 0.35rem 0.7rem;
  border-radius: 100px;
  font-size: 0.85rem; font-weight: 700;
}
.ship-card-rating .star { color: var(--sand-gold); }
.ship-card-content {
  padding: 1.5rem;
  display: flex; flex-direction: column;
  flex: 1;
}
.ship-card-category {
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700;
  color: var(--sand-gold-dark);
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.ship-card-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal);
  margin: 0 0 0.85rem 0;
  line-height: 1.2;
}
.ship-card-meta {
  display: flex; flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-700);
  margin-bottom: 1.25rem;
}
.ship-card-pricing {
  background: var(--cream);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.25rem;
}
.ship-card-pricing-label {
  font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 700;
  color: var(--gray-700);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.ship-card-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.ship-card-price-item { text-align: center; }
.ship-card-price-type {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}
.ship-card-price-value {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--nile-blue);
}
.ship-card-cta {
  display: inline-block;
  margin-top: auto;
  color: var(--sand-gold-dark);
  font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.ship-card-cta:hover { color: var(--nile-blue); }

/* WHY ITINERARY */
.why-itinerary {
  padding: 5rem 2.5rem;
  background: var(--white);
}
.why-itinerary-wrap { max-width: 1200px; margin: 0 auto; }
.why-itinerary-header { text-align: center; margin-bottom: 3rem; }
.why-itinerary-header .section-eyebrow { justify-content: center; }
.why-itinerary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.why-itinerary-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid var(--gray-100);
  transition: transform 0.3s ease;
}
.why-itinerary-card:hover { transform: translateY(-4px); }
.why-itinerary-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-itinerary-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal);
  margin: 0 0 0.6rem 0;
}
.why-itinerary-card p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}

/* PRICING DISCLAIMER */
.pricing-overview .pricing-disclaimer {
  margin: 2rem auto 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  max-width: 800px;
}
.pricing-overview .pricing-disclaimer strong { color: var(--white); }

/* ABOUT ROUTE */
.about-route {
  padding: 5rem 2.5rem;
  background: var(--cream);
}
.about-route-wrap {
  max-width: 1400px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
.about-route-image {
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 100px;
  aspect-ratio: 4/3;
}
.about-route-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.about-route-content .section-title { margin-bottom: 1.5rem; }
.about-route-content p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.about-route-content h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal);
  margin: 2.5rem 0 0.85rem;
  line-height: 1.2;
}
.about-route-content ul {
  list-style: none; padding: 0;
  margin: 0 0 1.5rem 0;
}
.about-route-content ul li {
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.65;
  margin-bottom: 0.6rem;
}
.about-route-content ul li::before {
  content: '◆';
  position: absolute;
  left: 0; top: 0;
  color: var(--sand-gold);
  font-size: 0.7rem;
  line-height: 1.85;
}
.about-route-content ul li strong { color: var(--charcoal); }

/* RELATED ITINERARIES (uses existing .related-card; add CTA + spacing) */
.related-itineraries {
  padding: 5rem 2.5rem;
  background: var(--white);
}
.related-itineraries .related-wrap { max-width: 1400px; margin: 0 auto; }
.related-itineraries .related-header { text-align: center; margin-bottom: 3rem; }
.related-itineraries .related-header .section-eyebrow { justify-content: center; }
.related-itineraries .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.related-card-cta {
  display: inline-block;
  margin-top: 1rem;
  color: var(--sand-gold-dark);
  font-family: var(--font-body);
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.related-itineraries .related-card:hover .related-card-cta { color: var(--white); }

/* Responsive */
@media (max-width: 968px) {
  .itinerary-section { padding: 4rem 1.5rem; }
  .itinerary-section .itinerary-timeline::before { left: 30px; }
  .itinerary-section .itinerary-day {
    grid-template-columns: auto 1fr !important;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .itinerary-section .itinerary-day-marker {
    width: 50px; height: 50px; font-size: 1.2rem;
    margin: 0;
  }
  .itinerary-section .itinerary-day-image { display: none; }
  .itinerary-section .itinerary-day:nth-child(even) .itinerary-day-content { order: 2; }
  .itinerary-section .itinerary-day:nth-child(even) .itinerary-day-marker  { order: 1; }
  .about-route-wrap { grid-template-columns: 1fr; }
  .about-route-image { position: static; }
  .ships-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .ships-section, .why-itinerary, .about-route, .related-itineraries { padding: 3rem 1.25rem; }
  .ship-card-pricing-grid { grid-template-columns: 1fr; gap: 0.25rem; }
  .ship-card-pricing-grid .ship-card-price-item { display: flex; justify-content: space-between; align-items: baseline; }
}

/* ============================================================================
   DESTINATIONS ARCHIVE — sections ported verbatim from destinations-archive.html
   (overview/Egypt-map, whats-where, itineraries/routes, best-time/seasons).
   Scoped under `body.post-type-archive-alc_destination` because these class
   names (.overview-section, .seasons-grid, .season-card, .itineraries-section,
   .route-*) are reused GLOBALLY in this stylesheet for other components
   (cruise-pricing seasons widget, homepage itineraries, single-page overview).
   Scoping raises specificity so these rules win ONLY on the destination
   archive and leave every other page untouched. Markup classes stay
   byte-identical to the frozen HTML.
   ============================================================================ */

/* --- Section 2: Overview / Egypt travel map --- */
body.post-type-archive-alc_destination .overview-section { padding: 5rem 2.5rem; max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_destination .overview-content { text-align: center; max-width: 800px; margin: 0 auto 3rem; }
body.post-type-archive-alc_destination .overview-content .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_destination .overview-content p { color: var(--gray-700); font-size: 1.05rem; line-height: 1.7; }
body.post-type-archive-alc_destination .egypt-map-container { background: var(--cream-warm); border-radius: 28px; padding: 3rem; margin-bottom: 4rem; position: relative; overflow: hidden; }
body.post-type-archive-alc_destination .map-route { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 2rem 0; }
body.post-type-archive-alc_destination .map-stop { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; min-width: 100px; cursor: pointer; transition: transform 0.3s ease; }
body.post-type-archive-alc_destination .map-stop:hover { transform: translateY(-4px); }
body.post-type-archive-alc_destination .map-stop-marker { width: 50px; height: 50px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 8px 20px -5px rgba(30,95,116,0.2); border: 3px solid var(--sand-gold); }
body.post-type-archive-alc_destination .map-stop.featured .map-stop-marker { background: var(--sand-gold); transform: scale(1.2); }
body.post-type-archive-alc_destination .map-stop-name { font-family: var(--font-display); font-weight: 500; font-size: 1rem; color: var(--charcoal); }
body.post-type-archive-alc_destination .map-stop-distance { font-size: 0.7rem; color: var(--gray-500); letter-spacing: 0.05em; }
body.post-type-archive-alc_destination .map-line { flex: 1; height: 2px; background: repeating-linear-gradient(to right, var(--sand-gold), var(--sand-gold) 6px, transparent 6px, transparent 12px); min-width: 30px; }

@media (max-width: 968px) {
  body.post-type-archive-alc_destination .overview-section { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_destination .egypt-map-container { padding: 2rem 1rem; }
  body.post-type-archive-alc_destination .map-route { gap: 0.5rem; }
  body.post-type-archive-alc_destination .map-stop { min-width: 70px; }
}

/* --- Section 4: What to see where (where-cards) --- */
body.post-type-archive-alc_destination .whats-where { background: var(--cream); padding: 5rem 2.5rem; }
body.post-type-archive-alc_destination .whats-where-wrap { max-width: 1200px; margin: 0 auto; }
body.post-type-archive-alc_destination .whats-where-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_destination .whats-where-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_destination .whats-where-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
body.post-type-archive-alc_destination .where-card { background: var(--white); border-radius: 20px; padding: 2.5rem; transition: all 0.4s ease; }
body.post-type-archive-alc_destination .where-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.post-type-archive-alc_destination .where-card-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--gray-100); }
body.post-type-archive-alc_destination .where-card-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; flex-shrink: 0; }
body.post-type-archive-alc_destination .where-card-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.25rem; }
body.post-type-archive-alc_destination .where-card-tagline { font-size: 0.85rem; color: var(--gray-500); font-style: italic; }
body.post-type-archive-alc_destination .where-card ul { list-style: none; padding: 0; }
body.post-type-archive-alc_destination .where-card ul li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.65rem 0; font-size: 0.95rem; color: var(--gray-700); }
body.post-type-archive-alc_destination .where-card ul li::before { content: '✓'; color: var(--success); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }
body.post-type-archive-alc_destination .where-card ul li strong { color: var(--charcoal); }

@media (max-width: 968px) {
  body.post-type-archive-alc_destination .whats-where { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_destination .whats-where-grid { grid-template-columns: 1fr; }
  body.post-type-archive-alc_destination .where-card { padding: 2rem; }
}

/* --- Section 5: Suggested itineraries / route-cards --- */
body.post-type-archive-alc_destination .itineraries-section { background: var(--white); padding: 5rem 2.5rem; }
body.post-type-archive-alc_destination .itineraries-wrap { max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_destination .itineraries-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_destination .itineraries-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_destination .routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.post-type-archive-alc_destination .route-card { background: var(--cream); border-radius: 20px; padding: 2rem; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
body.post-type-archive-alc_destination .route-card:hover { background: var(--nile-blue); color: var(--white); transform: translateY(-4px); }
body.post-type-archive-alc_destination .route-duration { font-family: var(--font-display); font-size: 3.5rem; font-weight: 300; color: var(--sand-gold); font-style: italic; line-height: 1; margin-bottom: 0.5rem; }
body.post-type-archive-alc_destination .route-duration small { font-size: 0.7rem; font-style: normal; color: var(--gray-500); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; display: block; margin-top: 0.5rem; }
body.post-type-archive-alc_destination .route-card:hover .route-duration small { color: rgba(255,255,255,0.7); }
body.post-type-archive-alc_destination .route-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; margin-bottom: 1rem; line-height: 1.2; }
body.post-type-archive-alc_destination .route-stops { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; flex-wrap: nowrap; gap: 0.5rem; padding-top: 1rem; margin-top: 0; border-top: 1px solid var(--gray-300); margin-bottom: 1.25rem; }
body.post-type-archive-alc_destination .route-card:hover .route-stops { border-top-color: rgba(255,255,255,0.2); }
body.post-type-archive-alc_destination .route-stop { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; flex: 0 1 auto; min-width: 0; gap: 0.6rem; font-size: 0.85rem; color: var(--gray-700); }
body.post-type-archive-alc_destination .route-card:hover .route-stop { color: rgba(255,255,255,0.85); }
body.post-type-archive-alc_destination .route-stop-num { width: 22px; height: 22px; border-radius: 50%; background: var(--sand-gold); color: var(--charcoal); display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; flex-shrink: 0; font-family: var(--font-display); }
body.post-type-archive-alc_destination .route-cta { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.85rem; color: var(--nile-blue); transition: gap 0.3s ease; }
body.post-type-archive-alc_destination .route-card:hover .route-cta { color: var(--sand-gold); gap: 0.75rem; }

@media (max-width: 968px) {
  body.post-type-archive-alc_destination .itineraries-section { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_destination .routes-grid { grid-template-columns: 1fr; }
}

/* --- Section 6: Best time / seasons --- */
/* COLLISION: .seasons-grid / .season-card / .season-icon (+ .peak) are reused by the
   dark cruise-pricing widget (main.css 488-525, 2774, 6438-6449). Every property the
   global rules set is explicitly RESET here so nothing leaks into these white 2-col cards. */
body.post-type-archive-alc_destination .best-time-section { background: var(--cream-warm); padding: 5rem 2.5rem; }
body.post-type-archive-alc_destination .best-time-wrap { max-width: 1200px; margin: 0 auto; }
body.post-type-archive-alc_destination .best-time-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_destination .best-time-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_destination .seasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-bottom: 0; }
body.post-type-archive-alc_destination .season-card { background: var(--white); border: none; border-radius: 20px; padding: 2rem; display: flex; gap: 1.5rem; align-items: flex-start; transition: transform 0.3s ease; }
body.post-type-archive-alc_destination .season-card:hover { background: var(--white); border-color: transparent; transform: translateY(-3px); }
body.post-type-archive-alc_destination .season-card.peak { background: var(--white); border-color: transparent; }
body.post-type-archive-alc_destination .season-icon { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 0; }
body.post-type-archive-alc_destination .season-card.peak .season-icon { background: linear-gradient(135deg, #d4a574, #b88a5c); }
body.post-type-archive-alc_destination .season-card.shoulder .season-icon { background: linear-gradient(135deg, #e8c89a, #d4a574); }
body.post-type-archive-alc_destination .season-card.summer .season-icon { background: linear-gradient(135deg, #ff9d3a, #ff6b3a); color: var(--white); }
body.post-type-archive-alc_destination .season-card.special .season-icon { background: linear-gradient(135deg, #1e5f74, #143f4e); color: var(--white); }
body.post-type-archive-alc_destination .season-content h4 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; }
body.post-type-archive-alc_destination .season-months { font-size: 0.75rem; font-weight: 700; color: var(--sand-gold-dark); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
body.post-type-archive-alc_destination .season-content p { color: var(--gray-700); font-size: 0.9rem; line-height: 1.5; }

@media (max-width: 968px) {
  body.post-type-archive-alc_destination .best-time-section { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_destination .seasons-grid { grid-template-columns: 1fr; }
}

/* =====================================================================
   TOUR PACKAGE ARCHIVE — frozen rebuild (egypt-tour-packages.html)
   Body-class-scoped to body.post-type-archive-alc_tour_package so the
   frozen component CSS wins over global collisions (.reviews-*, .review-card,
   .trust-icon) without leaking. Ported verbatim from frozen <style> L79-294.
   ===================================================================== */

/* ---- Packages section + section heading ---- */
body.post-type-archive-alc_tour_package .packages-section { padding: 5rem 2.5rem; max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .section-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--nile-blue); display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
body.post-type-archive-alc_tour_package .section-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--sand-gold); }
body.post-type-archive-alc_tour_package .section-title { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; color: var(--charcoal); margin-bottom: 3rem; }
body.post-type-archive-alc_tour_package .section-title .italic { font-style: italic; color: var(--nile-blue); }

body.post-type-archive-alc_tour_package .packages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
body.post-type-archive-alc_tour_package .package-card.is-hidden { display: none !important; }

/* ---- Package card ---- */
body.post-type-archive-alc_tour_package .package-card { background: var(--white); border-radius: 24px; overflow: hidden; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; display: flex; flex-direction: column; }
body.post-type-archive-alc_tour_package .package-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.25); }
body.post-type-archive-alc_tour_package .package-card-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
body.post-type-archive-alc_tour_package .package-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
body.post-type-archive-alc_tour_package .package-card:hover .package-card-image img { transform: scale(1.05); }
body.post-type-archive-alc_tour_package .package-card-badge { position: absolute; top: 1rem; left: 1rem; background: var(--sand-gold); color: var(--charcoal); padding: 0.4rem 0.9rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; z-index: 2; }
body.post-type-archive-alc_tour_package .package-card-badge::before { content: '★ '; }
body.post-type-archive-alc_tour_package .package-card-badge.popular { background: var(--success); color: var(--white); }
body.post-type-archive-alc_tour_package .package-card-badge.popular::before { content: '🔥 '; }
body.post-type-archive-alc_tour_package .package-card-badge.new { background: var(--charcoal); color: var(--white); }
body.post-type-archive-alc_tour_package .package-card-badge.new::before { content: '✦ '; }

body.post-type-archive-alc_tour_package .package-card-content { padding: 2rem; display: flex; flex-direction: column; flex: 1; }
body.post-type-archive-alc_tour_package .package-card-duration { font-family: var(--font-display); font-style: italic; font-size: 0.8rem; color: var(--sand-gold-dark); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
body.post-type-archive-alc_tour_package .package-card-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; line-height: 1.2; color: var(--charcoal); margin-bottom: 1rem; }
body.post-type-archive-alc_tour_package .package-card-description { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; }

body.post-type-archive-alc_tour_package .package-itinerary-summary { background: var(--cream); padding: 1.25rem; border-radius: 12px; margin-bottom: 1.5rem; }
body.post-type-archive-alc_tour_package .package-itinerary-label { font-size: 0.7rem; font-weight: 700; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
body.post-type-archive-alc_tour_package .package-itinerary-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
body.post-type-archive-alc_tour_package .package-itinerary-list li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--charcoal); }
body.post-type-archive-alc_tour_package .itinerary-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--sand-gold); color: var(--charcoal); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }

body.post-type-archive-alc_tour_package .package-includes { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
body.post-type-archive-alc_tour_package .includes-pill { background: var(--cream-warm); color: var(--charcoal); padding: 0.3rem 0.7rem; border-radius: 100px; font-size: 0.7rem; font-weight: 600; }

body.post-type-archive-alc_tour_package .package-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--gray-100); margin-top: auto; }
body.post-type-archive-alc_tour_package .package-card-price { display: flex; flex-direction: column; gap: 0.1rem; }
body.post-type-archive-alc_tour_package .package-card-price-from { font-size: 0.7rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
body.post-type-archive-alc_tour_package .package-card-price-amount { font-family: var(--font-display); font-size: 1.8rem; color: var(--nile-blue); font-weight: 400; line-height: 1; }
body.post-type-archive-alc_tour_package .package-card-price-unit { font-size: 0.75rem; color: var(--gray-500); margin-top: 0.15rem; }
body.post-type-archive-alc_tour_package .package-card-cta { background: var(--nile-blue); color: var(--white); padding: 0.8rem 1.5rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.85rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap; }
body.post-type-archive-alc_tour_package .package-card-cta:hover { background: var(--nile-blue-dark); gap: 0.75rem; }

/* ---- Why section ---- */
body.post-type-archive-alc_tour_package .why-section { background: var(--white); padding: 6rem 2.5rem; }
body.post-type-archive-alc_tour_package .why-wrap { max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .why-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_tour_package .why-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_tour_package .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
body.post-type-archive-alc_tour_package .why-card { text-align: center; padding: 2rem 1.25rem; transition: transform 0.4s ease; }
body.post-type-archive-alc_tour_package .why-card:hover { transform: translateY(-6px); }
body.post-type-archive-alc_tour_package .why-icon { width: 70px; height: 70px; background: var(--cream-warm); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.8rem; transition: background 0.3s ease; }
body.post-type-archive-alc_tour_package .why-card:hover .why-icon { background: var(--sand-gold); }
body.post-type-archive-alc_tour_package .why-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
body.post-type-archive-alc_tour_package .why-card p { color: var(--gray-700); font-size: 0.9rem; line-height: 1.6; }

/* ---- Trust bar (standalone) ---- */
body.post-type-archive-alc_tour_package .trust-bar { background: var(--cream-warm); padding: 2.5rem 2.5rem; border-bottom: 1px solid var(--gray-100); }
body.post-type-archive-alc_tour_package .trust-bar-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
body.post-type-archive-alc_tour_package .trust-item { display: flex; align-items: center; gap: 1rem; }
body.post-type-archive-alc_tour_package .trust-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.05); padding: 0; }
body.post-type-archive-alc_tour_package .trust-content h5 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.2rem; }
body.post-type-archive-alc_tour_package .trust-content p { font-size: 0.8rem; color: var(--gray-700); margin: 0; }

/* ---- What's Included ---- */
body.post-type-archive-alc_tour_package .included-section { background: var(--white); padding: 6rem 2.5rem; }
body.post-type-archive-alc_tour_package .included-wrap { max-width: 1100px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .included-header { text-align: center; margin-bottom: 3rem; }
body.post-type-archive-alc_tour_package .included-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_tour_package .included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; background: var(--cream); border-radius: 24px; padding: 3rem; }
body.post-type-archive-alc_tour_package .included-col h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--gray-300); display: flex; align-items: center; gap: 0.75rem; }
body.post-type-archive-alc_tour_package .included-col h3 .icon { width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; }
body.post-type-archive-alc_tour_package .included-col.included h3 .icon { background: var(--success); color: var(--white); }
body.post-type-archive-alc_tour_package .included-col.excluded h3 .icon { background: var(--gray-300); color: var(--white); }
body.post-type-archive-alc_tour_package .included-list { list-style: none; padding: 0; }
body.post-type-archive-alc_tour_package .included-list li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.65rem 0; font-size: 0.95rem; color: var(--gray-700); }
body.post-type-archive-alc_tour_package .included-col.included .included-list li::before { content: '✓'; color: var(--success); font-weight: 700; flex-shrink: 0; }
body.post-type-archive-alc_tour_package .included-col.excluded .included-list li::before { content: '×'; color: var(--gray-500); font-weight: 700; flex-shrink: 0; font-size: 1.2rem; line-height: 1; }
body.post-type-archive-alc_tour_package .included-list li strong { color: var(--charcoal); font-weight: 600; }

/* ---- Reviews (scoped override of global .reviews-*/.review-card) ---- */
body.post-type-archive-alc_tour_package .reviews-section { background: var(--white); padding: 6rem 2.5rem; }
body.post-type-archive-alc_tour_package .reviews-wrap { max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .reviews-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_tour_package .reviews-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_tour_package .reviews-stats { display: flex; gap: 2rem; justify-content: center; align-items: center; padding: 1.5rem; background: var(--cream); border-radius: 100px; margin: 2rem auto 0; max-width: 700px; flex-wrap: wrap; }
body.post-type-archive-alc_tour_package .reviews-rating { display: flex; align-items: center; gap: 0.5rem; }
body.post-type-archive-alc_tour_package .reviews-rating-stars { color: var(--sand-gold); font-size: 1.3rem; letter-spacing: 0.1em; }
body.post-type-archive-alc_tour_package .reviews-rating-value { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--charcoal); }
body.post-type-archive-alc_tour_package .reviews-divider { width: 1px; height: 25px; background: var(--gray-300); }
body.post-type-archive-alc_tour_package .reviews-count { font-size: 0.9rem; color: var(--gray-700); }
body.post-type-archive-alc_tour_package .reviews-count strong { color: var(--charcoal); font-weight: 700; }
body.post-type-archive-alc_tour_package .platform-badges { display: flex; gap: 0.5rem; align-items: center; }
body.post-type-archive-alc_tour_package .platform-badge { font-size: 0.75rem; color: var(--gray-500); padding: 0.3rem 0.7rem; background: var(--white); border-radius: 100px; font-weight: 600; }
body.post-type-archive-alc_tour_package .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
body.post-type-archive-alc_tour_package .review-card { background: var(--cream); border-radius: 20px; padding: 2rem; transition: all 0.4s ease; display: flex; flex-direction: column; border: none; box-shadow: none; }
body.post-type-archive-alc_tour_package .review-card::before { content: none; }
body.post-type-archive-alc_tour_package .review-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.post-type-archive-alc_tour_package .review-card-stars { color: var(--sand-gold); font-size: 1.1rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
body.post-type-archive-alc_tour_package .review-card-quote { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; line-height: 1.6; color: var(--charcoal); margin-bottom: 1.5rem; flex: 1; position: relative; }
body.post-type-archive-alc_tour_package .review-card-quote::before { content: '"'; font-family: serif; font-size: 3rem; color: var(--sand-gold); line-height: 0.5; position: absolute; top: 0; left: -0.25rem; opacity: 0.4; }
body.post-type-archive-alc_tour_package .review-card-meta { padding-top: 1.25rem; border-top: 1px solid var(--gray-300); display: flex; align-items: center; gap: 0.75rem; }
body.post-type-archive-alc_tour_package .review-author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sand-gold); color: var(--charcoal); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-display); font-size: 0.95rem; }
body.post-type-archive-alc_tour_package .review-author-info { flex: 1; }
body.post-type-archive-alc_tour_package .review-author-name { font-weight: 700; font-size: 0.9rem; color: var(--charcoal); margin-bottom: 0.1rem; }
body.post-type-archive-alc_tour_package .review-author-detail { font-size: 0.75rem; color: var(--gray-500); display: flex; align-items: center; gap: 0.4rem; }
body.post-type-archive-alc_tour_package .review-platform-icon { background: var(--white); padding: 0.2rem 0.5rem; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal); }
body.post-type-archive-alc_tour_package .view-all-reviews { text-align: center; }
body.post-type-archive-alc_tour_package .view-all-reviews a { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--charcoal); padding: 0.85rem 1.75rem; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 0.9rem; border: 1.5px solid var(--gray-300); transition: all 0.3s ease; }
body.post-type-archive-alc_tour_package .view-all-reviews a:hover { border-color: var(--nile-blue); color: var(--nile-blue); }

/* ---- Travel Tips ---- */
body.post-type-archive-alc_tour_package .tips-section { background: var(--cream); padding: 6rem 2.5rem; }
body.post-type-archive-alc_tour_package .tips-wrap { max-width: 1400px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .tips-header { text-align: center; margin-bottom: 4rem; }
body.post-type-archive-alc_tour_package .tips-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_tour_package .tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.post-type-archive-alc_tour_package .tip-card { background: var(--white); border-radius: 20px; padding: 2rem; transition: all 0.4s ease; }
body.post-type-archive-alc_tour_package .tip-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.post-type-archive-alc_tour_package .tip-card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
body.post-type-archive-alc_tour_package .tip-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
body.post-type-archive-alc_tour_package .tip-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); line-height: 1.2; }
body.post-type-archive-alc_tour_package .tip-card p { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1rem; }
body.post-type-archive-alc_tour_package .tip-card p:last-child { margin-bottom: 0; }
body.post-type-archive-alc_tour_package .tip-card strong { color: var(--charcoal); font-weight: 700; }

/* ---- FAQ (frozen accordion) ---- */
body.post-type-archive-alc_tour_package .faq-section { background: var(--cream); padding: 6rem 2.5rem; }
body.post-type-archive-alc_tour_package .faq-wrap { max-width: 1100px; margin: 0 auto; }
body.post-type-archive-alc_tour_package .faq-header { text-align: center; margin-bottom: 3rem; }
body.post-type-archive-alc_tour_package .faq-header .section-eyebrow { justify-content: center; }
body.post-type-archive-alc_tour_package .faq-list { display: flex; flex-direction: column; gap: 1rem; }
body.post-type-archive-alc_tour_package .faq-item { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid transparent; transition: all 0.3s ease; }
body.post-type-archive-alc_tour_package .faq-item.active { border-color: var(--sand-gold); box-shadow: 0 20px 40px -20px rgba(30,95,116,0.15); }
body.post-type-archive-alc_tour_package .faq-question { width: 100%; padding: 1.5rem 1.75rem; background: transparent; border: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); text-align: left; transition: color 0.3s ease; }
body.post-type-archive-alc_tour_package .faq-question:hover, body.post-type-archive-alc_tour_package .faq-item.active .faq-question { color: var(--nile-blue); }
body.post-type-archive-alc_tour_package .faq-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 1rem; transition: all 0.3s ease; position: relative; }
body.post-type-archive-alc_tour_package .faq-icon::before, body.post-type-archive-alc_tour_package .faq-icon::after { content: ''; position: absolute; background: var(--nile-blue); transition: all 0.3s ease; }
body.post-type-archive-alc_tour_package .faq-icon::before { width: 12px; height: 2px; }
body.post-type-archive-alc_tour_package .faq-icon::after { width: 2px; height: 12px; }
body.post-type-archive-alc_tour_package .faq-item.active .faq-icon { background: var(--sand-gold); transform: rotate(45deg); }
body.post-type-archive-alc_tour_package .faq-item.active .faq-icon::before, body.post-type-archive-alc_tour_package .faq-item.active .faq-icon::after { background: var(--charcoal); }
body.post-type-archive-alc_tour_package .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
body.post-type-archive-alc_tour_package .faq-item.active .faq-answer { max-height: 500px; }
body.post-type-archive-alc_tour_package .faq-answer-inner { padding: 0 1.75rem 1.5rem 1.75rem; color: var(--gray-700); font-size: 0.95rem; line-height: 1.7; }
body.post-type-archive-alc_tour_package .faq-answer-inner strong { color: var(--charcoal); font-weight: 600; }
body.post-type-archive-alc_tour_package .faq-answer-inner ul { margin: 0.5rem 0 0; padding-left: 0; list-style: none; }
body.post-type-archive-alc_tour_package .faq-answer-inner ul li { padding-left: 1.25rem; margin-bottom: 0.5rem; position: relative; }
body.post-type-archive-alc_tour_package .faq-answer-inner ul li::before { content: '→'; position: absolute; left: 0; color: var(--sand-gold); font-weight: 700; }

/* ---- Custom CTA ---- */
body.post-type-archive-alc_tour_package .custom-cta-section { background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark)); color: var(--white); padding: 6rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
body.post-type-archive-alc_tour_package .custom-cta-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(212,165,116,0.1), transparent 50%); }
body.post-type-archive-alc_tour_package .custom-cta-wrap { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
body.post-type-archive-alc_tour_package .custom-cta-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin-bottom: 1rem; }
body.post-type-archive-alc_tour_package .custom-cta-wrap h2 .italic { font-style: italic; color: var(--sand-gold); }
body.post-type-archive-alc_tour_package .custom-cta-wrap p { color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; font-size: 1.05rem; }
body.post-type-archive-alc_tour_package .custom-cta-section .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---- Responsive ---- */
@media (max-width: 968px) {
  body.post-type-archive-alc_tour_package .packages-section { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_tour_package .packages-grid { grid-template-columns: 1fr; }
  body.post-type-archive-alc_tour_package .package-card-content { padding: 1.5rem; }
  body.post-type-archive-alc_tour_package .why-section { padding: 4rem 1.5rem; }
  body.post-type-archive-alc_tour_package .why-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  body.post-type-archive-alc_tour_package .custom-cta-section { padding: 4rem 1.5rem; }
  body.post-type-archive-alc_tour_package .trust-bar { padding: 1.5rem 1rem; }
  body.post-type-archive-alc_tour_package .trust-bar-wrap { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  body.post-type-archive-alc_tour_package .reviews-section,
  body.post-type-archive-alc_tour_package .tips-section,
  body.post-type-archive-alc_tour_package .included-section,
  body.post-type-archive-alc_tour_package .faq-section { padding: 3rem 1.5rem; }
  body.post-type-archive-alc_tour_package .reviews-grid { grid-template-columns: 1fr; }
  body.post-type-archive-alc_tour_package .tips-grid { grid-template-columns: 1fr; }
  body.post-type-archive-alc_tour_package .included-grid { grid-template-columns: 1fr; padding: 2rem; gap: 2rem; }
}
@media (max-width: 480px) {
  body.post-type-archive-alc_tour_package .why-grid { grid-template-columns: 1fr; }
  body.post-type-archive-alc_tour_package .trust-bar-wrap { grid-template-columns: 1fr; }
}

/* ============================================================
   SINGLE BLOG POST — CSS ported from frozen single-blog-post.html.
   Markup (single.php) already emits these classes; only the CSS was
   missing. Scoped under body.single-post to avoid collisions (XCUT-1).
   Anchor-element adaptations noted inline where the WP markup uses <a>
   in place of the frozen <div>/<button>.
   ============================================================ */

/* 1) Drop-cap + lead paragraph (frozen lines 76-77) */
body.single-post .post-body .lead { font-size: 1.25rem; line-height: 1.7; color: var(--gray-700); font-weight: 400; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--gray-100); }
body.single-post .post-body .lead::first-letter { font-family: var(--font-display); font-size: 4.5rem; font-weight: 400; line-height: 1; float: left; margin: 0.05rem 0.7rem -0.2rem 0; color: var(--nile-blue); font-style: italic; }

/* 2) Author bio stats — horizontal row (frozen lines 137-139) */
body.single-post .author-bio-stats { display: flex; gap: 2rem; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,0.08); }
body.single-post .author-bio-stat strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--charcoal); display: block; }
body.single-post .author-bio-stat span { font-size: 0.75rem; color: var(--gray-500); letter-spacing: 0.05em; text-transform: uppercase; }

/* 3) Share buttons (frozen lines 116-118; text-decoration:none for <a> variants) */
body.single-post .share-buttons { display: flex; gap: 0.5rem; }
body.single-post .share-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--cream); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--charcoal); font-size: 0.95rem; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }
body.single-post .share-btn:hover { background: var(--sand-gold); transform: translateY(-2px); }

/* 4) Related blog cards — frozen .related-* (lines 142-158) renamed to
      .post-related-* so they do NOT collide with the dark itinerary .related-* cards. */
body.single-post .post-related-section { background: var(--cream); padding: 5rem 2.5rem; }
body.single-post .post-related-wrap { max-width: 1400px; margin: 0 auto; }
body.single-post .post-related-header { margin-bottom: 3rem; text-align: center; }
body.single-post .post-related-header .section-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--nile-blue); display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; justify-content: center; }
body.single-post .post-related-header .section-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--sand-gold); }
body.single-post .post-related-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; }
body.single-post .post-related-header h2 .italic { font-style: italic; color: var(--nile-blue); }
body.single-post .post-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.single-post .post-related-card { background: var(--white); border-radius: 16px; overflow: hidden; transition: all 0.4s ease; }
body.single-post .post-related-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.single-post .post-related-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
body.single-post .post-related-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
body.single-post .post-related-card:hover .post-related-card-image img { transform: scale(1.08); }
body.single-post .post-related-card-content { padding: 1.5rem; }
body.single-post .post-related-card-cat { font-size: 0.7rem; font-weight: 700; color: var(--sand-gold-dark); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; }
body.single-post .post-related-card-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); line-height: 1.25; margin-bottom: 0.75rem; }
body.single-post .post-related-card-title a { color: inherit; text-decoration: none; }
body.single-post .post-related-card-meta { font-size: 0.8rem; color: var(--gray-500); }

/* Blog-single responsive (frozen lines 200-202) */
@media (max-width: 768px) {
  body.single-post .author-bio-stats { justify-content: center; }
  body.single-post .post-related-section { padding: 3rem 1.5rem; }
  body.single-post .post-related-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   SINGLE BLOG POST — sidebar CTA card + white card fix.
   Second port pass: the .cta-card block was never ported, and the
   blog .post-sidebar .sidebar-card was cream (frozen wants white).
   Both blog-only (single.php); scoped under body.single-post.
   ------------------------------------------------------------ */

/* Sidebar cards → frozen white (additive, higher specificity than the
   existing cream .post-sidebar .sidebar-card so it wins without editing it).
   Restores white cards and the cream share-button contrast. No shadow
   (frozen .sidebar-card has none). */
body.single-post .post-sidebar .sidebar-card { background: var(--white); padding: 1.75rem; }

/* CTA card — frozen lines 121-126 (blue gradient, white text, sand-gold pill). */
body.single-post .cta-card { background: linear-gradient(135deg, var(--nile-blue), var(--nile-blue-dark)); color: var(--white); border-radius: 16px; padding: 2rem; text-align: center; position: relative; overflow: hidden; }
body.single-post .cta-card::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(212,165,116,0.3), transparent 70%); pointer-events: none; }
body.single-post .cta-card h4 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; margin-bottom: 0.75rem; line-height: 1.3; position: relative; z-index: 2; }
body.single-post .cta-card p { font-size: 0.85rem; color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; position: relative; z-index: 2; }
body.single-post .cta-card-btn { background: var(--sand-gold); color: var(--charcoal); padding: 0.8rem 1.5rem; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; position: relative; z-index: 2; }
body.single-post .cta-card-btn:hover { background: var(--sand-gold-light); transform: translateY(-1px); }

/* ============================================================
   SINGLE DESTINATION — frozen destination-luxor.html CSS, ported 1:1
   and scoped under body.single-alc_destination to avoid collisions with
   the cruise sticky nav (.quick-info-bar) and the dark itinerary cards.
   (XCUT-1/XCUT-2.) Built section-by-section.
   ============================================================ */

/* §1 Quick-info bar — charcoal bar, inline label:value, no icon circles.
   Reset neutralizes the bare cruise sticky-nav .quick-info-bar rule. */
body.single-alc_destination .quick-info-bar { position: static; top: auto; box-shadow: none; border-bottom: none; background: var(--charcoal); color: var(--white); padding: 1.5rem 2.5rem; }
body.single-alc_destination .quick-info-wrap { max-width: 1400px; margin: 0 auto; display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; }
body.single-alc_destination .quick-info-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; }
body.single-alc_destination .quick-info-icon { font-size: 1.2rem; }
body.single-alc_destination .quick-info-label { color: rgba(255,255,255,0.6); }
body.single-alc_destination .quick-info-value { color: var(--white); font-weight: 600; }
@media (max-width: 968px) {
  body.single-alc_destination .quick-info-wrap { gap: 1.5rem; }
}

/* §2 Overview — image-left (1fr) / content-right (1.3fr), sticky image, drop-cap. */
body.single-alc_destination .overview-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
body.single-alc_destination .overview-image { position: sticky; top: 150px; border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; }
body.single-alc_destination .overview-content p:first-of-type::first-letter { font-family: var(--font-display); font-size: 3.5rem; font-weight: 400; line-height: 1; float: left; margin: 0.1rem 0.6rem -0.2rem 0; color: var(--nile-blue); font-style: italic; }
@media (max-width: 768px) {
  body.single-alc_destination .overview-wrap { grid-template-columns: 1fr; gap: 2rem; }
  body.single-alc_destination .overview-image { position: static; }
}

/* §3 Attractions — 3-col grid (gap 1.5rem), card radius 20px (border:none reset),
   image 4/3, content 1.75rem, charcoal rating w/ sand-gold star. */
body.single-alc_destination .attractions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.single-alc_destination .attraction-card { background: var(--white); border: none; border-radius: 20px; overflow: hidden; cursor: pointer; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
body.single-alc_destination .attraction-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.2); border-color: transparent; }
body.single-alc_destination .attraction-image { aspect-ratio: 4/3; overflow: hidden; }
body.single-alc_destination .attraction-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16,1,0.3,1); }
body.single-alc_destination .attraction-card:hover .attraction-image img { transform: scale(1.08); }
body.single-alc_destination .attraction-content { padding: 1.75rem; }
body.single-alc_destination .attraction-meta { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.75rem; font-size: 0.75rem; color: var(--gray-500); }
body.single-alc_destination .attraction-rating { display: inline-flex; align-items: center; gap: 0.3rem; font-weight: 700; color: var(--charcoal); }
body.single-alc_destination .attraction-rating .star { color: var(--sand-gold); }
body.single-alc_destination .attraction-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; line-height: 1.25; }
body.single-alc_destination .attraction-card p { color: var(--gray-700); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; }
body.single-alc_destination .attraction-info { display: flex; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--gray-100); font-size: 0.8rem; color: var(--gray-500); }
body.single-alc_destination .attraction-info span { display: inline-flex; align-items: center; gap: 0.3rem; }
@media (max-width: 968px) {
  body.single-alc_destination .attractions-grid { grid-template-columns: 1fr; }
}

/* §4 Climate — best-time wrappers (single; archive had its own scope), kept
   intro text above, 4-col months grid. peak=sand-gold, shoulder=nile-blue,
   low=default cream (no .low rule). Frozen collapses @968 → months 2-col. */
body.single-alc_destination .best-time-section { background: var(--white); }
body.single-alc_destination .best-time-wrap { max-width: 1400px; margin: 0 auto; }
body.single-alc_destination .best-time-header { text-align: center; margin-bottom: 4rem; }
body.single-alc_destination .best-time-header .section-eyebrow { justify-content: center; }
body.single-alc_destination .best-time-intro { max-width: 700px; margin: 0 auto 3rem; text-align: center; }
body.single-alc_destination .best-time-highlight { font-family: var(--font-display); font-size: 1.4rem; color: var(--nile-blue); margin-bottom: 0.75rem; }
body.single-alc_destination .months-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
body.single-alc_destination .month-card { background: var(--cream); border-radius: 16px; padding: 1.5rem; text-align: center; transition: all 0.3s ease; cursor: pointer; }
body.single-alc_destination .month-card:hover { background: var(--cream-warm); transform: translateY(-3px); }
body.single-alc_destination .month-card.peak { background: var(--sand-gold); color: var(--charcoal); }
body.single-alc_destination .month-card.peak:hover { background: var(--sand-gold-light); }
body.single-alc_destination .month-card.shoulder { background: var(--nile-blue); color: var(--white); }
body.single-alc_destination .month-card.shoulder:hover { background: var(--nile-blue-dark); }
body.single-alc_destination .month-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; margin-bottom: 0.5rem; }
body.single-alc_destination .month-temp { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; opacity: 0.9; }
body.single-alc_destination .month-rating { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; }
@media (max-width: 968px) {
  body.single-alc_destination .months-grid { grid-template-columns: repeat(2, 1fr); }
}

/* §5 Things to do — 3-col (gap 2rem), flex card, 50px cream-warm icon circle.
   (Markup already matches frozen; CSS-only override of bare values.) */
body.single-alc_destination .things-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
body.single-alc_destination .thing-card { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem; background: var(--white); border-radius: 16px; transition: transform 0.3s ease; }
body.single-alc_destination .thing-card:hover { transform: translateY(-3px); box-shadow: none; }
body.single-alc_destination .thing-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.4rem; }
body.single-alc_destination .thing-card h4 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
body.single-alc_destination .thing-card p { font-size: 0.9rem; color: var(--gray-700); line-height: 1.5; }
@media (max-width: 968px) {
  body.single-alc_destination .things-grid { grid-template-columns: 1fr; }
}

/* §6 Related destinations — image + gradient-overlay cards. Unique .dest-related-*
   names (no itinerary collision). section/wrap/header/grid already match frozen;
   this adds the card anatomy + frozen @968 1-col collapse. */
body.single-alc_destination .dest-related-card { display: block; position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; cursor: pointer; transition: transform 0.4s ease; }
body.single-alc_destination .dest-related-card:hover { transform: translateY(-4px); }
body.single-alc_destination .dest-related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16,1,0.3,1); }
body.single-alc_destination .dest-related-card:hover img { transform: scale(1.08); }
body.single-alc_destination .dest-related-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(20,63,78,0.95) 100%); }
body.single-alc_destination .dest-related-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; color: var(--white); }
body.single-alc_destination .dest-related-card h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; margin-bottom: 0.5rem; }
body.single-alc_destination .dest-related-card p { font-size: 0.85rem; color: rgba(255,255,255,0.85); }
@media (max-width: 968px) {
  body.single-alc_destination .dest-related-grid { grid-template-columns: 1fr; }
}

/* §7 Hero stats — exact frozen values (override the theme's generic .hero-stats,
   which uses a 1.6rem value, 2.5rem gap and a non-flex stat). Adds flex-column
   stacking + value 1.4rem; margin resets neutralize the base margin-top / value
   margin-bottom. Left alignment already comes from .hero-section .hero-stat(s). */
body.single-alc_destination .hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15); }
body.single-alc_destination .hero-stat { display: flex; flex-direction: column; gap: 0.25rem; }
body.single-alc_destination .hero-stat-value { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: var(--sand-gold); margin-bottom: 0; }
body.single-alc_destination .hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 968px) {
  body.single-alc_destination .hero-stats { gap: 1.5rem; }
}

/* §fix: section backgrounds (frozen alternation white/cream/white/cream-warm/
   white/cream) — the theme's bare section bg's diverged. Restores visible
   section boundaries. Attractions padding 6rem→5rem to match frozen (.section). */
body.single-alc_destination .attractions-section { background: var(--cream); padding: 5rem 2.5rem; }
body.single-alc_destination .things-to-do { background: var(--cream-warm); }
body.single-alc_destination .cruises-cta { background: var(--white); }
body.single-alc_destination .dest-related-section { background: var(--cream); }

/* §fix: things-wrap centering — bare .things-wrap is max-width 1100px (narrower
   than the 1400px sections); frozen destination uses 1400px. Override for the single. */
body.single-alc_destination .things-wrap { max-width: 1400px; margin: 0 auto; }

/* Archive listing controls (C8) — shared sort + per-page GET form across CPT
   archives. Rounded pills to match the frozen archive aesthetic. */
.alc-archive-controls { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: flex-end; gap: 1rem; margin-bottom: 2.5rem; }
.alc-archive-control { display: inline-flex; flex-direction: column; gap: 0.35rem; }
.alc-archive-control-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-500); }
.alc-archive-controls select { font-family: var(--font-body); font-size: 0.9rem; color: var(--charcoal); background: var(--white); border: 1px solid var(--gray-300); border-radius: 100px; padding: 0.55rem 1rem; cursor: pointer; }
.alc-archive-controls-go { align-self: flex-end; font-family: var(--font-body); font-size: 0.85rem; font-weight: 700; color: var(--white); background: var(--nile-blue); border: none; border-radius: 100px; padding: 0.65rem 1.4rem; cursor: pointer; transition: background 0.3s ease; }
.alc-archive-controls-go:hover { background: var(--nile-blue-dark); }
@media (max-width: 768px) {
  .alc-archive-controls { justify-content: flex-start; }
}


/* ---------- Reviews page — platform badges hero (audit #50, v2.8.2) ---------- */
.platform-badges-hero { display: inline-flex; gap: 0.75rem; padding: 0.75rem 1.5rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; flex-wrap: wrap; justify-content: center; }
.platform-pill { font-size: 0.8rem; color: var(--white); font-weight: 600; display: inline-flex; align-items: center; gap: 0.4rem; }
.platform-pill::before { content: '✓'; color: var(--sand-gold); font-weight: 700; }

/* ---------- Reviews page — hero rating + stats bar (audit #50.2, v2.8.3) ---------- */
/* Hero rating block. The .hero-rating layout override is body-scoped so the
 * existing global .hero-rating (used elsewhere in the theme) is unaffected. */
body.page-template-page-reviews .hero-rating { gap: 1rem; justify-content: center; margin-bottom: 2rem; font-size: 1rem; color: var(--white); }
.hero-stars { color: var(--sand-gold); font-size: 2rem; letter-spacing: 0.15em; }
.hero-rating-value { font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; color: var(--white); font-style: italic; }
.hero-rating-text { font-size: 0.95rem; color: rgba(255,255,255,0.85); }
.hero-rating-text strong { color: var(--sand-gold); font-weight: 700; }

/* Stats bar. The .stats-bar padding override is body-scoped so the homepage
 * stats-bar (which uses .stat/.stat-number markup with 2rem padding) is
 * unaffected. New child classes (.stats-bar-wrap / .stat-item / .stat-value)
 * are global but only render where that markup exists — i.e. only this page. */
body.page-template-page-reviews .stats-bar { padding: 3rem 2.5rem; }
.stats-bar-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item { text-align: center; }
.stat-value { font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; color: var(--sand-gold); line-height: 1; margin-bottom: 0.5rem; }
.stat-value .italic { font-style: italic; }
/* .stat-label already defined at line 247 with a compatible style — reused. */

/* ---------- Reviews page — video testimonials + lightbox (audit #50.3, v2.8.4) ---------- */
.video-reviews-section { background: var(--white); padding: 5rem 2.5rem; }
.video-reviews-wrap { max-width: 1200px; margin: 0 auto; }
.video-reviews-section .section-header { text-align: center; margin-bottom: 3rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
/* Card uses a brand-color fallback when no thumbnail is derivable; inline
 * background-image overrides per card with the resolved thumbnail. */
.video-card { aspect-ratio: 9/16; background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%), var(--nile-blue-dark); background-size: cover; background-position: center; border: 0; border-radius: 20px; cursor: pointer; position: relative; overflow: hidden; transition: transform 0.4s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; text-align: left; color: var(--white); font-family: inherit; width: 100%; }
.video-card:hover { transform: translateY(-4px); }
.video-card:focus-visible { outline: 3px solid var(--sand-gold); outline-offset: 3px; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; border-radius: 50%; background: rgba(255,255,255,0.95); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.1); background: var(--sand-gold); }
.video-play::before { content: ''; width: 0; height: 0; border-left: 18px solid var(--charcoal); border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 5px; }
.video-info { color: var(--white); position: relative; z-index: 2; }
.video-author { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; margin-bottom: 0.25rem; }
.video-trip { font-size: 0.8rem; color: rgba(255,255,255,0.85); }
.video-duration { position: absolute; top: 1rem; right: 1rem; background: rgba(0,0,0,0.6); color: var(--white); padding: 0.25rem 0.6rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; }
@media (max-width: 768px) { .video-grid { grid-template-columns: 1fr; } }

/* Lightbox modal (iframe-only, lazy-injected on click). */
.video-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; z-index: 9999; padding: 2rem; }
.video-lightbox[hidden] { display: none; }
.video-lightbox-frame { width: 100%; max-width: 960px; aspect-ratio: 16/9; background: var(--charcoal); border-radius: 12px; overflow: hidden; }
.video-lightbox-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.15); color: var(--white); border: 0; font-size: 1.75rem; line-height: 1; cursor: pointer; transition: background 0.2s ease; }
.video-lightbox-close:hover, .video-lightbox-close:focus-visible { background: var(--sand-gold); color: var(--charcoal); outline: none; }

/* ---------- Reviews page — write-review CTA (audit #50.4, v2.8.5) ---------- */
.write-review-section { background: var(--cream-warm); padding: 5rem 2.5rem; text-align: center; }
.write-review-wrap { max-width: 700px; margin: 0 auto; }
.write-review-wrap .section-eyebrow { justify-content: center; }
.write-review-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin-bottom: 1rem; }
.write-review-wrap h2 .italic { font-style: italic; color: var(--nile-blue); }
.write-review-wrap p { color: var(--gray-700); margin-bottom: 2rem; font-size: 1rem; }
.review-platforms-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.platform-link { background: var(--white); padding: 1rem 1.5rem; border-radius: 100px; text-decoration: none; color: var(--charcoal); font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.6rem; transition: all 0.3s ease; border: 1px solid var(--gray-100); }
.platform-link:hover { transform: translateY(-2px); border-color: var(--sand-gold); }
.platform-link .platform-name { font-weight: 700; }

/* ---------- Special Offers page — offer-card + offers grid (audit #52.2, v2.8.6) ---------- */
.offers-section { padding: 4rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.offers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.offer-card { background: var(--white); border-radius: 24px; overflow: hidden; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; display: flex; flex-direction: column; border: 2px solid transparent; }
.offer-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(212,75,75,0.25); }
/* .featured modifier — CSS lifted from ref but no field triggers it yet; reserved
 * for a future _alc_offer_is_featured toggle. */
.offer-card.featured { border-color: var(--sand-gold); }
.offer-card.featured::after { content: '★ Featured Deal'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--sand-gold); color: var(--charcoal); padding: 0.4rem 1.5rem; border-radius: 0 0 12px 12px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; z-index: 5; }
.offer-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.offer-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.offer-card:hover .offer-image img { transform: scale(1.06); }
.offer-discount-badge { position: absolute; top: 1rem; right: 1rem; background: linear-gradient(135deg, #d44b4b, #b03030); color: var(--white); width: 70px; height: 70px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--font-display); box-shadow: 0 10px 30px -5px rgba(212,75,75,0.5); transform: rotate(-12deg); z-index: 3; }
.discount-amount { font-size: 1.5rem; font-weight: 600; line-height: 1; font-style: italic; }
.discount-label { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.15rem; }
.offer-content { padding: 2rem; display: flex; flex-direction: column; flex: 1; }
.offer-tag { display: inline-block; background: var(--cream); color: var(--charcoal); padding: 0.3rem 0.85rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; align-self: flex-start; }
.offer-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; line-height: 1.2; }
.offer-description { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; }
.offer-features { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.25rem; background: var(--cream); border-radius: 12px; margin-bottom: 1.5rem; }
.offer-feature { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--charcoal); }
.offer-feature::before { content: '✓'; color: var(--success); font-weight: 700; }
.offer-pricing { display: flex; align-items: baseline; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--gray-100); margin-bottom: 1.25rem; }
.offer-price-original { font-size: 1.05rem; color: var(--gray-500); text-decoration: line-through; }
.offer-price-now { font-family: var(--font-display); font-size: 2rem; font-weight: 400; color: var(--nile-blue); line-height: 1; }
.offer-price-now small { font-size: 0.7rem; color: var(--gray-500); display: block; margin-top: 0.3rem; font-family: var(--font-body); font-weight: 600; }
.offer-savings { background: var(--success); color: var(--white); padding: 0.3rem 0.75rem; border-radius: 100px; font-size: 0.75rem; font-weight: 700; margin-left: auto; }
.offer-meta { display: flex; gap: 1rem; flex-wrap: wrap; padding-top: 1rem; margin-top: auto; font-size: 0.8rem; color: var(--gray-500); border-top: 1px solid var(--gray-100); margin-bottom: 1.25rem; }
.offer-meta-item { display: inline-flex; align-items: center; gap: 0.4rem; }
.offer-meta-icon { color: var(--sand-gold); }
.offer-cta-buttons { display: flex; gap: 0.75rem; }
.offer-cta { flex: 1; background: var(--nile-blue); color: var(--white); padding: 0.85rem 1.25rem; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 0.85rem; transition: all 0.3s ease; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; }
.offer-cta:hover { background: var(--nile-blue-dark); }
.offer-cta-secondary { background: var(--cream); color: var(--charcoal); }
.offer-cta-secondary:hover { background: var(--cream-warm); }
@media (max-width: 768px) { .offers-grid { grid-template-columns: 1fr; } }

/* ---------- Special Offers page — countdown bar (audit #52.3, v2.8.7) ---------- */
.countdown-bar { background: var(--charcoal); color: var(--white); padding: 1.5rem 2.5rem; }
.countdown-wrap { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.countdown-label { font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.countdown-label strong { color: var(--sand-gold); font-weight: 700; }
.countdown-timer { display: flex; gap: 1rem; }
.countdown-block { background: rgba(255,255,255,0.05); padding: 0.6rem 1rem; border-radius: 8px; text-align: center; min-width: 60px; border: 1px solid rgba(255,255,255,0.1); }
.countdown-value { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--sand-gold); line-height: 1; margin-bottom: 0.25rem; }
.countdown-unit { font-size: 0.65rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------- Special Offers page — how-section 3-step (audit #52.4, v2.8.8) ---------- */
/* .how-section + .how-wrap already exist at main.css line 7637-7638 used by
 * page-affiliate-partners.php with .how-steps/.how-step/.how-step-num markup
 * (a DIFFERENT 4-step variant). The 7 classes below are NEW (.how-grid /
 * .how-card / .how-number, etc.) — they only fire where that markup exists,
 * i.e. only on the special-offers page. Zero impact on affiliate. */
.how-header { text-align: center; margin-bottom: 4rem; }
.how-header .section-eyebrow { justify-content: center; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.how-card { text-align: center; padding: 1.5rem; }
.how-number { width: 60px; height: 60px; border-radius: 50%; background: var(--cream-warm); color: var(--charcoal); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; font-style: italic; }
.how-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
.how-card p { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; }
@media (max-width: 768px) { .how-grid { grid-template-columns: 1fr; } }

/* ---------- Thank-you page — hero (audit #56.1, v2.8.10) ---------- */
/* Body-scope size/shadow override on .success-icon to protect page-contact.php's
 * existing post-submit success state (uses 80px + emoji; here we need 100px + SVG).
 * Existing main.css .success-icon (line 4135) + @keyframes scaleIn (line 4142) stay
 * intact — animation reused, only the size + shadow are overridden per-template. */
body.page-template-page-thank-you .success-icon { width: 100px; height: 100px; box-shadow: 0 20px 50px -10px rgba(45,155,103,0.5); }
.success-icon svg { width: 50px; height: 50px; color: var(--white); }
.thanks-hero { padding: 5rem 2.5rem 4rem; background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.thanks-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%); }
.thanks-hero-wrap { max-width: 700px; margin: 0 auto; position: relative; z-index: 2; }
.thanks-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--sand-gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
.thanks-eyebrow::before, .thanks-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
.thanks-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.1; margin-bottom: 1rem; letter-spacing: -0.02em; }
.thanks-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
.thanks-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.9); max-width: 550px; margin: 0 auto; }

/* ---------- Thank-you page — next-steps-section (audit #56.2, v2.8.11) ---------- */
/* .section-title-wrap is shared across next-steps + summary + while-wait — lifted
 * once here (DRY). .completed namespace does not collide with main.css line 4051's
 * .progress-step.completed (different parent: .step-item vs .progress-step). */
.next-steps-section { padding: 5rem 2.5rem; max-width: 1100px; margin: 0 auto; }
.section-title-wrap { text-align: center; margin-bottom: 3rem; }
.section-title-wrap .section-eyebrow { justify-content: center; }
.steps-list { display: flex; flex-direction: column; gap: 1.5rem; }
.step-item { background: var(--white); border-radius: 20px; padding: 2rem; display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; align-items: start; position: relative; }
.step-number { width: 60px; height: 60px; border-radius: 50%; background: var(--cream-warm); color: var(--charcoal); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; font-style: italic; }
.step-item.completed .step-number { background: var(--success); color: var(--white); }
.step-item.completed .step-number::before { content: '✓'; font-style: normal; }
.step-item.completed .step-number-text { display: none; }
.step-content h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.step-content p { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.75rem; }
.step-content .step-meta { font-size: 0.8rem; color: var(--gray-500); display: inline-flex; align-items: center; gap: 0.5rem; }
.step-meta-icon { color: var(--sand-gold); }

/* ---------- Thank-you page — summary-section (audit #56.3, v2.8.12) ---------- */
/* DORMANT today: token-gated render. Section markup only emits when ?inq_token
 * matches a transient set by contact-handler (future enhancement). CSS inert
 * until then — but lifted so the activation commit is markup-only. */
.summary-section { background: var(--white); padding: 5rem 2.5rem; }
.summary-wrap { max-width: 800px; margin: 0 auto; }
.summary-card { background: var(--cream); border-radius: 20px; padding: 2.5rem; }
.summary-card h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--gray-100); }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.summary-row { padding: 0.75rem 0; }
.summary-label { font-size: 0.75rem; font-weight: 700; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.4rem; }
.summary-value { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--charcoal); }
.summary-row.full { grid-column: span 2; }
@media (max-width: 600px) { .summary-grid { grid-template-columns: 1fr; } .summary-row.full { grid-column: span 1; } }

/* ==========================================================================
   PAGE-THANK-YOU — CONTACT-ALT + WHILE-WAIT (audit #56.4)
   Frozen ref lines 80-100 (CSS) + 753-806 (markup).
   No collisions: .suggestions-grid/.suggestion-card/-icon/-link are new;
   .contact-btn/.contact-options not used elsewhere (page-contact uses
   different class names for its form buttons).
   ========================================================================== */
.contact-alt-section { background: var(--cream-warm); padding: 4rem 2.5rem; text-align: center; }
.contact-alt-wrap { max-width: 700px; margin: 0 auto; }
.contact-alt-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.contact-alt-wrap h2 .italic { font-style: italic; color: var(--nile-blue); }
.contact-alt-wrap p { color: var(--gray-700); margin-bottom: 2rem; font-size: 1rem; }
.contact-options { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.contact-btn { background: var(--white); border: 1px solid var(--gray-100); padding: 1rem 1.75rem; border-radius: 100px; text-decoration: none; color: var(--charcoal); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.6rem; transition: all 0.3s ease; }
.contact-btn:hover { border-color: var(--sand-gold); transform: translateY(-2px); }
.contact-btn.whatsapp { background: #25D366; color: var(--white); border-color: #25D366; }
.contact-btn.whatsapp:hover { background: #1da851; }

.while-wait-section { padding: 5rem 2.5rem; }
.while-wait-wrap { max-width: 1200px; margin: 0 auto; }
.suggestions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.suggestion-card { background: var(--white); border-radius: 16px; padding: 1.75rem; text-decoration: none; color: var(--charcoal); transition: all 0.3s ease; display: flex; flex-direction: column; gap: 1rem; }
.suggestion-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
.suggestion-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.suggestion-card h4 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--charcoal); }
.suggestion-card p { color: var(--gray-700); font-size: 0.85rem; line-height: 1.5; flex: 1; }
.suggestion-link { color: var(--nile-blue); font-weight: 600; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.4rem; }

@media (max-width: 768px) {
    .suggestions-grid { grid-template-columns: 1fr; }
    .contact-options { flex-direction: column; align-items: stretch; }
    .contact-btn { justify-content: center; }
}

/* ==========================================================================
   PAGE-COMPARISON — hybrid: table semantics + frozen visual treatment (audit #51)
   ALL rules body-scoped under .page-template-page-comparison so:
     - .compare-info / .compare-actions don't collide with the boat-archive
       floating selection bar (lines 1244/1248 in this file)
     - .action-btn / .action-buttons stay scoped to this page only
   Lifted from template inline <style> block (deleted from page-comparison.php).
   ========================================================================== */

/* HERO — gradient default, admin-overridable image via apply_filters */
body.page-template-page-comparison .compare-hero { background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); padding: 4rem 2.5rem 3rem; text-align: center; position: relative; overflow: hidden; }
body.page-template-page-comparison .compare-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(212,165,116,0.15), transparent 50%); }
body.page-template-page-comparison .compare-hero.has-image .compare-hero-bg { position: absolute; inset: 0; z-index: 0; }
body.page-template-page-comparison .compare-hero.has-image .compare-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
body.page-template-page-comparison .compare-hero-wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
body.page-template-page-comparison .compare-hero .hero-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--sand-gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; justify-content: center; }
body.page-template-page-comparison .compare-hero .hero-eyebrow::before,
body.page-template-page-comparison .compare-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
body.page-template-page-comparison .compare-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1rem; }
body.page-template-page-comparison .compare-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
body.page-template-page-comparison .compare-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto; }

/* PICKER FORM (preserved from inline <style>) */
body.page-template-page-comparison .compare-pickers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 900px; margin: 2rem auto; }
body.page-template-page-comparison .compare-picker { display: flex; flex-direction: column; }
body.page-template-page-comparison .compare-picker label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 0.5rem; }
body.page-template-page-comparison .compare-picker select { padding: 0.7rem 1rem; border: 1.5px solid var(--gray-100); border-radius: 100px; background: var(--white); font-family: var(--font-body); font-size: 0.9rem; cursor: pointer; }

/* ACTION BAR — body-scoped so .compare-info/.compare-actions don't collide with .compare-bar (line ~1244) */
body.page-template-page-comparison .compare-actions { display: flex; justify-content: space-between; align-items: center; max-width: 1300px; margin: 2rem auto 1.5rem; padding: 0 2.5rem; gap: 1rem; flex-wrap: wrap; }
body.page-template-page-comparison .compare-info { font-size: 0.9rem; color: var(--gray-700); display: block; gap: 0; }
body.page-template-page-comparison .compare-info strong { color: var(--charcoal); font-family: var(--font-display); font-weight: 600; }
body.page-template-page-comparison .action-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; }
body.page-template-page-comparison .action-btn { background: var(--white); border: 1px solid var(--gray-100); color: var(--charcoal); padding: 0.6rem 1.2rem; border-radius: 100px; cursor: pointer; font-size: 0.85rem; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.4rem; text-decoration: none; }
body.page-template-page-comparison .action-btn:hover { background: var(--cream); border-color: var(--sand-gold); }
body.page-template-page-comparison .action-btn.primary { background: var(--nile-blue); color: var(--white); border-color: var(--nile-blue); }
body.page-template-page-comparison .action-btn.primary:hover { background: var(--nile-blue-dark); }
body.page-template-page-comparison .action-btn.whatsapp { background: #25D366; border-color: #25D366; color: var(--white); }
body.page-template-page-comparison .action-btn.whatsapp:hover { background: #1da851; border-color: #1da851; }

/* TABLE — keep <table> semantics + adopt frozen visual treatment */
body.page-template-page-comparison .comparison-section { padding: 0 2.5rem 4rem; max-width: 1400px; margin: 0 auto; background: transparent; }
body.page-template-page-comparison .comparison-table-wrap { background: var(--white); border-radius: 24px; padding: 2rem; overflow-x: auto; box-shadow: 0 10px 40px -20px rgba(30,95,116,0.1); }
body.page-template-page-comparison .comparison-table { width: 100%; min-width: 900px; border-collapse: separate; border-spacing: 0; background: transparent; table-layout: fixed; }
body.page-template-page-comparison .comparison-table td { padding: 1rem; text-align: left; vertical-align: middle; border-top: 1px solid var(--gray-100); }
body.page-template-page-comparison .comparison-table tr:first-child td,
body.page-template-page-comparison .comparison-table tr.row-header td { border-top: none; }
body.page-template-page-comparison .comparison-table td:first-child { width: 200px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 700; color: var(--charcoal); }
body.page-template-page-comparison .comparison-table td:not(:first-child) { width: calc((100% - 200px) / 3); font-size: 0.9rem; color: var(--gray-700); }
body.page-template-page-comparison .comparison-table .compare-row-label-icon { font-size: 1.1rem; margin-right: 0.4rem; }
body.page-template-page-comparison .comparison-table td.highlight { color: var(--nile-blue); font-weight: 700; font-family: var(--font-display); font-size: 1.05rem; }
body.page-template-page-comparison .comparison-table td.price { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--nile-blue); }
body.page-template-page-comparison .comparison-table td.price small { font-size: 0.7rem; color: var(--gray-500); display: block; margin-top: 0.2rem; font-family: var(--font-body); font-weight: 600; }
body.page-template-page-comparison .check { color: var(--success); font-weight: 700; margin-right: 0.4rem; }
body.page-template-page-comparison .cross { color: var(--gray-300); font-weight: 700; margin-right: 0.4rem; }
body.page-template-page-comparison .cell-empty { color: var(--gray-300); }

/* HEADER ROW (boat cards) */
body.page-template-page-comparison .comparison-table tr.row-header td { padding: 0; background: transparent; }
body.page-template-page-comparison .compare-boat-cell { padding: 0 !important; vertical-align: top; }
body.page-template-page-comparison .compare-boat-card { background: var(--cream); padding: 1rem; border-radius: 16px; height: 100%; box-sizing: border-box; position: relative; }
body.page-template-page-comparison .compare-boat-image { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; margin-bottom: 1rem; background: var(--cream); }
body.page-template-page-comparison .compare-boat-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.page-template-page-comparison .compare-boat-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; line-height: 1.2; }
body.page-template-page-comparison .compare-boat-meta { font-size: 0.7rem; font-weight: 700; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.75rem; }
body.page-template-page-comparison .compare-boat-cta { display: inline-block; background: var(--nile-blue); color: var(--white); padding: 0.5rem 1.1rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.8rem; }
body.page-template-page-comparison .compare-boat-cta:hover { background: var(--nile-blue-dark); }
body.page-template-page-comparison .compare-boat-remove { position: absolute; top: 0.5rem; right: 0.5rem; width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 1px solid var(--gray-100); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--gray-500); transition: all 0.3s ease; font-size: 1rem; line-height: 1; z-index: 2; }
body.page-template-page-comparison .compare-boat-remove:hover { background: var(--error); color: var(--white); border-color: var(--error); }
body.page-template-page-comparison .compare-empty { padding: 3rem 1rem; color: var(--gray-500); text-align: center; font-size: 0.9rem; }

/* "MAGDY'S TAKE" + FINAL HELP CTA (preserved) */
body.page-template-page-comparison .recommendation-section { padding: 4rem 2.5rem; }
body.page-template-page-comparison .recommendation-wrap { max-width: 1100px; margin: 0 auto; background: linear-gradient(135deg, var(--cream-warm), var(--cream)); border-radius: 28px; padding: 3rem; display: grid; grid-template-columns: 80px 1fr; gap: 2rem; align-items: start; border: 1px solid rgba(212,165,116,0.2); }
body.page-template-page-comparison .recommendation-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--sand-gold); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; flex-shrink: 0; }
body.page-template-page-comparison .recommendation-content .section-eyebrow { color: var(--nile-blue); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 0.75rem; }
body.page-template-page-comparison .recommendation-content .section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.page-template-page-comparison .recommendation-content h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.2; color: var(--charcoal); margin-bottom: 1rem; }
body.page-template-page-comparison .recommendation-content h2 .italic { font-style: italic; color: var(--nile-blue); }
body.page-template-page-comparison .recommendation-content p { color: var(--gray-700); line-height: 1.75; margin-bottom: 0.85rem; font-size: 0.97rem; }
body.page-template-page-comparison .recommendation-content p:last-child { margin-bottom: 0; }
body.page-template-page-comparison .recommendation-content strong { color: var(--charcoal); font-weight: 700; }
body.page-template-page-comparison .compare-help-cta { background: var(--cream); padding: 4rem 2.5rem; text-align: center; border-top: 1px solid var(--gray-100); }
body.page-template-page-comparison .compare-help-cta-wrap { max-width: 700px; margin: 0 auto; }
body.page-template-page-comparison .compare-help-cta h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; color: var(--charcoal); }
body.page-template-page-comparison .compare-help-cta h2 .italic { font-style: italic; color: var(--nile-blue); }
body.page-template-page-comparison .compare-help-cta p { color: var(--gray-700); margin-bottom: 2rem; }
body.page-template-page-comparison .compare-help-buttons { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 768px) {
    body.page-template-page-comparison .compare-pickers { grid-template-columns: 1fr; }
    body.page-template-page-comparison .compare-actions { flex-direction: column; align-items: flex-start; }
    body.page-template-page-comparison .recommendation-wrap { grid-template-columns: 1fr; padding: 2rem; }
    body.page-template-page-comparison .recommendation-icon { width: 60px; height: 60px; font-size: 1.7rem; }
}

@media print {
    body.page-template-page-comparison .topbar-combined,
    body.page-template-page-comparison .header,
    body.page-template-page-comparison .compare-actions,
    body.page-template-page-comparison .compare-help-cta,
    body.page-template-page-comparison .footer,
    body.page-template-page-comparison #cookieBanner,
    body.page-template-page-comparison .whatsapp-float,
    body.page-template-page-comparison .scroll-top { display: none !important; }
    body.page-template-page-comparison .comparison-section { padding: 0; max-width: none; }
    body.page-template-page-comparison { background: var(--white); }
}

/* ==========================================================================
   TAXONOMY-BOAT_CATEGORY — about-category section (audit #49.1)
   Body-scoped under .tax-boat_category so .about-category-* classes can't
   leak elsewhere if reused. Frozen ref: luxury lines ~477-498.
   ========================================================================== */
body.tax-boat_category .about-category { padding: 5rem 2.5rem; background: var(--white); }
body.tax-boat_category .about-category-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
body.tax-boat_category .about-category-image { border-radius: 20px; overflow: hidden; height: 100%; min-height: 500px; }
body.tax-boat_category .about-category-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.tax-boat_category .about-category-content .section-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--nile-blue); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
body.tax-boat_category .about-category-content .section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.tax-boat_category .about-category-content h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.15; margin-bottom: 1.5rem; color: var(--charcoal); }
body.tax-boat_category .about-category-content h2 .italic { font-style: italic; color: var(--nile-blue); }
body.tax-boat_category .about-category-content p { color: var(--gray-700); margin-bottom: 1.25rem; font-size: 1rem; line-height: 1.7; }
body.tax-boat_category .about-category-content h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; color: var(--charcoal); margin: 1.75rem 0 1rem; }
body.tax-boat_category .about-category-content ul { margin: 0 0 1.5rem 0; padding-left: 0; list-style: none; }
body.tax-boat_category .about-category-content ul li { padding: 0.5rem 0 0.5rem 1.75rem; position: relative; color: var(--gray-700); font-size: 0.97rem; line-height: 1.6; }
body.tax-boat_category .about-category-content ul li::before { content: '✦'; position: absolute; left: 0; top: 0.5rem; color: var(--sand-gold); font-weight: 700; }
body.tax-boat_category .about-category-content strong { color: var(--charcoal); font-weight: 700; }

@media (max-width: 768px) {
    body.tax-boat_category .about-category { padding: 4rem 1.5rem; }
    body.tax-boat_category .about-category-wrap { grid-template-columns: 1fr; gap: 2rem; }
    body.tax-boat_category .about-category-image { min-height: 300px; }
}

/* ==========================================================================
   TAXONOMY-BOAT_CATEGORY — comparison section (audit #49.2, luxury-only)
   Body-scoped under .tax-boat_category. Same class names as the #51
   page-comparison.php (.comparison-section / -table / etc.) but completely
   non-overlapping body scope (page-template-page-comparison vs tax-boat_category)
   → zero rule collision. Frozen ref: luxury lines 481-526.
   ========================================================================== */
body.tax-boat_category .comparison-section { padding: 5rem 2.5rem; background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); }
body.tax-boat_category .comparison-wrap { max-width: 1400px; margin: 0 auto; }
body.tax-boat_category .comparison-header { text-align: center; margin-bottom: 3rem; }
body.tax-boat_category .comparison-header .section-eyebrow { color: var(--sand-gold); justify-content: center; display: inline-flex; align-items: center; gap: 0.75rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
body.tax-boat_category .comparison-header .section-eyebrow::before,
body.tax-boat_category .comparison-header .section-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.tax-boat_category .comparison-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.1; margin-bottom: 1rem; color: var(--white); }
body.tax-boat_category .comparison-header h2 .italic { font-style: italic; color: var(--sand-gold); }
body.tax-boat_category .comparison-tagline { max-width: 600px; margin: 1rem auto 0; color: rgba(255,255,255,0.7); font-size: 1rem; }

body.tax-boat_category .comparison-table-wrap { background: var(--white); border-radius: 24px; overflow-x: auto; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.3); }
body.tax-boat_category .comparison-table { width: 100%; min-width: 800px; border-collapse: collapse; color: var(--charcoal); }
body.tax-boat_category .comparison-table th,
body.tax-boat_category .comparison-table td { padding: 1.25rem 1rem; text-align: center; border-bottom: 1px solid var(--gray-100); }
body.tax-boat_category .comparison-table th { background: var(--cream); padding: 1.5rem 1rem; vertical-align: top; }
body.tax-boat_category .comparison-table tbody td:first-child { text-align: left; font-family: var(--font-body); font-weight: 700; color: var(--gray-700); font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; }
body.tax-boat_category .comp-boat-image { width: 80px; height: 80px; margin: 0 auto 0.75rem; border-radius: 50%; overflow: hidden; }
body.tax-boat_category .comp-boat-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.tax-boat_category .comp-boat-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.25rem; }
body.tax-boat_category .comp-boat-rating { font-size: 0.85rem; color: var(--charcoal); display: inline-flex; align-items: center; gap: 0.4rem; justify-content: center; }
body.tax-boat_category .comp-boat-rating-stars { color: var(--sand-gold); letter-spacing: 0.05em; }
body.tax-boat_category .comp-boat-rating-num { font-weight: 700; }
body.tax-boat_category .comp-price { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--nile-blue); }
body.tax-boat_category .comp-check { color: var(--success); font-weight: 700; font-size: 1.1rem; }
body.tax-boat_category .comp-cross { color: var(--gray-300); font-weight: 700; }

@media (max-width: 768px) {
    body.tax-boat_category .comparison-section { padding: 4rem 1.5rem; }
    body.tax-boat_category .comp-boat-image { width: 60px; height: 60px; }
}

/* ==========================================================================
   TAXONOMY-BOAT_CATEGORY — why-luxury (dark) + why-section (light) (audit #49.3)
   .why-luxury family is LUXURY-ONLY (dark gradient). For deluxe/standard/dahabiya
   we use .why-section (existing outer rule line 7704: padding 6rem white) plus
   NEW inner-class rules .why-wrap/-header/-grid/-card/-icon body-scoped under
   .tax-boat_category. Collision-safe: archive-alc_tour_package + page-careers
   use .why-section's .benefits-grid/.benefit-card inner classes (entirely
   different names), so the new inner rules don't reach them.
   ========================================================================== */

/* --- LUXURY-ONLY: .why-luxury (dark theme, unique class family) --- */
body.tax-boat_category .why-luxury { background: linear-gradient(135deg, var(--charcoal), var(--nile-blue-dark)); padding: 6rem 2.5rem; color: var(--white); }
body.tax-boat_category .why-luxury-wrap { max-width: 1400px; margin: 0 auto; }
body.tax-boat_category .why-luxury-header { text-align: center; margin-bottom: 3rem; }
body.tax-boat_category .why-luxury-header .section-eyebrow { color: var(--sand-gold); justify-content: center; display: inline-flex; gap: 0.75rem; align-items: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
body.tax-boat_category .why-luxury-header .section-eyebrow::before,
body.tax-boat_category .why-luxury-header .section-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.tax-boat_category .why-luxury-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 3.5vw, 2.8rem); margin: 0; line-height: 1.1; color: var(--white); }
body.tax-boat_category .why-luxury-header h2 .italic { font-style: italic; color: var(--sand-gold); }
body.tax-boat_category .why-luxury-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
body.tax-boat_category .why-luxury-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; transition: all 0.4s ease; }
body.tax-boat_category .why-luxury-card:hover { background: rgba(255,255,255,0.08); border-color: var(--sand-gold); transform: translateY(-4px); }
body.tax-boat_category .why-luxury-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(212,165,116,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.5rem; transition: all 0.3s ease; }
body.tax-boat_category .why-luxury-card:hover .why-luxury-icon { background: var(--sand-gold); }
body.tax-boat_category .why-luxury-card h4 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--white); margin-bottom: 0.75rem; }
body.tax-boat_category .why-luxury-card p { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.6; }

/* --- DELUXE/STANDARD/DAHABIYA: .why-section's INNER class family (light theme).
 *     The .why-section outer rule (line ~7704: padding 6rem 2.5rem; background
 *     white) is reused as-is from archive-alc_tour_package/page-careers. The
 *     inner classes below are unique to this taxonomy template — non-colliding. */
body.tax-boat_category .why-wrap { max-width: 1400px; margin: 0 auto; }
body.tax-boat_category .why-header { text-align: center; margin-bottom: 3rem; }
body.tax-boat_category .why-header .section-eyebrow { color: var(--nile-blue); justify-content: center; display: inline-flex; gap: 0.75rem; align-items: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
body.tax-boat_category .why-header .section-eyebrow::before,
body.tax-boat_category .why-header .section-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.tax-boat_category .why-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 3.5vw, 2.8rem); margin: 0; color: var(--charcoal); }
body.tax-boat_category .why-header h2 .italic { font-style: italic; color: var(--nile-blue); }
body.tax-boat_category .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
body.tax-boat_category .why-card { background: var(--cream); border-radius: 20px; padding: 2rem; transition: all 0.4s ease; }
body.tax-boat_category .why-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.tax-boat_category .why-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.5rem; transition: all 0.3s ease; }
body.tax-boat_category .why-card:hover .why-icon { background: var(--sand-gold); transform: scale(1.05); }
body.tax-boat_category .why-card h4 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.75rem; }
body.tax-boat_category .why-card p { color: var(--gray-700); font-size: 0.95rem; line-height: 1.6; }

@media (max-width: 768px) {
    body.tax-boat_category .why-luxury { padding: 4rem 1.5rem; }
    body.tax-boat_category .why-luxury-grid,
    body.tax-boat_category .why-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ==========================================================================
   TAXONOMY-BOAT_CATEGORY — related-categories section (audit #49.4)
   Renders the OTHER 3 boat_category terms as link cards (real term data).
   All-new class names — no collisions with anything else in main.css.
   ========================================================================== */
body.tax-boat_category .related-categories { padding: 5rem 2.5rem; background: var(--cream); }
body.tax-boat_category .related-categories-wrap { max-width: 1400px; margin: 0 auto; }
body.tax-boat_category .related-categories-header { text-align: center; margin-bottom: 3rem; }
body.tax-boat_category .related-categories-header .section-eyebrow { color: var(--nile-blue); justify-content: center; display: inline-flex; align-items: center; gap: 0.75rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
body.tax-boat_category .related-categories-header .section-eyebrow::before,
body.tax-boat_category .related-categories-header .section-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--sand-gold); }
body.tax-boat_category .related-categories-header h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin: 0; color: var(--charcoal); }
body.tax-boat_category .related-categories-header h2 .italic { font-style: italic; color: var(--nile-blue); }
body.tax-boat_category .related-categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.tax-boat_category .related-category-card { background: var(--white); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.4s ease; display: flex; flex-direction: column; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
body.tax-boat_category .related-category-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.tax-boat_category .related-category-image { aspect-ratio: 16/10; overflow: hidden; }
body.tax-boat_category .related-category-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
body.tax-boat_category .related-category-card:hover .related-category-image img { transform: scale(1.05); }
body.tax-boat_category .related-category-content { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
body.tax-boat_category .related-category-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin: 0; }
body.tax-boat_category .related-category-count { font-size: 0.85rem; color: var(--gray-500); font-weight: 600; letter-spacing: 0.05em; }
body.tax-boat_category .related-category-cta { color: var(--nile-blue); font-weight: 700; font-size: 0.9rem; margin-top: 0.5rem; transition: gap 0.3s ease; }
body.tax-boat_category .related-category-card:hover .related-category-cta { color: var(--sand-gold); }

@media (max-width: 768px) {
    body.tax-boat_category .related-categories { padding: 4rem 1.5rem; }
    body.tax-boat_category .related-categories-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   404 — SCENIC NILE BACKDROP (audit #54)
   Body-scoped under .error404 (WordPress auto body class) so generic class
   names like .sun / .bird / .pyramid / .palm-tree cannot leak to other
   templates or collide with plugins. Frozen ref: 404-page.html lines 35-191.
   Z-index hierarchy preserved: 1 (sun/watermark) → 2 (river/pyramids) →
   3 (palms) → 4 (birds) → 5 (felucca) → 10 (content overlay).
   ========================================================================== */
body.error404 .error-section { background: linear-gradient(180deg, #FFE9C4 0%, #FFD89B 25%, #E8B96F 50%, #2a8198 75%, #1e5f74 100%); min-height: 700px; position: relative; overflow: hidden; }

/* SUN (animated: sunPulse) */
body.error404 .sun { position: absolute; top: 12%; right: 15%; width: 100px; height: 100px; background: radial-gradient(circle, #fff8e1 0%, #ffd76b 50%, #ff9d3a 100%); border-radius: 50%; box-shadow: 0 0 80px rgba(255,184,65,0.5), 0 0 140px rgba(255,184,65,0.3); animation: alcSunPulse 4s ease-in-out infinite; z-index: 1; }

/* PYRAMIDS (CSS triangle borders, no images) */
body.error404 .pyramids { position: absolute; bottom: 38%; left: 0; right: 0; height: 80px; z-index: 2; opacity: 0.4; }
body.error404 .pyramid { position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; }
body.error404 .pyramid-1 { left: 8%;  border-width: 0 60px 80px 60px; border-color: transparent transparent #b88a5c transparent; }
body.error404 .pyramid-2 { left: 18%; border-width: 0 50px 65px 50px; border-color: transparent transparent #a07a4f transparent; }
body.error404 .pyramid-3 { right: 12%; border-width: 0 70px 90px 70px; border-color: transparent transparent #b88a5c transparent; }
body.error404 .pyramid-4 { right: 22%; border-width: 0 55px 70px 55px; border-color: transparent transparent #a07a4f transparent; }

/* PALM TREES */
body.error404 .palm-tree { position: absolute; bottom: 30%; z-index: 3; font-size: 3.5rem; opacity: 0.6; filter: brightness(0.7) sepia(0.5); }
body.error404 .palm-1 { left: 5%; }
body.error404 .palm-2 { left: 12%; bottom: 32%; font-size: 2.8rem; }
body.error404 .palm-3 { right: 6%; }
body.error404 .palm-4 { right: 14%; bottom: 32%; font-size: 2.8rem; }

/* NILE RIVER + ANIMATED RIPPLES (animated: waterFlow) */
body.error404 .nile-river { position: absolute; bottom: 0; left: 0; right: 0; height: 35%; background: linear-gradient(180deg, rgba(42,129,152,0.3) 0%, rgba(30,95,116,0.6) 50%, rgba(20,63,78,0.8) 100%); z-index: 2; }
body.error404 .water-ripple { position: absolute; bottom: 0; left: 0; right: 0; height: 100%; background-image: radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 50%), radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.1) 0%, transparent 60%), radial-gradient(ellipse at 40% 70%, rgba(255,255,255,0.12) 0%, transparent 55%); animation: alcWaterFlow 8s ease-in-out infinite; }

/* FELUCCA SAILBOAT (animated: floatBoat + wakeRipple) */
body.error404 .felucca-container { position: absolute; bottom: 22%; left: 50%; transform: translateX(-50%); z-index: 5; animation: alcFloatBoat 4s ease-in-out infinite; }
body.error404 .felucca-svg { width: 200px; height: auto; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3)); }
body.error404 .boat-wake { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 220px; height: 30px; background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%, transparent 70%); animation: alcWakeRipple 2s ease-in-out infinite; }

/* BIRDS (animated: flyBird, staggered delays) */
body.error404 .bird { position: absolute; font-size: 1.2rem; z-index: 4; opacity: 0.5; animation: alcFlyBird 12s linear infinite; }
body.error404 .bird-1 { top: 25%; animation-delay: 0s; }
body.error404 .bird-2 { top: 18%; animation-delay: 4s; font-size: 0.9rem; }
body.error404 .bird-3 { top: 30%; animation-delay: 8s; font-size: 1rem; }

/* CONTENT OVERLAY — sits above all decoration */
body.error404 .error-wrap { position: relative; z-index: 10; }

/* 5 KEYFRAMES (prefixed alc* to avoid plugin collisions; keyframes are
   identified by name regardless of scope). */
@keyframes alcSunPulse {
    0%, 100% { transform: scale(1);    box-shadow: 0 0 80px rgba(255,184,65,0.5),  0 0 140px rgba(255,184,65,0.3); }
    50%      { transform: scale(1.05); box-shadow: 0 0 100px rgba(255,184,65,0.6), 0 0 180px rgba(255,184,65,0.4); }
}
@keyframes alcWaterFlow {
    0%, 100% { transform: translateX(0); }
    50%      { transform: translateX(20px); }
}
@keyframes alcFloatBoat {
    0%, 100% { transform: translateX(-50%) translateY(0)    rotate(-2deg); }
    50%      { transform: translateX(-50%) translateY(-8px) rotate(2deg); }
}
@keyframes alcWakeRipple {
    0%, 100% { transform: translateX(-50%) scaleX(1);   opacity: 0.5; }
    50%      { transform: translateX(-50%) scaleX(1.2); opacity: 0.7; }
}
@keyframes alcFlyBird {
    0%   { left: -50px;            transform: translateY(0); }
    50%  {                         transform: translateY(-20px); }
    100% { left: calc(100% + 50px); transform: translateY(0); }
}

/* A11Y — respect prefers-reduced-motion. Static decoration still
   renders, but all 5 animations are disabled for users with the
   reduced-motion preference set. */
@media (prefers-reduced-motion: reduce) {
    body.error404 .sun,
    body.error404 .water-ripple,
    body.error404 .felucca-container,
    body.error404 .boat-wake,
    body.error404 .bird { animation: none !important; }
}

/* ==========================================================================
   PAGE-SITEMAP (audit #55) — frozen .sitemap-* class family, body-scoped
   under .page-template-page-sitemap so the generic .stat-box / .help-section
   / .link-meta / .arrow names can't collide with anything else.
   ========================================================================== */
body.page-template-page-sitemap .sitemap-hero { background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); padding: 4rem 2.5rem 3rem; text-align: center; }
body.page-template-page-sitemap .sitemap-hero-wrap { max-width: 800px; margin: 0 auto; }
body.page-template-page-sitemap .sitemap-hero .hero-eyebrow { color: var(--sand-gold); display: inline-flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
body.page-template-page-sitemap .sitemap-hero .hero-eyebrow::before,
body.page-template-page-sitemap .sitemap-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
body.page-template-page-sitemap .sitemap-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; margin-bottom: 1rem; }
body.page-template-page-sitemap .sitemap-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
body.page-template-page-sitemap .sitemap-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
body.page-template-page-sitemap .search-input-wrap { max-width: 500px; margin: 0 auto; }
body.page-template-page-sitemap .search-input { width: 100%; padding: 1rem 1.5rem; border-radius: 100px; border: none; font-family: var(--font-body); font-size: 1rem; outline: none; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.3); }

body.page-template-page-sitemap .sitemap-section { padding: 5rem 2.5rem; max-width: 1400px; margin: 0 auto; }
body.page-template-page-sitemap .sitemap-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
body.page-template-page-sitemap .stat-box { background: var(--white); border-radius: 16px; padding: 1.75rem; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
body.page-template-page-sitemap .stat-box-value { font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; color: var(--nile-blue); line-height: 1; margin-bottom: 0.5rem; font-style: italic; }
body.page-template-page-sitemap .stat-box-label { font-size: 0.8rem; color: var(--gray-500); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }

body.page-template-page-sitemap .sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
body.page-template-page-sitemap .sitemap-category { background: var(--white); border-radius: 20px; padding: 2.25rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
body.page-template-page-sitemap .sitemap-category:hover { box-shadow: 0 30px 60px -20px rgba(30,95,116,0.15); }
body.page-template-page-sitemap .category-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.25rem; border-bottom: 2px solid var(--cream-warm); }
body.page-template-page-sitemap .category-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
body.page-template-page-sitemap .category-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.15rem; }
body.page-template-page-sitemap .category-count { font-size: 0.75rem; color: var(--gray-500); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
body.page-template-page-sitemap .category-links { list-style: none; padding: 0; margin: 0; }
body.page-template-page-sitemap .category-links li { padding: 0.5rem 0; border-bottom: 1px solid var(--gray-100); }
body.page-template-page-sitemap .category-links li:last-child { border-bottom: none; }
body.page-template-page-sitemap .category-links a { color: var(--charcoal); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; transition: color 0.2s ease; }
body.page-template-page-sitemap .category-links a:hover { color: var(--nile-blue); }
body.page-template-page-sitemap .category-links a.is-bold { font-weight: 700; }
body.page-template-page-sitemap .link-meta { font-size: 0.75rem; color: var(--gray-500); font-weight: 600; margin-left: auto; padding: 0.15rem 0.5rem; background: var(--cream); border-radius: 100px; }
body.page-template-page-sitemap .category-links a .arrow { color: var(--gray-300); margin-left: auto; transition: transform 0.2s ease; }
body.page-template-page-sitemap .category-links a:hover .arrow { color: var(--sand-gold); transform: translateX(4px); }
body.page-template-page-sitemap .category-links a .link-meta + .arrow { margin-left: 0.5rem; }

body.page-template-page-sitemap .help-section { background: var(--cream); padding: 5rem 2.5rem; text-align: center; }
body.page-template-page-sitemap .help-wrap { max-width: 700px; margin: 0 auto; }
body.page-template-page-sitemap .help-wrap h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; color: var(--charcoal); }
body.page-template-page-sitemap .help-wrap h2 .italic { font-style: italic; color: var(--nile-blue); }
body.page-template-page-sitemap .help-wrap p { color: var(--gray-700); margin-bottom: 2rem; }
body.page-template-page-sitemap .help-wrap .cta-buttons { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 768px) {
    body.page-template-page-sitemap .sitemap-section { padding: 4rem 1.5rem; }
    body.page-template-page-sitemap .sitemap-stats { grid-template-columns: repeat(2, 1fr); }
    body.page-template-page-sitemap .sitemap-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   PAGE-LEGAL (audit #57) — frozen 2-col TOC layout, body-scoped under
   .page-template-page-legal so .legal-toc / .callout-box / .last-updated
   generic-ish names can't collide with other templates.
   OWNER TIP: <div class="callout-box">...</div> in editor HTML view
   renders an accent-bordered highlight box (frozen pattern).
   ========================================================================== */
body.page-template-page-legal .legal-hero { background: linear-gradient(135deg, var(--nile-blue-dark), var(--nile-blue)); color: var(--white); padding: 4rem 2.5rem; }
body.page-template-page-legal .legal-hero-wrap { max-width: 900px; margin: 0 auto; text-align: center; }
body.page-template-page-legal .legal-hero .hero-eyebrow { color: var(--sand-gold); display: inline-flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
body.page-template-page-legal .legal-hero .hero-eyebrow::before,
body.page-template-page-legal .legal-hero .hero-eyebrow::after { content: ''; width: 30px; height: 1px; background: var(--sand-gold); }
body.page-template-page-legal .legal-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; margin-bottom: 1rem; }
body.page-template-page-legal .legal-hero h1 .italic { font-style: italic; color: var(--sand-gold); }
body.page-template-page-legal .legal-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto; }
body.page-template-page-legal .last-updated { display: inline-block; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); padding: 0.5rem 1.25rem; border-radius: 100px; margin-top: 2rem; font-size: 0.85rem; }
body.page-template-page-legal .last-updated strong { color: var(--sand-gold); margin-left: 0.5rem; }

body.page-template-page-legal .legal-section { padding: 4rem 2.5rem; }
body.page-template-page-legal .legal-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 3rem; align-items: start; }
body.page-template-page-legal .legal-wrap.no-toc { grid-template-columns: 1fr; max-width: 900px; }

body.page-template-page-legal .legal-toc { position: sticky; top: 100px; background: var(--white); border-radius: 16px; padding: 1.5rem; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
body.page-template-page-legal .legal-toc h4 { font-family: var(--font-display); font-size: 0.85rem; font-weight: 700; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; margin: 0 0 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--gray-100); }
body.page-template-page-legal .legal-toc ul { list-style: none; padding: 0; margin: 0; }
body.page-template-page-legal .legal-toc li { padding: 0.4rem 0; }
body.page-template-page-legal .legal-toc a { color: var(--gray-700); text-decoration: none; font-size: 0.9rem; transition: color 0.2s ease; display: block; line-height: 1.4; }
body.page-template-page-legal .legal-toc a:hover { color: var(--nile-blue); }

body.page-template-page-legal .legal-content h2 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--charcoal); margin: 2.5rem 0 1rem; scroll-margin-top: 100px; }
body.page-template-page-legal .legal-content h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin: 1.75rem 0 0.75rem; }
body.page-template-page-legal .legal-content p { color: var(--gray-700); line-height: 1.7; margin-bottom: 1rem; }
body.page-template-page-legal .legal-content ul,
body.page-template-page-legal .legal-content ol { margin: 0 0 1.25rem 1.5rem; }
body.page-template-page-legal .legal-content li { color: var(--gray-700); line-height: 1.65; margin-bottom: 0.5rem; }
body.page-template-page-legal .legal-content strong { color: var(--charcoal); font-weight: 700; }
body.page-template-page-legal .legal-content a { color: var(--nile-blue); text-decoration: underline; }
body.page-template-page-legal .legal-content a:hover { color: var(--sand-gold); }

/* CALLOUT BOX — owner uses <div class="callout-box">…</div> in editor HTML view */
body.page-template-page-legal .legal-content .callout-box { background: var(--cream); border-left: 4px solid var(--sand-gold); padding: 1.25rem 1.5rem; border-radius: 8px; margin: 1.5rem 0; }
body.page-template-page-legal .legal-content .callout-box p { margin-bottom: 0; }
body.page-template-page-legal .legal-content .callout-box p + p { margin-top: 0.75rem; }

@media (max-width: 768px) {
    body.page-template-page-legal .legal-section { padding: 3rem 1.5rem; }
    body.page-template-page-legal .legal-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
    body.page-template-page-legal .legal-toc { position: static; top: auto; }
}

/* ==========================================================================
   FOOTER LOGO — light variant + auto-white fallback (audit L2)
   When owner has NOT uploaded alc_logo_light, footer renders the regular
   .custom-logo. This rule forces it to a pure-white silhouette via the
   brightness(0) invert(1) filter — legible against the dark footer, but
   kills any brand-color detail (sand-gold etc.). The :not(.footer-logo-light)
   ensures the filter does NOT apply to an explicit light-variant img (which
   is already designed for dark bg and shouldn't be re-inverted). Scoped to
   .footer-brand so the HEADER logo (on white bg) is never affected.
   ========================================================================== */
.footer-brand .custom-logo:not(.footer-logo-light) {
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   QUICK ANSWER — AEO answer-block (SEO task G1). Body-scoped to the 5 target
   templates. New, specific classes (.quick-answer-section / .quick-answer);
   scoped per discipline. Tokens only — no new colors, Manrope/Fraunces only.
   SANCTIONED DEVIATION from frozen HTML — owner-approved (G1). See CLAUDE.md.
   ========================================================================== */
body.single-boat .quick-answer-section,
body.single-cruise_program .quick-answer-section,
body.single-alc_tour_package .quick-answer-section,
body.single-alc_destination .quick-answer-section,
body.tax-boat_category .quick-answer-section {
    background: var(--cream-warm);
    padding: 2rem 2.5rem;
}
body.single-boat .quick-answer,
body.single-cruise_program .quick-answer,
body.single-alc_tour_package .quick-answer,
body.single-alc_destination .quick-answer,
body.tax-boat_category .quick-answer {
    max-width: var(--container-max);
    margin: 0 auto;
    background: var(--white);
    border-left: 4px solid var(--sand-gold);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    padding: 1.25rem 1.75rem;
}
body.single-boat .quick-answer-label,
body.single-cruise_program .quick-answer-label,
body.single-alc_tour_package .quick-answer-label,
body.single-alc_destination .quick-answer-label,
body.tax-boat_category .quick-answer-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--sand-gold-dark);
}
body.single-boat .quick-answer p,
body.single-cruise_program .quick-answer p,
body.single-alc_tour_package .quick-answer p,
body.single-alc_destination .quick-answer p,
body.tax-boat_category .quick-answer p {
    margin: 0;
    font-size: 1.07rem;
    line-height: 1.7;
    color: var(--charcoal);
}
@media (max-width: 768px) {
    body.single-boat .quick-answer-section,
    body.single-cruise_program .quick-answer-section,
    body.single-alc_tour_package .quick-answer-section,
    body.single-alc_destination .quick-answer-section,
    body.tax-boat_category .quick-answer-section { padding: 1.5rem 1.25rem; }
}

/* ==========================================================================
   INTERNAL LINKING — G9 link modules (specific classes, collision-safe).
   Shared by the destination / tour / blog cross-link lists + boat link bits.
   ========================================================================== */
.program-block-link { display: inline-block; margin-top: 1rem; color: var(--nile-blue); font-weight: 600; font-size: 0.9rem; text-decoration: none; border-bottom: 1px solid var(--sand-gold); padding-bottom: 2px; transition: gap 0.2s ease; }
.program-block-link:hover { color: var(--nile-blue-dark); }
.dest-trips-section { background: var(--cream-warm); }
.dest-trips-wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 2.5rem; }
.dest-trips-block + .dest-trips-block { margin-top: 2.5rem; }
.dest-trips-list { display: flex; flex-wrap: wrap; gap: 0.75rem; list-style: none; padding: 0; margin: 1.25rem 0 0; }
.dest-trip-link { display: inline-block; background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-pill); padding: 0.6rem 1.2rem; color: var(--nile-blue); font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s ease; }
.dest-trip-link:hover { background: var(--nile-blue); color: var(--white); border-color: var(--nile-blue); }
@media (max-width: 768px) {
  .dest-trips-wrap { padding: 0 1.25rem; }
}


