/* ============================================================
   CRUISE REGION PAGES — CLEANED
   Global wrapper + consolidated reveal engine
   ============================================================ */

/* GLOBAL PAGE WRAPPER */
.page-cruise-region {
  background: #ffffff;
  color: #222;
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   CONSOLIDATED REVEAL ENGINE (GLOBAL)
   Safe for ALL region pages, guide pages, port pages, cruise-line pages
   ============================================================ */

.region-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Smooth scrolling for all pages */
html {
  scroll-behavior: smooth;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-region {
  position: relative;
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px; /* divider spacing */
}

.hero-region .hero-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-region .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.10) 0%,
    rgba(0, 0, 0, 0.08) 40%,
    rgba(255, 255, 255, 0.15) 100%
  );
  z-index: 2;
}

.hero-region .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
}

.hero-region .hero-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
}

.hero-region .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  color: #ffffff;
}

/* ============================================================
   REGION HERO IMAGES
   ============================================================ */

.page-cruise-region .hero-alaska .hero-background {
  background-image: url("../cruise-images/regions/hero-region-page-alaska.webp");
}

.page-cruise-region .hero-caribbean .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-caribbean-hero.webp");
}

.page-cruise-region .hero-south-pacific .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-south-pacific-hero.webp");
}

.page-cruise-region .hero-northern-europe .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-northern-europe-hero.webp");
}

.page-cruise-region .hero-middle-east .hero-background {
  background-image: url("../cruise-images/regions/middle-east-hero-dubai-marina.webp");
}

.page-cruise-region .hero-africa .hero-background {
  background-image: url("../cruise-images/regions/hero-region-page-africa.webp");
}

.page-cruise-region .hero-asia .hero-background {
  background-image: url("../cruise-images/regions/hero-region-page-asia.webp");
}

.page-cruise-region .hero-australia-new-zealand .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-page-australia-new-zealand-hero.webp");
}

.page-cruise-region .hero-south-america .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-south-america-hero.webp");
}

.page-cruise-region .hero-north-america .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-north-america-hero.webp");
}

.page-cruise-region .hero-mediterranean .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-mediterranean-hero.webp");
}

/*.page-cruise-region .hero-transatlantic .hero-background {
  background-image: url("../cruise-images/regions/cruise-region-transatlantic-hero.jpg");
}*/

.page-cruise-region .hero-how-cruise-regions-are-categorized .hero-background {
  background-image: url("../cruise-images/hero/how-cruise-regions-are-categorized.webp");
}

/* ============================================================
   GUIDE PAGE HERO FIXES
   ============================================================ */

.page-cruise-region-guide .hero-region {
  height: 480px;
}

.page-cruise-region-guide .hero-how-cruise-regions-are-categorized .hero-background {
  background-position: center bottom;
}

.page-cruise-region-guide .hero-how-cruise-regions-are-categorized .hero-content {
  margin-top: 235px;
}

/* Guide page title + subtitle spacing */
.page-cruise-region-guide .section-title {
  margin-bottom: 10px;
}

.page-cruise-region-guide .section-subtitle {
  margin-bottom: 30px;
}

/* Guide page table spacing */
.page-cruise-region-guide .region-factors-table {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* Guide page — Section #2 spacing */
.page-cruise-region-guide .region-overview.section {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* Guide page — Section #3 spacing */
.page-cruise-region-guide .why-cruise-regions-matter.section {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* Guide page — Section #4 spacing */
.page-cruise-region-guide .how-cruise-lines-use-categories.section {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

/* ============================================================
   SECTION SPACING
   ============================================================ */

.page-cruise-region .section {
  padding: 50px 0;
  background: #ffffff;
}

.page-cruise-region .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
  text-align: center;
}

.page-cruise-region .section-subtitle {
  font-size: 1.15rem;
  color: #666;
  text-align: center;
  margin-bottom: 32px;
}

.page-cruise-region .region-overview .container {
  max-width: 850px;
  margin: 0 auto;
}

.page-cruise-region .region-overview.section {
  padding-top: 40px;
}

/* ============================================================
   SECTION DIVIDERS
   ============================================================ */

.page-cruise-region .section:not(:last-of-type) {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page-cruise-region .section:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1200px;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
  margin: 24px auto 0 auto;
  border-radius: 2px;
}

.page-cruise-region .region-map {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.page-cruise-region .region-map::after {
  content: "";
  display: block;
  width: 1200px;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
  margin: 24px auto 0 auto;
  border-radius: 2px;
}

.page-cruise-region .section-divider {
  width: 1200px;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

/* ============================================================
   REGION LIST GRID
   ============================================================ */

.region-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .region-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .region-list-grid {
    grid-template-columns: 1fr;
  }
}

.page-cruise-region .region-lines .region-list-grid {
  grid-template-columns: repeat(3, 1fr);
}

.page-cruise-region .region-itineraries .region-list-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ============================================================
   REGION LIST CARD
   ============================================================ */

.page-cruise-region .region-list-card {
  background: linear-gradient(0.145deg, #dddcff 0%, #b0c4ff 100%);
  border: 1px solid rgba(0, 85, 255, 0.55);
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}

.page-cruise-region .region-list-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-cruise-region .region-list-card .region-list-text {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 10px;
  color: #1f2a44;
  font-weight: 500;
}

.page-cruise-region .region-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.page-cruise-region .region-list-card .region-list-title a {
  color: #005fcc;
  text-decoration: none;
  font-weight: 700;
}

.page-cruise-region .region-list-card .region-list-title a:hover {
  text-decoration: underline;
}

/* ============================================================
   GLOBAL FOOTER
   ============================================================ */

.site-footer {
  font-family: 'Montserrat', sans-serif;
  background: #0d2247;
  padding: 28px 0 18px;
  border-top: 1px solid #0b1a33;
  color: #dbe4f3;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #0b1a33;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 4px;
}

.footer-col ul li a {
  font-size: 0.97rem;
  color: #dbe4f3;
  text-decoration: none;
  transition: 0.2s ease;
  position: relative;
  padding-left: 14px;
}

.footer-col ul li a::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  color: #9bb0d4;
  font-size: 0.7rem;
}

.footer-col ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  text-align: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #0b1a33;
}

.footer-bottom p {
  font-size: 0.93rem;
  color: #dbe4f3;
  letter-spacing: 0.25px;
}

.back-to-top {
  background: transparent;
  border: 1px solid #dbe4f3;
  color: #dbe4f3;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  cursor: pointer;
}

.back-to-top:hover {
  background: #dbe4f3;
  color: #0d2247;
}

/* ============================================================
   REGION GUIDE — TABLE STYLING
   ============================================================ */

.page-cruise-region-guide .region-factors-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 10px;
}

.page-cruise-region-guide .region-factors-table th,
.page-cruise-region-guide .region-factors-table td {
  padding: 12px 14px;
  vertical-align: top;
}

.page-cruise-region-guide .region-factors-table th {
  width: 28%;
  font-weight: 600;
  text-align: left;
}

.page-cruise-region-guide .region-factors-table tr:nth-child(odd) {
  background-color: #fafafa;
}

/* Premium spaced table */
.page-cruise-region-guide table.region-factors-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.page-cruise-region-guide table.region-factors-table th,
.page-cruise-region-guide table.region-factors-table td {
  background: #fafafa;
  border: 1px solid #e2e2e2;
  padding: 16px 18px;
  border-radius: 6px;
  vertical-align: top;
}

.page-cruise-region-guide table.region-factors-table th {
  background: #f2f2f2;
  font-weight: 600;
  width: 28%;
}

/* ============================================================
   GUIDE PAGE — MOBILE SPACING FIXES
   ============================================================ */

@media (max-width: 768px) {

  .page-cruise-region-guide .hero-region {
    height: 360px;
  }

  .page-cruise-region-guide .hero-how-cruise-regions-are-categorized .hero-content {
    margin-top: 140px;
  }

  .page-cruise-region-guide .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-cruise-region-guide .region-factors-table {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .page-cruise-region-guide .how-cruise-lines-use-categories.section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/* ============================================================
   GUIDE PAGE — FOOTER HEIGHT REDUCTION
   ============================================================ */

.page-cruise-region-guide .site-footer {
  padding-top: 10px;
  padding-bottom: 6px;
}

/* ============================================================
   PHASE 11 — SECTION 4: SEASONALITY CHART
   ============================================================ */

.page-cruise-region-guide .seasonality-chart {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Header Row */
.page-cruise-region-guide .seasonality-chart-header {
  display: grid;
  grid-template-columns: 180px repeat(12, 1fr);
  background: #f2f4f8;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1f2a44;
}

/* Region Row */
.page-cruise-region-guide .seasonality-chart-row {
  display: grid;
  grid-template-columns: 180px repeat(12, 1fr);
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
}

/* Region Label */
.page-cruise-region-guide .seasonality-chart-region {
  padding: 12px 14px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1f2a44;
  background: #f2f2f2;
  border-right: 1px solid #e2e2e2;
}

/* Month Cells */
.page-cruise-region-guide .seasonality-cell {
  height: 38px;
  border-right: 1px solid #e2e2e2;
  background: #ffffff;
}

.page-cruise-region-guide .seasonality-cell:last-child {
  border-right: none;
}

/* Active Months */
.page-cruise-region-guide .seasonality-cell.active {
  background: #bcdcff;
  border-right: 1px solid #a4c8f5;
}

/* Hover Interaction */
.page-cruise-region-guide .seasonality-chart-row:hover .seasonality-cell.active {
  background: #9fcaff;
}

/* Mobile Layout */
@media (max-width: 768px) {
  .page-cruise-region-guide .seasonality-chart-header,
  .page-cruise-region-guide .seasonality-chart-row {
    grid-template-columns: 120px repeat(12, 1fr);
  }

  .page-cruise-region-guide .seasonality-chart-region {
    font-size: 0.85rem;
    padding: 10px;
  }

  .page-cruise-region-guide .seasonality-cell {
    height: 32px;
  }
}

/* ============================================================
   PHASE 11 — SECTION 5: EXPERIENCE LEVEL COMPARISON
   ============================================================ */

.page-cruise-region-guide .experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-cruise-region-guide .experience-grid div {
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-cruise-region-guide .experience-grid div:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.page-cruise-region-guide .experience-grid h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2a44;
}

.page-cruise-region-guide .experience-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-cruise-region-guide .experience-grid ul li {
  font-size: 1rem;
  padding: 4px 0;
  color: #33415c;
  position: relative;
  padding-left: 16px;
}

.page-cruise-region-guide .experience-grid ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  color: #4a6fa5;
  font-size: 0.9rem;
}

/* Mobile Layout */
@media (max-width: 768px) {
  .page-cruise-region-guide .experience-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   PHASE 11 — SECTION 6: COMPARISON GRID (3‑COLUMN)
   ============================================================ */

.page-cruise-region-guide .comparison-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Header Row */
.page-cruise-region-guide .comparison-grid-header {
  display: grid;
  grid-template-columns: 180px 200px 1fr;
  background: #f2f4f8;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
  color: #1f2a44;
  font-size: 1rem;
  border: 1px solid #dbe3ef;
}

/* Data Rows */
.page-cruise-region-guide .comparison-grid-row {
  display: grid;
  grid-template-columns: 180px 200px 1fr;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 14px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover Lift */
.page-cruise-region-guide .comparison-grid-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

/* Region Column */
.page-cruise-region-guide .comparison-grid-region {
  font-weight: 700;
  color: #1f2a44;
  font-size: 1rem;
}

/* Best For Column */
.page-cruise-region-guide .comparison-grid-bestfor {
  font-weight: 600;
  color: #33415c;
  font-size: 0.95rem;
}

/* Highlights Column */
.page-cruise-region-guide .comparison-grid-highlights {
  font-size: 0.95rem;
  color: #44516c;
  line-height: 1.55;
}

/* Mobile Layout */
@media (max-width: 768px) {
  .page-cruise-region-guide .comparison-grid-header,
  .page-cruise-region-guide .comparison-grid-row {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .page-cruise-region-guide .comparison-grid-header {
    text-align: center;
  }

  .page-cruise-region-guide .comparison-grid-title {
    padding: 6px 0;
  }

  .page-cruise-region-guide .comparison-grid-region,
  .page-cruise-region-guide .comparison-grid-bestfor,
  .page-cruise-region-guide .comparison-grid-highlights {
    padding: 6px 0;
    text-align: center;
  }
}

/* ============================================================
   PHASE 11 — SECTION 7: FEATURED REGIONS
   ============================================================ */

.page-cruise-region-guide .featured-regions .region-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-cruise-region-guide .featured-regions .region-card {
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 26px 24px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2a44;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-cruise-region-guide .featured-regions .region-card h3 {
  margin-top: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2a44;
}

.page-cruise-region-guide .featured-regions .region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Mobile Layout */
@media (max-width: 768px) {
  .page-cruise-region-guide .featured-regions .region-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .page-cruise-region-guide .featured-regions .region-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   PHASE 11 — SECTION 8: FAQ ACCORDION
   ============================================================ */

.page-cruise-region-guide .region-faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-cruise-region-guide .region-faq .faq-item {
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 18px 20px;
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-cruise-region-guide .region-faq .faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.page-cruise-region-guide .region-faq .faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 8px;
}

.page-cruise-region-guide .region-faq .faq-answer {
  font-size: 0.98rem;
  color: #44516c;
  line-height: 1.55;
  display: none;
  padding-top: 6px;
}

.page-cruise-region-guide .region-faq .faq-item.open .faq-answer {
  display: block;
}

/* Mobile Spacing */
@media (max-width: 768px) {
  .page-cruise-region-guide .region-faq .faq-item {
    padding: 16px 18px;
  }

  .page-cruise-region-guide .region-faq .faq-question {
    font-size: 1rem;
  }
}

/* ============================================================
   PHASE 11 — SECTION 9: CTA SECTION
   ============================================================ */

.page-cruise-region-guide .region-cta {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.page-cruise-region-guide .region-cta .section-title {
  margin-bottom: 12px;
}

.page-cruise-region-guide .region-cta .section-subtitle {
  margin-bottom: 26px;
  color: #44516c;
}

.page-cruise-region-guide .region-cta .btn-primary {
  display: inline-block;
  background: #005fcc;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.page-cruise-region-guide .region-cta .btn-primary:hover {
  background: #004fa8;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .page-cruise-region-guide .region-cta .btn-primary {
    padding: 12px 24px;
    font-size: 1rem;
  }
}

/* ============================================================
   PHASE 11 — SECTION 1 & 2: TRAVEL STYLE + TRAVELLER TYPE CARDS
   ============================================================ */

.page-cruise-region-guide .region-type-cards .region-card-grid,
.page-cruise-region-guide .traveller-type-cards .region-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-cruise-region-guide .region-type-cards .region-card,
.page-cruise-region-guide .traveller-type-cards .region-card {
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 26px 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-size: 1.05rem;
  color: #1f2a44;
}

.page-cruise-region-guide .region-type-cards .region-card,
.page-cruise-region-guide .traveller-type-cards .region-card {
  font-size: 1.4rem;
}

.page-cruise-region-guide .region-type-cards .region-card h3,
.page-cruise-region-guide .traveller-type-cards .region-card h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2a44;
}

.page-cruise-region-guide .region-type-cards .region-card p,
.page-cruise-region-guide .traveller-type-cards .region-card p {
  font-size: 0.95rem;
  color: #44516c;
  line-height: 1.55;
}

.page-cruise-region-guide .region-type-cards .region-card:hover,
.page-cruise-region-guide .traveller-type-cards .region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Tablet Layout */
@media (max-width: 900px) {
  .page-cruise-region-guide .region-type-cards .region-card-grid,
  .page-cruise-region-guide .traveller-type-cards .region-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile Layout */
@media (max-width: 520px) {
  .page-cruise-region-guide .region-type-cards .region-card-grid,
  .page-cruise-region-guide .traveller-type-cards .region-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Reveal timing */
.page-cruise-region-guide .region-type-cards.region-reveal,
.page-cruise-region-guide .traveller-type-cards.region-reveal {
  transition-delay: 120ms;
}

.page-cruise-region-guide .section-title.region-reveal,
.page-cruise-region-guide .section-subtitle.region-reveal {
  transition-duration: 0.55s;
}

/* ============================================================
   REGION SUB‑REGION CARDS (SECTION 5)
   ============================================================ */

.region-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.region-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.region-card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.region-card h3 {
  font-size: 1.25rem;
  margin: 1rem 1rem 0.5rem;
}

.region-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.55;
  color: #444;
}

/* ============================================================
   SECTION 6 — COUNTRIES IN EACH SUB‑REGION (REGION PAGE)
   ============================================================ */

.region-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.country-block {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  border: 2px solid #c2c8d3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.country-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}

.country-block h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.country-description {
  margin-bottom: 1rem;
  color: #444;
  line-height: 1.55;
}

.country-list {
  margin: 0 0 1.25rem 1.2rem;
  padding: 0;
  list-style-type: disc;
}

.country-list li {
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.country-note {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.country-note strong {
  font-weight: 600;
}

.note {
  color: #777;
  font-size: 0.9rem;
}

/* ============================================================
   SECTION 7 — BLOCK A: PREMIUM SEASONALITY OVERVIEW
   ============================================================ */

.seasonality-overview {
  margin-top: 2.5rem;
}

.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}

.seasonality-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid #d7dde8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.seasonality-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.seasonality-image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
  position: relative;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.seasonality-card:hover .seasonality-image {
  transform: scale(1.08);
}

.seasonality-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.seasonality-card p {
  color: #444;
  line-height: 1.55;
  font-size: 1rem;
}

/* ============================================================
   SECTION 7 — BLOCK B: MONTH‑BY‑MONTH TIMELINE
   ============================================================ */

.seasonality-timeline {
  margin-top: 3rem;
}

.timeline-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.timeline-subtitle {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 160px 1fr;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #e2e6ef;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

.timeline-month {
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a1a1a;
}

.timeline-bar {
  height: 14px;
  border-radius: 8px;
  transition: width 1.2s ease, background-color 0.4s ease;
}

.timeline-bar.best {
  background: linear-gradient(90deg, #00c853, #64dd17);
}

.timeline-bar.good {
  background: linear-gradient(90deg, #29b6f6, #4fc3f7);
}

.timeline-bar.mixed {
  background: linear-gradient(90deg, #ffca28, #ffb300);
}

.timeline-bar.avoid {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

.timeline-info {
  color: #444;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
  }

  .timeline-info {
    grid-column: span 2;
  }
}

/* ============================================================
   SECTION 7 — BLOCK C: BEST MONTHS SUMMARY
   ============================================================ */

.best-months-summary {
  margin-top: 3rem;
}

.best-months-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}

.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.best-months-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid #d7dde8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.best-months-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.best-months-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.best-months-list {
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}

.best-months-info {
  color: #444;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .best-months-grid {
    gap: 1.5rem;
  }
}

/* ============================================================
   SECTION 7 — BLOCK D: REGIONAL DIFFERENCES MINI‑GRID
   ============================================================ */

.regional-differences {
  margin-top: 3rem;
}

.regional-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.regional-subtitle {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.regional-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  border: 2px solid #d7dde8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.regional-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.regional-image-wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
  position: relative;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.regional-card:hover .regional-image {
  transform: scale(1.08);
}

.regional-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.regional-months {
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0.5rem;
}

.regional-info {
  color: #444;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .regional-grid {
    gap: 1.5rem;
  }
}

/* ============================================================
   SECTION 8 — AFRICA CRUISE REGIONS OVERVIEW
   ============================================================ */

.section-8.africa-regions-overview {
  padding: 4rem 0;
  background-color: #ffffff;
}

.section-8 .section-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.section-8 .section-subtitle {
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4f57;
  text-align: center;
}

/* AFRICA MAP BADGE */

.africa-map-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 3rem auto;
  max-width: 640px;
}

.africa-map-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #dde1e7;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
}

.africa-map-icon img,
.africa-icon-svg {
  max-width: 40px;
  max-height: 40px;
  display: block;
}

.africa-map-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4f57;
}

/* AFRICA REGIONS GRID */

.africa-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.africa-region-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e2e6ee;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(10, 26, 47, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.africa-region-image-wrapper {
  position: relative;
  overflow: hidden;
}

.africa-region-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 260ms ease;
}

.africa-region-content {
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
}

.africa-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.africa-region-icon {
  font-size: 1.4rem;
}

.africa-region-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a1a2f;
}

.africa-region-summary {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4f57;
  margin-bottom: 1.25rem;
}

.africa-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0a6cff;
  text-decoration: none;
  transition: color 180ms ease;
}

.africa-region-link-arrow {
  font-size: 1rem;
  transition: transform 180ms ease;
}

/* Hover States */

.africa-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(10, 26, 47, 0.12);
}

.africa-region-card:hover .africa-region-image {
  transform: scale(1.05);
}

.africa-region-card:hover .africa-region-link {
  color: #084ec0;
}

.africa-region-card:hover .africa-region-link-arrow {
  transform: translateX(3px);
}

/* SUMMARY */

.africa-regions-summary {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.africa-regions-summary-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #0a1a2f;
}

.africa-regions-summary-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4f57;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .africa-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .africa-regions-grid {
    grid-template-columns: 1fr;
  }

  .africa-map-badge {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   SECTION 8 — REVEAL ANIMATION STATES (CLEANED)
   ============================================================ */

/* Section‑specific reveal rules remain intact */
.section-8 .region-reveal,
.section-8 .africa-region-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.section-8 .region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SECTION 9 — BEST TIME TO CRUISE AFRICA
   ============================================================ */

#africa-best-time .season-block {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

#africa-best-time .season-block.revealed {
  opacity: 1;
  transform: translateY(0);
}

#africa-best-time .section-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

#africa-best-time .section-title.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered timing */
#africa-best-time .stagger-1 { transition-delay: 0.15s; }
#africa-best-time .stagger-2 { transition-delay: 0.30s; }
#africa-best-time .stagger-3 { transition-delay: 0.45s; }
#africa-best-time .stagger-4 { transition-delay: 0.60s; }
#africa-best-time .stagger-5 { transition-delay: 0.75s; }
#africa-best-time .stagger-6 { transition-delay: 0.90s; }
#africa-best-time .stagger-7 { transition-delay: 1.05s; }

/* Hover Highlight */
#africa-best-time .hover-highlight {
  transition: background-color 0.4s ease, transform 0.4s ease;
}

#africa-best-time .hover-highlight:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

/* Soft Fade */
#africa-best-time .soft-fade {
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* Typography */
#africa-best-time .season-subtitle {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 12px;
}

#africa-best-time .season-block p {
  line-height: 1.65;
  font-size: 1.05rem;
  margin-bottom: 28px;
}

/* Container spacing */
#africa-best-time {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ============================================================
   PREMIUM DETAIL CARD — AFRICA REGION DETAIL SECTIONS
   ============================================================ */

.region-detail-card {
  background: #f4f7fc;
  border: 2px solid #d7dde8;
  border-radius: 14px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.region-detail-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.region-detail-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  color: #333;
}

/* Section‑specific reveal rules preserved */
.region-detail-card.region-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.region-detail-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SECTION 15 — AFRICA CRUISE LINES (SCOPED + CLEANED)
   ============================================================ */

.africa-cruise-lines {
  background: #050814;
  padding: 4rem 0;
}

.africa-cruise-lines .section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.africa-cruise-lines .section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

/* Section‑specific reveal rules preserved */
.africa-cruise-lines .region-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.africa-cruise-lines .region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* GRID */

.africa-cruise-lines .cruise-lines-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

/* CARD */

.africa-cruise-lines .cruise-line-card {
  background: linear-gradient(135deg, rgba(28, 38, 78, 0.95), rgba(18, 26, 56, 0.98));
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(120, 180, 255, 0.25);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.africa-cruise-lines .cruise-line-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(120, 180, 255, 0.25), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.africa-cruise-lines .cruise-line-image-wrapper {
  margin-top: 0.75rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(160, 210, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.africa-cruise-lines .cruise-line-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.africa-cruise-lines .cruise-line-summary {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.africa-cruise-lines .cruise-line-link {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #e4f0ff;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 210, 255, 0.6);
  background: radial-gradient(circle at 0% 0%, rgba(160, 210, 255, 0.35), rgba(10, 16, 36, 0.95));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Hover */

.africa-cruise-lines .cruise-line-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  border-color: rgba(160, 210, 255, 0.6);
}

.africa-cruise-lines .cruise-line-card:hover .cruise-line-image {
  transform: scale(1.06);
  filter: brightness(1.05) saturate(1.1);
}

.africa-cruise-lines .cruise-line-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
  border-color: rgba(200, 230, 255, 0.9);
  background: radial-gradient(circle at 0% 0%, rgba(200, 230, 255, 0.55), rgba(10, 16, 36, 0.98));
}

.africa-cruise-lines .cruise-line-link:hover .cruise-line-link-arrow {
  transform: translateX(3px);
}

/* ============================================================
   SECTION 15 — BRIGHTNESS PATCH (V2 — STRONGER, CLEANER)
   ============================================================ */

.africa-cruise-lines .cruise-line-card {
  background: linear-gradient(135deg, rgba(85, 110, 180, 0.95), rgba(60, 85, 150, 0.98)) !important;
  border-color: rgba(220, 240, 255, 0.85) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25) !important;
}

.africa-cruise-lines .cruise-line-card::before {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 65%) !important;
  opacity: 0.4 !important;
}

.africa-cruise-lines .cruise-line-image-wrapper {
  border-color: rgba(230, 245, 255, 0.9) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.africa-cruise-lines .cruise-line-image {
  filter: brightness(1.25) contrast(1.15) saturate(1.15) !important;
}

.africa-cruise-lines .cruise-line-summary,
.africa-cruise-lines .cruise-line-tags,
.africa-cruise-lines .cruise-line-regions {
  color: #ffffff !important;
}

.africa-cruise-lines .cruise-line-link {
  border-color: rgba(240, 250, 255, 1) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.africa-cruise-lines .cruise-line-link:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: #ffffff !important;
}

/* ============================================================
   SECTION 16 — AFRICA PORTS
   ============================================================ */

.africa-ports {
  padding: 80px 0;
}

.africa-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.africa-port-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66;
  border-radius: 10px;
  padding: 25px 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.africa-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.africa-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.africa-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 6px;
}

.africa-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.africa-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333333;
  margin-bottom: 14px;
}

.africa-port-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .africa-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .africa-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .africa-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — AFRICA ITINERARIES
   ============================================================ */

.africa-itineraries {
  padding: 80px 0;
}

.africa-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.africa-itinerary-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}

.africa-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.africa-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.itinerary-accent {
  height: 6px;
  width: 100%;
  background: #0d3b66;
  border-radius: 6px 6px 0 0;
  margin-bottom: 18px;
}

.africa-itinerary-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 10px;
}

.africa-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.africa-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 14px;
  line-height: 1.55;
}

.africa-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.africa-itinerary-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

@media (max-width: 900px) {
  .africa-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — AFRICA SHORE EXCURSIONS
   ============================================================ */

.africa-excursions {
  padding: 80px 0;
}

.africa-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.africa-excursion-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}

.africa-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.africa-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.excursion-accent {
  height: 6px;
  width: 100%;
  background: #0d3b66;
  border-radius: 6px 6px 0 0;
  margin-bottom: 18px;
}

.africa-excursion-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 10px;
}

.africa-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.africa-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.africa-excursion-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
  margin-bottom: 18px;
}

.africa-excursion-link a {
  color: #0d3b66;
  font-weight: 600;
  text-decoration: none;
}

.africa-excursion-link a:hover {
  text-decoration: underline;
}

.africa-excursion-map a {
  color: #4a6fa1;
  font-weight: 600;
  text-decoration: none;
}

.africa-excursion-map a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .africa-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — AFRICA TRAVEL TIPS
   ============================================================ */

.africa-travel-tips {
  padding: 80px 0;
}

.africa-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.africa-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease;
}

.africa-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.tip-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tip-title .tip-icon {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
}

.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.tip-divider {
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,0.15);
  margin-top: 10px;
}

@media (max-width: 900px) {
  .tip-title {
    font-size: 1.15rem;
  }
  .tip-title .tip-icon {
    font-size: 1.4rem;
  }
}

/* ============================================================
   SECTION 20 — AFRICA PACKING CHECKLIST (Accordion)
   ============================================================ */

.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease;
}

.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.accordion-header {
  width: 100%;
  background: #f8f8f8;
  padding: 14px 18px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d3b66;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}

.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 16px 20px;
  background: #ffffff;
}

.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — AFRICA FAQ (Accordion Layout)
   ============================================================ */

.africa-faq {
  padding: 60px 0;
}

.africa-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.africa-faq .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.africa-faq .accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #222;
  transition: color 0.3s ease;
}

.africa-faq .accordion-header:hover {
  color: #0077cc;
}

.africa-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.2rem;
}

.africa-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.africa-faq .accordion-item.active .accordion-arrow {
  transform: rotate(90deg);
}

.africa-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

.africa-faq .accordion-content p {
  padding: 10px 0 20px 0;
  line-height: 1.6;
  color: #444;
}

.africa-faq .accordion-item.active .accordion-content {
  max-height: 500px;
}

/* ============================================================
   SECTION 22 — AFRICA HIGHLIGHTS & QUICK FACTS Premium colourful version (FULL REPLACEMENT)
   ============================================================ */

.africa-highlights-facts {
  padding: 70px 0;
  background: linear-gradient(180deg, #f4efe7 0%, #f8f5f0 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.africa-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.africa-highlights-facts .highlight-card {
  background: linear-gradient(135deg, #ffffff 0%, #e8f0ff 100%);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  border: 1px solid rgba(40, 80, 140, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.africa-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  border-color: rgba(40, 80, 140, 0.45);
}

.africa-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1f3a5f;
  font-weight: 700;
}

.africa-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.africa-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 65px;
}

.africa-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7f2 100%);
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.africa-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(40, 80, 140, 0.45);
}

.africa-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #1f3a5f;
  margin-bottom: 8px;
}

.africa-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 992px) {
  .africa-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .africa-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .africa-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .africa-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — AFRICA CTA (SINGLE-BUTTON VERSION)
   ============================================================ */

#africa-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #f2e9dd 0%, #f7f3ec 100%);
}

#africa-cta .cta-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 55px 40px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#africa-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

#africa-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f3a5f;
  margin-bottom: 18px;
}

#africa-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 38px;
}

/* CTA Buttons Wrapper — Single Button Version */
#africa-cta .cta-buttons {
  display: flex;
  justify-content: center;
}

/* Small CTA Button */
#africa-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg, #1f3a5f 0%, #2d5c8a 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#africa-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #2d5c8a 0%, #1f3a5f 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #africa-cta .cta-box {
    padding: 45px 28px;
  }

  #africa-cta .cta-title {
    font-size: 1.7rem;
  }

  #africa-cta .cta-subtitle {
    font-size: 1rem;
  }

  #africa-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 24 — ALASKA CTA (GLACIER-BLUE VERSION)
   ============================================================ */

.alaska-cta .cta-box {
  background: #f7fbff; /* soft glacier white-blue */
  border: 2px solid #d0e4f7; /* glacier border */
  border-radius: 14px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.alaska-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d3b66; /* glacier deep blue */
  margin-bottom: 12px;
}

.alaska-cta .cta-subtitle {
  font-size: 1.15rem;
  color: #44516c;
  margin-bottom: 26px;
}

.alaska-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.alaska-cta .cta-button.small-btn {
  background: #0d3b66; /* glacier deep blue */
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.alaska-cta .cta-button.small-btn:hover {
  background: #0a2f52; /* darker glacier blue */
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

/* ========================================================= */
/* SECTION 7 — ASIA EXCLUSIVE STYLES                        */
/* Scoped to .section-7-asia to avoid affecting other pages */
/* ========================================================= */

.section-7-asia {
  position: relative;
}

/* ----------------------------------------- */
/* BLOCK D — REGIONAL DIFFERENCES (ASIA)     */
/* ----------------------------------------- */

.section-7-asia .regional-differences-asia {
  margin-top: 3rem;
}

.section-7-asia .regional-grid-asia {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.section-7-asia .regional-differences-asia .regional-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.section-7-asia .regional-differences-asia .regional-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.section-7-asia .regional-differences-asia .regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-7-asia .regional-differences-asia h4 {
  margin: 1.25rem 1.5rem 0.5rem;
}

.section-7-asia .regional-differences-asia .regional-months,
.section-7-asia .regional-differences-asia .regional-info {
  margin: 0 1.5rem 0.75rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-7-asia .regional-grid-asia {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-7-asia .regional-grid-asia {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------- */
/* BLOCK E — ASIA CRUISE PORT SEASONALITY    */
/* ----------------------------------------- */

.section-7-asia .asia-port-seasonality {
  margin-top: 3rem;
}

.section-7-asia .asia-port-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.section-7-asia .asia-port-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.section-7-asia .asia-port-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.section-7-asia .asia-port-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-7-asia .asia-port-card h4 {
  margin: 1.25rem 1.5rem 0.5rem;
}

.section-7-asia .asia-port-months,
.section-7-asia .asia-port-info {
  margin: 0 1.5rem 0.75rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-7-asia .asia-port-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-7-asia .asia-port-grid {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------- */
/* BLOCK F — ASIA WEATHER SYSTEMS MAP        */
/* ----------------------------------------- */

.section-7-asia .asia-weather-map {
  margin-top: 3rem;
}

.section-7-asia .asia-weather-image-wrapper {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.section-7-asia .asia-weather-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.section-7-asia .asia-weather-note {
  margin-top: 1rem;
}

/* ----------------------------------------- */
/* BLOCK G — ASIA WILDLIFE & MARINE CALENDAR */
/* ----------------------------------------- */

.section-7-asia .asia-wildlife-calendar {
  margin-top: 3rem;
}

.section-7-asia .asia-wildlife-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.section-7-asia .asia-wildlife-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.section-7-asia .asia-wildlife-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.section-7-asia .asia-wildlife-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-7-asia .asia-wildlife-card h4 {
  margin: 1.25rem 1.5rem 0.5rem;
}

.section-7-asia .asia-wildlife-months,
.section-7-asia .asia-wildlife-info {
  margin: 0 1.5rem 0.75rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-7-asia .asia-wildlife-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-7-asia .asia-wildlife-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================================= */
/* SECTION 10 — ASIA CRUISE REGIONS OVERVIEW (EXCLUSIVE CSS) */
/* ========================================================= */

.section-10.asia-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* ----------------------------------------- */
/* MAP BADGE                                 */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}

.section-10.asia-regions-overview .asia-map-icon {
  width: 60px;
  height: 60px;
  background-color: #e3e3e3;
  border-radius: 8px;
}

.section-10.asia-regions-overview .asia-map-text {
  margin: 0;
}

/* ----------------------------------------- */
/* REGIONS GRID                              */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.section-10.asia-regions-overview .asia-region-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-10.asia-regions-overview .asia-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------- */
/* REGION IMAGE                              */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-10.asia-regions-overview .asia-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* REGION CONTENT                             */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-region-content {
  padding: 1.5rem;
}

.section-10.asia-regions-overview .asia-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-10.asia-regions-overview .asia-region-icon {
  font-size: 1.6rem;
}

.section-10.asia-regions-overview .asia-region-title {
  margin: 0;
}

.section-10.asia-regions-overview .asia-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
}

/* ----------------------------------------- */
/* REGION LINK                                */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0077cc;
  text-decoration: none;
  transition: color 0.25s ease;
}

.section-10.asia-regions-overview .asia-region-link:hover {
  color: #005fa3;
}

.section-10.asia-regions-overview .asia-region-link-arrow {
  font-size: 1.2rem;
}

/* ----------------------------------------- */
/* SUMMARY BLOCK                              */
/* ----------------------------------------- */

.section-10.asia-regions-overview .asia-regions-summary {
  margin-top: 3rem;
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 14px;
}

.section-10.asia-regions-overview .asia-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center; /* ⭐ ONLY FIX ADDED */
}

.section-10.asia-regions-overview .asia-regions-summary-text {
  margin: 0;
  line-height: 1.6;
}

/* ----------------------------------------- */
/* RESPONSIVE BREAKPOINTS                     */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .section-10.asia-regions-overview .asia-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-10.asia-regions-overview .asia-regions-grid {
    grid-template-columns: 1fr;
  }

  .section-10.asia-regions-overview .asia-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTION 16 — ASIA PORTS
   ============================================================ */

.asia-ports {
  padding: 80px 0;
}

.asia-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.asia-port-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66; /* SAME BORDER AS AFRICA */
  border-radius: 10px;
  padding: 25px 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.asia-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.asia-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.asia-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 6px;
}

.asia-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.asia-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333333;
  margin-bottom: 14px;
}

.asia-port-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .asia-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .asia-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .asia-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — ASIA ITINERARIES
   ============================================================ */

.asia-itineraries {
  padding: 80px 0;
}

.asia-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.asia-itinerary-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66; /* SAME BORDER AS AFRICA */
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}

.asia-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.asia-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.itinerary-accent {
  height: 6px;
  width: 100%;
  background: #0d3b66;
  border-radius: 6px 6px 0 0;
  margin-bottom: 18px;
}

.asia-itinerary-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 10px;
}

.asia-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.asia-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 14px;
  line-height: 1.55;
}

.asia-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.asia-itinerary-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

@media (max-width: 900px) {
  .asia-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — ASIA SHORE EXCURSIONS
   ============================================================ */

.asia-excursions {
  padding: 80px 0;
}

.asia-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.asia-excursion-card {
  background: #ffffff;
  background-image: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 2px solid #0d3b66; /* SAME BORDER AS AFRICA */
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}

.asia-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.asia-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.excursion-accent {
  height: 6px;
  width: 100%;
  background: #0d3b66;
  border-radius: 6px 6px 0 0;
  margin-bottom: 18px;
}

.asia-excursion-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 10px;
}

.asia-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

.asia-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.asia-excursion-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
  margin-bottom: 18px;
}

.asia-excursion-link a {
  color: #0d3b66;
  font-weight: 600;
  text-decoration: none;
}

.asia-excursion-link a:hover {
  text-decoration: underline;
}

.asia-excursion-map a {
  color: #4a6fa1;
  font-weight: 600;
  text-decoration: none;
}

.asia-excursion-map a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .asia-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — ASIA TRAVEL TIPS
   ============================================================ */

.asia-travel-tips {
  padding: 80px 0;
}

.asia-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.asia-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease;
}

.asia-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.tip-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tip-title .tip-icon {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
}

.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

.tip-divider {
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,0.15);
  margin-top: 10px;
}

@media (max-width: 900px) {
  .tip-title {
    font-size: 1.15rem;
  }
  .tip-title .tip-icon {
    font-size: 1.4rem;
  }
}

/* ============================================================
   SECTION 20 — ASIA PACKING CHECKLIST (Accordion)
   ============================================================ */

.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease;
}

.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

.accordion-header {
  width: 100%;
  background: #f8f8f8;
  padding: 14px 18px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d3b66;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}

.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 16px 20px;
  background: #ffffff;
}

.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — ASIA FAQ (Accordion Layout)
   ============================================================ */

.asia-faq {
  padding: 60px 0;
}

.asia-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.asia-faq .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.asia-faq .accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #222;
  transition: color 0.3s ease;
}

.asia-faq .accordion-header:hover {
  color: #0077cc;
}

.asia-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.2rem;
}

.asia-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.asia-faq .accordion-item.active .accordion-arrow {
  transform: rotate(90deg);
}

.asia-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

.asia-faq .accordion-content p {
  padding: 10px 0 20px 0;
  line-height: 1.6;
  color: #444;
}

.asia-faq .accordion-item.active .accordion-content {
  max-height: 500px;
}

/* ============================================================
   SECTION 23 — ASIA HIGHLIGHTS & QUICK FACTS
   Jade Green Theme (Asia Version)
   ============================================================ */

.asia-highlights-facts {
  padding: 70px 0;
  background: linear-gradient(180deg, #e8f4f1 0%, #f5faf8 100%); /* Soft jade gradient */
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.asia-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.asia-highlights-facts .highlight-card {
  background: linear-gradient(135deg, #ffffff 0%, #e0f2ec 100%); /* Jade tint */
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  border: 1px solid rgba(15, 111, 95, 0.22); /* Jade border */
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.asia-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  border-color: rgba(15, 111, 95, 0.45); /* Strong jade hover border */
}

.asia-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0f6f5f; /* Deep jade */
  font-weight: 700;
}

.asia-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.asia-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 65px;
}

.asia-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f1 100%); /* Soft jade */
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.asia-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(15, 111, 95, 0.45); /* Jade hover */
}

.asia-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f6f5f; /* Deep jade */
  margin-bottom: 8px;
}

.asia-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 992px) {
  .asia-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .asia-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .asia-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .asia-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — ASIA CTA (MULTI-BUTTON VERSION)
   Jade Green Theme (Asia Version)
   ============================================================ */

#asia-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #e8f4f1 0%, #f5faf8 100%); /* Soft jade gradient */
}

#asia-cta .cta-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 55px 40px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#asia-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

#asia-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f6f5f; /* Deep jade */
  margin-bottom: 18px;
}

#asia-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 38px;
}

/* CTA Buttons Wrapper */
#asia-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Small CTA Buttons */
#asia-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg, #0f6f5f 0%, #1a8a75 100%); /* Jade gradient */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#asia-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #1a8a75 0%, #0f6f5f 100%); /* Reverse jade gradient */
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #asia-cta .cta-box {
    padding: 45px 28px;
  }

  #asia-cta .cta-title {
    font-size: 1.7rem;
  }

  #asia-cta .cta-subtitle {
    font-size: 1rem;
  }

  #asia-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   AUSTRALIA & NEW ZEALAND — SECTION 6 LINK STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Australia–New Zealand page.
   It is safely scoped under the .australia-new-zealand-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.australia-new-zealand-page .region-countries .country-list a {
  color: #1ca9c9; /* Ocean Turquoise — primary accent colour */
  text-decoration: none;
  font-weight: 600;
}

.australia-new-zealand-page .region-countries .country-list a:hover {
  color: #ff7f5f; /* Coral Sunset — hover accent colour */
  text-decoration: underline;
}

/* ============================================================
   AUSTRALIA & NEW ZEALAND — SECTION 6 ARROW STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Australia–New Zealand page.
   It is safely scoped under the .australia-new-zealand-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.australia-new-zealand-page .region-countries .country-list a {
  color: #1ca9c9; /* Ocean Turquoise — link colour */
  text-decoration: none;
  font-weight: 600;
}

.australia-new-zealand-page .region-countries .country-list a:hover {
  color: #ff7f5f; /* Coral Sunset — hover colour */
  text-decoration: underline;
}

.australia-new-zealand-page .region-countries .arrow {
  color: #ff7f5f; /* Coral Sunset — arrow colour */
  font-weight: 700;
  margin-left: 6px;
}

/* ============================================================
   AFRICA — SECTION 6 LINK & ARROW STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Africa cruise region page.
   It is safely scoped under the .africa-cruise-region-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.africa-cruise-region-page .region-countries .country-list a {
  color: #1ca9c9; /* match your accent link colour */
  text-decoration: none;
  font-weight: 600;
}

.africa-cruise-region-page .region-countries .country-list a:hover {
  color: #ff7f5f; /* hover accent colour */
  text-decoration: underline;
}

.africa-cruise-region-page .region-countries .arrow {
  color: #ff7f5f; /* arrow colour */
  font-weight: 700;
  margin-left: 6px;
}

/* ============================================================
   ASIA — SECTION 6 LINK & ARROW STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Asia cruise region page.
   It is safely scoped under the .asia-cruise-region-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.asia-cruise-region-page .region-countries .country-list a {
  color: #1ca9c9; /* link colour (same as Australia–NZ for consistency) */
  text-decoration: none;
  font-weight: 600;
}

.asia-cruise-region-page .region-countries .country-list a:hover {
  color: #0057b8; /* Asia hover colour (Royal Blue) */
  text-decoration: underline;
}

.asia-cruise-region-page .region-countries .arrow {
  color: #d4a017; /* GOLD — your chosen Asia arrow colour */
  font-weight: 700;
  margin-left: 6px;
}

/* ============================================================
   ALASKA — SECTION 6 LINK & ARROW STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Alaska cruise region page.
   It is safely scoped under the .alaska-cruise-region-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.alaska-cruise-region-page .region-countries .country-list a {
  color: #1ca9c9; /* link colour (consistent across regions) */
  text-decoration: none;
  font-weight: 600;
}

.alaska-cruise-region-page .region-countries .country-list a:hover {
  color: #003f7d; /* deep navy hover colour for Alaska */
  text-decoration: underline;
}

.alaska-cruise-region-page .region-countries .arrow {
  color: #4aa8ff; /* GLACIER BLUE — your chosen Alaska arrow colour */
  font-weight: 700;
  margin-left: 6px;
}

/* ============================================================
   SECTION 16 — AUSTRALIA & NEW ZEALAND PORTS (10 ports)
   Premium region-level port overview
   ============================================================ */

#australia-nz-ports {
  padding: 80px 0;
}

#australia-nz-ports .australia-nz-ports-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#australia-nz-ports .australia-nz-port-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  border: 2px solid #0d3b66;
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#australia-nz-ports .australia-nz-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#australia-nz-ports .australia-nz-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

/* TITLES */
#australia-nz-ports .australia-nz-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 6px;
}

#australia-nz-ports .australia-nz-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 14px;
}

/* TEXT */
#australia-nz-ports .australia-nz-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333333;
  margin-bottom: 14px;
}

#australia-nz-ports .australia-nz-port-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #australia-nz-ports .australia-nz-ports-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  #australia-nz-ports .australia-nz-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  #australia-nz-ports .australia-nz-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  #australia-nz-ports .australia-nz-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — AUSTRALIA & NEW ZEALAND ITINERARIES (Hybrid Premium)
   ============================================================ */

.australia-nz-itineraries {
  padding: 80px 0;
}

/* GRID */
.australia-nz-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.australia-nz-itinerary-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  border: 2px solid #0d3b66;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.australia-nz-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.australia-nz-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Coral Coast Gradient (Teal → Aqua) */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.australia-nz-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 12px;
}

/* DURATION */
.australia-nz-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 16px;
}

/* ROUTE */
.australia-nz-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.australia-nz-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.australia-nz-itinerary-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .australia-nz-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — AUSTRALIA & NEW ZEALAND SHORE EXCURSIONS
   Hybrid Premium Styling
   ============================================================ */

.australia-nz-excursions {
  padding: 80px 0;
}

/* GRID */
.australia-nz-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.australia-nz-excursion-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  border: 2px solid #0d3b66;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.australia-nz-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.australia-nz-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Coral Coast Gradient (Teal → Aqua) */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.australia-nz-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 12px;
}

/* LOCATION */
.australia-nz-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #4a6fa1;
  margin-bottom: 16px;
}

/* SUMMARY */
.australia-nz-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.australia-nz-excursion-highlights {
  font-size: 0.9rem;
  color: #0d3b66;
  font-weight: 600;
  margin-bottom: 18px;
}

/* PREMIUM ENHANCED LINKS */
.australia-nz-excursion-link a,
.australia-nz-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Official Excursion Link */
.australia-nz-excursion-link a {
  color: #0d3b66;
}

/* Google Maps Link */
.australia-nz-excursion-map a {
  color: #0097a7;
}

/* Hover Animation */
.australia-nz-excursion-link a:hover,
.australia-nz-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .australia-nz-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — AUSTRALIA & NEW ZEALAND TRAVEL TIPS
   Hybrid Premium Styling
   ============================================================ */

.australia-nz-travel-tips {
  padding: 80px 0;
}

/* LIST WRAPPER */
.australia-nz-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.australia-nz-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.australia-nz-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Coral Coast Gradient */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — AUSTRALIA & NEW ZEALAND PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

.australia-nz-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(13,59,102,0.18);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header — Hybrid Premium + Coral Coast Gradient strip */
.accordion-header {
  width: 100%;
  background: #f8fbff;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d3b66;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar at top of header */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — AUSTRALIA & NEW ZEALAND FAQ (Accordion Layout)
   Hybrid Premium Styling + Coral Coast Gradient
   ============================================================ */

.australia-nz-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
.australia-nz-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.australia-nz-faq .accordion-item {
  border: 2px solid rgba(13,59,102,0.18);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.australia-nz-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.australia-nz-faq .accordion-header {
  width: 100%;
  background: #f8fbff;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d3b66;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Coral Coast Gradient Accent */
.australia-nz-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
}

/* Hover State */
.australia-nz-faq .accordion-header:hover {
  background: #eef7ff;
  color: #005a8c;
}

/* Icon */
.australia-nz-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.australia-nz-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.australia-nz-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.australia-nz-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.australia-nz-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.australia-nz-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .australia-nz-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .australia-nz-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — AUSTRALIA & NEW ZEALAND HIGHLIGHTS & QUICK FACTS
   Coral Coast / Tasman Blue Theme
   ============================================================ */

.australia-nz-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #e6f5fb 0%, #f6fbff 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.australia-nz-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.australia-nz-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(224,242,250,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(0, 151, 167, 0.22);
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.australia-nz-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: rgba(0, 151, 167, 0.45);
}

.australia-nz-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #006d8f;
  font-weight: 700;
}

.australia-nz-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.australia-nz-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.australia-nz-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #e9f4fb 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.australia-nz-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(0, 151, 167, 0.45);
}

.australia-nz-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #006d8f;
  margin-bottom: 8px;
}

.australia-nz-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .australia-nz-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .australia-nz-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .australia-nz-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .australia-nz-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .australia-nz-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .australia-nz-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — AUSTRALIA & NEW ZEALAND CTA (PREMIUM VERSION)
   Coral Coast / Tasman Blue Theme
   ============================================================ */

#australia-nz-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #e6f5fb 0%, #f6fbff 100%);
}

/* CTA Box */
#australia-nz-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(0, 151, 167, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#australia-nz-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: rgba(0, 151, 167, 0.45);
}

/* CTA Title */
#australia-nz-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #006d8f;
  margin-bottom: 20px;
}

/* CTA Subtitle */
#australia-nz-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#australia-nz-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#australia-nz-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #0097a7 0%, #00c4cc 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#australia-nz-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #00c4cc 0%, #0097a7 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #australia-nz-cta .cta-box {
    padding: 48px 30px;
  }

  #australia-nz-cta .cta-title {
    font-size: 1.75rem;
  }

  #australia-nz-cta .cta-subtitle {
    font-size: 1rem;
  }

  #australia-nz-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   CARIBBEAN — SECTION 6 LINK STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Caribbean page.
   It is safely scoped under the .caribbean-page
   body class so it does NOT affect any other region pages.
   ============================================================ */

.caribbean-page .region-countries .country-list a {
  color: #00bcd4; /* Caribbean Aqua — primary link colour */
  text-decoration: none;
  font-weight: 600;
}

.caribbean-page .region-countries .country-list a:hover {
  color: #ff6f61; /* Caribbean Coral — hover colour */
  text-decoration: underline;
}

/* ============================================================
   CARIBBEAN — SECTION 6 ARROW STYLING ONLY
   ------------------------------------------------------------
   This styling applies ONLY to the Caribbean page.
   ============================================================ */

.caribbean-page .region-countries .arrow {
  color: #ff6f61; /* Caribbean Coral — arrow colour */
  font-weight: 700;
  margin-left: 6px;
}

/* ========================================================= */
/* SECTION 10 — CARIBBEAN CRUISE REGIONS OVERVIEW (CSS)      */
/* Scoped to .caribbean-regions-overview                     */
/* ========================================================= */

.section-10.caribbean-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* ----------------------------------------- */
/* MAP BADGE                                 */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}

.section-10.caribbean-regions-overview .caribbean-map-icon {
  width: 60px;
  height: 60px;
  background-color: #e3e3e3;
  border-radius: 8px;
}

.section-10.caribbean-regions-overview .caribbean-map-text {
  margin: 0;
}

/* ----------------------------------------- */
/* REGIONS GRID                              */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.section-10.caribbean-regions-overview .caribbean-region-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-10.caribbean-regions-overview .caribbean-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------- */
/* REGION IMAGE                              */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-10.caribbean-regions-overview .caribbean-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* REGION CONTENT                             */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-region-content {
  padding: 1.5rem;
}

.section-10.caribbean-regions-overview .caribbean-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-10.caribbean-regions-overview .caribbean-region-icon {
  font-size: 1.6rem;
}

.section-10.caribbean-regions-overview .caribbean-region-title {
  margin: 0;
}

.section-10.caribbean-regions-overview .caribbean-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
}

/* ----------------------------------------- */
/* REGION LINK                                */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #00bcd4; /* Caribbean Aqua */
  text-decoration: none;
  transition: color 0.25s ease;
}

.section-10.caribbean-regions-overview .caribbean-region-link:hover {
  color: #ff6f61; /* Caribbean Coral */
}

.section-10.caribbean-regions-overview .caribbean-region-link-arrow {
  font-size: 1.2rem;
}

/* ----------------------------------------- */
/* SUMMARY BLOCK                              */
/* ----------------------------------------- */

.section-10.caribbean-regions-overview .caribbean-regions-summary {
  margin-top: 3rem;
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 14px;
}

.section-10.caribbean-regions-overview .caribbean-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
}

.section-10.caribbean-regions-overview .caribbean-regions-summary-text {
  margin: 0;
  line-height: 1.6;
}

/* ----------------------------------------- */
/* RESPONSIVE BREAKPOINTS                     */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .section-10.caribbean-regions-overview .caribbean-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-10.caribbean-regions-overview .caribbean-regions-grid {
    grid-template-columns: 1fr;
  }

  .section-10.caribbean-regions-overview .caribbean-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTION 16 — CARIBBEAN PORTS (12 ports)
   Premium region-level port overview
   ============================================================ */

#caribbean-ports {
  padding: 80px 0;
}

/* GRID */
#caribbean-ports .caribbean-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#caribbean-ports .caribbean-port-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4fcff 100%);
  border: 2px solid #008a9a; /* Deep Caribbean Teal */
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#caribbean-ports .caribbean-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#caribbean-ports .caribbean-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

/* TITLES */
#caribbean-ports .caribbean-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #008a9a; /* Deep Caribbean Teal */
  margin-bottom: 6px;
}

#caribbean-ports .caribbean-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #00bcd4; /* Caribbean Aqua */
  margin-bottom: 14px;
}

/* TEXT */
#caribbean-ports .caribbean-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333333;
  margin-bottom: 14px;
}

#caribbean-ports .caribbean-port-highlights {
  font-size: 0.9rem;
  color: #ff6f61; /* Caribbean Coral */
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #caribbean-ports .caribbean-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #caribbean-ports .caribbean-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  #caribbean-ports .caribbean-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  #caribbean-ports .caribbean-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — CARIBBEAN CRUISE ITINERARIES (Hybrid Premium)
   ============================================================ */

.caribbean-itineraries {
  padding: 80px 0;
}

/* GRID */
.caribbean-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.caribbean-itinerary-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4fcff 100%);
  border: 2px solid #008a9a; /* Deep Caribbean Teal */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.caribbean-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.caribbean-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Caribbean Gradient (Teal → Aqua) */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.caribbean-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #008a9a; /* Deep Caribbean Teal */
  margin-bottom: 12px;
}

/* DURATION */
.caribbean-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #00bcd4; /* Caribbean Aqua */
  margin-bottom: 16px;
}

/* ROUTE */
.caribbean-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.caribbean-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.caribbean-itinerary-highlights {
  font-size: 0.9rem;
  color: #ff6f61; /* Caribbean Coral */
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .caribbean-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — CARIBBEAN SHORE EXCURSIONS
   Hybrid Premium Styling
   ============================================================ */

.caribbean-excursions {
  padding: 80px 0;
}

/* GRID */
.caribbean-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.caribbean-excursion-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4fcff 100%);
  border: 2px solid #008a9a; /* Deep Caribbean Teal */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.caribbean-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.caribbean-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Caribbean Gradient (Teal → Aqua) */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.caribbean-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #008a9a;
  margin-bottom: 12px;
}

/* LOCATION */
.caribbean-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #00bcd4;
  margin-bottom: 16px;
}

/* SUMMARY */
.caribbean-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.caribbean-excursion-highlights {
  font-size: 0.9rem;
  color: #ff6f61; /* Caribbean Coral */
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.caribbean-excursion-link a,
.caribbean-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Official Excursion Link */
.caribbean-excursion-link a {
  color: #008a9a;
}

/* Google Maps Link */
.caribbean-excursion-map a {
  color: #0097a7;
}

/* Hover Animation */
.caribbean-excursion-link a:hover,
.caribbean-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .caribbean-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — CARIBBEAN TRAVEL TIPS
   Hybrid Premium Styling
   ============================================================ */

.caribbean-travel-tips {
  padding: 80px 0;
}

/* LIST WRAPPER */
.caribbean-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.caribbean-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.caribbean-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #008a9a; /* Deep Caribbean Teal */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Caribbean Gradient (Teal → Aqua) */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — CARIBBEAN PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

.caribbean-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(0,138,154,0.18); /* Deep Caribbean Teal (soft border) */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header — Caribbean Gradient Accent */
.accordion-header {
  width: 100%;
  background: #f4fcff; /* Soft Aqua Tint */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #008a9a; /* Deep Caribbean Teal */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar at top of header */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc); /* Teal → Aqua */
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — CARIBBEAN CRUISE FAQ (Accordion Layout)
   Hybrid Premium Styling + Caribbean Gradient
   ============================================================ */

.caribbean-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
.caribbean-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.caribbean-faq .accordion-item {
  border: 2px solid rgba(0,138,154,0.18); /* Soft Caribbean Teal border */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.caribbean-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.caribbean-faq .accordion-header {
  width: 100%;
  background: #f4fcff; /* Soft Aqua Tint */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #008a9a; /* Deep Caribbean Teal */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Caribbean Gradient Accent */
.caribbean-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0097a7, #00c4cc); /* Teal → Aqua */
}

/* Hover State */
.caribbean-faq .accordion-header:hover {
  background: #e9faff;
  color: #006f7c;
}

/* Icon */
.caribbean-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.caribbean-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.caribbean-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.caribbean-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.caribbean-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.caribbean-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .caribbean-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .caribbean-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — CARIBBEAN HIGHLIGHTS & QUICK FACTS
   Caribbean Teal / Aqua / Coral Theme
   ============================================================ */

.caribbean-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #e8fbff 0%, #f9feff 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.caribbean-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.caribbean-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(224,250,248,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(0, 151, 167, 0.22); /* Caribbean teal border */
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.caribbean-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: rgba(0, 151, 167, 0.45);
}

.caribbean-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #007c8a; /* Deep Caribbean teal */
  font-weight: 700;
}

.caribbean-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.caribbean-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.caribbean-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #e6f9fb 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.caribbean-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(0, 151, 167, 0.45);
}

.caribbean-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #007c8a; /* Deep Caribbean teal */
  margin-bottom: 8px;
}

.caribbean-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .caribbean-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .caribbean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .caribbean-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .caribbean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .caribbean-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .caribbean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — CARIBBEAN CTA (PREMIUM VERSION)
   Caribbean Teal / Aqua / Coral Theme
   ============================================================ */

#caribbean-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #e8fbff 0%, #f9feff 100%);
}

/* CTA Box */
#caribbean-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(0, 151, 167, 0.22); /* Caribbean teal border */
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#caribbean-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: rgba(0, 151, 167, 0.45);
}

/* CTA Title */
#caribbean-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007c8a; /* Deep Caribbean teal */
  margin-bottom: 20px;
}

/* CTA Subtitle */
#caribbean-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#caribbean-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#caribbean-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #0097a7 0%, #00c4cc 100%); /* Teal → Aqua */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#caribbean-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #00c4cc 0%, #0097a7 100%); /* Aqua → Teal */
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #caribbean-cta .cta-box {
    padding: 48px 30px;
  }

  #caribbean-cta .cta-title {
    font-size: 1.75rem;
  }

  #caribbean-cta .cta-subtitle {
    font-size: 1rem;
  }

  #caribbean-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 6 — COUNTRIES IN EACH SUB‑REGION (MEDITERRANEAN)
   ============================================================ */

.region-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.country-block {
  background: #f7f3ec; /* sand white */
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 32, 64, 0.08); /* deep coastal navy shadow */
  border: 2px solid #e0ddd6; /* stone grey */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.country-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 32, 64, 0.16);
  border-color: #c96a3b; /* warm terracotta accent on hover */
}

.country-block h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #0b3c6f; /* deep sapphire blue */
}

.country-description {
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.55;
}

.country-list {
  margin: 0 0 1.25rem 1.2rem;
  padding: 0;
  list-style-type: disc;
  color: #0b3c6f; /* bullet + link context */
}

.country-list li {
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.country-list a {
  color: #1ca9c9;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 60, 111, 0.25);
  font-weight: 600;
}

.country-list a:hover {
  color: #c96a3b; /* terracotta hover */
  border-bottom-color: rgba(201, 106, 59, 0.6);
}

.country-note {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.country-note strong {
  font-weight: 600;
  color: #0b3c6f;
}

.note {
  color: #777;
  font-size: 0.9rem;
}

/* ============================================================
   SECTION 7 — MEDITERRANEAN COLOUR SCHEME
   ============================================================ */

:root {
  --med-blue: #0b3c6f;
  --med-terracotta: #c96a3b;
  --med-gold: #f3c766;
  --med-sand: #f7f3ec;
  --med-stone: #e0ddd6;
}

/* BLOCK A — Seasonality Cards */
.seasonality-card {
  background: var(--med-sand);
  border: 2px solid var(--med-stone);
  box-shadow: 0 6px 18px rgba(0, 32, 64, 0.08);
}
.seasonality-card:hover {
  border-color: var(--med-terracotta);
  box-shadow: 0 12px 28px rgba(0, 32, 64, 0.16);
}
.seasonality-card h3 {
  color: var(--med-blue);
}

/* BLOCK B — Timeline Bars */
.timeline-bar.best {
  background: linear-gradient(90deg, var(--med-blue), var(--med-gold));
}
.timeline-bar.good {
  background: linear-gradient(90deg, var(--med-terracotta), var(--med-gold));
}
.timeline-bar.mixed {
  background: linear-gradient(90deg, #ffca28, #ffb300);
}
.timeline-bar.avoid {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

/* BLOCK C — Best Months Cards */
.best-months-card {
  background: var(--med-sand);
  border: 2px solid var(--med-stone);
}
.best-months-card:hover {
  border-color: var(--med-terracotta);
}
.best-months-card h4 {
  color: var(--med-blue);
}

/* BLOCK D — Regional Cards */
.regional-card {
  background: var(--med-sand);
  border: 2px solid var(--med-stone);
}
.regional-card:hover {
  border-color: var(--med-terracotta);
}
.regional-card h4 {
  color: var(--med-blue);
}

/* ========================================================= */
/* SECTION 10 — MEDITERRANEAN CRUISE REGIONS OVERVIEW (CSS)  */
/* ========================================================= */

.section-10.mediterranean-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* MAP BADGE */
.mediterranean-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f7f3ec; /* Sand White */
  border-radius: 12px;
  border: 2px solid #e0ddd6; /* Stone Grey */
}

.mediterranean-map-icon {
  width: 60px;
  height: 60px;
  background-color: #e0ddd6;
  border-radius: 8px;
}

/* REGIONS GRID */
.mediterranean-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.mediterranean-region-card {
  background-color: #f7f3ec; /* Sand White */
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(11, 60, 111, 0.08); /* Deep Sapphire Blue shadow */
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 2px solid #e0ddd6; /* Stone Grey */
}

.mediterranean-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(11, 60, 111, 0.16);
  border-color: #c96a3b; /* Terracotta */
}

/* REGION IMAGE */
.mediterranean-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.mediterranean-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REGION CONTENT */
.mediterranean-region-content {
  padding: 1.5rem;
}

.mediterranean-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.mediterranean-region-icon {
  font-size: 1.6rem;
}

.mediterranean-region-title {
  margin: 0;
  color: #0b3c6f; /* Deep Sapphire Blue */
}

.mediterranean-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #333;
}

/* REGION LINK */
.mediterranean-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0b3c6f; /* Deep Sapphire Blue */
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.mediterranean-region-link:hover {
  color: #c96a3b; /* Terracotta */
}

.mediterranean-region-link-arrow {
  font-size: 1.2rem;
}

/* SUMMARY BLOCK */
.mediterranean-regions-summary {
  margin-top: 3rem;
  background-color: #f7f3ec;
  padding: 2rem;
  border-radius: 14px;
  border: 2px solid #e0ddd6;
}

.mediterranean-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #0b3c6f;
}

.mediterranean-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .mediterranean-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mediterranean-regions-grid {
    grid-template-columns: 1fr;
  }

  .mediterranean-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ========================================================= */
/* MEDITERRANEAN DETAIL SECTIONS 11–14 (SHARED CSS)          */
/* Applies to Western, Eastern, Adriatic, Greek Islands      */
/* ========================================================= */

.section .region-detail-card {
  background: #f7f3ec; /* Sand White */
  border: 2px solid #e0ddd6; /* Stone Grey */
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(11, 60, 111, 0.08); /* Deep Sapphire Blue shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section .region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(11, 60, 111, 0.16);
  border-color: #c96a3b; /* Terracotta */
}

.section .region-detail-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #0b3c6f; /* Deep Sapphire Blue */
}

.section .western-med-content p,
.section .eastern-med-content p,
.section .adriatic-content p,
.section .greek-islands-content p {
  color: #333;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   SECTION 16 — MEDITERRANEAN PORTS (12 ports)
   Premium region-level port overview
   ============================================================ */

#mediterranean-ports {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White, consistent with Sections 11–15 */
}

#mediterranean-ports .med-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#mediterranean-ports .med-port-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9f5ee 100%);
  border: 2px solid #e0ddd6; /* Stone Grey border */
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: 0 10px 28px rgba(11, 60, 111, 0.12); /* Deep Sapphire shadow */
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#mediterranean-ports .med-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#mediterranean-ports .med-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(11, 60, 111, 0.18);
}

/* TITLES */
#mediterranean-ports .med-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b3c6f; /* Deep Sapphire Blue */
  margin-bottom: 6px;
}

#mediterranean-ports .med-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5b728f; /* Soft slate accent */
  margin-bottom: 14px;
}

/* TEXT */
#mediterranean-ports .med-port-summary {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 14px;
}

#mediterranean-ports .med-port-highlights {
  font-size: 0.9rem;
  color: #0b3c6f;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #mediterranean-ports .med-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #mediterranean-ports .med-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  #mediterranean-ports .med-ports-grid {
    grid-template-columns: 1fr;
  }

  #mediterranean-ports {
    padding: 70px 0;
  }
}

/* ============================================================
   SECTION 17 — MEDITERRANEAN ITINERARIES (Hybrid Premium)
   ============================================================ */

.mediterranean-itineraries {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White — matches Sections 11–16 */
}

/* GRID */
.med-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.med-itinerary-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9f5ee 100%);
  border: 2px solid #e0ddd6; /* Stone Grey */
  border-radius: 16px;
  padding: 30px 32px;
  box-shadow: 0 10px 28px rgba(11, 60, 111, 0.12); /* Deep Sapphire */
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.med-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.med-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(11, 60, 111, 0.18);
}

/* ACCENT BAR — Mediterranean Blue Gradient */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0b3c6f, #1a5a9c);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.med-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0b3c6f;
  margin-bottom: 12px;
}

/* DURATION */
.med-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #5b728f;
  margin-bottom: 16px;
}

/* ROUTE */
.med-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.med-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.med-itinerary-highlights {
  font-size: 0.9rem;
  color: #0b3c6f;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .med-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — MEDITERRANEAN SHORE EXCURSIONS
   Hybrid Premium Styling
   ============================================================ */

.mediterranean-excursions {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White — matches Sections 11–17 */
}

/* GRID */
.med-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.med-excursion-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9f5ee 100%);
  border: 2px solid #e0ddd6; /* Stone Grey */
  border-radius: 16px;
  padding: 30px 32px;
  box-shadow: 0 10px 28px rgba(11, 60, 111, 0.12); /* Deep Sapphire */
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.med-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.med-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(11, 60, 111, 0.18);
}

/* ACCENT BAR — Mediterranean Blue Gradient */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0b3c6f, #1a5a9c);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.med-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0b3c6f;
  margin-bottom: 12px;
}

/* LOCATION */
.med-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #5b728f;
  margin-bottom: 16px;
}

/* SUMMARY */
.med-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.med-excursion-highlights {
  font-size: 0.9rem;
  color: #0b3c6f;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.med-excursion-link a,
.med-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.med-excursion-link a {
  color: #0b3c6f;
}

.med-excursion-map a {
  color: #1a5a9c;
}

.med-excursion-link a:hover,
.med-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .med-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — MEDITERRANEAN TRAVEL TIPS
   Hybrid Premium Styling
   ============================================================ */

.mediterranean-travel-tips {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White — matches Sections 11–18 */
}

/* LIST WRAPPER */
.med-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.med-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.med-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0b3c6f; /* Deep Sapphire */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Mediterranean Blue Gradient */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0b3c6f, #1a5a9c);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — MEDITERRANEAN PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

.mediterranean-packing-checklist {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White — matches Sections 11–19 */
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(11,60,111,0.18); /* Deep Sapphire tint */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11,60,111,0.12);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header — Mediterranean Gradient */
.accordion-header {
  width: 100%;
  background: #f9f5ee;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b3c6f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0b3c6f, #1a5a9c);
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — MEDITERRANEAN FAQ (Accordion Layout)
   Hybrid Premium Styling — Mediterranean Colour Scheme
   ============================================================ */

.mediterranean-faq {
  padding: 80px 0;
  background: #f7f3ec; /* Sand White — matches Sections 11–20 */
}

/* Accordion Wrapper */
.mediterranean-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.mediterranean-faq .accordion-item {
  border: 2px solid rgba(11,60,111,0.18); /* Deep Sapphire tint */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11,60,111,0.12);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.mediterranean-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.mediterranean-faq .accordion-header {
  width: 100%;
  background: #f9f5ee; /* Mediterranean soft cream */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b3c6f; /* Deep Sapphire */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Mediterranean Gradient Accent */
.mediterranean-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0b3c6f, #1a5a9c); /* Deep Sapphire → Riviera Blue */
}

/* Hover State */
.mediterranean-faq .accordion-header:hover {
  background: #f0f4fa; /* Light Mediterranean mist */
  color: #1a5a9c; /* Riviera Blue */
}

/* Icon */
.mediterranean-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.mediterranean-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.mediterranean-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.mediterranean-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.mediterranean-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.mediterranean-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .mediterranean-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .mediterranean-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — MEDITERRANEAN HIGHLIGHTS & QUICK FACTS
   Mediterranean Sand / Deep Sapphire / Riviera Blue Theme
   ============================================================ */

.mediterranean-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #f7f3ec 0%, #faf7f2 100%); /* Sand White → Light Mediterranean Sand */
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.mediterranean-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.mediterranean-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(247,243,236,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(11,60,111,0.12);
  border: 1px solid rgba(11,60,111,0.22); /* Deep Sapphire tint */
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mediterranean-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(11,60,111,0.18);
  border-color: rgba(11,60,111,0.45);
}

.mediterranean-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0b3c6f; /* Deep Sapphire */
  font-weight: 700;
}

.mediterranean-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.mediterranean-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.mediterranean-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f2efe9 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(11,60,111,0.12);
  border: 1px solid rgba(11,60,111,0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mediterranean-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(11,60,111,0.18);
  border-color: rgba(11,60,111,0.45);
}

.mediterranean-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #1a5a9c; /* Riviera Blue */
  margin-bottom: 8px;
}

.mediterranean-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .mediterranean-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .mediterranean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .mediterranean-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .mediterranean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .mediterranean-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .mediterranean-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — MEDITERRANEAN CTA (PREMIUM VERSION)
   Mediterranean Sand / Deep Sapphire / Riviera Blue Theme
   ============================================================ */

#mediterranean-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #f7f3ec 0%, #faf7f2 100%); /* Sand White → Light Mediterranean Sand */
}

/* CTA Box */
#mediterranean-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(11,60,111,0.14); /* Deep Sapphire shadow */
  border: 1px solid rgba(11,60,111,0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#mediterranean-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(11,60,111,0.20);
  border-color: rgba(11,60,111,0.45);
}

/* CTA Title */
#mediterranean-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0b3c6f; /* Deep Sapphire */
  margin-bottom: 20px;
}

/* CTA Subtitle */
#mediterranean-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#mediterranean-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#mediterranean-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #0b3c6f 0%, #1a5a9c 100%); /* Deep Sapphire → Riviera Blue */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(11,60,111,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#mediterranean-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #1a5a9c 0%, #0b3c6f 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(11,60,111,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #mediterranean-cta .cta-box {
    padding: 48px 30px;
  }

  #mediterranean-cta .cta-title {
    font-size: 1.75rem;
  }

  #mediterranean-cta .cta-subtitle {
    font-size: 1rem;
  }

  #mediterranean-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 3 — HERO (MIDDLE‑EAST) — FIXED VERSION
   No scaling, no blur, sharp image rendering
   ============================================================ */

.hero-middle-east {
  position: relative;
  width: 100%;
  height: 78vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2A3C; /* Midnight Indigo base */
  overflow: hidden;
}

/* HERO BACKGROUND IMAGE */
.hero-middle-east .hero-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* REMOVE BLUR + REMOVE SCALE */
  transform: scale(1);
  opacity: 0;

  /* Only fade-in animation */
  animation: heroFadeIn 1.4s ease forwards;
}

/* HERO OVERLAY */
.hero-middle-east .hero-overlay {
  position: absolute;
  inset: 0;

  /* REMOVE BLUR */
  backdrop-filter: none;

  background: linear-gradient(
    180deg,
    rgba(31,42,60,0.45) 0%,
    rgba(31,42,60,0.65) 100%
  );

  opacity: 0;
  animation: overlayFadeIn 1.6s ease forwards;
}

/* HERO CONTENT */
.hero-middle-east .hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 3;
  opacity: 0;
  transform: translateY(22px);
  animation: heroContentReveal 1.2s ease forwards 0.4s;
}

/* HERO TITLE */
.hero-middle-east .hero-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #F4E4C8; /* Desert Cream */
  text-shadow: 0 4px 14px rgba(0,0,0,0.35);
  margin-bottom: 16px;
}

/* HERO SUBTITLE */
.hero-middle-east .hero-subtitle {
  font-size: 1.15rem;
  color: #ffffff;
  max-width: 680px;
  margin: 0 auto 32px auto;
  line-height: 1.55;
  opacity: 0.92;
}

/* HERO CTA BUTTON */
.hero-middle-east .hero-cta {
  padding: 14px 34px;
  background: linear-gradient(135deg, #1C8A8A 0%, #0B3C6F 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero-middle-east .hero-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.32);
}

/* ANIMATIONS */
@keyframes heroFadeIn {
  to { opacity: 1; }
}

@keyframes overlayFadeIn {
  to { opacity: 1; }
}

@keyframes heroContentReveal {
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-middle-east .hero-title {
    font-size: 2.4rem;
  }
  .hero-middle-east .hero-subtitle {
    font-size: 1.05rem;
  }
}

@media (max-width: 600px) {
  .hero-middle-east {
    height: 68vh;
  }
  .hero-middle-east .hero-title {
    font-size: 2rem;
  }
}

/* ============================================================
   REGION SUB‑REGION CARDS (SECTION 5)
   ============================================================ */

.region-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.region-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.region-card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.region-card h3 {
  font-size: 1.25rem;
  margin: 1rem 1rem 0.5rem;
  color: #1F2A3C; /* Midnight Indigo */
}

.region-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.55;
  color: #444;
}

/* ============================================================
   SECTION 6 — MIDDLE‑EAST LINK & ARROW STYLING
   ============================================================ */

.middle-east-page .region-countries .country-list a {
  color: #1C8A8A; /* Oasis Teal */
  text-decoration: none;
  font-weight: 600;
}

.middle-east-page .region-countries .country-list a:hover {
  color: #C89B3C; /* Desert Gold */
  text-decoration: underline;
}

.middle-east-page .region-countries .arrow {
  color: #C89B3C; /* Desert Gold */
  font-weight: 700;
  margin-left: 6px;
  display: inline-block;
}

//* ============================================================
   SECTION 7 — MIDDLE‑EAST SEASONALITY
   ============================================================ */

.section.region-seasonality.section-7 {
  position: relative;
}

/* ----------------------------------------- */
/* BLOCK A — SEASONALITY OVERVIEW CARDS      */
/* ----------------------------------------- */

.seasonality-overview {
  margin-top: 2rem;
}

.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.seasonality-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seasonality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.seasonality-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* BLOCK B — MONTH-BY-MONTH TIMELINE         */
/* ----------------------------------------- */

.seasonality-timeline {
  margin-top: 3rem;
}

.timeline-container {
  margin-top: 1.5rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 120px 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.timeline-month {
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
}

.timeline-bar {
  height: 12px;
  border-radius: 6px;
}

/* Middle‑East colour scheme for bars */
.timeline-bar.best {
  background: #1C8A8A; /* Oasis Teal */
}

.timeline-bar.good {
  background: #C89B3C; /* Desert Gold */
}

.timeline-bar.mixed {
  background: #F4E4C8; /* Soft Desert Cream */
}

.timeline-bar.avoid {
  background: #B85C5C; /* Warm Desert Red */
}

/* ----------------------------------------- */
/* BLOCK C — BEST MONTHS SUMMARY             */
/* ----------------------------------------- */

.best-months-summary {
  margin-top: 3rem;
}

.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.best-months-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------- */
/* BLOCK D — REGIONAL DIFFERENCES MINI-GRID  */
/* ----------------------------------------- */

.regional-differences {
  margin-top: 3rem;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.regional-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.regional-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* RESPONSIVE                                */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .timeline-row {
    grid-template-columns: 100px 100px 1fr;
  }
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 80px 80px 1fr;
  }
}

/* ============================================================
   SECTION 10 — MIDDLE‑EAST CRUISE REGIONS OVERVIEW
   ============================================================ */

.section-10.middle-east-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* ----------------------------------------- */
/* MAP BADGE                                 */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #F4E4C8; /* Soft Desert Cream */
  border-radius: 12px;
}

.section-10.middle-east-regions-overview .africa-map-icon {
  width: 60px;
  height: 60px;
  background-color: #C89B3C; /* Desert Gold */
  border-radius: 8px;
}

.section-10.middle-east-regions-overview .africa-map-text {
  margin: 0;
  color: #1F2A3C; /* Midnight Indigo */
}

/* ----------------------------------------- */
/* REGIONS GRID                              */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.section-10.middle-east-regions-overview .africa-region-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-10.middle-east-regions-overview .africa-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------- */
/* REGION IMAGE                              */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-10.middle-east-regions-overview .africa-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* REGION CONTENT                             */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-region-content {
  padding: 1.5rem;
}

.section-10.middle-east-regions-overview .africa-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-10.middle-east-regions-overview .africa-region-icon {
  font-size: 1.6rem;
}

.section-10.middle-east-regions-overview .africa-region-title {
  margin: 0;
  color: #1F2A3C; /* Midnight Indigo */
}

.section-10.middle-east-regions-overview .africa-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #3A4A5A; /* Deep Gulf Blue */
}

/* ----------------------------------------- */
/* REGION LINK                                */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #1C8A8A; /* Oasis Teal */
  text-decoration: none;
  transition: color 0.25s ease;
}

.section-10.middle-east-regions-overview .africa-region-link:hover {
  color: #C89B3C; /* Desert Gold */
}

.section-10.middle-east-regions-overview .africa-region-link-arrow {
  font-size: 1.2rem;
}

/* ----------------------------------------- */
/* SUMMARY BLOCK                              */
/* ----------------------------------------- */

.section-10.middle-east-regions-overview .africa-regions-summary {
  margin-top: 3rem;
  background-color: #F4E4C8; /* Soft Desert Cream */
  padding: 2rem;
  border-radius: 14px;
}

.section-10.middle-east-regions-overview .africa-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #1F2A3C; /* Midnight Indigo */
}

.section-10.middle-east-regions-overview .africa-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #3A4A5A; /* Deep Gulf Blue */
}

/* ----------------------------------------- */
/* RESPONSIVE BREAKPOINTS                     */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .section-10.middle-east-regions-overview .africa-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-10.middle-east-regions-overview .africa-regions-grid {
    grid-template-columns: 1fr;
  }

  .section-10.middle-east-regions-overview .africa-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTION 11, 12, 13 and 14 — DUBAI & ARABIAN GULF IN DEPTH (MIDDLE‑EAST THEME)
   ============================================================ */

.dubai-arabian-gulf-detail .region-detail-card {
  background: linear-gradient(180deg, #F4E4C8 0%, #FAF3E3 100%); /* Soft Desert Cream Gradient */
  border-radius: 18px;
  padding: 2.5rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(200, 155, 60, 0.25); /* Desert Gold Tint */
}

.dubai-arabian-gulf-detail .region-detail-icon {
  font-size: 2.4rem;
  color: #C89B3C; /* Desert Gold */
  margin-bottom: 1.5rem;
}

/* ============================================================
   SECTION 16 — MIDDLE‑EAST PORTS (12 ports)
   Premium region-level port overview
   ============================================================ */

#middle-east-ports {
  padding: 80px 0;
}

#middle-east-ports .middle-east-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#middle-east-ports .middle-east-port-card {
  background: linear-gradient(135deg, #F4E4C8 0%, #FAF3E3 100%); /* Soft Desert Cream gradient */
  border: 2px solid #C89B3C; /* Desert Gold */
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#middle-east-ports .middle-east-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#middle-east-ports .middle-east-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

/* TITLES */
#middle-east-ports .middle-east-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 6px;
}

#middle-east-ports .middle-east-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3A4A5A; /* Deep Gulf Blue */
  margin-bottom: 14px;
}

/* TEXT */
#middle-east-ports .middle-east-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 14px;
}

#middle-east-ports .middle-east-port-highlights {
  font-size: 0.9rem;
  color: #C89B3C; /* Desert Gold */
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #middle-east-ports .middle-east-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #middle-east-ports .middle-east-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  #middle-east-ports .middle-east-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — MIDDLE‑EAST ITINERARIES (Hybrid Premium)
   ============================================================ */

.middle-east-itineraries {
  padding: 80px 0;
}

/* GRID */
.middle-east-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.middle-east-itinerary-card {
  background: linear-gradient(135deg, #F4E4C8 0%, #FAF3E3 100%); /* Soft Desert Cream */
  border: 2px solid #C89B3C; /* Desert Gold */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.middle-east-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.middle-east-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #1C8A8A, #C89B3C); /* Oasis Teal → Desert Gold */
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.middle-east-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 12px;
}

/* DURATION */
.middle-east-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #3A4A5A; /* Deep Gulf Blue */
  margin-bottom: 16px;
}

/* ROUTE */
.middle-east-itinerary-route {
  font-size: 0.95rem;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.middle-east-itinerary-summary {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.middle-east-itinerary-highlights {
  font-size: 0.9rem;
  color: #C89B3C; /* Desert Gold */
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .middle-east-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — MIDDLE‑EAST SHORE EXCURSIONS
   Hybrid Premium Styling
   ============================================================ */

.middle-east-excursions {
  padding: 80px 0;
}

/* GRID */
.middle-east-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.middle-east-excursion-card {
  background: linear-gradient(135deg, #F4E4C8 0%, #FAF3E3 100%); /* Soft Desert Cream */
  border: 2px solid #C89B3C; /* Desert Gold */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.middle-east-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.middle-east-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Middle‑East Gradient (Oasis Teal → Desert Gold) */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #1C8A8A, #C89B3C);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.middle-east-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 12px;
}

/* LOCATION */
.middle-east-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #3A4A5A; /* Deep Gulf Blue */
  margin-bottom: 16px;
}

/* SUMMARY */
.middle-east-excursion-summary {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.middle-east-excursion-highlights {
  font-size: 0.9rem;
  color: #C89B3C; /* Desert Gold */
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.middle-east-excursion-link a,
.middle-east-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Official Excursion Link */
.middle-east-excursion-link a {
  color: #1F2A3C; /* Midnight Indigo */
}

/* Google Maps Link */
.middle-east-excursion-map a {
  color: #1C8A8A; /* Oasis Teal */
}

/* Hover Animation */
.middle-east-excursion-link a:hover,
.middle-east-excursion-map a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .middle-east-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — MIDDLE‑EAST TRAVEL TIPS
   Hybrid Premium Styling
   ============================================================ */

.middle-east-travel-tips {
  padding: 80px 0;
}

/* LIST WRAPPER */
.middle-east-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.middle-east-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.middle-east-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #3A4A5A; /* Deep Gulf Blue */
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Middle‑East Gradient */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #1C8A8A, #C89B3C); /* Oasis Teal → Desert Gold */
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — MIDDLE‑EAST PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

.middle-east-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(31,42,60,0.18); /* Midnight Indigo tint */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.accordion-header {
  width: 100%;
  background: #F4E4C8; /* Soft Desert Cream */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #1C8A8A, #C89B3C); /* Oasis Teal → Desert Gold */
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #3A4A5A; /* Deep Gulf Blue */
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — MIDDLE‑EAST FAQ (Accordion Layout)
   Hybrid Premium Styling + Middle‑East Gradient
   ============================================================ */

.middle-east-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
.middle-east-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.middle-east-faq .accordion-item {
  border: 2px solid rgba(31,42,60,0.18); /* Midnight Indigo tint */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.middle-east-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.middle-east-faq .accordion-header {
  width: 100%;
  background: #F4E4C8; /* Soft Desert Cream */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1F2A3C; /* Midnight Indigo */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Middle‑East Gradient Accent */
.middle-east-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #1C8A8A, #C89B3C); /* Oasis Teal → Desert Gold */
}

/* Hover State */
.middle-east-faq .accordion-header:hover {
  background: #F7EAD4; /* Slightly lighter desert tone */
  color: #1C8A8A; /* Oasis Teal */
}

/* Icon */
.middle-east-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.middle-east-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.middle-east-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.middle-east-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.middle-east-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #3A4A5A; /* Deep Gulf Blue */
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.middle-east-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .middle-east-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .middle-east-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — MIDDLE‑EAST HIGHLIGHTS & QUICK FACTS
   Oasis Teal / Desert Gold Theme
   ============================================================ */

.middle-east-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7EAD4 0%, #FFF9F0 100%); /* Soft Sand → Pearl White */
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.middle-east-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.middle-east-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(247,234,212,0.98) 100%); /* Pearl White → Soft Sand */
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(31,42,60,0.18); /* Midnight Indigo tint */
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.middle-east-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: #C89B3C; /* Desert Gold */
}

.middle-east-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1C8A8A; /* Oasis Teal */
  font-weight: 700;
}

.middle-east-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #3A4A5A; /* Deep Gulf Blue */
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.middle-east-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.middle-east-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #F7EAD4 100%); /* Pearl White → Soft Sand */
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(31,42,60,0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.middle-east-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: #C89B3C; /* Desert Gold */
}

.middle-east-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #1C8A8A; /* Oasis Teal */
  margin-bottom: 8px;
}

.middle-east-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #3A4A5A; /* Deep Gulf Blue */
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .middle-east-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .middle-east-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .middle-east-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .middle-east-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .middle-east-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .middle-east-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — MIDDLE‑EAST CTA (PREMIUM VERSION)
   Oasis Teal / Desert Gold Theme
   ============================================================ */

#middle-east-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #F7EAD4 0%, #FFF9F0 100%); /* Soft Sand → Pearl White */
}

/* CTA Box */
#middle-east-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(31,42,60,0.22); /* Midnight Indigo tint */
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#middle-east-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: #C89B3C; /* Desert Gold */
}

/* CTA Title */
#middle-east-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1C8A8A; /* Oasis Teal */
  margin-bottom: 20px;
}

/* CTA Subtitle */
#middle-east-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #3A4A5A; /* Deep Gulf Blue */
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#middle-east-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#middle-east-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #1C8A8A 0%, #C89B3C 100%); /* Oasis Teal → Desert Gold */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#middle-east-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #C89B3C 0%, #1C8A8A 100%); /* Reverse gradient */
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #middle-east-cta .cta-box {
    padding: 48px 30px;
  }

  #middle-east-cta .cta-title {
    font-size: 1.75rem;
  }

  #middle-east-cta .cta-subtitle {
    font-size: 1rem;
  }

  #middle-east-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   NORTH AMERICA REGION SUB‑REGION CARDS (SECTION 5)
   ============================================================ */

.region-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.region-card {
  background: #F2F4F6; /* Glacier Silver */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(10,58,94,0.25); /* Deep Atlantic Blue shadow */
}

.region-card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.region-card h3 {
  font-size: 1.25rem;
  margin: 1rem 1rem 0.5rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
}

.region-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.55;
  color: #2F3A45; /* Urban Slate */
}

/* Reveal animation – correctly mapped to JS */
.region-card.region-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.region-card.region-reveal.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SECTION 6 — COUNTRIES IN EACH SUB‑REGION (REGION PAGE)
   ============================================================ */

.region-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.country-block {
  background: #F2F4F6; /* Glacier Silver */
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  border: 2px solid #c2c8d3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.country-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(10,58,94,0.18); /* Deep Atlantic Blue shadow */
}

.country-block h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
}

.country-description {
  margin-bottom: 1rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
}

.country-list {
  margin: 0 0 1.25rem 1.2rem;
  padding: 0;
  list-style-type: disc;
}

.country-list li {
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.country-list a {
  color: #0A3A5E;
  text-decoration: none;
}

.country-list a:hover {
  text-decoration: underline;
}

.country-note {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.country-note strong {
  font-weight: 600;
}

.note {
  color: #777;
  font-size: 0.9rem;
}

/* Optional: align with scroll reveal JS */
.country-block.region-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.country-block.region-reveal.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SECTION 7 — BLOCK A: PREMIUM SEASONALITY OVERVIEW (NORTH AMERICA)
   ============================================================ */

.seasonality-overview {
  margin-top: 2.5rem;
}

.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}

.seasonality-card {
  background: #F2F4F6; /* Glacier Silver */
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid #c2c8d3;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.seasonality-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(10,58,94,0.22); /* Deep Atlantic Blue shadow */
}

.seasonality-image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
  position: relative;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.seasonality-card:hover .seasonality-image {
  transform: scale(1.08);
}

.seasonality-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
}

.seasonality-card p {
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  font-size: 1rem;
}

/* ============================================================
   SECTION 7 — BLOCK B: MONTH‑BY‑MONTH TIMELINE (NORTH AMERICA)
   ============================================================ */

.seasonality-timeline {
  margin-top: 3rem;
}

.timeline-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #0A3A5E;
}

.timeline-subtitle {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 160px 1fr;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: #F2F4F6;
  border-radius: 12px;
  border: 2px solid #d7dde8;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(10,58,94,0.18);
}

.timeline-month {
  font-weight: 600;
  font-size: 1.05rem;
  color: #0A3A5E;
}

.timeline-bar {
  height: 14px;
  border-radius: 8px;
  transition: width 1.2s ease, background-color 0.4s ease;
}

/* North America colour scheme for bars */
.timeline-bar.best {
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0); /* Deep Atlantic Blue → Pacific Mist Teal */
}

.timeline-bar.good {
  background: linear-gradient(90deg, #4FA3B0, #D9A441); /* Teal → Golden Canyon Sand */
}

.timeline-bar.mixed {
  background: linear-gradient(90deg, #D9A441, #B45F3C); /* Golden Sand → Redwood Copper */
}

.timeline-bar.avoid {
  background: linear-gradient(90deg, #B45F3C, #8B2E1F); /* Redwood Copper → deeper caution tone */
}

.timeline-info {
  color: #2F3A45;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
  }

  .timeline-info {
    grid-column: span 2;
  }
}

/* ============================================================
   SECTION 7 — BLOCK C: BEST MONTHS SUMMARY (NORTH AMERICA)
   ============================================================ */

.best-months-summary {
  margin-top: 3rem;
}

.best-months-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #0A3A5E;
}

.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.best-months-card {
  background: #F2F4F6;
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid #d7dde8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.best-months-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(10,58,94,0.22);
}

.best-months-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #0A3A5E;
}

.best-months-list {
  font-weight: 600;
  color: #2F3A45;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}

.best-months-info {
  color: #444;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .best-months-grid {
    gap: 1.5rem;
  }
}

/* ============================================================
   SECTION 7 — BLOCK D: REGIONAL DIFFERENCES MINI‑GRID (NORTH AMERICA)
   ============================================================ */

.regional-differences {
  margin-top: 3rem;
}

.regional-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #0A3A5E;
}

.regional-subtitle {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.regional-card {
  background: #F2F4F6;
  border-radius: 14px;
  padding: 1.5rem;
  border: 2px solid #d7dde8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.regional-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(10,58,94,0.22);
}

.regional-image-wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
  position: relative;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.regional-card:hover .regional-image {
  transform: scale(1.08);
}

.regional-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0A3A5E;
}

.regional-months {
  font-weight: 600;
  color: #2F3A45;
  margin-bottom: 0.5rem;
}

.regional-info {
  color: #444;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .regional-grid {
    gap: 1.5rem;
  }
}

/* ========================================================= */
/* SECTION 10 — NORTH AMERICA CRUISE REGIONS OVERVIEW (CSS)  */
/* Scoped to .north-america-regions-overview                 */
/* ========================================================= */

.section-10.north-america-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* ----------------------------------------- */
/* MAP BADGE                                 */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #F2F4F6; /* Glacier Silver */
  border-radius: 12px;
}

.section-10.north-america-regions-overview .na-map-icon {
  width: 60px;
  height: 60px;
  background-color: #D9A441; /* Golden Canyon Sand */
  border-radius: 8px;
}

.section-10.north-america-regions-overview .na-map-text {
  margin: 0;
  color: #2F3A45; /* Urban Slate */
}

/* ----------------------------------------- */
/* REGIONS GRID                              */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.section-10.north-america-regions-overview .na-region-card {
  background-color: #F2F4F6; /* Glacier Silver */
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-10.north-america-regions-overview .na-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(10, 58, 94, 0.22); /* Deep Atlantic Blue shadow */
}

/* ----------------------------------------- */
/* REGION IMAGE                              */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-10.north-america-regions-overview .na-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------- */
/* REGION CONTENT                             */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-region-content {
  padding: 1.5rem;
}

.section-10.north-america-regions-overview .na-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-10.north-america-regions-overview .na-region-icon {
  font-size: 1.6rem;
}

.section-10.north-america-regions-overview .na-region-title {
  margin: 0;
  color: #0A3A5E; /* Deep Atlantic Blue */
}

.section-10.north-america-regions-overview .na-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #2F3A45; /* Urban Slate */
}

/* ----------------------------------------- */
/* REGION LINK                                */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #4FA3B0; /* Pacific Mist Teal */
  text-decoration: none;
  transition: color 0.25s ease;
}

.section-10.north-america-regions-overview .na-region-link:hover {
  color: #B45F3C; /* Redwood Copper */
}

.section-10.north-america-regions-overview .na-region-link-arrow {
  font-size: 1.2rem;
}

/* ----------------------------------------- */
/* SUMMARY BLOCK                              */
/* ----------------------------------------- */

.section-10.north-america-regions-overview .na-regions-summary {
  margin-top: 3rem;
  background-color: #F2F4F6;
  padding: 2rem;
  border-radius: 14px;
}

.section-10.north-america-regions-overview .na-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #0A3A5E;
}

.section-10.north-america-regions-overview .na-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #2F3A45;
}

/* ----------------------------------------- */
/* RESPONSIVE BREAKPOINTS                     */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .section-10.north-america-regions-overview .na-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-10.north-america-regions-overview .na-regions-grid {
    grid-template-columns: 1fr;
  }

  .section-10.north-america-regions-overview .na-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTIONS 11–14 — NORTH AMERICA IN DEPTH (PREMIUM DETAIL CARD)
   ============================================================ */

.north-america-detail .region-detail-card {
  background: linear-gradient(180deg, #F2F4F6 0%, #ffffff 100%); /* Glacier Silver → White */
  border-radius: 18px;
  padding: 2.5rem;
  box-shadow: 0 18px 45px rgba(10, 58, 94, 0.18); /* Deep Atlantic Blue shadow */
  border: 1px solid rgba(79, 163, 176, 0.35); /* Pacific Mist Teal tint */
}

.north-america-detail .region-detail-icon {
  font-size: 2.4rem;
  color: #D9A441; /* Golden Canyon Sand */
  margin-bottom: 1.5rem;
}

.north-america-detail .region-detail-card p {
  color: #2F3A45; /* Urban Slate */
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.north-america-detail .region-detail-card p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   SECTION 16 — NORTH AMERICA PORTS (12 ports)
   Premium region-level port overview
   ============================================================ */

#north-america-ports {
  padding: 80px 0;
}

/* GRID */
#north-america-ports .north-america-ports-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* ============================================================
   PORT CARD — PREMIUM GLACIER SILVER THEME
   ============================================================ */

#north-america-ports .north-america-port-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 2px solid #0A3A5E; /* Deep Atlantic Blue */
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(10, 58, 94, 0.12);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#north-america-ports .north-america-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#north-america-ports .north-america-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(10, 58, 94, 0.18);
}

/* ============================================================
   TITLES
   ============================================================ */

#north-america-ports .north-america-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 6px;
}

#north-america-ports .north-america-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4FA3B0; /* Pacific Mist Teal */
  margin-bottom: 14px;
}

/* ============================================================
   TEXT BLOCKS
   ============================================================ */

#north-america-ports .north-america-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2F3A45; /* Urban Slate */
  margin-bottom: 14px;
}

#north-america-ports .north-america-port-highlights {
  font-size: 0.9rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1400px) {
  #north-america-ports .north-america-ports-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  #north-america-ports .north-america-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  #north-america-ports .north-america-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  #north-america-ports .north-america-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — NORTH AMERICA ITINERARIES (Hybrid Premium)
   ============================================================ */

#north-america-itineraries {
  padding: 80px 0;
}

/* GRID */
#north-america-itineraries .north-america-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* ============================================================
   ITINERARY CARD — PREMIUM NORTH AMERICA THEME
   ============================================================ */

#north-america-itineraries .north-america-itinerary-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 2px solid #0A3A5E; /* Deep Atlantic Blue */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(10, 58, 94, 0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
#north-america-itineraries .north-america-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
#north-america-itineraries .north-america-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(10, 58, 94, 0.18);
}

/* ============================================================
   ACCENT BAR — Atlantic Blue → Teal Gradient
   ============================================================ */

#north-america-itineraries .itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* ============================================================
   TITLES
   ============================================================ */

#north-america-itineraries .north-america-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 12px;
}

/* ============================================================
   DURATION
   ============================================================ */

#north-america-itineraries .north-america-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #4FA3B0; /* Pacific Mist Teal */
  margin-bottom: 16px;
}

/* ============================================================
   ROUTE
   ============================================================ */

#north-america-itineraries .north-america-itinerary-route {
  font-size: 0.95rem;
  color: #2F3A45; /* Urban Slate */
  margin-bottom: 16px;
  line-height: 1.55;
}

/* ============================================================
   SUMMARY
   ============================================================ */

#north-america-itineraries .north-america-itinerary-summary {
  font-size: 0.95rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 16px;
}

/* ============================================================
   HIGHLIGHTS
   ============================================================ */

#north-america-itineraries .north-america-itinerary-highlights {
  font-size: 0.9rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 900px) {
  #north-america-itineraries .north-america-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — NORTH AMERICA SHORE EXCURSIONS
   Hybrid Premium Styling
   ============================================================ */

#north-america-excursions {
  padding: 80px 0;
}

/* GRID */
#north-america-excursions .north-america-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
#north-america-excursions .north-america-excursion-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 2px solid #0A3A5E; /* Deep Atlantic Blue */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(10, 58, 94, 0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
#north-america-excursions .north-america-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
#north-america-excursions .north-america-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(10, 58, 94, 0.18);
}

/* ACCENT BAR — Atlantic Blue → Teal Gradient */
#north-america-excursions .excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
#north-america-excursions .north-america-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 12px;
}

/* LOCATION */
#north-america-excursions .north-america-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #4FA3B0; /* Pacific Mist Teal */
  margin-bottom: 16px;
}

/* SUMMARY */
#north-america-excursions .north-america-excursion-summary {
  font-size: 0.95rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
#north-america-excursions .north-america-excursion-highlights {
  font-size: 0.9rem;
  color: #0A3A5E; /* Deep Atlantic Blue */
  font-weight: 600;
  margin-bottom: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  #north-america-excursions .north-america-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — NORTH AMERICA TRAVEL TIPS (Hybrid Premium)
   ============================================================ */

#north-america-travel-tips {
  padding: 80px 0;
}

/* LIST WRAPPER */
#north-america-travel-tips .north-america-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
#north-america-travel-tips .north-america-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
#north-america-travel-tips .north-america-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
#north-america-travel-tips .tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
#north-america-travel-tips .tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
#north-america-travel-tips .tip-summary {
  font-size: 0.95rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Atlantic Blue → Teal Gradient */
#north-america-travel-tips .tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  #north-america-travel-tips .tip-title {
    font-size: 1.18rem;
  }
  #north-america-travel-tips .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — NORTH AMERICA PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

#north-america-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
#north-america-packing-checklist .packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
#north-america-packing-checklist .accordion-item {
  border: 2px solid rgba(10,58,94,0.18); /* Deep Atlantic Blue (soft border) */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(10,58,94,0.12);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
#north-america-packing-checklist .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#north-america-packing-checklist .accordion-header {
  width: 100%;
  background: #f7f9fc; /* Glacier Silver tint */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar at top of header */
#north-america-packing-checklist .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0); /* Atlantic Blue → Teal */
}

/* Icon */
#north-america-packing-checklist .accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
#north-america-packing-checklist .accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
#north-america-packing-checklist .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#north-america-packing-checklist .accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
#north-america-packing-checklist .accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#north-america-packing-checklist .accordion-content li {
  font-size: 0.95rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  #north-america-packing-checklist .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #north-america-packing-checklist .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — NORTH AMERICA FAQ (Accordion Layout)
   Hybrid Premium Styling — Atlantic Blue & Pacific Mist Teal
   ============================================================ */

#north-america-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
#north-america-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
#north-america-faq .accordion-item {
  border: 2px solid rgba(10,58,94,0.18); /* Deep Atlantic Blue (soft border) */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(10,58,94,0.12);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
#north-america-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#north-america-faq .accordion-header {
  width: 100%;
  background: #f7f9fc; /* Glacier Silver tint */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Atlantic Blue → Teal Gradient Accent */
#north-america-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0A3A5E, #4FA3B0);
}

/* Hover State */
#north-america-faq .accordion-header:hover {
  background: #eef5fb;
  color: #08324d; /* Slightly darker Atlantic Blue */
}

/* Icon */
#north-america-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
#north-america-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
#north-america-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#north-america-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
#north-america-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #2F3A45; /* Urban Slate */
  font-size: 0.95rem;
}

/* Open State Content Expansion */
#north-america-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  #north-america-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #north-america-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — NORTH AMERICA HIGHLIGHTS & QUICK FACTS
   Atlantic Blue / Pacific Mist Teal Theme
   ============================================================ */

#north-america-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #eaf3f8 0%, #f7fbff 100%); /* Soft North America gradient */
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

#north-america-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

#north-america-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(230,242,250,0.98));
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(10,58,94,0.12); /* Atlantic Blue shadow */
  border: 1px solid rgba(10,58,94,0.22); /* Atlantic Blue border tint */
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#north-america-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(10,58,94,0.18);
  border-color: rgba(10,58,94,0.45);
}

#north-america-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0A3A5E; /* Deep Atlantic Blue */
  font-weight: 700;
}

#north-america-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

#north-america-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

#north-america-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff, #e8f2f9);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(10,58,94,0.10);
  border: 1px solid rgba(10,58,94,0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#north-america-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(10,58,94,0.16);
  border-color: rgba(10,58,94,0.45);
}

#north-america-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 8px;
}

#north-america-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #2F3A45; /* Urban Slate */
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  #north-america-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  #north-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  #north-america-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  #north-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  #north-america-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  #north-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — NORTH AMERICA CTA (PREMIUM VERSION)
   Atlantic Blue / Pacific Mist Teal Theme
   ============================================================ */

#north-america-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #eaf3f8 0%, #f7fbff 100%); /* Soft North America gradient */
}

/* CTA Box */
#north-america-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(10,58,94,0.14); /* Atlantic Blue shadow */
  border: 1px solid rgba(10,58,94,0.22); /* Atlantic Blue border tint */
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#north-america-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(10,58,94,0.20);
  border-color: rgba(10,58,94,0.45);
}

/* CTA Title */
#north-america-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0A3A5E; /* Deep Atlantic Blue */
  margin-bottom: 20px;
}

/* CTA Subtitle */
#north-america-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #2F3A45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#north-america-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#north-america-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #0A3A5E 0%, #4FA3B0 100%); /* Atlantic Blue → Teal */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(10,58,94,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#north-america-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #4FA3B0 0%, #0A3A5E 100%); /* Reverse gradient */
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(10,58,94,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #north-america-cta .cta-box {
    padding: 48px 30px;
  }

  #north-america-cta .cta-title {
    font-size: 1.75rem;
  }

  #north-america-cta .cta-subtitle {
    font-size: 1rem;
  }

  #north-america-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 3 — HERO (NORTHERN EUROPE)
   Crystal Clear Version — No Blur, No Softening
   ============================================================ */

.hero-northern-europe {
  position: relative;
  width: 100%;
  height: 78vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background Image — CRYSTAL CLEAR */
.page-cruise-region .hero-northern-europe .hero-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  /* FIXED — NO BLUR */
  transform: scale(1);        /* No scaling */
  filter: none;               /* No brightness/contrast softening */

  transition: transform 1.6s ease;
}

/* Cinematic reveal — SAFE (no blur) */
.hero-northern-europe.region-reveal .hero-background {
  transform: scale(1.02);     /* Very light zoom, no blur */
}

/* Overlay — CLEAN (no blur) */
.hero-northern-europe .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 46, 74, 0.45); /* Clean Nordic overlay */
  pointer-events: none;
}

/* Content */
.hero-northern-europe .hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  max-width: 780px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Reveal animation */
.hero-northern-europe.region-reveal .hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* Title */
.hero-northern-europe .hero-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  text-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

/* Subtitle */
.hero-northern-europe .hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 32px;
  color: #f2f6fa;
  text-shadow: 0 3px 10px rgba(0,0,0,0.28);
}

/* CTA Button */
.hero-northern-europe .hero-cta {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #0A2E4A 0%, #3C8D9E 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(10,46,74,0.28);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

/* CTA Hover */
.hero-northern-europe .hero-cta:hover {
  background: linear-gradient(135deg, #3C8D9E 0%, #0A2E4A 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10,46,74,0.32);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-northern-europe {
    height: 68vh;
    min-height: 520px;
  }
  .hero-northern-europe .hero-title {
    font-size: 2.4rem;
  }
  .hero-northern-europe .hero-subtitle {
    font-size: 1.05rem;
  }
}

@media (max-width: 600px) {
  .hero-northern-europe {
    height: 60vh;
    min-height: 480px;
  }
  .hero-northern-europe .hero-title {
    font-size: 2rem;
  }
  .hero-northern-europe .hero-subtitle {
    font-size: 1rem;
  }
  .hero-northern-europe .hero-cta {
    padding: 12px 26px;
    font-size: 0.95rem;
  }
}

/* ============================================================
   SECTION 4 — NORTHERN EUROPE OVERVIEW (PREMIUM EXPANDED)
   Nordic Deep Blue / Glacier Ice Blue Theme
   ============================================================ */

#region-overview,
.region-overview {
  padding: 90px 0;
  background: linear-gradient(180deg, #E6ECF1 0%, #D9E8F2 100%);
}

/* Section Title */
.region-overview .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A2E4A; /* Nordic Deep Blue */
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Reveal animation */
.region-overview.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Section Subtitle */
.region-overview .section-subtitle {
  font-size: 1.15rem;
  color: #2C3A45; /* Slate Charcoal */
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-overview.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Paragraphs */
.region-overview p {
  font-size: 1.05rem;
  color: #2C3A45;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 26px auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Reveal animation for paragraphs */
.region-overview.region-reveal p {
  opacity: 1;
  transform: translateY(0);
}

/* Strong text */
.region-overview p strong {
  color: #0A2E4A; /* Nordic Deep Blue */
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .region-overview {
    padding: 70px 0;
  }
  .region-overview .section-title {
    font-size: 2rem;
  }
  .region-overview .section-subtitle {
    font-size: 1.1rem;
  }
  .region-overview p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .region-overview {
    padding: 60px 0;
  }
  .region-overview .section-title {
    font-size: 1.8rem;
  }
  .region-overview .section-subtitle {
    font-size: 1rem;
  }
  .region-overview p {
    font-size: 0.95rem;
  }
}

/* ============================================================
   SECTION 5 — NORTHERN EUROPE SUB-REGIONS (PREMIUM ENHANCED)
   2×2 GRID LAYOUT — NO WHITE-SPACE
   ============================================================ */

.region-subregions {
  padding: 90px 0;
  background: linear-gradient(180deg, #E6ECF1 0%, #D9E8F2 100%);
}

/* Title */
.region-subregions .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A2E4A;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.region-subregions.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.region-subregions .section-subtitle {
  font-size: 1.15rem;
  color: #2C3A45;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-subregions.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PREMIUM 2×2 GRID — FIXED LAYOUT (NO WHITE-SPACE)
   ============================================================ */

.premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* FORCE 2×2 */
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/* Responsive: Mobile becomes 1 column */
@media (max-width: 900px) {
  .premium-grid {
    grid-template-columns: 1fr; /* 1×4 on mobile */
  }
}

/* Premium Card */
.premium-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #E6ECF1 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(10,46,74,0.12);
  border: 1px solid rgba(10,46,74,0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(10,46,74,0.22);
  border-color: rgba(10,46,74,0.45);
}

/* Card Image */
.region-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.premium-card h3 {
  font-size: 1.3rem;
  margin: 1rem 1rem 0.5rem;
  color: #0A2E4A;
}

/* Card Text */
.premium-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.6;
  color: #2C3A45;
  font-size: 1rem;
}

/* ============================================================
   SECTION 6 — NORTHERN EUROPE SUB‑REGIONS: KEY AREAS
   PREMIUM ENHANCED — TEMPLATE STRUCTURE
   ============================================================ */

.region-countries {
  padding: 90px 0;
  background: #F7F9FC;
}

/* Title */
.region-countries .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A1F33;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.region-countries.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.region-countries .section-subtitle {
  font-size: 1.15rem;
  color: #2C3A45;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-countries.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Grid */
.region-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

/* Country Block */
.country-block {
  background: #FFFFFF;
  padding: 1.75rem;
  border-radius: 12px;
  border: 2px solid #D3D9E0;
  box-shadow: 0 4px 14px rgba(18,74,99,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.country-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(18,74,99,0.22);
  border-color: #124A63;
}

/* Title */
.country-block h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #124A63;
}

/* Description */
.country-description {
  margin-bottom: 1rem;
  color: #2C3A45;
  line-height: 1.55;
}

/* List */
.country-list {
  margin: 0 0 1.25rem 1.2rem;
  padding: 0;
  list-style-type: disc;
}

.country-list li {
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.country-list a {
  color: #0A1F33;
  font-weight: 600;
  text-decoration: none;
}

.country-list a:hover {
  text-decoration: underline;
}

/* Cruise Note */
.country-note {
  font-size: 0.95rem;
  color: #2C3A45;
  margin-top: 0.5rem;
}

.country-note strong {
  font-weight: 700;
}

/* ============================================================
   SECTION 7 — NORTHERN EUROPE SEASONALITY (PREMIUM MODERNISED)
   ============================================================ */

.section-7 {
  padding: 90px 0;
  background: #EEF3F6; /* Nordic Mist */
}

/* Title */
.section-7 .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0B1C2D; /* Polar Midnight Blue */
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-7.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.section-7 .section-subtitle {
  font-size: 1.15rem;
  color: #3A4750; /* Storm Grey */
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.section-7.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   BLOCK A — SEASONALITY OVERVIEW
   ============================================================ */

.seasonality-overview {
  margin-top: 2.5rem;
}

.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}

.seasonality-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 1.75rem;
  border: 2px solid #D3D9E0;
  box-shadow: 0 6px 18px rgba(31,111,120,0.12); /* Aurora Teal shadow */
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.seasonality-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(31,111,120,0.22);
  border-color: #1F6F78; /* Aurora Teal */
}

.seasonality-image-wrapper {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 1rem;
  position: relative;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.seasonality-card:hover .seasonality-image {
  transform: scale(1.08);
}

.seasonality-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #0B1C2D;
}

.seasonality-card p {
  color: #3A4750;
  line-height: 1.55;
  font-size: 1rem;
}

/* ============================================================
   BLOCK B — MONTH-BY-MONTH TIMELINE
   ============================================================ */

.seasonality-timeline {
  margin-top: 3rem;
}

.timeline-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #0B1C2D;
}

.timeline-subtitle {
  color: #3A4750;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 160px 1fr;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: #FFFFFF;
  border-radius: 14px;
  border: 2px solid #D3D9E0;
  box-shadow: 0 4px 14px rgba(31,111,120,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(31,111,120,0.18);
}

.timeline-month {
  font-weight: 600;
  font-size: 1.05rem;
  color: #0B1C2D;
}

.timeline-bar {
  height: 14px;
  border-radius: 8px;
  transition: width 1.2s ease, background-color 0.4s ease;
}

.timeline-bar.best {
  background: linear-gradient(90deg, #1F6F78, #A8DCE7);
}

.timeline-bar.good {
  background: linear-gradient(90deg, #3A9FB1, #A8DCE7);
}

.timeline-bar.mixed {
  background: linear-gradient(90deg, #FFD166, #FFB703);
}

.timeline-bar.avoid {
  background: linear-gradient(90deg, #EF476F, #D62839);
}

.timeline-info {
  color: #3A4750;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
  }

  .timeline-info {
    grid-column: span 2;
  }
}

/* ============================================================
   BLOCK C — BEST MONTHS SUMMARY
   ============================================================ */

.best-months-summary {
  margin-top: 3rem;
}

.best-months-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #0B1C2D;
}

.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.best-months-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 1.75rem;
  border: 2px solid #D3D9E0;
  box-shadow: 0 6px 18px rgba(31,111,120,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.best-months-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(31,111,120,0.22);
  border-color: #1F6F78;
}

.best-months-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #0B1C2D;
}

.best-months-list {
  font-weight: 600;
  color: #3A4750;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}

.best-months-info {
  color: #3A4750;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .best-months-grid {
    gap: 1.5rem;
  }
}

/* ============================================================
   BLOCK D — REGIONAL DIFFERENCES MINI‑GRID
   ============================================================ */

.regional-differences {
  margin-top: 3rem;
}

.regional-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #0B1C2D;
}

.regional-subtitle {
  color: #3A4750;
  margin-bottom: 2rem;
  line-height: 1.55;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.regional-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 1.5rem;
  border: 2px solid #D3D9E0;
  box-shadow: 0 6px 18px rgba(31,111,120,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.regional-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(31,111,120,0.22);
  border-color: #1F6F78;
}

.regional-image-wrapper {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 1rem;
  position: relative;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.regional-card:hover .regional-image {
  transform: scale(1.08);
}

.regional-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0B1C2D;
}

.regional-months {
  font-weight: 600;
  color: #3A4750;
  margin-bottom: 0.5rem;
}

.regional-info {
  color: #3A4750;
  line-height: 1.55;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .regional-grid {
    gap: 1.5rem;
  }
}

/* ============================================================
   SECTION 10 — NORTHERN EUROPE CRUISE REGIONS OVERVIEW
   PREMIUM MODERNISED LAYOUT
   ============================================================ */

.section-10 {
  margin-top: 4rem;
  background: #F4F7FA; /* Frost White */
}

/* MAP BADGE */
.ne-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #E8EEF3; /* Glacier Steel */
  border-radius: 12px;
  border: 2px solid #DCE3EA;
}

.ne-map-icon {
  width: 60px;
  height: 60px;
  background-color: #DCE3EA;
  border-radius: 8px;
}

.ne-map-text {
  color: #2F3E46; /* Baltic Slate */
  line-height: 1.55;
}

/* REGIONS GRID */
.ne-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

/* REGION CARD */
.ne-region-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(10,34,57,0.08); /* Midnight Shadow */
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 2px solid #DCE3EA;
}

.ne-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(10,34,57,0.16);
  border-color: #8EC9D9; /* Arctic Aqua */
}

/* REGION IMAGE */
.ne-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.ne-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REGION CONTENT */
.ne-region-content {
  padding: 1.5rem;
}

.ne-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.ne-region-icon {
  font-size: 1.6rem;
}

.ne-region-title {
  margin: 0;
  color: #0A2239; /* Deep Nordic Blue */
}

.ne-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #2F3E46;
}

/* REGION LINK */
.ne-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0A2239;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ne-region-link:hover {
  color: #8EC9D9;
}

.ne-region-link-arrow {
  font-size: 1.2rem;
}

/* SUMMARY BLOCK */
.ne-regions-summary {
  margin-top: 3rem;
  background-color: #E8EEF3;
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid #DCE3EA;
}

.ne-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #0A2239;
}

.ne-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #2F3E46;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ne-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ne-regions-grid {
    grid-template-columns: 1fr;
  }

  .ne-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTIONS 11–14 — NORTHERN EUROPE DETAIL SECTIONS
   PREMIUM MODERNISED LAYOUT
   ============================================================ */

.section .region-detail-card {
  background: #FFFFFF; /* Harbour White */
  border: 2px solid #D7DEE5; /* Fjord Silver */
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(10,26,47,0.12); /* Glacial Shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section .region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(10,26,47,0.18);
  border-color: #BFD4E2; /* Arctic Blue Mist */
}

.section .region-detail-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #0A1A2F; /* Nordic Midnight */
}

.section .norwegian-fjords-content p,
.section .baltic-capitals-content p,
.section .iceland-arctic-content p,
.section .british-isles-content p {
  color: #2E3A43; /* Baltic Charcoal */
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   SECTION 16 — NORTHERN EUROPE PORTS (15 ports)
   Premium region-level port overview — Nordic Coastal Light
   ============================================================ */

#northern-europe-ports {
  padding: 80px 0;
  background: linear-gradient(180deg, #E9F1F8 0%, #F3F6FA 100%); /* soft, non-plain background */
}

#northern-europe-ports .ne-ports-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#northern-europe-ports .ne-port-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F3F6FA 100%);
  border: 2px solid #D7DEE5; /* Fjord Silver */
  border-radius: 14px;
  padding: 24px 24px;
  box-shadow: 0 8px 22px rgba(10,26,47,0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#northern-europe-ports .ne-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#northern-europe-ports .ne-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(10,26,47,0.16);
  border-color: #BFD4E2; /* Soft Arctic Blue */
}

/* TITLES */
#northern-europe-ports .ne-port-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A2239; /* Baltic Blue */
  margin-bottom: 6px;
}

#northern-europe-ports .ne-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2E3A43; /* Nordic Slate */
  margin-bottom: 14px;
}

/* TEXT */
#northern-europe-ports .ne-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2E3A43;
  margin-bottom: 14px;
}

#northern-europe-ports .ne-port-highlights {
  font-size: 0.9rem;
  color: #0A2239;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #northern-europe-ports .ne-ports-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  #northern-europe-ports .ne-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  #northern-europe-ports .ne-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  #northern-europe-ports .ne-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — NORTHERN EUROPE ITINERARIES (Hybrid Premium)
   ============================================================ */

#northern-europe-itineraries {
  padding: 80px 0;
  background: linear-gradient(180deg, #F2FAFB 0%, #E6F5F7 50%, #D9EEF0 100%); /* Aurora Breeze */
}

/* GRID */
.ne-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.ne-itinerary-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F7FBFD 100%);
  border: 2px solid #C9D3DD; /* Polar Silver */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.ne-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.ne-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

/* ACCENT BAR — Aurora Teal Gradient (Option A) */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #4CC3DA, #2AA7B8);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.ne-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0B1C2D; /* Midnight Fjord (dark text only, not background) */
  margin-bottom: 12px;
}

/* DURATION */
.ne-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #12344A; /* Deep Arctic Blue */
  margin-bottom: 16px;
}

/* ROUTE */
.ne-itinerary-route {
  font-size: 0.95rem;
  color: #2E3A43;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.ne-itinerary-summary {
  font-size: 0.95rem;
  color: #2E3A43;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.ne-itinerary-highlights {
  font-size: 0.9rem;
  color: #0B1C2D;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ne-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — NORTHERN EUROPE SHORE EXCURSIONS (Hybrid Premium)
   ============================================================ */

#northern-europe-excursions {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFEFF 0%, #F5F9FC 50%, #E9F1F7 100%); /* Nordic Pearl */
}

/* GRID */
.ne-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.ne-excursion-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFF 100%);
  border: 2px solid #C9D3DD;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.ne-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.ne-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

/* ACCENT BAR — Glacier Blue Gradient */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #7EC8E3, #5BB5D1);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.ne-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0B1C2D;
  margin-bottom: 12px;
}

/* LOCATION */
.ne-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #12344A;
  margin-bottom: 16px;
}

/* SUMMARY */
.ne-excursion-summary {
  font-size: 0.95rem;
  color: #2E3A43;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.ne-excursion-highlights {
  font-size: 0.9rem;
  color: #0B1C2D;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ne-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — NORTHERN EUROPE TRAVEL TIPS (Hybrid Premium)
   ============================================================ */

#northern-europe-travel-tips {
  padding: 80px 0;
  background: linear-gradient(180deg, #FAFCFD 0%, #F4F6F8 50%, #ECEEEF 100%); /* Frosted Linen */
}

/* LIST WRAPPER */
.ne-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.ne-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.ne-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0B1C2D;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #2E3A43;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* DIVIDER — Silver Frost Gradient */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #D7DEE5, #C3CBD3);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — NORTHERN EUROPE PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling — Baltic Mist (Accent Bar Only)
   ============================================================ */

#northern-europe-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
#northern-europe-packing-checklist .packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
#northern-europe-packing-checklist .accordion-item {
  border: 2px solid rgba(40,70,110,0.18); /* Soft Nordic Blue */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(40,70,110,0.10);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
#northern-europe-packing-checklist .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#northern-europe-packing-checklist .accordion-header {
  width: 100%;
  background: #f7f9fc; /* Ice Neutral */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2a4a6a; /* Nordic Deep Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Accent Bar Only — Baltic Mist Gradient */
#northern-europe-packing-checklist .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #e8f0f6, #c7d8e5);
}

/* Icon */
#northern-europe-packing-checklist .accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
#northern-europe-packing-checklist .accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
#northern-europe-packing-checklist .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#northern-europe-packing-checklist .accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List */
#northern-europe-packing-checklist .accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#northern-europe-packing-checklist .accordion-content li {
  font-size: 0.95rem;
  color: #2f3a45; /* Urban Slate */
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  #northern-europe-packing-checklist .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #northern-europe-packing-checklist .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — NORTHERN EUROPE FAQ (Accordion Layout)
   Hybrid Premium Styling — Glacier Mist Gradient (Accent Bar Only)
   ============================================================ */

#northern-europe-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
#northern-europe-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
#northern-europe-faq .accordion-item {
  border: 2px solid rgba(40,70,110,0.18); /* Soft Nordic Blue */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(40,70,110,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
#northern-europe-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#northern-europe-faq .accordion-header {
  width: 100%;
  background: #f7f9fc; /* Ice Neutral */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2a4a6a; /* Nordic Deep Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Glacier Mist Accent Bar — Accent Bar Only */
#northern-europe-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #f5f7fa, #d7dee5);
}

/* Hover State */
#northern-europe-faq .accordion-header:hover {
  background: #eef3f8;
  color: #1f3d5c;
}

/* Icon */
#northern-europe-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
#northern-europe-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
#northern-europe-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#northern-europe-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
#northern-europe-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #2f3a45; /* Urban Slate */
  font-size: 0.95rem;
}

/* Open State Content Expansion */
#northern-europe-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  #northern-europe-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #northern-europe-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — NORTHERN EUROPE HIGHLIGHTS & QUICK FACTS
   Fjord Mist Theme
   ============================================================ */

.northern-europe-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #f5f8fb 0%, #d6dee7 100%); /* Fjord Mist */
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.northern-europe-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.northern-europe-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(230,236,244,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(40,70,110,0.12);
  border: 1px solid rgba(40,70,110,0.22);
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.northern-europe-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(40,70,110,0.18);
  border-color: rgba(40,70,110,0.45);
}

.northern-europe-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #2a4a6a; /* Nordic Deep Blue */
  font-weight: 700;
}

.northern-europe-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.northern-europe-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.northern-europe-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #e8edf4 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(40,70,110,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.northern-europe-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(40,70,110,0.16);
  border-color: rgba(40,70,110,0.45);
}

.northern-europe-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #2a4a6a;
  margin-bottom: 8px;
}

.northern-europe-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .northern-europe-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .northern-europe-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .northern-europe-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .northern-europe-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .northern-europe-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .northern-europe-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — NORTHERN EUROPE CTA (PREMIUM VERSION)
   Baltic Bluewash Theme
   ============================================================ */

#northern-europe-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #eef4fa 0%, #d4deeb 100%); /* Baltic Bluewash */
}

/* CTA Box */
#northern-europe-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(40,70,110,0.14);
  border: 1px solid rgba(40,70,110,0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#northern-europe-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(40,70,110,0.20);
  border-color: rgba(40,70,110,0.45);
}

/* CTA Title */
#northern-europe-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2a4a6a; /* Nordic Deep Blue */
  margin-bottom: 20px;
}

/* CTA Subtitle */
#northern-europe-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#northern-europe-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#northern-europe-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #5f7ea3 0%, #7f9bbd 100%); /* Premium Northern Europe button gradient */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(40,70,110,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#northern-europe-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #7f9bbd 0%, #5f7ea3 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(40,70,110,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #northern-europe-cta .cta-box {
    padding: 48px 30px;
  }

  #northern-europe-cta .cta-title {
    font-size: 1.75rem;
  }

  #northern-europe-cta .cta-subtitle {
    font-size: 1rem;
  }

  #northern-europe-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 5 — SOUTH AMERICA SUB-REGIONS (PREMIUM ENHANCED)
   2×2 GRID LAYOUT — NO WHITE-SPACE
   ============================================================ */

.region-subregions {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffe0c2 0%, #ffb56b 100%); /* Andean Sunrise */
}

/* Title */
.region-subregions .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #145374;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.region-subregions.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.region-subregions .section-subtitle {
  font-size: 1.15rem;
  color: #2C3A45;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-subregions.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PREMIUM 2×2 GRID — FIXED LAYOUT (NO WHITE-SPACE)
   ============================================================ */

.premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/* Responsive: Mobile becomes 1 column */
@media (max-width: 900px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium Card */
.premium-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f3ef 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(20,83,116,0.12);
  border: 1px solid rgba(20,83,116,0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(20,83,116,0.22);
  border-color: rgba(20,83,116,0.45);
}

/* Card Image */
.region-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.premium-card h3 {
  font-size: 1.3rem;
  margin: 1rem 1rem 0.5rem;
  color: #145374;
}

/* Card Text */
.premium-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.6;
  color: #2C3A45;
  font-size: 1rem;
}

/* ============================================================
   SOUTH AMERICA — SECTION 6 LINK & ARROW STYLING ONLY
   ------------------------------------------------------------
   Scoped under .south-america-page so it does NOT affect
   any other region pages.
   ============================================================ */

.south-america-page .region-countries {
  background: linear-gradient(180deg, #ffd7b5 0%, #ff9f6b 100%); /* Amazon Sunset */
}

.south-america-page .region-countries .country-list a {
  color: #e85f2f; /* Warm Amazon Orange */
  text-decoration: none;
  font-weight: 600;
}

.south-america-page .region-countries .country-list a:hover {
  color: #ff6b3d; /* Tropical Coral */
  text-decoration: underline;
}

.south-america-page .region-countries .arrow {
  color: #ff6b3d; /* Tropical Coral */
  font-weight: 700;
  margin-left: 6px;
}

/* ========================================================= */
/* SECTION 10 — SOUTH AMERICA CRUISE REGIONS OVERVIEW (CSS)  */
/* Scoped to .south-america-regions-overview                 */
/* ========================================================= */

.section-10.south-america-regions-overview {
  position: relative;
  margin-top: 4rem;
}

/* MAP BADGE */
.section-10.south-america-regions-overview .south-america-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #ffe6c9 0%, #ffb07a 100%);
  border-radius: 12px;
}

.section-10.south-america-regions-overview .south-america-map-icon {
  width: 60px;
  height: 60px;
  background-color: #145374;
  border-radius: 8px;
}

.section-10.south-america-regions-overview .south-america-map-text {
  margin: 0;
}

/* REGIONS GRID */
.section-10.south-america-regions-overview .south-america-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

/* REGION CARD */
.section-10.south-america-regions-overview .south-america-region-card {
  background: linear-gradient(135deg, #ffffff 0%, #f7f3ef 100%);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(20,83,116,0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-10.south-america-regions-overview .south-america-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(20,83,116,0.18);
}

/* REGION IMAGE */
.section-10.south-america-regions-overview .south-america-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-10.south-america-regions-overview .south-america-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REGION CONTENT */
.section-10.south-america-regions-overview .south-america-region-content {
  padding: 1.5rem;
}

.section-10.south-america-regions-overview .south-america-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-10.south-america-regions-overview .south-america-region-icon {
  font-size: 1.6rem;
}

.section-10.south-america-regions-overview .south-america-region-title {
  margin: 0;
}

.section-10.south-america-regions-overview .south-america-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
}

/* REGION LINK */
.section-10.south-america-regions-overview .south-america-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #e85f2f; /* Amazon Orange */
  text-decoration: none;
  transition: color 0.25s ease;
}

.section-10.south-america-regions-overview .south-america-region-link:hover {
  color: #ff6b3d; /* Tropical Coral */
}

.section-10.south-america-regions-overview .south-america-region-link-arrow {
  font-size: 1.2rem;
}

/* SUMMARY BLOCK */
.section-10.south-america-regions-overview .south-america-regions-summary {
  margin-top: 3rem;
  background: linear-gradient(135deg, #ffe6c9 0%, #ffb07a 100%);
  padding: 2rem;
  border-radius: 14px;
}

.section-10.south-america-regions-overview .south-america-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
}

.section-10.south-america-regions-overview .south-america-regions-summary-text {
  margin: 0;
  line-height: 1.6;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .section-10.south-america-regions-overview .south-america-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-10.south-america-regions-overview .south-america-regions-grid {
    grid-template-columns: 1fr;
  }

  .section-10.south-america-regions-overview .south-america-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SOUTH AMERICA DETAIL SECTIONS 11–14 (SHARED CSS)
   ============================================================ */

.section .region-detail-card {
  background: #fff7f0; /* Warm Sand */
  border: 2px solid #f0d8c2; /* Soft Clay */
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(20,83,116,0.10); /* Deep Atlantic Blue shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section .region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(20,83,116,0.18);
  border-color: #e85f2f; /* Amazon Orange */
}

.section .region-detail-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #145374; /* Deep Atlantic Blue */
}

.section .brazilian-coast-content p,
.section .patagonian-fjords-content p,
.section .amazon-region-content p,
.section .west-coast-andes-content p {
  color: #333;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   SECTION 16 — SOUTH AMERICA PORTS (12 ports)
   Premium region-level port overview
   ============================================================ */

#south-america-ports {
  padding: 80px 0;
}

#south-america-ports .south-america-ports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#south-america-ports .south-america-port-card {
  background: linear-gradient(135deg, #fff7f0 0%, #ffe6c9 100%); /* Warm Sand to Soft Clay */
  border: 2px solid #e85f2f; /* Amazon Orange */
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(20,83,116,0.12); /* Deep Atlantic Blue shadow */
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#south-america-ports .south-america-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#south-america-ports .south-america-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(20,83,116,0.18);
}

/* TITLES */
#south-america-ports .south-america-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #145374; /* Deep Atlantic Blue */
  margin-bottom: 6px;
}

#south-america-ports .south-america-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e85f2f; /* Amazon Orange */
  margin-bottom: 14px;
}

/* TEXT */
#south-america-ports .south-america-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333333;
  margin-bottom: 14px;
}

#south-america-ports .south-america-port-highlights {
  font-size: 0.9rem;
  color: #145374;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #south-america-ports .south-america-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #south-america-ports .south-america-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  #south-america-ports .south-america-ports-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ============================================================
   SECTION 17 — SOUTH AMERICA ITINERARIES (Hybrid Premium)
   ============================================================ */

.south-america-itineraries {
  padding: 80px 0;
}

/* GRID */
.south-america-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.south-america-itinerary-card {
  background: linear-gradient(135deg, #fff7f0 0%, #ffe6c9 100%); /* Warm Sand to Soft Clay */
  border: 2px solid #e85f2f; /* Amazon Orange */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(20,83,116,0.12); /* Deep Atlantic Blue shadow */
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.south-america-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.south-america-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(20,83,116,0.18);
}

/* ACCENT BAR */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #e85f2f, #145374); /* Amazon Orange → Deep Atlantic Blue */
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.south-america-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #145374;
  margin-bottom: 12px;
}

/* DURATION */
.south-america-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #e85f2f;
  margin-bottom: 16px;
}

/* ROUTE */
.south-america-itinerary-route {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.south-america-itinerary-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.south-america-itinerary-highlights {
  font-size: 0.9rem;
  color: #145374;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .south-america-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — SOUTH AMERICA SHORE EXCURSIONS (Hybrid Premium)
   ============================================================ */

.south-america-excursions {
  padding: 80px 0;
}

/* GRID */
.south-america-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.south-america-excursion-card {
  background: linear-gradient(135deg, #fff7f0 0%, #ffe6c9 100%); /* Warm Sand → Soft Clay */
  border: 2px solid #e85f2f; /* Amazon Orange */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(20,83,116,0.12); /* Deep Atlantic Blue shadow */
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.south-america-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.south-america-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(20,83,116,0.18);
}

/* ACCENT BAR */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #e85f2f, #145374); /* Amazon Orange → Deep Atlantic Blue */
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.south-america-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #145374;
  margin-bottom: 12px;
}

/* LOCATION */
.south-america-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #e85f2f;
  margin-bottom: 16px;
}

/* SUMMARY */
.south-america-excursion-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.south-america-excursion-highlights {
  font-size: 0.9rem;
  color: #145374;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.south-america-excursion-link a,
.south-america-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Official Excursion Link */
.south-america-excursion-link a {
  color: #145374;
}

/* Google Maps Link */
.south-america-excursion-map a {
  color: #e85f2f;
}

/* Hover Animation */
.south-america-excursion-link a:hover,
.south-america-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .south-america-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — SOUTH AMERICA TRAVEL TIPS
   Hybrid Premium Styling
   ============================================================ */

.south-america-travel-tips {
  padding: 80px 0;
}

/* LIST WRAPPER */
.south-america-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.south-america-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.south-america-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #145374; /* Deep Atlantic Blue */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Amazon Orange → Deep Atlantic Blue */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #e85f2f, #145374);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — SOUTH AMERICA PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

.south-america-packing-checklist {
  padding: 80px 0;
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(20,83,116,0.18); /* Deep Atlantic Blue (soft) */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff7f0; /* Warm Sand */
  box-shadow: 0 6px 18px rgba(20,83,116,0.12);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.accordion-header {
  width: 100%;
  background: #ffe6c9; /* Soft Clay */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #145374; /* Deep Atlantic Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient accent bar */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #e85f2f, #145374); /* Amazon Orange → Deep Atlantic Blue */
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open state */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #fff7f0;
}

/* List */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — SOUTH AMERICA FAQ (Accordion Layout)
   Premium Styling + Andes Sunrise Gradient
   ============================================================ */

.south-america-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
.south-america-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.south-america-faq .accordion-item {
  border: 2px solid rgba(120,60,20,0.18);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.south-america-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.south-america-faq .accordion-header {
  width: 100%;
  background: #fff8f2;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #5a2e1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Andes Sunrise Gradient Accent */
.south-america-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #e8a33a, #d96b2b);
}

/* Hover State */
.south-america-faq .accordion-header:hover {
  background: #fff3e6;
  color: #7a3c22;
}

/* Icon */
.south-america-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.south-america-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.south-america-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.south-america-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.south-america-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.south-america-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .south-america-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .south-america-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — SOUTH AMERICA HIGHLIGHTS & QUICK FACTS
   Andes Copper / Amazon Emerald Theme
   ============================================================ */

.south-america-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #fdf7f2 0%, #fffdfb 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.south-america-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.south-america-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,236,226,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(180, 90, 40, 0.22);
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.south-america-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: rgba(180, 90, 40, 0.45);
}

.south-america-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #8b3c24;
  font-weight: 700;
}

.south-america-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.south-america-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.south-america-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f3ede7 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.south-america-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(40, 120, 70, 0.45);
}

.south-america-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #8b3c24;
  margin-bottom: 8px;
}

.south-america-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .south-america-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .south-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .south-america-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .south-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .south-america-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .south-america-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — SOUTH AMERICA CTA (PREMIUM VERSION)
   Andes Copper / Amazon Emerald Theme
   ============================================================ */

#south-america-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #fdf4ec 0%, #fffaf6 100%);
}

/* CTA Box */
#south-america-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.88);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(180, 90, 40, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#south-america-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: rgba(180, 90, 40, 0.45);
}

/* CTA Title */
#south-america-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #8b3c24;
  margin-bottom: 20px;
}

/* CTA Subtitle */
#south-america-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#south-america-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#south-america-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #2e7d4f 0%, #3fa86a 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#south-america-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #3fa86a 0%, #2e7d4f 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #south-america-cta .cta-box {
    padding: 48px 30px;
  }

  #south-america-cta .cta-title {
    font-size: 1.75rem;
  }

  #south-america-cta .cta-subtitle {
    font-size: 1rem;
  }

  #south-america-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 5 — SOUTH PACIFIC SUB-REGIONS (PREMIUM ENHANCED)
   2×2 GRID LAYOUT — NO WHITE-SPACE
   ============================================================ */

.region-subregions {
  padding: 90px 0;
  background: linear-gradient(180deg, #DFF7F3 0%, #C8F0E8 100%);
}

/* Title */
.region-subregions .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A3A3F;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.region-subregions.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.region-subregions .section-subtitle {
  font-size: 1.15rem;
  color: #2E4A4D;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-subregions.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PREMIUM 2×2 GRID — FIXED LAYOUT (NO WHITE-SPACE)
   ============================================================ */

.premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/* Responsive: Mobile becomes 1 column */
@media (max-width: 900px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium Card */
.premium-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #E9F7F4 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 60, 60, 0.12);
  border: 1px solid rgba(0, 60, 60, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 60, 60, 0.22);
  border-color: rgba(0, 180, 160, 0.45);
}

/* Card Image */
.region-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.premium-card h3 {
  font-size: 1.3rem;
  margin: 1rem 1rem 0.5rem;
  color: #0A3A3F;
}

/* Card Text */
.premium-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.6;
  color: #2E4A4D;
  font-size: 1rem;
}

/* ============================================================
   SECTION 6 — SOUTH PACIFIC SUB-REGIONS (PREMIUM LINK GRID)
   ============================================================ */

.south-pacific-page .region-countries {
  padding: 90px 0;
  background: linear-gradient(180deg, #F2FBF9 0%, #D7F4EE 100%);
}

/* Title */
.south-pacific-page .region-countries .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A4A4F;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.south-pacific-page .region-countries.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.south-pacific-page .region-countries .section-subtitle {
  font-size: 1.15rem;
  color: #2E5052;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.south-pacific-page .region-countries.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Grid */
.region-country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

@media (max-width: 900px) {
  .region-country-grid {
    grid-template-columns: 1fr;
  }
}

/* Country Block */
.country-block {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0, 60, 60, 0.12);
  border: 1px solid rgba(0, 60, 60, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.country-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 60, 60, 0.22);
}

/* Country Title */
.country-block h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0A4A4F;
}

/* Description */
.country-description {
  color: #2E5052;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Links */
.south-pacific-page .region-countries .country-list a {
  color: #00A8A0;
  text-decoration: none;
  font-weight: 600;
}

.south-pacific-page .region-countries .country-list a:hover {
  color: #FF6F4E;
  text-decoration: underline;
}

/* Arrow */
.south-pacific-page .region-countries .arrow {
  color: #FF6F4E;
  font-weight: 700;
  margin-left: 6px;
}

/* Cruise Note */
.country-note {
  margin-top: 14px;
  color: #2E5052;
  font-size: 0.95rem;
}

/* ============================================================
   SECTION 7 — SOUTH PACIFIC SEASONALITY (PREMIUM)
   ============================================================ */

.south-pacific-page .region-seasonality.section-7 {
  padding: 90px 0;
  background: linear-gradient(180deg, #F7FFFB 0%, #DFF8F2 100%);
}

/* ----------------------------------------- */
/* TITLE + SUBTITLE                          */
/* ----------------------------------------- */

.south-pacific-page .region-seasonality .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A504C;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.south-pacific-page .region-seasonality.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

.south-pacific-page .region-seasonality .section-subtitle {
  font-size: 1.15rem;
  color: #2E5F5C;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.south-pacific-page .region-seasonality.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------- */
/* BLOCK A — SEASONALITY OVERVIEW CARDS      */
/* ----------------------------------------- */

.seasonality-overview {
  margin-top: 2rem;
}

.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.seasonality-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 80, 80, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seasonality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 80, 80, 0.12);
}

.seasonality-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seasonality-card h3 {
  font-size: 1.25rem;
  margin: 1rem;
  color: #0A504C;
}

.seasonality-card p {
  margin: 0 1rem 1.5rem;
  color: #2E5F5C;
  line-height: 1.6;
}

/* ----------------------------------------- */
/* BLOCK B — MONTH-BY-MONTH TIMELINE         */
/* ----------------------------------------- */

.seasonality-timeline {
  margin-top: 3rem;
}

.timeline-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A504C;
  text-align: center;
  margin-bottom: 12px;
}

.timeline-subtitle {
  font-size: 1.05rem;
  color: #2E5F5C;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.timeline-container {
  margin-top: 1.5rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 120px 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.timeline-month {
  font-weight: 700;
  color: #0A504C;
}

.timeline-bar {
  height: 12px;
  border-radius: 6px;
}

/* South Pacific colour scheme for bars */
.timeline-bar.best {
  background: #00B8A0; /* Tropical Aqua */
}

.timeline-bar.good {
  background: #FFD27A; /* Sunrise Gold */
}

.timeline-bar.mixed {
  background: #FFEED1; /* Soft Sand */
}

.timeline-bar.avoid {
  background: #FF6F4E; /* Coral Ember */
}

.timeline-info {
  color: #2E5F5C;
  line-height: 1.55;
}

/* ----------------------------------------- */
/* BLOCK C — BEST MONTHS SUMMARY             */
/* ----------------------------------------- */

.best-months-summary {
  margin-top: 3rem;
}

.best-months-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A504C;
  text-align: center;
  margin-bottom: 1rem;
}

.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.best-months-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 80, 80, 0.08);
}

.best-months-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #0A504C;
}

.best-months-list {
  font-weight: 600;
  color: #00A8A2;
  margin-bottom: 0.75rem;
}

.best-months-info {
  color: #2E5F5C;
  line-height: 1.55;
}

/* ----------------------------------------- */
/* BLOCK D — REGIONAL DIFFERENCES MINI-GRID  */
/* ----------------------------------------- */

.regional-differences {
  margin-top: 3rem;
}

.regional-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A504C;
  text-align: center;
  margin-bottom: 12px;
}

.regional-subtitle {
  font-size: 1.05rem;
  color: #2E5F5C;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.regional-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 80, 80, 0.08);
}

.regional-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.regional-card h4 {
  font-size: 1.25rem;
  margin: 1rem;
  color: #0A504C;
}

.regional-months {
  margin: 0 1rem;
  font-weight: 600;
  color: #00A8A2;
}

.regional-info {
  margin: 0 1rem 1.5rem;
  color: #2E5F5C;
  line-height: 1.55;
}

/* ----------------------------------------- */
/* RESPONSIVE BREAKPOINTS                    */
/* ----------------------------------------- */

@media (max-width: 1024px) {
  .timeline-row {
    grid-template-columns: 100px 100px 1fr;
  }
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 80px 80px 1fr;
  }
}

/* ============================================================
   SECTION 10 — SOUTH PACIFIC CRUISE REGIONS OVERVIEW (CSS)
   Scoped to .south-pacific-regions-overview
   ============================================================ */

.section-10.south-pacific-regions-overview {
  position: relative;
  margin-top: 4rem;
  background: linear-gradient(180deg, #F8FFFE 0%, #D9F7F1 100%);
}

/* MAP BADGE */
.south-pacific-regions-overview .sp-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #F3FBF8;
  border-radius: 12px;
}

.south-pacific-regions-overview .sp-map-icon {
  width: 60px;
  height: 60px;
  background-color: #E3F7F3;
  border-radius: 8px;
}

.south-pacific-regions-overview .sp-map-text {
  margin: 0;
  color: #2E5A5C;
}

/* REGIONS GRID */
.south-pacific-regions-overview .sp-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

/* REGION CARD */
.south-pacific-regions-overview .sp-region-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 80, 80, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.south-pacific-regions-overview .sp-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 80, 80, 0.12);
}

/* REGION IMAGE */
.south-pacific-regions-overview .sp-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.south-pacific-regions-overview .sp-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REGION CONTENT */
.south-pacific-regions-overview .sp-region-content {
  padding: 1.5rem;
}

.south-pacific-regions-overview .sp-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.south-pacific-regions-overview .sp-region-icon {
  font-size: 1.6rem;
}

.south-pacific-regions-overview .sp-region-title {
  margin: 0;
  color: #0A4F52;
}

.south-pacific-regions-overview .sp-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #2E5A5C;
}

/* REGION LINK */
.south-pacific-regions-overview .sp-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #00A8A2;
  text-decoration: none;
  transition: color 0.25s ease;
}

.south-pacific-regions-overview .sp-region-link:hover {
  color: #FF6F4E;
}

.south-pacific-regions-overview .sp-region-link-arrow {
  font-size: 1.2rem;
}

/* SUMMARY BLOCK */
.south-pacific-regions-overview .sp-regions-summary {
  margin-top: 3rem;
  background-color: #F3FBF8;
  padding: 2rem;
  border-radius: 14px;
}

.south-pacific-regions-overview .sp-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #0A4F52;
}

.south-pacific-regions-overview .sp-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #2E5A5C;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .south-pacific-regions-overview .sp-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .south-pacific-regions-overview .sp-regions-grid {
    grid-template-columns: 1fr;
  }

  .south-pacific-regions-overview .sp-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTIONS 11–14 — SOUTH PACIFIC DETAIL SECTIONS (PREMIUM)
   ============================================================ */

.south-pacific-page .south-pacific-detail {
  padding: 90px 0;
  background: linear-gradient(180deg, #F9FFFE 0%, #E3FAF4 100%);
}

/* Title */
.south-pacific-page .south-pacific-detail .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A4F52;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.south-pacific-page .south-pacific-detail.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.south-pacific-page .south-pacific-detail .section-subtitle {
  font-size: 1.15rem;
  color: #2E5A5C;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.south-pacific-page .south-pacific-detail.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Detail Card */
.south-pacific-page .south-pacific-detail .region-detail-card {
  background: #FFFFFF;
  border: 2px solid #D8F4EF;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(0, 80, 80, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.south-pacific-page .south-pacific-detail .region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 80, 80, 0.16);
  border-color: #00A8A2;
}

/* Icon */
.south-pacific-page .south-pacific-detail .region-detail-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #0A4F52;
}

/* Paragraphs */
.south-pacific-page .south-pacific-detail p {
  color: #2E5A5C;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   SECTION 16 — SOUTH PACIFIC PORTS (8 ports)
   Premium region-level port overview
   ============================================================ */

#south-pacific-ports {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7FFFE 0%, #E4F9F5 100%);
}

#south-pacific-ports .south-pacific-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#south-pacific-ports .south-pacific-port-card {
  background: #FFFFFF;
  border: 2px solid #2CCBC0; /* Lagoon Teal */
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(0, 80, 80, 0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#south-pacific-ports .south-pacific-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#south-pacific-ports .south-pacific-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 80, 80, 0.14);
  border-color: #FF6F4E; /* Coral Ember */
}

/* TITLES */
#south-pacific-ports .south-pacific-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A4F52; /* Deep Reef Blue */
  margin-bottom: 6px;
}

#south-pacific-ports .south-pacific-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2E5A5C; /* Tropical Slate */
  margin-bottom: 14px;
}

/* TEXT */
#south-pacific-ports .south-pacific-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2E5A5C; /* Ocean Slate */
  margin-bottom: 14px;
}

#south-pacific-ports .south-pacific-port-highlights {
  font-size: 0.9rem;
  color: #00A8A2; /* Lagoon Aqua */
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #south-pacific-ports .south-pacific-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #south-pacific-ports .south-pacific-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  #south-pacific-ports .south-pacific-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — SOUTH PACIFIC ITINERARIES (Hybrid Premium)
   ============================================================ */

.south-pacific-itineraries {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFDFE 0%, #F3F7FF 100%);
}

/* GRID */
.south-pacific-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.south-pacific-itinerary-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFF 100%);
  border: 2px solid #145A7A; /* Deep Lagoon Teal */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.south-pacific-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.south-pacific-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(10, 40, 80, 0.18);
  border-color: #FF6F4E; /* Coral Ember Glow */
}

/* ACCENT BAR — Coral Ember → Lagoon Aqua */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #FF6F4E, #00B7C9);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.south-pacific-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #123B5A; /* Deep Ocean Blue */
  margin-bottom: 12px;
}

/* DURATION */
.south-pacific-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #3E5F86; /* Tropical Slate */
  margin-bottom: 16px;
}

/* ROUTE */
.south-pacific-itinerary-route {
  font-size: 0.95rem;
  color: #2F3F4F; /* Reef Slate */
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.south-pacific-itinerary-summary {
  font-size: 0.95rem;
  color: #2F3F4F;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.south-pacific-itinerary-highlights {
  font-size: 0.9rem;
  color: #145A7A;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .south-pacific-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — SOUTH PACIFIC SHORE EXCURSIONS (8 excursions)
   Hybrid Premium Styling
   ============================================================ */

#south-pacific-excursions {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFEFE 0%, #F4FAFF 100%);
}

/* GRID */
#south-pacific-excursions .south-pacific-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
#south-pacific-excursions .south-pacific-excursion-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FCFF 100%);
  border: 2px solid #FF6F4E; /* Coral Ember */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.12);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
#south-pacific-excursions .south-pacific-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
#south-pacific-excursions .south-pacific-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(10, 40, 80, 0.18);
  border-color: #00B7C9; /* Lagoon Teal Glow */
}

/* ACCENT BAR — Lagoon Aqua → Coral Ember */
#south-pacific-excursions .excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #00B7C9, #FF6F4E);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
#south-pacific-excursions .south-pacific-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0A4F52; /* Deep Reef Blue */
  margin-bottom: 12px;
}

/* LOCATION */
#south-pacific-excursions .south-pacific-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #3E5F86; /* Tropical Slate */
  margin-bottom: 16px;
}

/* SUMMARY */
#south-pacific-excursions .south-pacific-excursion-summary {
  font-size: 0.95rem;
  color: #2F3F4F; /* Ocean Slate */
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
#south-pacific-excursions .south-pacific-excursion-highlights {
  font-size: 0.9rem;
  color: #145A7A; /* Lagoon Deep */
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
#south-pacific-excursions .south-pacific-excursion-link a,
#south-pacific-excursions .south-pacific-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Official Excursion Link */
#south-pacific-excursions .south-pacific-excursion-link a {
  color: #0A4F52;
}

/* Google Maps Link */
#south-pacific-excursions .south-pacific-excursion-map a {
  color: #00B7C9;
}

/* Hover Animation */
#south-pacific-excursions .south-pacific-excursion-link a:hover,
#south-pacific-excursions .south-pacific-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  #south-pacific-excursions .south-pacific-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — SOUTH PACIFIC TRAVEL TIPS (15 tips)
   Hybrid Premium Styling
   ============================================================ */

#south-pacific-travel-tips {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFEFE 0%, #F4FAFF 100%);
}

/* LIST WRAPPER */
#south-pacific-travel-tips .south-pacific-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
#south-pacific-travel-tips .south-pacific-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
#south-pacific-travel-tips .south-pacific-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
#south-pacific-travel-tips .tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0A4F52; /* Deep Ocean Blue */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
#south-pacific-travel-tips .tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
  color: #FF6F4E; /* Coral Ember */
}

/* TIP SUMMARY */
#south-pacific-travel-tips .tip-summary {
  font-size: 0.95rem;
  color: #2F3F4F; /* Reef Slate */
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Lagoon Aqua → Coral Ember */
#south-pacific-travel-tips .tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00B7C9, #FF6F4E);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  #south-pacific-travel-tips .tip-title {
    font-size: 1.18rem;
  }
  #south-pacific-travel-tips .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — SOUTH PACIFIC PACKING CHECKLIST (Accordion)
   Hybrid Premium Styling
   ============================================================ */

#south-pacific-packing-checklist {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFEFE 0%, #F4FAFF 100%);
}

/* Accordion Wrapper */
#south-pacific-packing-checklist .packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
#south-pacific-packing-checklist .accordion-item {
  border: 2px solid rgba(20, 90, 120, 0.18);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.12);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
#south-pacific-packing-checklist .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#south-pacific-packing-checklist .accordion-header {
  width: 100%;
  background: #F8FCFF;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A4F52;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient Accent Bar */
#south-pacific-packing-checklist .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00B7C9, #FF6F4E);
}

/* Icon */
#south-pacific-packing-checklist .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
  color: #FF6F4E;
}

/* Arrow */
#south-pacific-packing-checklist .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State */
#south-pacific-packing-checklist .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#south-pacific-packing-checklist .accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #FFFFFF;
}

/* List */
#south-pacific-packing-checklist .accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#south-pacific-packing-checklist .accordion-content li {
  font-size: 0.95rem;
  color: #2F3F4F;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  #south-pacific-packing-checklist .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #south-pacific-packing-checklist .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — SOUTH PACIFIC FAQ (Accordion Layout)
   Premium Styling — Unique Colour Scheme
   ============================================================ */

#south-pacific-faq {
  padding: 80px 0;
  background: linear-gradient(180deg, #FDFEFE 0%, #F4FAFF 100%);
}

/* Accordion Wrapper */
#south-pacific-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
#south-pacific-faq .accordion-item {
  border: 2px solid rgba(10, 79, 82, 0.22); /* Deep Reef Blue */
  border-radius: 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.12);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
#south-pacific-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
#south-pacific-faq .accordion-header {
  width: 100%;
  background: #F7FBFF; /* Soft Reef Mist */
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A4F52; /* Deep Ocean Slate */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Gradient Accent Bar */
#south-pacific-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00C2D1, #FF7A4E); /* Lagoon Aqua → Coral Ember */
}

/* Hover State */
#south-pacific-faq .accordion-header:hover {
  background: #EAF7FF; /* Ocean Mist */
  color: #0A4F52;
}

/* Icon */
#south-pacific-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #FF7A4E; /* Coral Ember */
}

/* Arrow */
#south-pacific-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
#south-pacific-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
#south-pacific-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
#south-pacific-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #2F3F4F; /* Reef Slate */
  font-size: 0.95rem;
}

/* Open State Content Expansion */
#south-pacific-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  #south-pacific-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  #south-pacific-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — SOUTH PACIFIC HIGHLIGHTS & QUICK FACTS
   Premium layout — Unique colour scheme
   ============================================================ */

#south-pacific-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #E9FAFF 0%, #FFF4F0 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

#south-pacific-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

#south-pacific-highlights-facts .highlight-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #E8F9FF 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(255, 122, 78, 0.32); /* Coral Reef Ember */
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#south-pacific-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: rgba(255, 122, 78, 0.55);
}

#south-pacific-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0A4F52;
  font-weight: 700;
}

#south-pacific-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #2F3F4F;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

#south-pacific-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

#south-pacific-highlights-facts .fact-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F3FAFF 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#south-pacific-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(255, 122, 78, 0.45);
}

#south-pacific-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #0A4F52;
  margin-bottom: 8px;
}

#south-pacific-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  #south-pacific-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  #south-pacific-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  #south-pacific-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  #south-pacific-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  #south-pacific-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  #south-pacific-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — SOUTH PACIFIC CTA (PREMIUM VERSION)
   Sunset Lagoon Theme (unique)
   ============================================================ */

#south-pacific-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #FFE9D9 0%, #FFF8EC 100%);
}

/* CTA Box */
#south-pacific-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.90);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(255, 122, 78, 0.40); /* Coral Ember */
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#south-pacific-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: rgba(255, 122, 78, 0.65);
}

/* CTA Title */
#south-pacific-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0A4F52;
  margin-bottom: 20px;
}

/* CTA Subtitle */
#south-pacific-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#south-pacific-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#south-pacific-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #00C7BE 0%, #FF7A4E 100%);
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#south-pacific-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #FF7A4E 0%, #00C7BE 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #south-pacific-cta .cta-box {
    padding: 48px 30px;
  }

  #south-pacific-cta .cta-title {
    font-size: 1.75rem;
  }

  #south-pacific-cta .cta-subtitle {
    font-size: 1rem;
  }

  #south-pacific-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 3 — HERO (TRANSATLANTIC)
   Midnight Crossing Theme
   ============================================================ */

.hero-transatlantic {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #001F3F; /* Deep Atlantic base */
}

/* Background Image */
.hero-transatlantic .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('../cruise-images/regions/transatlantic-page-hero.jpg');
  transform: scale(1);
  opacity: 0;
  animation: heroFadeIn 1.8s ease forwards;
}

/* hero overlay */
.hero-transatlantic .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 31, 63, 0.55) 0%,
    rgba(10, 42, 74, 0.75) 60%,
    rgba(0, 31, 63, 0.85) 100%
  );
  opacity: 0;
  animation: overlayFadeIn 1.6s ease forwards;
}


/* Content */
.hero-transatlantic .hero-content {
  position: relative;
  text-align: center;
  color: #FAF3E8; /* Heading Ivory */
  z-index: 5;
  opacity: 0;
  animation: contentFadeUp 1.4s ease forwards;
}

.hero-transatlantic .hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.hero-transatlantic .hero-subtitle {
  font-size: 1.25rem;
  color: #0A0A0A; /* Body Slate */
  margin-bottom: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button */
.hero-transatlantic .hero-cta {
  padding: 14px 34px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 50px;
  background: linear-gradient(135deg, #008C9E 0%, #D9823B 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero-transatlantic .hero-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.32);
}

/* Animations */
@keyframes heroFadeIn {
  to { opacity: 1; transform: scale(1); }
}

@keyframes overlayFadeIn {
  to { opacity: 1; }
}

@keyframes contentFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroZoom {
  0%, 100% { transform: scale(1.05); }
  50% { transform: scale(1.08); }
}

/* ============================================================
   SECTION 5 — TRANSATLANTIC SUB-REGIONS (PREMIUM ENHANCED)
   2×2 GRID LAYOUT
   Atlantic Horizon Colour Scheme
   ============================================================ */

.region-subregions {
  padding: 90px 0;
  background: linear-gradient(180deg, #EAF2FA 0%, #DCE6F3 100%);
}

/* Title */
.region-subregions .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A1F3D;
  text-align: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.region-subregions.region-reveal .section-title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.region-subregions .section-subtitle {
  font-size: 1.15rem;
  color: #2C3E50;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.region-subregions.region-reveal .section-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PREMIUM 2×2 GRID — FIXED LAYOUT
   ============================================================ */

.premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/* Responsive: Mobile becomes 1 column */
@media (max-width: 900px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium Card */
.premium-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F3F7FC 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 31, 63, 0.12);
  border: 1px solid rgba(0, 31, 63, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 31, 63, 0.22);
  border-color: rgba(217, 130, 59, 0.55);
}

/* Card Image */
.region-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.premium-card h3 {
  font-size: 1.3rem;
  margin: 1rem 1rem 0.5rem;
  color: #0A1F3D;
}

/* Card Text */
.premium-card p {
  margin: 0 1rem 1.5rem;
  line-height: 1.6;
  color: #2C3E50;
  font-size: 1rem;
}

/* ============================================================
   SECTION 6 — TRANSATLANTIC ROUTE AREAS (PREMIUM)
   Chartroom Colour Scheme
   ============================================================ */

.region-countries {
  padding: 90px 0;
  background: linear-gradient(180deg, #F4F5F9 0%, #E6E8F0 100%);
}

/* Title */
.region-countries .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0F172A;
  text-align: center;
  margin-bottom: 22px;
}

/* Subtitle */
.region-countries .section-subtitle {
  font-size: 1.15rem;
  color: #1F2933;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
}

/* Grid */
.region-country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

@media (max-width: 900px) {
  .region-country-grid {
    grid-template-columns: 1fr;
  }
}

/* Blocks */
.country-block {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

/* Block Title */
.country-block h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0F172A;
}

/* Description */
.country-description {
  color: #1F2933;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* List */
.country-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.country-list li {
  margin-bottom: 10px;
}

/* Links */
.transatlantic-page .region-countries .country-list a {
  color: #1D4ED8;
  text-decoration: none;
  font-weight: 600;
}

.transatlantic-page .region-countries .country-list a:hover {
  color: #F97316;
  text-decoration: underline;
}

/* Arrow */
.transatlantic-page .region-countries .arrow {
  color: #F97316;
  font-weight: 700;
  margin-left: 6px;
}

/* Notes */
.country-note {
  margin-top: 10px;
  color: #1F2933;
  font-size: 0.95rem;
}

/* ============================================================
   SECTION 7 — TRANSATLANTIC SEASONALITY
   Atlantic Steel & Mist Colour Scheme
   ============================================================ */

.transatlantic-seasonality {
  padding: 90px 0;
  background: linear-gradient(180deg, #F2F4F7 0%, #E3E7EE 100%);
}

/* Title */
.transatlantic-seasonality .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0E1A2B;
  text-align: center;
  margin-bottom: 22px;
}

/* Subtitle */
.transatlantic-seasonality .section-subtitle {
  font-size: 1.15rem;
  color: #1F2A3C;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  line-height: 1.65;
}

/* BLOCK A — Seasonality Grid */
.seasonality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.seasonality-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seasonality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.seasonality-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.seasonality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BLOCK B — Timeline */
.timeline-container {
  margin-top: 1.5rem;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 120px 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.timeline-month {
  font-weight: 700;
  color: #0E1A2B;
}

.timeline-bar {
  height: 12px;
  border-radius: 6px;
}

/* Colour bars */
.timeline-bar.best {
  background: #1D6ED8;
}

.timeline-bar.good {
  background: #4C8CD8;
}

.timeline-bar.mixed {
  background: #AFC3D8;
}

.timeline-bar.avoid {
  background: #D85C5C;
}

/* BLOCK C — Best Months */
.best-months-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.best-months-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.best-months-list {
  font-weight: 700;
  color: #0E1A2B;
  margin-bottom: 0.5rem;
}

.best-months-info {
  color: #1F2A3C;
  line-height: 1.6;
}

/* BLOCK D — Regional Differences Mini-Grid */
.regional-differences {
  margin-top: 3rem;
}

.regional-title {
  font-size: 1.6rem;
  text-align: center;
  color: #0E1A2B;
  margin-bottom: 10px;
}

.regional-subtitle {
  font-size: 1rem;
  text-align: center;
  color: #1F2A3C;
  max-width: 720px;
  margin: 0 auto 24px auto;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.regional-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.regional-image-wrapper {
  height: 220px;
  overflow: hidden;
}

.regional-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.regional-months {
  margin: 0.75rem 1rem 0.25rem;
  color: #0E1A2B;
  font-weight: 600;
}

.regional-info {
  margin: 0 1rem 1.25rem;
  color: #1F2A3C;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .timeline-row {
    grid-template-columns: 100px 100px 1fr;
  }
}

@media (max-width: 768px) {
  .timeline-row {
    grid-template-columns: 80px 80px 1fr;
  }
}

/* ============================================================
   SECTION 10 — TRANSATLANTIC CRUISE REGIONS OVERVIEW
   Atlantic Deep Blue + Silver Mist Colour Scheme
   ============================================================ */

.section-10.transatlantic-regions-overview {
  position: relative;
  margin-top: 4rem;
  background: linear-gradient(180deg, #F3F5FA 0%, #E4E7EF 100%);
}

/* MAP BADGE */
.transatlantic-map-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #F7F8FB;
  border-radius: 12px;
}

.transatlantic-map-icon {
  width: 60px;
  height: 60px;
  background-color: #D9DEE8;
  border-radius: 8px;
}

.transatlantic-map-text {
  margin: 0;
  color: #1F2A3C;
}

/* REGIONS GRID */
.transatlantic-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.transatlantic-region-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.transatlantic-region-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* REGION IMAGE */
.transatlantic-region-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.transatlantic-region-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REGION CONTENT */
.transatlantic-region-content {
  padding: 1.5rem;
}

.transatlantic-region-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.transatlantic-region-icon {
  font-size: 1.6rem;
}

.transatlantic-region-title {
  margin: 0;
  color: #0E1A2B;
}

.transatlantic-region-summary {
  margin: 0.75rem 0 1.25rem;
  line-height: 1.55;
  color: #1F2A3C;
}

/* REGION LINK */
.transatlantic-region-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #1D6ED8;
  text-decoration: none;
  transition: color 0.25s ease;
}

.transatlantic-region-link:hover {
  color: #F97316;
}

.transatlantic-region-link-arrow {
  font-size: 1.2rem;
}

/* SUMMARY BLOCK */
.transatlantic-regions-summary {
  margin-top: 3rem;
  background-color: #F7F8FB;
  padding: 2rem;
  border-radius: 14px;
}

.transatlantic-regions-summary-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #0E1A2B;
}

.transatlantic-regions-summary-text {
  margin: 0;
  line-height: 1.6;
  color: #1F2A3C;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .transatlantic-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .transatlantic-regions-grid {
    grid-template-columns: 1fr;
  }

  .transatlantic-map-badge {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   SECTIONS 11–14 — TRANSATLANTIC DETAIL SECTIONS
   Atlantic Midnight & Silver Horizon Colour Scheme
   ============================================================ */

.section.transatlantic-east-detail,
.section.transatlantic-west-detail,
.section.transatlantic-north-detail,
.section.transatlantic-south-detail {
  background: linear-gradient(180deg, #EEF1F6 0%, #E3E7EF 100%);
  padding: 90px 0;
}

/* Detail Card */
.region-detail-card {
  background: #F5F7FA;
  border: 2px solid #D3D8E2;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(10, 30, 60, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.region-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(10, 30, 60, 0.16);
  border-color: #3A6EA5;
}

/* Icon */
.region-detail-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #0A1E3D;
}

/* Paragraphs */
.transatlantic-east-content p,
.transatlantic-west-content p,
.transatlantic-north-content p,
.transatlantic-south-content p {
  color: #1F2A3C;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   SECTION 16 — TRANSATLANTIC PORTS (12 ports)
   Atlantic Steel & Deep Horizon Colour Scheme
   ============================================================ */

#transatlantic-ports {
  padding: 80px 0;
  background: linear-gradient(180deg, #F1F4FA 0%, #E3E7EF 100%);
}

#transatlantic-ports .transatlantic-ports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
#transatlantic-ports .transatlantic-port-card {
  background: linear-gradient(135deg, #ffffff 0%, #F7F9FF 100%);
  border: 2px solid #0A1E3D;
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

#transatlantic-ports .transatlantic-port-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

#transatlantic-ports .transatlantic-port-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

/* TITLES */
#transatlantic-ports .transatlantic-port-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 6px;
}

#transatlantic-ports .transatlantic-port-country {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3A6EA5;
  margin-bottom: 14px;
}

/* TEXT */
#transatlantic-ports .transatlantic-port-summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #1F2A3C;
  margin-bottom: 14px;
}

#transatlantic-ports .transatlantic-port-highlights {
  font-size: 0.9rem;
  color: #0A1E3D;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  #transatlantic-ports .transatlantic-ports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  #transatlantic-ports .transatlantic-ports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  #transatlantic-ports .transatlantic-ports-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 17 — TRANSATLANTIC ITINERARIES (Hybrid Premium)
   Midnight Atlantic + Silver Wake Colour Scheme
   ============================================================ */

#transatlantic-itineraries {
  padding: 80px 0;
  background: linear-gradient(180deg, #F4F6FB 0%, #E7EBF3 100%);
}

/* GRID */
.transatlantic-itineraries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.transatlantic-itinerary-card {
  background: linear-gradient(135deg, #ffffff 0%, #F8FAFF 100%);
  border: 2px solid #0A1E3D;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.transatlantic-itinerary-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.transatlantic-itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Atlantic Silver Wake (Blue → Silver) */
.itinerary-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0A1E3D, #3A6EA5);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.transatlantic-itinerary-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 12px;
}

/* DURATION */
.transatlantic-itinerary-duration {
  font-size: 1rem;
  font-weight: 600;
  color: #3A6EA5;
  margin-bottom: 16px;
}

/* ROUTE */
.transatlantic-itinerary-route {
  font-size: 0.95rem;
  color: #1F2A3C;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* SUMMARY */
.transatlantic-itinerary-summary {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.transatlantic-itinerary-highlights {
  font-size: 0.9rem;
  color: #0A1E3D;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .transatlantic-itineraries-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 18 — TRANSATLANTIC SHORE EXCURSIONS
   Atlantic Indigo + Silver Crest Colour Scheme
   ============================================================ */

#transatlantic-excursions {
  padding: 80px 0;
  background: linear-gradient(180deg, #F5F7FC 0%, #E8ECF4 100%);
}

/* GRID */
.transatlantic-excursions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}

/* CARD */
.transatlantic-excursion-card {
  background: linear-gradient(135deg, #ffffff 0%, #F9FAFF 100%);
  border: 2px solid #142A4A; /* Atlantic Indigo */
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.35s ease;
  opacity: 0;
  transform: translateY(22px);
  position: relative;
}

/* REVEAL */
.transatlantic-excursion-card.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER */
.transatlantic-excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

/* ACCENT BAR — Silver Crest Gradient (Indigo → Silver Blue) */
.excursion-accent {
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #142A4A, #4A7BB8);
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}

/* TITLES */
.transatlantic-excursion-title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #142A4A;
  margin-bottom: 12px;
}

/* LOCATION */
.transatlantic-excursion-location {
  font-size: 1rem;
  font-weight: 600;
  color: #4A7BB8;
  margin-bottom: 16px;
}

/* SUMMARY */
.transatlantic-excursion-summary {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 16px;
}

/* HIGHLIGHTS */
.transatlantic-excursion-highlights {
  font-size: 0.9rem;
  color: #142A4A;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.transatlantic-excursion-link a,
.transatlantic-excursion-map a {
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Details Link */
.transatlantic-excursion-link a {
  color: #142A4A;
}

/* Google Maps Link */
.transatlantic-excursion-map a {
  color: #4A7BB8;
}

/* Hover */
.transatlantic-excursion-link a:hover,
.transatlantic-excursion-map a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .transatlantic-excursions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SECTION 19 — TRANSATLANTIC TRAVEL TIPS (15 tips)
   Deep Atlantic Navy + Horizon Blue Colour Scheme
   ============================================================ */

#transatlantic-travel-tips {
  padding: 80px 0;
  background: linear-gradient(180deg, #F6F8FC 0%, #E9EDF5 100%);
}

/* LIST WRAPPER */
.transatlantic-tips-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* TIP ITEM */
.transatlantic-tip-item {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* REVEAL */
.transatlantic-tip-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TIP TITLE */
.tip-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #102544; /* Deep Atlantic Navy */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TIP ICON */
.tip-title .tip-icon {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
}

/* TIP SUMMARY */
.tip-summary {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* PREMIUM DIVIDER — Horizon Blue Gradient */
.tip-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #102544, #4A7BB8);
  border-radius: 4px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tip-title {
    font-size: 1.18rem;
  }
  .tip-title .tip-icon {
    font-size: 1.45rem;
  }
}

/* ============================================================
   SECTION 20 — TRANSATLANTIC PACKING CHECKLIST (Accordion)
   Ocean Midnight + Polar Silver Colour Scheme
   ============================================================ */

#transatlantic-packing-checklist {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7F9FD 0%, #EAEFF6 100%);
}

/* Accordion Wrapper */
.packing-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Accordion Item */
.accordion-item {
  border: 2px solid rgba(16,37,68,0.18); /* Ocean Midnight */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal */
.accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.accordion-header {
  width: 100%;
  background: #F9FBFF;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #102544; /* Ocean Midnight */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Gradient Accent Bar — Polar Silver */
.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #102544, #5A8BCB); /* Midnight → Polar Silver */
}

/* Icon */
.accordion-header .accordion-icon {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Arrow */
.accordion-header .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.accordion-content {
  display: none;
  padding: 16px 20px 18px;
  background: #ffffff;
}

/* List Styling */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  font-size: 0.95rem;
  color: #1F2A3C;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .accordion-header .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 21 — TRANSATLANTIC FAQ (Accordion Layout)
   Premium Styling + Deep Atlantic Gradient
   ============================================================ */

.transatlantic-faq {
  padding: 80px 0;
}

/* Accordion Wrapper */
.transatlantic-faq .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.transatlantic-faq .accordion-item {
  border: 2px solid rgba(8,32,62,0.18);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.35s ease;
}

/* Reveal Animation */
.transatlantic-faq .accordion-item.region-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Header */
.transatlantic-faq .accordion-header {
  width: 100%;
  background: #f4f8fc;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #08203e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Deep Atlantic Gradient Accent */
.transatlantic-faq .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #003b6f, #006b9f);
}

/* Hover State */
.transatlantic-faq .accordion-header:hover {
  background: #eaf2fb;
  color: #005080;
}

/* Icon */
.transatlantic-faq .accordion-icon {
  margin-right: 10px;
  font-size: 1.4rem;
}

/* Arrow */
.transatlantic-faq .accordion-arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

/* Open State Arrow Rotation */
.transatlantic-faq .accordion-item.open .accordion-arrow {
  transform: rotate(90deg);
}

/* Accordion Content */
.transatlantic-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

/* Content Paragraph */
.transatlantic-faq .accordion-content p {
  padding: 12px 20px 20px 20px;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95rem;
}

/* Open State Content Expansion */
.transatlantic-faq .accordion-item.open .accordion-content {
  max-height: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .transatlantic-faq .accordion-header {
    font-size: 1.05rem;
    padding: 14px 16px;
  }
  .transatlantic-faq .accordion-icon {
    font-size: 1.3rem;
  }
}

/* ============================================================
   SECTION 23 — TRANSATLANTIC HIGHLIGHTS & QUICK FACTS
   Atlantic Blue / Midnight Horizon Theme
   ============================================================ */

.transatlantic-highlights-facts {
  padding: 80px 0;
  background: linear-gradient(180deg, #eaf1f9 0%, #f7faff 100%);
}

/* ------------------------------
   PART A — HIGHLIGHTS STRIP
   ------------------------------ */

.transatlantic-highlights-facts .highlights-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.transatlantic-highlights-facts .highlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(230,240,255,0.98) 100%);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  border: 1px solid rgba(0, 60, 110, 0.22);
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.transatlantic-highlights-facts .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  border-color: rgba(0, 60, 110, 0.45);
}

.transatlantic-highlights-facts .highlight-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #003b6f;
  font-weight: 700;
}

.transatlantic-highlights-facts .highlight-card p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.55;
}

/* ------------------------------
   PART B — QUICK FACTS GRID
   ------------------------------ */

.transatlantic-highlights-facts .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.transatlantic-highlights-facts .fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #e6eef9 100%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.transatlantic-highlights-facts .fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  border-color: rgba(0, 60, 110, 0.45);
}

.transatlantic-highlights-facts .fact-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #003b6f;
  margin-bottom: 8px;
}

.transatlantic-highlights-facts .fact-label {
  display: block;
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
}

/* ------------------------------
   RESPONSIVE BEHAVIOUR
   ------------------------------ */

@media (max-width: 1200px) {
  .transatlantic-highlights-facts .highlights-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .transatlantic-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .transatlantic-highlights-facts .highlights-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .transatlantic-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .transatlantic-highlights-facts .highlights-strip {
    grid-template-columns: 1fr;
  }

  .transatlantic-highlights-facts .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SECTION 24 — TRANSATLANTIC CTA (PREMIUM VERSION)
   Atlantic Horizon / Deep Ocean Theme
   ============================================================ */

#transatlantic-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #e8eff8 0%, #f7faff 100%);
}

/* CTA Box */
#transatlantic-cta .cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 60px 42px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
  border: 1px solid rgba(0, 55, 110, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#transatlantic-cta .cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.20);
  border-color: rgba(0, 55, 110, 0.45);
}

/* CTA Title */
#transatlantic-cta .cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003b6f;
  margin-bottom: 20px;
}

/* CTA Subtitle */
#transatlantic-cta .cta-subtitle {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 40px;
}

/* CTA Buttons Wrapper */
#transatlantic-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* CTA Buttons */
#transatlantic-cta .cta-button.small-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #003b6f 0%, #006b9f 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

#transatlantic-cta .cta-button.small-btn:hover {
  background: linear-gradient(135deg, #006b9f 0%, #003b6f 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 600px) {
  #transatlantic-cta .cta-box {
    padding: 48px 30px;
  }

  #transatlantic-cta .cta-title {
    font-size: 1.75rem;
  }

  #transatlantic-cta .cta-subtitle {
    font-size: 1rem;
  }

  #transatlantic-cta .cta-button.small-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   SECTION 15 AFRICA — PROFESSIONAL BUDGET CALCULATOR REDESIGN 
   ============================================================ */

/* Wrapper */
#africa-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f4f7fb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
}

/* Header */
.africa-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.africa-budget-header h2 {
    font-size: 32px;
    color: #0077cc;
    margin-bottom: 6px;
}

.africa-budget-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.africa-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #d4d9e2;
    margin: 0 auto;
}

/* Disable old two-column layout */
.africa-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — LEFT COLUMN BECOMES 4-COLUMN GRID
   ============================================================ */

.africa-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.africa-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e3e6ea;
    position: relative;
}

/* Accent bar */
.africa-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #0077cc;
    border-radius: 999px;
    margin-bottom: 10px;
}

.africa-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
}

.africa-input-block label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

.africa-input-block input,
.africa-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH GREY SECTIONS
   ============================================================ */

.africa-budget-summary {
    width: 100%;
    display: block;
}

.africa-summary-block {
    background: #e9edf3;
    border: 1px solid #d4d9e2;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
}

.africa-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
}

/* Totals */
#africa-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

#africa-total-per-person,
#africa-total-per-night {
    font-size: 15px;
    color: #555;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.africa-charts-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#africa-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#africa-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#africa-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#africa-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block (optional) */
#africa-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

/* Download buttons */
#africa-downloads button {
    padding: 10px 16px;
    background: #0077cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#africa-downloads {
    text-align: center;
    margin-top: 20px;
}

#africa-downloads button:hover {
    background: #005fa3;
}

#africa-expense-download-csv {
    padding: 10px 16px;
    background: #0077cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#africa-expense-download-csv:hover {
    background: #005fa3;
}

/* ============================================================
   EXPENSE LOG — FULL-WIDTH GREY SECTION
   ============================================================ */

.africa-expense-log {
    background: #e9edf3;
    border: 1px solid #d4d9e2;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
}

.africa-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
}

.expense-instructions {
    border: 2px solid #d9d9d9;
    padding: 20px;
    margin: 20px 0;
    background: #fafafa;
    border-radius: 8px;
}

.expense-instructions h4 {
    margin-top: 0;
}

#africa-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#africa-expense-table th {
    background: #0077cc;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#africa-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

#africa-expense-table tr:nth-child(even) {
    background: #f7f7f7;
}

/* Expense Log Input Row */
#africa-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #f7f9fc;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
}

#africa-expense-inputs input,
#africa-expense-inputs select {
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#africa-expense-inputs input:focus,
#africa-expense-inputs select:focus {
    border-color: #0077cc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 119, 204, 0.15);
}

#africa-expense-inputs select {
    height: 44px;
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

/* Edit button */
.africa-edit-expense {
    background: #1abc9c;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.africa-edit-expense:hover {
    background: #16a085;
}

/* Delete button */
.africa-delete-expense {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.africa-delete-expense:hover {
    background: #c0392b;
}

/* Add Expense button */
#africa-add-expense {
    padding: 12px 18px;
    background: #0077cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#africa-add-expense:hover {
    background: #005fa3;
}

#africa-add-expense:active {
    transform: scale(0.97);
}

/* ============================================================
   PREMIUM ROYAL BLUE BORDERS — AFRICA SECTION
   ============================================================ */

.africa-summary-block,
.africa-expense-log,
#africa-breakdown,
#africa-total,
#africa-charts,
#africa-downloads {
    border: 2px solid #005fa3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 25px;
}

.africa-summary-block h3,
.africa-expense-log h3 {
    border-bottom: 3px solid #005fa3;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Expense table borders */
#africa-expense-table {
    border: 2px solid #005fa3;
    border-radius: 8px;
    overflow: hidden;
}

#africa-expense-table th {
    background: #e3f2fd;
    color: #003d66;
    padding: 10px;
}

#africa-expense-table td {
    border-bottom: 1px solid #bbdefb;
    padding: 10px;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .africa-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .africa-budget-inputs {
        grid-template-columns: 1fr;
    }

    #africa-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ==========================================
   SECTION 22 — AFRICA PACKING LIST GENERATOR BASE LAYOUT
   ========================================== */

.packing-list-generator {
    margin: 40px 0;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.packing-list-generator .section-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.packing-list-generator .section-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.packing-container {
    display: flex;
    gap: 20px;
}

/* Left and right columns */
#left-column {
    flex: 2;
}

#right-column {
    flex: 1;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

/* ==========================================
   SECTION 22 — TRAVELLER TYPE + CATEGORY CARDS
   ========================================== */

/* Traveller Type Box */
.traveller-type {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 6px;
}

.traveller-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.traveller-type label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Category Cards */
.category-card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

/* Category Header (collapsible button) */
.category-header {
    width: 100%;
    text-align: left;
    background: #eee;
    border: none;
    padding: 12px;
    font-size: 15px;
    cursor: pointer;
}

/* Category Items (hidden until clicked) */
.category-items {
    display: none;
    padding: 12px 15px;
    background: #fafafa;
}

.category-items label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

/* ==========================================
   SECTION 22 — RIGHT COLUMN STYLING
   ========================================== */

/* Right column title */
#right-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Empty state message */
#packing-list-empty {
    background: #f7f7f7;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

/* Packing list items */
#packing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#packing-list li {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
}

/* Action buttons */
#packing-actions {
    display: flex;
    gap: 10px;
}

#packing-actions button {
    padding: 10px 14px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #0077cc;
    color: white;
}

#packing-actions button:hover {
    background: #005fa3;
}

.traveller-type-option {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.traveller-type-option.selected {
    background-color: #e8f4ff;
    border: 2px solid #4da3ff;
    box-shadow: 0 0 6px rgba(77, 163, 255, 0.4);
}

.recommended-items-block {
    padding: 10px;
    background: #f7fbff;
    border-left: 3px solid #4da3ff;
    margin-bottom: 10px;
    border-radius: 6px;
}

.recommended-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #2a6fbb;
}

.recommended-item {
    display: block;
    margin: 4px 0;
}

.recommended-tag {
    background: #4da3ff;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

.traveller-extras-block {
    padding: 10px;
    background: #fff7f0;
    border-left: 3px solid #ff9f43;
    margin-bottom: 10px;
    border-radius: 6px;
}

.traveller-extras-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #d97706;
}

.traveller-extra-item {
    display: block;
    margin: 4px 0;
}

.traveller-extra-tag {
    background: #ff9f43;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* ================================
   PACKING LIST INSTRUCTIONS (RIGHT COLUMN)
   ================================ */

.packing-instructions {
    background: #f8fafc; /* soft clean background */
    border: 1px solid #dce3eb; /* subtle border */
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.instructions-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003366; /* deep navy cruise colour */
    margin-bottom: 15px;
    text-align: left;
}

.instructions-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.instructions-list li {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #333;
}

.instructions-list li strong {
    color: #0055a5; /* ocean blue highlight */
    font-weight: 600;
}

.instructions-sublist {
    list-style-type: circle;
    padding-left: 25px;
    margin-top: 8px;
}

.instructions-sublist li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #444;
}

/* Improve spacing under Copy/Print buttons */
#packing-actions {
    margin-bottom: 20px;
}

/* Make right column feel balanced */
#right-column {
    padding-right: 10px;
}

/* CATEGORY HEADER HOVER */
.category-header {
    background: #0055a5;
    color: #fff;
    padding: 12px 15px;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.category-header:hover {
    background: #0073d1; /* lighter ocean blue */
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* COPY & PRINT BUTTONS */
#packing-actions button {
    background: #0055a5;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

#packing-actions button:hover {
    background: #0073d1; /* lighter ocean blue */
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* INSTRUCTION BLOCK HOVER */
.packing-instructions {
    background: #f8fafc;
    border: 1px solid #dce3eb;
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.packing-instructions:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transform: translateY(-1px);
}

/* ============================================================
   SECTION 15 ALASKA — PROFESSIONAL BUDGET CALCULATOR REDESIGN
   ============================================================ */

/* Wrapper */
#alaska-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #E6EEF3; /* Ice Grey */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2C5A78; /* Deep Fjord Blue */
}

/* Header */
.alaska-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.alaska-budget-header h2 {
    font-size: 32px;
    color: #4FA3D1; /* Glacier Blue */
    margin-bottom: 6px;
}

.alaska-budget-header p {
    font-size: 16px;
    color: #2C5A78;
    margin-bottom: 16px;
}

.alaska-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #BFD3DF; /* Soft glacier divider */
    margin: 0 auto;
}

/* Disable old two-column layout */
.alaska-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — LEFT COLUMN BECOMES 4-COLUMN GRID
   ============================================================ */

.alaska-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.alaska-input-block {
    background: #FFFFFF; /* Snow White */
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #D3DFE6;
    position: relative;
    transition: all 0.25s ease;
}

/* Glacier accent bar */
.alaska-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #4FA3D1; /* Glacier Blue */
    border-radius: 999px;
    margin-bottom: 10px;
}

.alaska-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #AFC7D4;
    background: #F7FBFF;
}

.alaska-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #2C5A78;
}

/* Labels */
.alaska-input-block label {
    font-size: 14px;
    color: #2C5A78;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.alaska-input-block input,
.alaska-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #B6C7D1;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH GLACIER SECTIONS
   ============================================================ */

.alaska-budget-summary {
    width: 100%;
    display: block;
}

/* Glacier grey section */
.alaska-summary-block {
    background: #E6EEF3;
    border: 1px solid #D3DFE6;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
}

.alaska-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2C5A78;
}

/* Totals */
#alaska-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #2C5A78;
    margin-bottom: 10px;
}

#alaska-total-per-person,
#alaska-total-per-night {
    font-size: 15px;
    color: #2C5A78;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.alaska-charts-title {
    text-align: center;
    font-size: 20px;
    color: #2C5A78;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#alaska-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#alaska-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#alaska-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#alaska-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block (optional) */
#alaska-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #2C5A78;
}

/* Download buttons */
#alaska-downloads button {
    padding: 10px 16px;
    background: #4FA3D1; /* Glacier Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#alaska-downloads {
    text-align: center;
    margin-top: 20px;
}

#alaska-downloads button:hover {
    background: #2C5A78; /* Deep Fjord Blue */
}

#alaska-expense-download-csv {
    padding: 10px 16px;
    background: #4FA3D1; /* Glacier Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#alaska-expense-download-csv:hover {
    background: #2C5A78; /* Deep Fjord Blue */
}

/* ============================================================
   EXPENSE LOG — FULL-WIDTH GLACIER SECTION
   ============================================================ */

.alaska-expense-log {
    background: #E6EEF3;
    border: 1px solid #D3DFE6;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
}

.alaska-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2C5A78;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #1e88e5;        /* Premium cruise blue */
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #0d47a1;                   /* Deep cruise blue */
    border-bottom: 2px solid #1e88e5;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2C5A78;
}

#alaska-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#alaska-expense-table th {
    background: #4FA3D1;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#alaska-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #2C5A78;
}

#alaska-expense-table tr:nth-child(even) {
    background: #F7FBFF;
}

/* Expense Log Input Row */
#alaska-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #F7FBFF;
    border: 1px solid #D3DFE6;
    border-radius: 8px;
}

#alaska-expense-inputs input,
#alaska-expense-inputs select {
    padding: 12px;
    border: 1px solid #B6C7D1;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#alaska-expense-inputs input:focus,
#alaska-expense-inputs select:focus {
    border-color: #4FA3D1;
    outline: none;
    box-shadow: 0 0 0 2px rgba(79, 163, 209, 0.25);
}

/* Dropdown arrow */
#alaska-expense-inputs select {
    height: 44px;
    padding: 12px;
    border: 1px solid #B6C7D1;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;

    padding-right: 40px;
}

/* Edit button */
.alaska-edit-expense {
    background: #3BB7A9; /* Aurora Teal */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.alaska-edit-expense:hover {
    background: #2C5A78;
}

/* Delete button */
.alaska-delete-expense {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.alaska-delete-expense:hover {
    background: #c0392b;
}

/* Add Expense button */
#alaska-add-expense {
    padding: 12px 18px;
    background: #4FA3D1;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#alaska-add-expense:hover {
    background: #2C5A78;
}

#alaska-add-expense:active {
    transform: scale(0.97);
}

/* ========================================================= */
/* PREMIUM BLUE BORDERS — ALASKA SECTION                     */
/* ========================================================= */

.alaska-summary-block,
.alaska-expense-log,
#alaska-breakdown,
#alaska-total,
#alaska-charts,
#alaska-downloads {
    border: 2px solid #1e88e5;        /* Premium cruise blue */
    border-radius: 10px;              /* Medium radius */
    background: #ffffff;              /* Clean white card */
    box-shadow: 0 3px 10px rgba(0,0,0,0.08); /* Soft premium shadow */
    padding: 20px;
    margin-bottom: 25px;
}

/* Make section headers stand out */
.alaska-summary-block h3,
.alaska-expense-log h3 {
    border-bottom: 3px solid #1e88e5; /* Premium blue underline */
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Expense table borders */
#alaska-expense-table {
    border: 2px solid #1e88e5;
    border-radius: 8px;
    overflow: hidden;
}

#alaska-expense-table th {
    background: #e3f2fd;              /* Light Alaska blue */
    color: #0d47a1;                   /* Deep cruise blue */
    padding: 10px;
}

#alaska-expense-table td {
    border-bottom: 1px solid #bbdefb; /* Soft blue row separators */
    padding: 10px;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .alaska-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .alaska-budget-inputs {
        grid-template-columns: 1fr;
    }

    #alaska-budget-calculator {
        padding: 20px 12px 28px;
    }
}


/* ==========================================
   SECTION 22 — ALASKA PACKING LIST GENERATOR BASE LAYOUT
   ========================================== */

.alaska-packing-list-generator {
    margin: 40px 0;
    padding: 20px;
    background-color: #FFFFFF; /* Snow White */
    border: 1px solid #D3DFE6; /* Glacier border */
    border-radius: 10px;
}

.alaska-packing-list-generator .section-title {
    font-size: 26px;
    margin-bottom: 8px;
    color: #003B5C; /* Frost Navy */
}

.alaska-packing-list-generator .section-subtitle {
    font-size: 15px;
    color: #2C5A78; /* Deep Fjord Blue */
    margin-bottom: 20px;
}

.packing-container {
    display: flex;
    gap: 20px;
}

/* Left and right columns */
#left-column {
    flex: 2;
}

#right-column {
    flex: 1;
    border-left: 1px solid #D3DFE6;
    padding-left: 20px;
    padding-right: 10px;
}

/* ==========================================
   TRAVELLER TYPE BOX
   ========================================== */

.traveller-type {
    background: #F7FBFF; /* Soft glacier white */
    padding: 15px;
    border: 1px solid #D3DFE6;
    margin-bottom: 20px;
    border-radius: 8px;
}

.traveller-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2C5A78;
}

.traveller-type label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #2C5A78;
}

.traveller-type-option {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.traveller-type-option.selected {
    background-color: #E6F4FA;
    border: 2px solid #4FA3D1; /* Glacier Blue */
    box-shadow: 0 0 6px rgba(79, 163, 209, 0.4);
}

/* ==========================================
   CATEGORY CARDS
   ========================================== */

.category-card {
    border: 1px solid #D3DFE6;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

/* Category Header (collapsible button) */
.category-header {
    width: 100%;
    text-align: left;
    background: #4FA3D1; /* Glacier Blue */
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.category-header:hover {
    background: #2C5A78; /* Deep Fjord Blue */
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Category Items (hidden until clicked) */
.category-items {
    display: none;
    padding: 12px 15px;
    background: #F7FBFF;
}

.category-items label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #2C5A78;
}

/* ==========================================
   RIGHT COLUMN — PACKING LIST
   ========================================== */

#right-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #003B5C;
}

/* Empty state message */
#packing-list-empty {
    background: #F7FBFF;
    padding: 12px;
    border: 1px solid #D3DFE6;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #2C5A78;
}

/* Packing list items */
#packing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#packing-list li {
    background: #FFFFFF;
    border: 1px solid #D3DFE6;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #2C5A78;
}

/* ==========================================
   ACTION BUTTONS
   ========================================== */

#packing-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#packing-actions button {
    background: #4FA3D1; /* Glacier Blue */
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

#packing-actions button:hover {
    background: #2C5A78; /* Deep Fjord Blue */
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* ==========================================
   RECOMMENDED ITEMS BLOCK
   ========================================== */

.recommended-items-block {
    padding: 10px;
    background: #F7FBFF;
    border-left: 3px solid #4FA3D1;
    margin-bottom: 10px;
    border-radius: 6px;
}

.recommended-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #2C5A78;
}

.recommended-item {
    display: block;
    margin: 4px 0;
}

.recommended-tag {
    background: #4FA3D1;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* ==========================================
   TRAVELLER EXTRAS BLOCK
   ========================================== */

.traveller-extras-block {
    padding: 10px;
    background: #FFF7F0;
    border-left: 3px solid #FF9F43;
    margin-bottom: 10px;
    border-radius: 6px;
}

.traveller-extras-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #D97706;
}

.traveller-extra-item {
    display: block;
    margin: 4px 0;
}

.traveller-extra-tag {
    background: #FF9F43;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* ==========================================
   INSTRUCTIONS BLOCK
   ========================================== */

.packing-instructions {
    background: #F8FAFC;
    border: 1px solid #DCE3EB;
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.packing-instructions:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transform: translateY(-1px);
}

.instructions-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003B5C;
    margin-bottom: 15px;
    text-align: left;
}

.instructions-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.instructions-list li {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #2C5A78;
}

.instructions-list li strong {
    color: #4FA3D1;
    font-weight: 600;
}

.instructions-sublist {
    list-style-type: circle;
    padding-left: 25px;
    margin-top: 8px;
}

.instructions-sublist li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #2C5A78;
}

/* ==========================================
   CUSTOM ITEMS — INPUT + BUTTON STYLING
   ========================================== */

.custom-add-box {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.custom-add-box input {
    flex: 1;
    padding: 10px;
    border: 1px solid #D3DFE6;
    border-radius: 6px;
    font-size: 14px;
    width: 85%; /* Makes the input longer horizontally */
}

.custom-add-box button {
    padding: 10px 16px;
    background: #4FA3D1; /* Glacier Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-add-box button:hover {
    background: #2C5A78; /* Deep Fjord Blue */
    transform: translateY(-2px);
}

/* ============================================================
   SECTION 15 ASIA — PROFESSIONAL BUDGET CALCULATOR (NEW COLOUR SCHEME)
   ============================================================ */

/* Wrapper */
#asia-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F3F4F6; /* Pearl Grey */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1F2937; /* Ink Black */
}

/* Header */
.asia-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.asia-budget-header h2 {
    font-size: 32px;
    color: #0F766E; /* Jade Green */
    margin-bottom: 6px;
}

.asia-budget-header p {
    font-size: 16px;
    color: #374151;
    margin-bottom: 16px;
}

.asia-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #D1D5DB;
    margin: 0 auto;
}

/* Disable old two-column layout */
.asia-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.asia-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.asia-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #E5E7EB;
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.asia-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #14B8A6; /* Ocean Teal */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.asia-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0F766E; /* Jade Green */
}

/* Labels */
.asia-input-block label {
    font-size: 14px;
    color: #374151;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.asia-input-block input,
.asia-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.asia-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #14B8A6;
    background: #F9FAFB;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS
   ============================================================ */

.asia-budget-summary {
    width: 100%;
    display: block;
}

.asia-summary-block {
    background: #E5E7EB;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
}

.asia-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1F2937;
}

/* Totals */
#asia-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #0F766E;
    margin-bottom: 10px;
}

#asia-total-per-person,
#asia-total-per-night {
    font-size: 15px;
    color: #374151;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.asia-charts-title {
    text-align: center;
    font-size: 20px;
    color: #1F2937;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#asia-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#asia-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#asia-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#asia-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block (optional) */
#asia-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #1F2937;
}

/* Download buttons */
#asia-downloads button {
    padding: 10px 16px;
    background: #EC4899; /* Sakura Pink */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#asia-downloads {
    text-align: center;
    margin-top: 20px;
}

#asia-downloads button:hover {
    background: #DB2777;
}

/* ============================================================
   EXPENSE LOG
   ============================================================ */

.asia-expense-log {
    background: #E5E7EB;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
}

.asia-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1F2937;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #0F766E;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #0F766E;
    border-bottom: 2px solid #0F766E;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #1F2937;
}

#asia-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#asia-expense-table th {
    background: #8B5CF6; /* Lotus Purple */
    color: #fff;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#asia-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    color: #1F2937;
}

#asia-expense-table tr:nth-child(even) {
    background: #F9FAFB;
}

/* Expense Log Input Row */
#asia-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #F3F4F6;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
}

#asia-expense-inputs input,
#asia-expense-inputs select {
    padding: 12px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#asia-expense-inputs input:focus,
#asia-expense-inputs select:focus {
    border-color: #14B8A6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(20, 184, 166, 0.25);
}

/* Dropdown arrow */
#asia-expense-inputs select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 44px;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Buttons */
.asia-edit-expense {
    background: #14B8A6;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.asia-edit-expense:hover {
    background: #0F766E;
}

.asia-delete-expense {
    background: #EF4444;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.asia-delete-expense:hover {
    background: #DC2626;
}

#asia-add-expense {
    padding: 12px 18px;
    background: #EC4899;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#asia-add-expense:hover {
    background: #DB2777;
}

#asia-add-expense:active {
    transform: scale(0.97);
}

/* CSV button */
#asia-expense-download-csv {
    padding: 10px 16px;
    background: #0077cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#asia-expense-download-csv:hover {
    background: #005fa3;
}

/* ============================================================
   PREMIUM BORDERS — ASIA SECTION
   ============================================================ */

.asia-summary-block,
.asia-expense-log,
#asia-breakdown,
#asia-total,
#asia-charts,
#asia-downloads {
    border: 2px solid #0F766E;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 25px;
}

.asia-summary-block h3,
.asia-expense-log h3 {
    border-bottom: 3px solid #0F766E;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Expense table borders */
#asia-expense-table {
    border: 2px solid #0F766E;
    border-radius: 8px;
    overflow: hidden;
}

#asia-expense-table th {
    background: #D1FAE5;
    color: #065F46;
    padding: 10px;
}

#asia-expense-table td {
    border-bottom: 1px solid #A7F3D0;
    padding: 10px;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .asia-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .asia-budget-inputs {
        grid-template-columns: 1fr;
    }

    #asia-budget-calculator {
        padding: 20px 12px 28px;
    }
}



/* ==========================================
   SECTION 22 — ASIA PACKING LIST GENERATOR BASE LAYOUT
   ========================================== */

.asia-packing-list-generator {
    margin: 40px 0;
    padding: 20px;
    background-color: #F3F4F6; /* Pearl Grey */
    border: 1px solid #D1D5DB; /* Soft Grey Border */
    border-radius: 10px;
}

.asia-packing-list-generator .section-title {
    font-size: 26px;
    margin-bottom: 8px;
    color: #0F766E; /* Jade Green */
}

.asia-packing-list-generator .section-subtitle {
    font-size: 15px;
    color: #374151; /* Slate Grey */
    margin-bottom: 20px;
}

.packing-container {
    display: flex;
    gap: 20px;
}

/* Left and right columns */
#left-column {
    flex: 2;
}

#right-column {
    flex: 1;
    border-left: 1px solid #D1D5DB;
    padding-left: 20px;
    padding-right: 10px;
}

/* ==========================================
   TRAVELLER TYPE BOX
   ========================================== */

.traveller-type {
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #D1D5DB;
    margin-bottom: 20px;
    border-radius: 8px;
}

.traveller-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0F766E;
}

.traveller-type label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #374151;
}

.traveller-type-option {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.traveller-type-option.selected {
    background-color: #E0F2F1;
    border: 2px solid #14B8A6; /* Ocean Teal */
    box-shadow: 0 0 6px rgba(20, 184, 166, 0.4);
}

/* ==========================================
   CATEGORY CARDS
   ========================================== */

.category-card {
    border: 1px solid #D1D5DB;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

/* Category Header (collapsible button) */
.category-header {
    width: 100%;
    text-align: left;
    background: #14B8A6; /* Ocean Teal */
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.category-header:hover {
    background: #0F766E; /* Jade Green */
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Category Items (hidden until clicked) */
.category-items {
    display: none;
    padding: 12px 15px;
    background: #FFFFFF;
}

.category-items label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #374151;
}

/* ==========================================
   RIGHT COLUMN — PACKING LIST
   ========================================== */

#right-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0F766E;
}

/* Empty state message */
#asia-packing-list-empty {
    background: #FFFFFF;
    padding: 12px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #374151;
}

/* Packing list items */
#asia-packing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#asia-packing-list li {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #1F2937;
}

/* ==========================================
   ACTION BUTTONS
   ========================================== */

#asia-packing-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#asia-packing-actions button {
    background: #EC4899; /* Sakura Pink */
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

#asia-packing-actions button:hover {
    background: #DB2777; /* Deep Sakura */
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* ==========================================
   RECOMMENDED ITEMS BLOCK
   ========================================== */

.recommended-items-block {
    padding: 10px;
    background: #F0FDFA;
    border-left: 3px solid #14B8A6;
    margin-bottom: 10px;
    border-radius: 6px;
}

.recommended-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #0F766E;
}

.recommended-item {
    display: block;
    margin: 4px 0;
}

.recommended-tag {
    background: #14B8A6;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* ==========================================
   TRAVELLER EXTRAS BLOCK
   ========================================== */

.traveller-extras-block {
    padding: 10px;
    background: #FFF7FB;
    border-left: 3px solid #EC4899;
    margin-bottom: 10px;
    border-radius: 6px;
}

.traveller-extras-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #DB2777;
}

.traveller-extra-item {
    display: block;
    margin: 4px 0;
}

.traveller-extra-tag {
    background: #EC4899;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* ==========================================
   INSTRUCTIONS BLOCK
   ========================================== */

.packing-instructions {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.packing-instructions:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transform: translateY(-1px);
}

.instructions-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F766E;
    margin-bottom: 15px;
    text-align: left;
}

.instructions-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.instructions-list li {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #374151;
}

.instructions-list li strong {
    color: #14B8A6;
    font-weight: 600;
}

.instructions-sublist {
    list-style-type: circle;
    padding-left: 25px;
    margin-top: 8px;
}

.instructions-sublist li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #374151;
}

/* ============================================================
   SECTION 15 — AUSTRALIA–NEW ZEALAND BUDGET CALCULATOR
   ============================================================ */

/* Wrapper */
#anz-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f5f9fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2b2b2b;
}

/* Header */
.anz-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.anz-budget-header h2 {
    font-size: 32px;
    color: #006d77;
    margin-bottom: 6px;
}

.anz-budget-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.anz-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #c9d6d8;
    margin: 0 auto;
}

/* Disable old two-column layout */
.anz-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.anz-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.anz-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #d7e2e4;
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.anz-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #83c5be;
    border-radius: 999px;
    margin-bottom: 10px;
}

.anz-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #006d77;
}

.anz-input-block label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

.anz-input-block input,
.anz-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #bfc9cc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.anz-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #a8c5c8;
    background: #f9fcfc;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS
   ============================================================ */

.anz-budget-summary {
    width: 100%;
    display: block;
}

.anz-summary-block {
    background: #eef4f5;
    border: 1px solid #c9d6d8;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
}

.anz-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #006d77;
}

/* Totals */
#anz-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #003840;
    margin-bottom: 10px;
}

#anz-total-per-person,
#anz-total-per-night {
    font-size: 15px;
    color: #555;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.anz-charts-title {
    text-align: center;
    font-size: 20px;
    color: #006d77;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#anz-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#anz-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#anz-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#anz-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block (optional) */
#anz-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #2b2b2b;
}

/* Download buttons */
#anz-downloads button {
    padding: 10px 16px;
    background: #006d77;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#anz-downloads {
    text-align: center;
    margin-top: 20px;
}

#anz-downloads button:hover {
    background: #00545c;
}

#anz-expense-download-csv {
    padding: 10px 16px;
    background: #006d77;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#anz-expense-download-csv:hover {
    background: #00545c;
}

/* ============================================================
   EXPENSE LOG — FULL-WIDTH GREY SECTION
   ============================================================ */

.anz-expense-log {
    background: #eef4f5;
    border: 1px solid #c9d6d8;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
}

.anz-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #006d77;
}

.expense-instructions {
    border: 2px solid #006d77;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #006d77;
    border-bottom: 2px solid #006d77;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2b2b2b;
}

#anz-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #006d77;
}

#anz-expense-table th {
    background: #cde7e5;
    color: #003840;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#anz-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #d7e2e4;
    font-size: 14px;
    color: #333;
}

#anz-expense-table tr:nth-child(even) {
    background: #f7f9fa;
}

#anz-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #f5f9fa;
    border: 1px solid #d7e2e4;
    border-radius: 8px;
}

#anz-expense-inputs input,
#anz-expense-inputs select {
    padding: 12px;
    border: 1px solid #bfc9cc;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#anz-expense-inputs input:focus,
#anz-expense-inputs select:focus {
    border-color: #006d77;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 109, 119, 0.15);
}

#anz-add-expense {
    padding: 12px 18px;
    background: #006d77;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#anz-add-expense:hover {
    background: #00545c;
}

#anz-add-expense:active {
    transform: scale(0.97);
}

.anz-edit-expense {
    background: #83c5be;
    color: #003840;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.anz-edit-expense:hover {
    background: #6fb3ac;
}

.anz-delete-expense {
    background: #e76f51;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.anz-delete-expense:hover {
    background: #d65a3f;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .anz-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .anz-budget-inputs {
        grid-template-columns: 1fr;
    }

    #anz-budget-calculator {
        padding: 20px 12px 28px;
    }
}


/* ==========================================
   SECTION 22 — AUSTRALIA–NEW ZEALAND BASE LAYOUT
   ========================================== */

.anz-packing-list-generator {
    margin: 40px 0;
    padding: 20px;
    background-color: #fdfefe; /* very soft off-white */
    border: 1px solid #d6e4e6; /* soft teal-grey border */
}

/* Titles */
.anz-packing-list-generator .section-title {
    font-size: 24px;
    margin-bottom: 8px;
    color: #0b3c4b; /* deep ocean teal */
}

.anz-packing-list-generator .section-subtitle {
    font-size: 14px;
    color: #4b6670; /* muted slate */
    margin-bottom: 20px;
}

/* Container */
.anz-packing-list-generator .packing-container {
    display: flex;
    gap: 20px;
}

/* Left and right columns */
#left-column-anz {
    flex: 2;
}

#right-column-anz {
    flex: 1;
    border-left: 1px solid #e1edf0;
    padding-left: 20px;
    padding-right: 10px;
}

/* ==========================================
   TRAVELLER TYPE + CATEGORY CARDS (ANZ)
   ========================================== */

/* Traveller Type Box */
.anz-packing-list-generator .traveller-type {
    background: #f2f8f9; /* soft teal wash */
    padding: 15px;
    border: 1px solid #c4dde2;
    margin-bottom: 20px;
    border-radius: 8px;
}

.anz-packing-list-generator .traveller-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0b3c4b;
}

.anz-packing-list-generator .traveller-type label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #2f4b55;
}

/* Traveller type option highlighting */
.traveller-type-option {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.traveller-type-option.selected {
    background-color: #e3f3f5; /* light teal highlight */
    border: 2px solid #2f9c9f; /* teal accent */
    box-shadow: 0 0 6px rgba(47, 156, 159, 0.35);
}

/* Category Cards */
.anz-packing-list-generator .category-card {
    border: 1px solid #cfdde0;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

/* Category Header (collapsible button) */
.anz-packing-list-generator .category-header {
    width: 100%;
    text-align: left;
    background: #0b3c4b; /* deep ocean teal */
    color: #ffffff;
    border: none;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    transition: all 0.25s ease;
    cursor: pointer;
}

.anz-packing-list-generator .category-header:hover {
    background: #137a82; /* brighter teal */
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Category Items (hidden until clicked) */
.anz-packing-list-generator .category-items {
    display: none;
    padding: 12px 15px;
    background: #f6fbfc; /* very soft teal-tinted background */
}

.anz-packing-list-generator .category-items label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #2f4b55;
}

/* Custom add box */
.custom-add-box {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.custom-add-box input[type="text"] {
    flex: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c4dde2;
    font-size: 14px;
}

.custom-add-box button {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    background-color: #2f9c9f;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-add-box button:hover {
    background-color: #137a82;
}

/* Custom items labels */
.custom-item {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #2f4b55;
}

.custom-item .custom-delete-btn {
    margin-left: 10px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    background-color: #b23b3b;
    color: #ffffff;
    cursor: pointer;
}

/* ==========================================
   RIGHT COLUMN STYLING (ANZ)
   ========================================== */

/* Right column title */
#right-column-anz h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0b3c4b;
}

/* Empty state message */
#anz-packing-list-empty {
    background: #f2f8f9;
    padding: 12px;
    border: 1px solid #c4dde2;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #4b6670;
}

/* Packing list items */
#anz-packing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#anz-packing-list li {
    background: #f6fbfc;
    border: 1px solid #cfdde0;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #2f4b55;
}

/* Action buttons */
#packing-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#packing-actions button#anz-save-csv {
    padding: 10px 16px;
    font-size: 0.95rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #2f9c9f; /* teal button */
    color: #ffffff;
    font-weight: 600;
    transition: all 0.25s ease;
}

#packing-actions button#anz-save-csv:hover {
    background: #137a82;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Recommended items block */
.recommended-items-block {
    padding: 10px;
    background: #eef7fb;
    border-left: 3px solid #2f9c9f;
    margin-bottom: 10px;
    border-radius: 6px;
}

.recommended-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #0b3c4b;
}

.recommended-item {
    display: block;
    margin: 4px 0;
    color: #2f4b55;
}

.recommended-tag {
    background: #2f9c9f;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* Traveller extras block */
.traveller-extras-block {
    padding: 10px;
    background: #fff7f0;
    border-left: 3px solid #f29c3b;
    margin-bottom: 10px;
    border-radius: 6px;
}

.traveller-extras-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #b86a12;
}

.traveller-extra-item {
    display: block;
    margin: 4px 0;
    color: #2f4b55;
}

.traveller-extra-tag {
    background: #f29c3b;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 6px;
}

/* PACKING LIST INSTRUCTIONS (RIGHT COLUMN) */
.anz-packing-list-generator .packing-instructions {
    background: #f6fbfc;
    border: 1px solid #d6e4e6;
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.anz-packing-list-generator .packing-instructions:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transform: translateY(-1px);
}

.instructions-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b3c4b;
    margin-bottom: 15px;
    text-align: left;
}

.instructions-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.instructions-list li {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #333;
}

.instructions-list li strong {
    color: #2f9c9f;
    font-weight: 600;
}

.instructions-sublist {
    list-style-type: circle;
    padding-left: 25px;
    margin-top: 8px;
}

.instructions-sublist li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #444;
}

/* ============================================================
   SECTION 15 — CARIBBEAN CRUISE BUDGET CALCULATOR (TROPICAL THEME)
   ============================================================ */

/* Wrapper */
#caribbean-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f2f4f7; /* Sand Grey */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
}

/* Header */
.caribbean-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.caribbean-budget-header h2 {
    font-size: 32px;
    color: #0093d1; /* Ocean Blue */
    margin-bottom: 6px;
}

.caribbean-budget-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.caribbean-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #00c2a8; /* Turquoise */
    margin: 0 auto;
}

/* Disable old two-column layout */
.caribbean-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.caribbean-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.caribbean-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e3e6ea;
    position: relative;
    transition: all 0.25s ease;
}

/* Tropical accent bar */
.caribbean-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #ff6f61; /* Coral */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.caribbean-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #003f5c; /* Deep Navy */
}

/* Labels */
.caribbean-input-block label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.caribbean-input-block input,
.caribbean-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.caribbean-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #00c2a8; /* Turquoise */
    background: #f7fafc;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH SECTIONS
   ============================================================ */

.caribbean-budget-summary {
    width: 100%;
    display: block;
}

/* Tropical grey section styling */
.caribbean-summary-block {
    background: #f2f4f7; /* Sand Grey */
    border: 2px solid #0093d1; /* Ocean Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.caribbean-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003f5c; /* Deep Navy */
    border-bottom: 3px solid #00c2a8; /* Turquoise underline */
    padding-bottom: 8px;
}

/* Totals */
#caribbean-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

#caribbean-total-per-person,
#caribbean-total-per-night {
    font-size: 15px;
    color: #555;
}

/* ============================================================
   CHARTS — OPTION A (PREMIUM LAYOUT)
   ============================================================ */

/* Centered charts heading */
.caribbean-charts-title {
    text-align: center;
    font-size: 20px;
    color: #003f5c;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#caribbean-charts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#caribbean-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#caribbean-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#caribbean-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend centered below both charts */
#caribbean-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

/* Download buttons */
#caribbean-downloads button {
    padding: 10px 16px;
    background: #0093d1; /* Ocean Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#caribbean-downloads {
    text-align: center;
    margin-top: 20px;
}

#caribbean-downloads button:hover {
    background: #0077aa;
}

/* Expense Log CSV button */
#caribbean-expense-download-csv {
    padding: 10px 16px;
    background: #00c2a8; /* Turquoise */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#caribbean-expense-download-csv:hover {
    background: #009e88;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.caribbean-expense-log {
    background: #ffffff;
    border: 2px solid #0093d1; /* Ocean Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.caribbean-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003f5c;
    border-bottom: 3px solid #00c2a8;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #0093d1;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #003f5c;
    border-bottom: 2px solid #00c2a8;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

/* Expense table */
#caribbean-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0093d1;
}

#caribbean-expense-table th {
    background: #f7b733; /* Sunset Gold */
    color: #003f5c;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#caribbean-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

#caribbean-expense-table tr:nth-child(even) {
    background: #f9fafc;
}

/* Expense Log Input Row */
#caribbean-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #f2f4f7;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
}

#caribbean-expense-inputs input,
#caribbean-expense-inputs select {
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Custom grey dropdown arrow */
#caribbean-expense-inputs select {
    height: 44px;
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;

    padding-right: 40px;
}

#caribbean-expense-inputs input:focus,
#caribbean-expense-inputs select:focus {
    border-color: #00c2a8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 194, 168, 0.15);
}

/* Add Expense button */
#caribbean-add-expense {
    padding: 12px 18px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#caribbean-add-expense:hover {
    background: #e85a4f;
}

#caribbean-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.caribbean-edit-expense {
    background: #00c2a8;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.caribbean-edit-expense:hover {
    background: #009e88;
}

/* Delete button */
.caribbean-delete-expense {
    background: #ff6f61;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.caribbean-delete-expense:hover {
    background: #e85a4f;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .caribbean-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .caribbean-budget-inputs {
        grid-template-columns: 1fr;
    }

    #caribbean-budget-calculator {
        padding: 20px 12px 28px;
    }
}



/* ============================================================
   SECTION 22 — CARIBBEAN CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.caribbean-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f2f4f7; /* Sand Grey */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER (ONLY ONE HEADER NOW)
   ============================================================ */

.caribbean-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.caribbean-packing-header h2 {
    font-size: 32px;
    color: #0093d1; /* Ocean Blue */
    margin-bottom: 6px;
}

.caribbean-packing-header p {
    font-size: 16px;
    color: #555;
}

.caribbean-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #00c2a8; /* Turquoise */
    margin: 14px auto 0;
    border-radius: 999px;
}

/* Scroll-down hint BELOW the divider */
.caribbean-scroll-hint {
    font-size: 14px;
    color: #00c2a8;
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS (Trip Details + Preferences)
   ============================================================ */

.caribbean-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.caribbean-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.caribbean-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #ff6f61; /* Coral */
    border-radius: 999px;
    margin-bottom: 10px;
}

.caribbean-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #003f5c; /* Deep Navy */
}

.caribbean-info-block label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.caribbean-info-block input,
.caribbean-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.caribbean-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #00c2a8;
    background: #f7fafc;
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.caribbean-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#caribbean-select-all-categories,
#caribbean-clear-all-categories {
    padding: 10px 16px;
    background: #0093d1; /* Ocean Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#caribbean-clear-all-categories {
    background: #ff6f61; /* Coral */
}

#caribbean-select-all-categories:hover {
    background: #0077aa;
}

#caribbean-clear-all-categories:hover {
    background: #e85a4f;
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.caribbean-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.caribbean-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #0093d1; /* Ocean Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.caribbean-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.caribbean-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.caribbean-category-header h3 {
    font-size: 18px;
    color: #003f5c;
}

.caribbean-toggle-category {
    padding: 6px 10px;
    background: #00c2a8; /* Turquoise */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.caribbean-toggle-category:hover {
    background: #009e88;
}

/* Category Items */
.caribbean-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.caribbean-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.caribbean-category-items li:last-child {
    border-bottom: none;
}

.caribbean-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.caribbean-delete-custom-item {
    background: #ff6f61;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.caribbean-delete-custom-item:hover {
    background: #e85a4f;
}

/* ============================================================
   ⭐ INSTRUCTION PANEL (horizontal, spans 2 columns)
   ============================================================ */

.caribbean-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #00c2a8; /* Turquoise */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.caribbean-instruction-panel h3 {
    font-size: 20px;
    color: #003f5c;
    margin-bottom: 12px;
}

.caribbean-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.caribbean-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.caribbean-instruction-note {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.caribbean-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #00c2a8; /* Turquoise */
    margin-bottom: 32px;
}

.caribbean-custom-items h3 {
    font-size: 20px;
    color: #003f5c;
    margin-bottom: 12px;
}

.caribbean-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.caribbean-custom-input-row input,
.caribbean-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#caribbean-add-custom-item {
    padding: 10px 16px;
    background: #ff6f61; /* Coral */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#caribbean-add-custom-item:hover {
    background: #e85a4f;
}

.caribbean-custom-hint {
    font-size: 13px;
    color: #555;
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.caribbean-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #0093d1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.caribbean-packing-summary h3 {
    font-size: 20px;
    color: #003f5c;
    margin-bottom: 10px;
}

#caribbean-packing-count {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

#caribbean-download-packing-list {
    padding: 10px 16px;
    background: #00c2a8; /* Turquoise */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#caribbean-download-packing-list:hover {
    background: #009e88;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .caribbean-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .caribbean-instruction-panel {
        grid-column: 1 / span 2;
    }

    .caribbean-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .caribbean-packing-grid {
        grid-template-columns: 1fr;
    }

    .caribbean-instruction-panel {
        grid-column: 1 / span 1;
    }

    .caribbean-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — MEDITERRANEAN CRUISE BUDGET CALCULATOR (CSS)
   ============================================================ */

/* Wrapper */
#mediterranean-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #EDE8D0; /* Sand */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #003049; /* Navy */
}

/* Header */
.mediterranean-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.mediterranean-budget-header h2 {
    font-size: 32px;
    color: #006D77; /* Deep Teal */
    margin-bottom: 6px;
}

.mediterranean-budget-header p {
    font-size: 16px;
    color: #003049; /* Navy */
    margin-bottom: 16px;
}

.mediterranean-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #83C5BE; /* Seafoam */
    margin: 0 auto;
    border-radius: 999px;
}

/* Disable old two-column layout for Option B (full-width sections) */
.mediterranean-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.mediterranean-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.mediterranean-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #C9D6D5;
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.mediterranean-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #006D77; /* Deep Teal */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.mediterranean-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #003049; /* Navy */
}

/* Labels */
.mediterranean-input-block label {
    font-size: 14px;
    color: #003049;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.mediterranean-input-block input,
.mediterranean-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #B7C4C2;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.mediterranean-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #83C5BE; /* Seafoam */
    background: #F7FAFA;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH SECTIONS
   ============================================================ */

.mediterranean-budget-summary {
    width: 100%;
    display: block;
}

/* Grey/Seafoam section styling */
.mediterranean-summary-block {
    background: #F0F7F6;
    border: 2px solid #006D77; /* Deep Teal */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.mediterranean-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003049;
    border-bottom: 3px solid #006D77;
    padding-bottom: 8px;
}

/* Totals */
#mediterranean-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #003049;
    margin-bottom: 10px;
}

#mediterranean-total-per-person,
#mediterranean-total-per-night {
    font-size: 15px;
    color: #003049;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.mediterranean-charts-title {
    text-align: center;
    font-size: 20px;
    color: #003049;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#mediterranean-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#mediterranean-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#mediterranean-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#mediterranean-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block */
#mediterranean-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #003049;
}

/* ============================================================
   DOWNLOAD BUTTONS
   ============================================================ */

#mediterranean-downloads button {
    padding: 10px 16px;
    background: #006D77; /* Deep Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#mediterranean-downloads {
    text-align: center;
    margin-top: 20px;
}

#mediterranean-downloads button:hover {
    background: #004E55; /* Darker Teal */
}

/* Expense Log CSV button */
#mediterranean-expense-download-csv {
    padding: 10px 16px;
    background: #006D77;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#mediterranean-expense-download-csv:hover {
    background: #004E55;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.mediterranean-expense-log {
    background: #F0F7F6;
    border: 2px solid #006D77;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.mediterranean-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003049;
    border-bottom: 3px solid #006D77;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #006D77;        /* Deep Teal premium border */
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #003049;                   /* Mediterranean Navy */
    border-bottom: 2px solid #83C5BE; /* Seafoam underline */
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #003049;
}


/* Expense table */
#mediterranean-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #006D77;
}

#mediterranean-expense-table th {
    background: #83C5BE; /* Seafoam */
    color: #003049;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#mediterranean-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #C9D6D5;
    font-size: 14px;
    color: #003049;
}

#mediterranean-expense-table tr:nth-child(even) {
    background: #F7FAFA;
}

/* Expense Log Input Row */
#mediterranean-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #F7FAFA;
    border: 1px solid #C9D6D5;
    border-radius: 8px;
}

#mediterranean-expense-inputs input,
#mediterranean-expense-inputs select {
    padding: 12px;
    border: 1px solid #B7C4C2;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#mediterranean-expense-inputs input:focus,
#mediterranean-expense-inputs select:focus {
    border-color: #006D77;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 109, 119, 0.15);
}

/* Dropdown arrow */
#mediterranean-expense-inputs select {

    /* REMOVE NATIVE BROWSER ARROW */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 44px;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Edit button */
.mediterranean-edit-expense {
    background: #FF6F59; /* Coral */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.mediterranean-edit-expense:hover {
    background: #E85A45;
}

/* Delete button */
.mediterranean-delete-expense {
    background: #E63946; /* Red Coral */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.mediterranean-delete-expense:hover {
    background: #C62839;
}

/* Add Expense button */
#mediterranean-add-expense {
    padding: 12px 18px;
    background: #006D77;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#mediterranean-add-expense:hover {
    background: #004E55;
}

#mediterranean-add-expense:active {
    transform: scale(0.97);
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .mediterranean-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mediterranean-budget-inputs {
        grid-template-columns: 1fr;
    }

    #mediterranean-budget-calculator {
        padding: 20px 12px 28px;
    }
}


/* ==========================================
   SECTION 22 — MEDITERRANEAN PACKING LIST GENERATOR
   ========================================== */

.mediterranean-packing-list-generator {
    margin: 40px 0;
    padding: 20px;
    background-color: #FFFFFF; /* Clean white base */
    border: 1px solid #C9D6D5; /* Soft Mediterranean border */
    border-radius: 10px;
}

.mediterranean-packing-list-generator .section-title {
    font-size: 26px;
    margin-bottom: 8px;
    color: #006D77; /* Mediterranean Teal */
}

.mediterranean-packing-list-generator .section-subtitle {
    font-size: 15px;
    color: #003049; /* Deep Navy */
    margin-bottom: 20px;
}

.packing-container {
    display: flex;
    gap: 20px;
}

/* Left and right columns */
#left-column {
    flex: 2;
}

#right-column {
    flex: 1;
    border-left: 1px solid #C9D6D5;
    padding-left: 20px;
    padding-right: 10px;
}

/* ==========================================
   TRAVELLER TYPE BOX
   ========================================== */

.traveller-type {
    background: #F0F7F6; /* Soft Aqua */
    padding: 15px;
    border: 1px solid #C9D6D5;
    margin-bottom: 20px;
    border-radius: 8px;
}

.traveller-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #006D77; /* Mediterranean Teal */
}

.traveller-type label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #003049; /* Navy */
}

.traveller-type-option {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.traveller-type-option.selected {
    background-color: #EDE8D0; /* Sand highlight */
    border: 2px solid #83C5BE; /* Seafoam border */
    box-shadow: 0 0 6px rgba(131, 197, 190, 0.4);
}

/* ==========================================
   CATEGORY CARDS
   ========================================== */

.category-card {
    border: 1px solid #C9D6D5;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

/* Category Header (collapsible button) */
.category-header {
    width: 100%;
    text-align: left;
    background: #006D77; /* Mediterranean Teal */
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.category-header:hover {
    background: #003049; /* Deep Navy */
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Category Items (hidden until clicked) */
.category-items {
    display: none;
    padding: 12px 15px;
    background: #F0F7F6; /* Soft Aqua */
}

.category-items label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #003049; /* Navy */
}

/* ==========================================
   RIGHT COLUMN — PACKING LIST
   ========================================== */

#right-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #006D77; /* Teal */
}

/* Empty state message */
#packing-list-empty {
    background: #F0F7F6;
    padding: 12px;
    border: 1px solid #C9D6D5;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #003049;
}

/* ==========================================
   FIXED — Mediterranean Packing List Styling
   (This was missing — this is why Med looked odd)
   ========================================== */

#mediterranean-packing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#mediterranean-packing-list li {
    background: #FFFFFF;
    border: 1px solid #C9D6D5;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #003049;
}

/* ==========================================
   ACTION BUTTONS
   ========================================== */

#packing-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#packing-actions button {
    background: #006D77; /* Mediterranean Teal */
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

#packing-actions button:hover {
    background: #003049; /* Deep Navy */
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* ============================================================
   SECTION 15 — MIDDLE EAST CRUISE BUDGET CALCULATOR
   ============================================================ */

/* Wrapper */
#middleeast-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #E8DCC2; /* Sandstone */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2F2F2F; /* Charcoal Grey */
}

/* Header */
.middleeast-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.middleeast-budget-header h2 {
    font-size: 32px;
    color: #0A2342; /* Midnight Blue */
    margin-bottom: 6px;
}

.middleeast-budget-header p {
    font-size: 16px;
    color: #2F2F2F;
    margin-bottom: 16px;
}

.middleeast-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #C9A86A; /* Desert Gold */
    margin: 0 auto;
}

/* Disable old two-column layout */
.middleeast-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.middleeast-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.middleeast-input-block {
    background: #FAF7F2; /* Pearl White */
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #C9A86A; /* Desert Gold */
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.middleeast-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #009688; /* Oasis Teal */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.middleeast-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0A2342; /* Midnight Blue */
}

/* Labels */
.middleeast-input-block label {
    font-size: 14px;
    color: #2F2F2F;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.middleeast-input-block input,
.middleeast-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #C9A86A; /* Desert Gold */
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #FFFFFF;
}

/* Hover effect */
.middleeast-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #009688; /* Oasis Teal */
    background: #FAF7F2;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS
   ============================================================ */

.middleeast-budget-summary {
    width: 100%;
    display: block;
}

/* Summary blocks */
.middleeast-summary-block {
    background: #E8DCC2; /* Sandstone */
    border: 2px solid #0A2342; /* Midnight Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.middleeast-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0A2342; /* Midnight Blue */
    border-bottom: 3px solid #C9A86A; /* Desert Gold */
    padding-bottom: 8px;
}

/* Totals */
#middleeast-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #2F2F2F;
    margin-bottom: 10px;
}

#middleeast-total-per-person,
#middleeast-total-per-night {
    font-size: 15px;
    color: #2F2F2F;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.middleeast-charts-title {
    text-align: center;
    font-size: 20px;
    color: #0A2342;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#middleeast-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#middleeast-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#middleeast-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#middleeast-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block */
#middleeast-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #2F2F2F;
}

/* Download buttons */
#middleeast-downloads button {
    padding: 10px 16px;
    background: #D97B2E; /* Sunset Amber */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#middleeast-downloads {
    text-align: center;
    margin-top: 20px;
}

#middleeast-downloads button:hover {
    background: #C96D24;
}

/* Expense Log CSV button */
#middleeast-expense-download-csv {
    padding: 10px 16px;
    background: #009688; /* Oasis Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#middleeast-expense-download-csv:hover {
    background: #00796B;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.middleeast-expense-log {
    background: #FAF7F2; /* Pearl White */
    border: 2px solid #0A2342; /* Midnight Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.middleeast-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0A2342;
    border-bottom: 3px solid #C9A86A;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #0A2342;
    background: #FFFFFF;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #0A2342;
    border-bottom: 2px solid #C9A86A;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2F2F2F;
}

/* Expense table */
#middleeast-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0A2342;
}

#middleeast-expense-table th {
    background: #F4C430; /* Saffron Yellow */
    color: #0A2342;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#middleeast-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #E8DCC2;
    font-size: 14px;
    color: #2F2F2F;
}

#middleeast-expense-table tr:nth-child(even) {
    background: #FAF7F2;
}

/* Expense Log Input Row */
#middleeast-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #E8DCC2;
    border: 1px solid #C9A86A;
    border-radius: 8px;
}

#middleeast-expense-inputs input,
#middleeast-expense-inputs select {
    padding: 12px;
    border: 1px solid #C9A86A;
    border-radius: 6px;
    font-size: 14px;
    background: #FFFFFF;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#middleeast-expense-inputs input:focus,
#middleeast-expense-inputs select:focus {
    border-color: #009688;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,150,136,0.15);
}

/* Add Expense button */
#middleeast-add-expense {
    padding: 12px 18px;
    background: #D97B2E;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#middleeast-add-expense:hover {
    background: #C96D24;
}

#middleeast-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.middleeast-edit-expense {
    background: #009688;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.middleeast-edit-expense:hover {
    background: #00796B;
}

/* Delete button */
.middleeast-delete-expense {
    background: #D97B2E;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.middleeast-delete-expense:hover {
    background: #C96D24;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .middleeast-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .middleeast-budget-inputs {
        grid-template-columns: 1fr;
    }

    #middleeast-budget-calculator {
        padding: 20px 12px 28px;
    }
}


/* ============================================================
   SECTION 22 — MIDDLE EAST CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.middleeast-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #E8DCC2; /* Sandstone */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER
   ============================================================ */

.middleeast-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.middleeast-packing-header h2 {
    font-size: 32px;
    color: #0A2342; /* Midnight Blue */
    margin-bottom: 6px;
}

.middleeast-packing-header p {
    font-size: 16px;
    color: #444;
}

.middleeast-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #C9A86A; /* Desert Gold */
    margin: 14px auto 0;
    border-radius: 999px;
}

/* Scroll-down hint */
.middleeast-scroll-hint {
    font-size: 14px;
    color: #009688; /* Oasis Teal */
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS (Trip Details + Preferences)
   ============================================================ */

.middleeast-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.middleeast-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #d9d4c8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.middleeast-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #D97B2E; /* Sunset Amber */
    border-radius: 999px;
    margin-bottom: 10px;
}

.middleeast-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0A2342; /* Midnight Blue */
}

.middleeast-info-block label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.middleeast-info-block input,
.middleeast-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.middleeast-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #009688; /* Oasis Teal */
    background: #f7fafc;
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.middleeast-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#middleeast-select-all-categories,
#middleeast-clear-all-categories {
    padding: 10px 16px;
    background: #009688; /* Oasis Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#middleeast-clear-all-categories {
    background: #D97B2E; /* Sunset Amber */
}

#middleeast-select-all-categories:hover {
    background: #00796b;
}

#middleeast-clear-all-categories:hover {
    background: #b86422;
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.middleeast-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.middleeast-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #009688; /* Oasis Teal */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.middleeast-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.middleeast-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.middleeast-category-header h3 {
    font-size: 18px;
    color: #0A2342; /* Midnight Blue */
}

.middleeast-toggle-category {
    padding: 6px 10px;
    background: #C9A86A; /* Desert Gold */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.middleeast-toggle-category:hover {
    background: #b08f57;
}

/* Category Items */
.middleeast-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.middleeast-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.middleeast-category-items li:last-child {
    border-bottom: none;
}

.middleeast-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.middleeast-delete-custom-item {
    background: #D97B2E; /* Sunset Amber */
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.middleeast-delete-custom-item:hover {
    background: #b86422;
}

/* ============================================================
   INSTRUCTION PANEL
   ============================================================ */

.middleeast-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #C9A86A; /* Desert Gold */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.middleeast-instruction-panel h3 {
    font-size: 20px;
    color: #0A2342;
    margin-bottom: 12px;
}

.middleeast-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.middleeast-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}


.middleeast-instruction-note {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* Inline note inside instruction list items (for long custom-items text) */
.middleeast-inline-note {
    display: inline;
}


/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.middleeast-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #009688; /* Oasis Teal */
    margin-bottom: 32px;
}

.middleeast-custom-items h3 {
    font-size: 20px;
    color: #0A2342;
    margin-bottom: 12px;
}

.middleeast-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.middleeast-custom-input-row input,
.middleeast-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#middleeast-add-custom-item {
    padding: 10px 16px;
    background: #D97B2E; /* Sunset Amber */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#middleeast-add-custom-item:hover {
    background: #b86422;
}

.middleeast-custom-hint {
    font-size: 13px;
    color: #555;
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.middleeast-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #009688; /* Oasis Teal */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.middleeast-packing-summary h3 {
    font-size: 20px;
    color: #0A2342;
    margin-bottom: 10px;
}

#middleeast-packing-count {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

#middleeast-download-packing-list {
    padding: 10px 16px;
    background: #009688; /* Oasis Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#middleeast-download-packing-list:hover {
    background: #00796b;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .middleeast-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .middleeast-instruction-panel {
        grid-column: 1 / span 2;
    }

    .middleeast-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .middleeast-packing-grid {
        grid-template-columns: 1fr;
    }

    .middleeast-instruction-panel {
        grid-column: 1 / span 1;
    }

    .middleeast-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — NORTH AMERICA CRUISE BUDGET CALCULATOR (PACIFIC THEME)
   ============================================================ */

/* Wrapper */
#northamerica-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #edf2f7;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2d3748;
}

/* Header */
.northamerica-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.northamerica-budget-header h2 {
    font-size: 32px;
    color: #2b6cb0;
    margin-bottom: 6px;
}

.northamerica-budget-header p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 16px;
}

.northamerica-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #38b2ac;
    margin: 0 auto;
}

/* Layout */
.northamerica-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.northamerica-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.northamerica-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.northamerica-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #4299e1;
    border-radius: 999px;
    margin-bottom: 10px;
}

.northamerica-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a365d;
}

.northamerica-input-block label {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 4px;
    display: block;
}

.northamerica-input-block input,
.northamerica-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.northamerica-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #3182ce;
    background: #f7fafc;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS
   ============================================================ */

.northamerica-budget-summary {
    width: 100%;
    display: block;
}

.northamerica-summary-block {
    background: #f1f5f9;
    border: 2px solid #2b6cb0;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.northamerica-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a365d;
    border-bottom: 3px solid #38b2ac;
    padding-bottom: 8px;
}

/* Totals */
#northamerica-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 10px;
}

#northamerica-total-per-person,
#northamerica-total-per-night {
    font-size: 15px;
    color: #4a5568;
}

/* ============================================================
   ⭐ OPTION A — UPDATED CHARTS LAYOUT (SIDE-BY-SIDE)
   ============================================================ */

/* Centered charts heading */
.northamerica-charts-title {
    text-align: center;
    font-size: 20px;
    color: #1a365d;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#northamerica-charts {
    display: flex;
    flex-direction: row;      /* horizontal */
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#northamerica-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#northamerica-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#northamerica-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend block (optional) */
#northamerica-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #2d3748;
}

/* Download buttons */
#northamerica-downloads button {
    padding: 10px 16px;
    background: #2b6cb0;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#northamerica-downloads {
    text-align: center;
    margin-top: 20px;
}

#northamerica-downloads button:hover {
    background: #2c5282;
}

/* Expense Log CSV button */
#northamerica-expense-download-csv {
    padding: 10px 16px;
    background: #38b2ac;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#northamerica-expense-download-csv:hover {
    background: #2c7a7b;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.northamerica-expense-log {
    background: #ffffff;
    border: 2px solid #2b6cb0;
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.northamerica-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a365d;
    border-bottom: 3px solid #38b2ac;
    padding-bottom: 8px;
}

.expense-instructions {
    border: 2px solid #2b6cb0;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #1a365d;
    border-bottom: 2px solid #38b2ac;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2d3748;
}

#northamerica-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #2b6cb0;
}

#northamerica-expense-table th {
    background: #63b3ed;
    color: #1a365d;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#northamerica-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #2d3748;
}

#northamerica-expense-table tr:nth-child(even) {
    background: #f7fafc;
}

#northamerica-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #edf2f7;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

#northamerica-expense-inputs input,
#northamerica-expense-inputs select {
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Custom dropdown arrow */
#northamerica-expense-inputs select {
    height: 44px;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

#northamerica-expense-inputs input:focus,
#northamerica-expense-inputs select:focus {
    border-color: #38b2ac;
    outline: none;
    box-shadow: 0 0 0 2px rgba(56, 178, 172, 0.15);
}

#northamerica-add-expense {
    padding: 12px 18px;
    background: #4299e1;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#northamerica-add-expense:hover {
    background: #3182ce;
}

#northamerica-add-expense:active {
    transform: scale(0.97);
}

.northamerica-edit-expense {
    background: #38b2ac;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.northamerica-edit-expense:hover {
    background: #2c7a7b;
}

.northamerica-delete-expense {
    background: #e53e3e;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.northamerica-delete-expense:hover {
    background: #c53030;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .northamerica-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .northamerica-budget-inputs {
        grid-template-columns: 1fr;
    }

    #northamerica-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ============================================================
   SECTION 22 — NORTH AMERICA CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.northamerica-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7FAFC; /* Glacier White */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER
   ============================================================ */

.northamerica-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.northamerica-packing-header h2 {
    font-size: 32px;
    color: #1A73E8; /* Pacific Blue */
    margin-bottom: 6px;
}

.northamerica-packing-header p {
    font-size: 16px;
    color: #555;
}

.northamerica-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #4CC3C8; /* Ice Teal */
    margin: 14px auto 0;
    border-radius: 999px;
}

/* Scroll-down hint */
.northamerica-scroll-hint {
    font-size: 14px;
    color: #4CC3C8;
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS (Trip Details + Preferences)
   ============================================================ */

.northamerica-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.northamerica-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #E3E6EA; /* Mist Grey */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.northamerica-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #1A73E8; /* Pacific Blue */
    border-radius: 999px;
    margin-bottom: 10px;
}

.northamerica-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0A2A43; /* Deep Coast Navy */
}

.northamerica-info-block label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.northamerica-info-block input,
.northamerica-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.northamerica-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #4CC3C8; /* Ice Teal */
    background: #F7FAFC; /* Glacier White */
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.northamerica-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#northamerica-select-all-categories,
#northamerica-clear-all-categories {
    padding: 10px 16px;
    background: #1A73E8; /* Pacific Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#northamerica-clear-all-categories {
    background: #4CC3C8; /* Ice Teal */
}

#northamerica-select-all-categories:hover {
    background: #1558B0;
}

#northamerica-clear-all-categories:hover {
    background: #3AA9AF;
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.northamerica-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.northamerica-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1A73E8; /* Pacific Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.northamerica-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.northamerica-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.northamerica-category-header h3 {
    font-size: 18px;
    color: #0A2A43; /* Deep Coast Navy */
}

.northamerica-toggle-category {
    padding: 6px 10px;
    background: #4CC3C8; /* Ice Teal */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.northamerica-toggle-category:hover {
    background: #3AA9AF;
}

/* Category Items */
.northamerica-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.northamerica-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.northamerica-category-items li:last-child {
    border-bottom: none;
}

.northamerica-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.northamerica-delete-custom-item {
    background: #E53935; /* Red tone for delete */
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.northamerica-delete-custom-item:hover {
    background: #C62828;
}

/* ============================================================
   INSTRUCTION PANEL
   ============================================================ */

.northamerica-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #4CC3C8; /* Ice Teal */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.northamerica-instruction-panel h3 {
    font-size: 20px;
    color: #0A2A43;
    margin-bottom: 12px;
}

.northamerica-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.northamerica-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.northamerica-instruction-note {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.northamerica-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #4CC3C8; /* Ice Teal */
    margin-bottom: 32px;
}

.northamerica-custom-items h3 {
    font-size: 20px;
    color: #0A2A43;
    margin-bottom: 12px;
}

.northamerica-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.northamerica-custom-input-row input,
.northamerica-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#northamerica-add-custom-item {
    padding: 10px 16px;
    background: #1A73E8; /* Pacific Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#northamerica-add-custom-item:hover {
    background: #1558B0;
}

.northamerica-custom-hint {
    font-size: 13px;
    color: #555;
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.northamerica-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1A73E8; /* Pacific Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.northamerica-packing-summary h3 {
    font-size: 20px;
    color: #0A2A43;
    margin-bottom: 10px;
}

#northamerica-packing-count {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

#northamerica-download-packing-list {
    padding: 10px 16px;
    background: #4CC3C8; /* Ice Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#northamerica-download-packing-list:hover {
    background: #3AA9AF;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .northamerica-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .northamerica-instruction-panel {
        grid-column: 1 / span 2;
    }

    .northamerica-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .northamerica-packing-grid {
        grid-template-columns: 1fr;
    }

    .northamerica-instruction-panel {
        grid-column: 1 / span 1;
    }

    .northamerica-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — NORTHERN EUROPE CRUISE BUDGET CALCULATOR
   (COOL NORTHERN THEME)
   ============================================================ */

/* Wrapper */
#northerneurope-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7FBFC; /* Glacier White */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1C2A35; /* Deep Midnight */
}

/* Header */
.northerneurope-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.northerneurope-budget-header h2 {
    font-size: 32px;
    color: #2A6F97; /* Fjord Blue */
    margin-bottom: 6px;
}

.northerneurope-budget-header p {
    font-size: 16px;
    color: #4A5A6A; /* Soft Slate */
    margin-bottom: 16px;
}

.northerneurope-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #3AAFB9; /* Nordic Teal */
    margin: 0 auto;
}

/* Layout */
.northerneurope-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.northerneurope-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.northerneurope-input-block {
    background: #FFFFFF;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #D5DDE5;
    position: relative;
    transition: all 0.25s ease;
}

/* Northern accent bar */
.northerneurope-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #6C7A89; /* Slate Grey */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.northerneurope-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1C2A35; /* Deep Midnight */
}

/* Labels */
.northerneurope-input-block label {
    font-size: 14px;
    color: #4A5A6A;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.northerneurope-input-block input,
.northerneurope-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #C3CCD6;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.northerneurope-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #3AAFB9; /* Nordic Teal */
    background: #F0F5F8;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH SECTIONS
   ============================================================ */

.northerneurope-budget-summary {
    width: 100%;
    display: block;
}

/* Cool grey section styling */
.northerneurope-summary-block {
    background: #EDF3F7; /* Cool Mist Grey */
    border: 2px solid #2A6F97; /* Fjord Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.northerneurope-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1C2A35;
    border-bottom: 3px solid #3AAFB9; /* Nordic Teal underline */
    padding-bottom: 8px;
}

/* Totals */
#northerneurope-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #1C2A35;
    margin-bottom: 10px;
}

#northerneurope-total-per-person,
#northerneurope-total-per-night {
    font-size: 15px;
    color: #4A5A6A;
}

/* ============================================================
   CHARTS — NORTHERN PALETTE
   ============================================================ */

/* Centered charts heading */
.northerneurope-charts-title {
    text-align: center;
    font-size: 20px;
    color: #1C2A35;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#northerneurope-charts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#northerneurope-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#northerneurope-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#northerneurope-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend centered below both charts */
#northerneurope-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #1C2A35;
}

/* Download buttons */
#northerneurope-downloads button {
    padding: 10px 16px;
    background: #2A6F97; /* Fjord Blue */
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#northerneurope-downloads {
    text-align: center;
    margin-top: 20px;
}

#northerneurope-downloads button:hover {
    background: #234F73; /* Darker Fjord */
}

/* Expense Log CSV button */
#northerneurope-expense-download-csv {
    padding: 10px 16px;
    background: #3AAFB9; /* Nordic Teal */
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#northerneurope-expense-download-csv:hover {
    background: #2A8F97;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.northerneurope-expense-log {
    background: #FFFFFF;
    border: 2px solid #2A6F97; /* Fjord Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.northerneurope-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1C2A35;
    border-bottom: 3px solid #3AAFB9;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #2A6F97;
    background: #FFFFFF;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #1C2A35;
    border-bottom: 2px solid #3AAFB9;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #1C2A35;
}

/* Expense table */
#northerneurope-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #2A6F97;
}

#northerneurope-expense-table th {
    background: #D5E4F2; /* Cool Blue Tint */
    color: #1C2A35;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#northerneurope-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #E5E9F0;
    font-size: 14px;
    color: #1C2A35;
}

#northerneurope-expense-table tr:nth-child(even) {
    background: #F4F7FA;
}

/* Expense Log Input Row */
#northerneurope-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #EDF3F7;
    border: 1px solid #D5DDE5;
    border-radius: 8px;
}

#northerneurope-expense-inputs input,
#northerneurope-expense-inputs select {
    padding: 12px;
    border: 1px solid #C3CCD6;
    border-radius: 6px;
    font-size: 14px;
    background: #FFFFFF;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Custom grey dropdown arrow */
#northerneurope-expense-inputs select {
    height: 44px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    background: #FFFFFF;
    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;

    padding-right: 40px;
}

#northerneurope-expense-inputs input:focus,
#northerneurope-expense-inputs select:focus {
    border-color: #3AAFB9;
    outline: none;
    box-shadow: 0 0 0 2px rgba(58, 175, 185, 0.15);
}

/* Add Expense button */
#northerneurope-add-expense {
    padding: 12px 18px;
    background: #2A6F97;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#northerneurope-add-expense:hover {
    background: #234F73;
}

#northerneurope-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.northerneurope-edit-expense {
    background: #3AAFB9;
    color: #FFFFFF;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.northerneurope-edit-expense:hover {
    background: #2A8F97;
}

/* Delete button */
.northerneurope-delete-expense {
    background: #B23A48; /* Deep Red Accent */
    color: #FFFFFF;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.northerneurope-delete-expense:hover {
    background: #8F2C38;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .northerneurope-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .northerneurope-budget-inputs {
        grid-template-columns: 1fr;
    }

    #northerneurope-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ============================================================
   SECTION 22 — NORTHERN EUROPE CRUISE PACKING LIST GENERATOR
   ============================================================ */

/* Wrapper */
.northerneurope-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7FBFC; /* Glacier White */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Header */
.northerneurope-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.northerneurope-packing-header h2 {
    font-size: 32px;
    color: #2A6F97; /* Fjord Blue */
    margin-bottom: 6px;
}

.northerneurope-packing-header p {
    font-size: 16px;
    color: #555;
}

.northerneurope-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #3AAFB9; /* Nordic Teal */
    margin: 14px auto 0;
    border-radius: 999px;
}

.northerneurope-scroll-hint {
    font-size: 14px;
    color: #3AAFB9;
    margin-top: 12px;
}

/* Info blocks */
.northerneurope-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.northerneurope-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.northerneurope-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #6C7A89; /* Slate Grey */
    border-radius: 999px;
    margin-bottom: 10px;
}

.northerneurope-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1C2A35; /* Deep Midnight */
}

.northerneurope-info-block label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.northerneurope-info-block input,
.northerneurope-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.northerneurope-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #3AAFB9;
    background: #EDF3F7; /* Cool Mist */
}

/* Category controls */
.northerneurope-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#northerneurope-select-all-categories,
#northerneurope-clear-all-categories {
    padding: 10px 16px;
    background: #2A6F97; /* Fjord Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#northerneurope-clear-all-categories {
    background: #6C7A89; /* Slate Grey */
}

#northerneurope-select-all-categories:hover {
    background: #1C4F6F;
}

#northerneurope-clear-all-categories:hover {
    background: #555f6b;
}

/* Category grid */
.northerneurope-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category card */
.northerneurope-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #2A6F97; /* Fjord Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.northerneurope-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category header */
.northerneurope-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.northerneurope-category-header h3 {
    font-size: 18px;
    color: #1C2A35;
}

.northerneurope-toggle-category {
    padding: 6px 10px;
    background: #3AAFB9; /* Nordic Teal */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.northerneurope-toggle-category:hover {
    background: #2A8A96;
}

/* Category items */
.northerneurope-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.northerneurope-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.northerneurope-category-items li:last-child {
    border-bottom: none;
}

.northerneurope-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete custom item */
.northerneurope-delete-custom-item {
    background: #6C7A89; /* Slate Grey */
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.northerneurope-delete-custom-item:hover {
    background: #555f6b;
}

/* Instruction panel */
.northerneurope-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #3AAFB9; /* Nordic Teal */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.northerneurope-instruction-panel h3 {
    font-size: 20px;
    color: #1C2A35;
    margin-bottom: 12px;
}

.northerneurope-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.northerneurope-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.northerneurope-instruction-note {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* Custom items */
.northerneurope-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #3AAFB9; /* Nordic Teal */
    margin-bottom: 32px;
}

.northerneurope-custom-items h3 {
    font-size: 20px;
    color: #1C2A35;
    margin-bottom: 12px;
}

.northerneurope-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.northerneurope-custom-input-row input,
.northerneurope-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#northerneurope-add-custom-item {
    padding: 10px 16px;
    background: #2A6F97; /* Fjord Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#northerneurope-add-custom-item:hover {
    background: #1C4F6F;
}

.northerneurope-custom-hint {
    font-size: 13px;
    color: #555;
}

/* Summary + CSV */
.northerneurope-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #2A6F97;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.northerneurope-packing-summary h3 {
    font-size: 20px;
    color: #1C2A35;
    margin-bottom: 10px;
}

#northerneurope-packing-count {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

#northerneurope-download-packing-list {
    padding: 10px 16px;
    background: #3AAFB9; /* Nordic Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#northerneurope-download-packing-list:hover {
    background: #2A8A96;
}

/* Responsive */
@media (max-width: 1024px) {
    .northerneurope-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .northerneurope-instruction-panel {
        grid-column: 1 / span 2;
    }

    .northerneurope-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .northerneurope-packing-grid {
        grid-template-columns: 1fr;
    }

    .northerneurope-instruction-panel {
        grid-column: 1 / span 1;
    }

    .northerneurope-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — SOUTH AMERICA CRUISE BUDGET CALCULATOR (MIXED PALETTE)
   ============================================================ */

/* Wrapper */
#southamerica-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7FBFC; /* Patagonia Ice White */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2C3E50; /* Patagonia Midnight Slate */
}

/* Header */
.southamerica-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.southamerica-budget-header h2 {
    font-size: 32px;
    color: #1F4E79; /* Andes Deep Blue */
    margin-bottom: 6px;
}

.southamerica-budget-header p {
    font-size: 16px;
    color: #6E7B85; /* Andes Stone Grey */
    margin-bottom: 16px;
}

.southamerica-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #2E8B57; /* Amazon Forest Green */
    margin: 0 auto;
}

/* Disable old two-column layout */
.southamerica-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.southamerica-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.southamerica-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #DDE3E8; /* Patagonia Storm Grey */
    position: relative;
    transition: all 0.25s ease;
}

/* Accent bar */
.southamerica-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #1B75BB; /* Amazon River Blue */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.southamerica-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1F4E79; /* Andes Deep Blue */
}

/* Labels */
.southamerica-input-block label {
    font-size: 14px;
    color: #6E7B85; /* Andes Stone Grey */
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.southamerica-input-block input,
.southamerica-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #C9D3DD; /* Andes Glacier Silver */
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.southamerica-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #2E8B57; /* Amazon Forest Green */
    background: #F7FBFC; /* Patagonia Ice White */
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS
   ============================================================ */

.southamerica-budget-summary {
    width: 100%;
    display: block;
}

.southamerica-summary-block {
    background: #F7FBFC; /* Patagonia Ice White */
    border: 2px solid #1F4E79; /* Andes Deep Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.southamerica-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1F4E79; /* Andes Deep Blue */
    border-bottom: 3px solid #2E8B57; /* Amazon Forest Green */
    padding-bottom: 8px;
}

/* Totals */
#southamerica-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #2C3E50; /* Patagonia Midnight Slate */
    margin-bottom: 10px;
}

#southamerica-total-per-person,
#southamerica-total-per-night {
    font-size: 15px;
    color: #6E7B85; /* Andes Stone Grey */
}

/* ============================================================
   CHARTS
   ============================================================ */

.southamerica-charts-title {
    text-align: center;
    font-size: 20px;
    color: #1F4E79;
    margin-bottom: 20px;
}

#southamerica-charts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

#southamerica-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#southamerica-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#southamerica-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

#southamerica-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #2C3E50;
}

/* ============================================================
   DOWNLOAD BUTTONS
   ============================================================ */

#southamerica-downloads button {
    padding: 10px 16px;
    background: #2E8B57; /* Amazon Forest Green */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#southamerica-downloads {
    text-align: center;
    margin-top: 20px;
}

#southamerica-downloads button:hover {
    background: #1B75BB; /* Amazon River Blue */
}

/* Expense Log CSV button */
#southamerica-expense-download-csv {
    padding: 10px 16px;
    background: #8CC63F; /* Amazon Canopy Lime */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#southamerica-expense-download-csv:hover {
    background: #2E8B57; /* Amazon Forest Green */
}

/* ============================================================
   EXPENSE LOG
   ============================================================ */

.southamerica-expense-log {
    background: #ffffff;
    border: 2px solid #1F4E79; /* Andes Deep Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.southamerica-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1F4E79;
    border-bottom: 3px solid #2E8B57;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #1F4E79;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #1F4E79;
    border-bottom: 2px solid #2E8B57;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #2C3E50;
}

/* Expense table */
#southamerica-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1F4E79;
}

#southamerica-expense-table th {
    background: #8CC63F; /* Amazon Canopy Lime */
    color: #1F4E79;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#southamerica-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #DDE3E8;
    font-size: 14px;
    color: #2C3E50;
}

#southamerica-expense-table tr:nth-child(even) {
    background: #F7FBFC; /* Patagonia Ice White */
}

/* Expense Log Input Row */
#southamerica-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #F7FBFC;
    border: 1px solid #DDE3E8;
    border-radius: 8px;
}

#southamerica-expense-inputs input,
#southamerica-expense-inputs select {
    padding: 12px;
    border: 1px solid #C9D3DD;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

#southamerica-expense-inputs input:focus,
#southamerica-expense-inputs select:focus {
    border-color: #2E8B57;
    outline: none;
    box-shadow: 0 0 0 2px rgba(46, 139, 87, 0.15);
}

/* Add Expense button */
#southamerica-add-expense {
    padding: 12px 18px;
    background: #1B75BB; /* Amazon River Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#southamerica-add-expense:hover {
    background: #2E8B57; /* Amazon Forest Green */
}

#southamerica-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.southamerica-edit-expense {
    background: #2E8B57;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.southamerica-edit-expense:hover {
    background: #1B75BB;
}

/* Delete button */
.southamerica-delete-expense {
    background: #1B75BB;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.southamerica-delete-expense:hover {
    background: #2E8B57;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .southamerica-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .southamerica-budget-inputs {
        grid-template-columns: 1fr;
    }

    #southamerica-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ============================================================
   SECTION 22 — SOUTH AMERICA CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.southamerica-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7FBFC; /* Patagonia Ice White */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER
   ============================================================ */

.southamerica-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.southamerica-packing-header h2 {
    font-size: 32px;
    color: #1F4E79; /* Andes Deep Blue */
    margin-bottom: 6px;
}

.southamerica-packing-header p {
    font-size: 16px;
    color: #6E7B85; /* Andes Stone Grey */
}

.southamerica-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #2E8B57; /* Amazon Green */
    margin: 14px auto 0;
    border-radius: 999px;
}

/* Scroll-down hint */
.southamerica-scroll-hint {
    font-size: 14px;
    color: #8CC63F; /* Canopy Lime */
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS (Trip Details + Preferences)
   ============================================================ */

.southamerica-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.southamerica-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #C9D3DD; /* Andes Glacier Silver */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.southamerica-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #1B75BB; /* River Blue */
    border-radius: 999px;
    margin-bottom: 10px;
}

.southamerica-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1F4E79; /* Andes Deep Blue */
}

.southamerica-info-block label {
    display: block;
    font-size: 14px;
    color: #6E7B85; /* Andes Stone Grey */
    margin-bottom: 4px;
}

.southamerica-info-block input,
.southamerica-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.southamerica-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #2E8B57; /* Amazon Green */
    background: #F7FBFC; /* Patagonia Ice White */
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.southamerica-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#southamerica-select-all-categories,
#southamerica-clear-all-categories {
    padding: 10px 16px;
    background: #2E8B57; /* Amazon Green */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#southamerica-clear-all-categories {
    background: #1B75BB; /* River Blue */
}

#southamerica-select-all-categories:hover {
    background: #256F46; /* Darker Amazon Green */
}

#southamerica-clear-all-categories:hover {
    background: #155A8F; /* Darker River Blue */
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.southamerica-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.southamerica-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1F4E79; /* Andes Deep Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.southamerica-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.southamerica-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.southamerica-category-header h3 {
    font-size: 18px;
    color: #1F4E79; /* Andes Deep Blue */
}

.southamerica-toggle-category {
    padding: 6px 10px;
    background: #8CC63F; /* Canopy Lime */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.southamerica-toggle-category:hover {
    background: #7AB534; /* Darker Lime */
}

/* Category Items */
.southamerica-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.southamerica-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.southamerica-category-items li:last-child {
    border-bottom: none;
}

.southamerica-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.southamerica-delete-custom-item {
    background: #1B75BB; /* River Blue */
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.southamerica-delete-custom-item:hover {
    background: #155A8F; /* Darker River Blue */
}

/* ============================================================
   INSTRUCTION PANEL
   ============================================================ */

.southamerica-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #8CC63F; /* Canopy Lime */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.southamerica-instruction-panel h3 {
    font-size: 20px;
    color: #1F4E79; /* Andes Deep Blue */
    margin-bottom: 12px;
}

.southamerica-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.southamerica-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.southamerica-instruction-note {
    font-size: 14px;
    color: #6E7B85; /* Andes Stone Grey */
    margin-top: 8px;
}

/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.southamerica-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #8CC63F; /* Canopy Lime */
    margin-bottom: 32px;
}

.southamerica-custom-items h3 {
    font-size: 20px;
    color: #1F4E79; /* Andes Deep Blue */
    margin-bottom: 12px;
}

.southamerica-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.southamerica-custom-input-row input,
.southamerica-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #C9D3DD; /* Andes Glacier Silver */
    font-size: 14px;
}

#southamerica-add-custom-item {
    padding: 10px 16px;
    background: #2E8B57; /* Amazon Green */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#southamerica-add-custom-item:hover {
    background: #256F46; /* Darker Amazon Green */
}

.southamerica-custom-hint {
    font-size: 13px;
    color: #6E7B85; /* Andes Stone Grey */
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.southamerica-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1F4E79; /* Andes Deep Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.southamerica-packing-summary h3 {
    font-size: 20px;
    color: #1F4E79; /* Andes Deep Blue */
    margin-bottom: 10px;
}

#southamerica-packing-count {
    font-size: 16px;
    color: #6E7B85; /* Andes Stone Grey */
    margin-bottom: 14px;
}

#southamerica-download-packing-list {
    padding: 10px 16px;
    background: #8CC63F; /* Canopy Lime */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#southamerica-download-packing-list:hover {
    background: #7AB534; /* Darker Lime */
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .southamerica-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .southamerica-instruction-panel {
        grid-column: 1 / span 2;
    }

    .southamerica-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .southamerica-packing-grid {
        grid-template-columns: 1fr;
    }

    .southamerica-instruction-panel {
        grid-column: 1 / span 1;
    }

    .southamerica-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — SOUTH PACIFIC CRUISE BUDGET CALCULATOR
   ============================================================ */

/* Wrapper */
#southpacific-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7F5EF; /* White Sand */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
}

/* Header */
.southpacific-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.southpacific-budget-header h2 {
    font-size: 32px;
    color: #006C8F; /* Reef Blue */
    margin-bottom: 6px;
}

.southpacific-budget-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.southpacific-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #009E9A; /* Lagoon Teal */
    margin: 0 auto;
}

/* Disable old two-column layout */
.southpacific-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.southpacific-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.southpacific-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e3e6ea;
    position: relative;
    transition: all 0.25s ease;
}

/* South Pacific accent bar */
.southpacific-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #FF8F7A; /* Coral Peach */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.southpacific-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #006C8F; /* Reef Blue */
}

/* Labels */
.southpacific-input-block label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.southpacific-input-block input,
.southpacific-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.southpacific-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #009E9A; /* Lagoon Teal */
    background: #F7F5EF; /* White Sand */
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH SECTIONS
   ============================================================ */

.southpacific-budget-summary {
    width: 100%;
    display: block;
}

/* South Pacific grey section styling */
.southpacific-summary-block {
    background: #F7F5EF; /* White Sand */
    border: 2px solid #006C8F; /* Reef Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.southpacific-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #006C8F; /* Reef Blue */
    border-bottom: 3px solid #009E9A; /* Lagoon Teal underline */
    padding-bottom: 8px;
}

/* Totals */
#southpacific-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

#southpacific-total-per-person,
#southpacific-total-per-night {
    font-size: 15px;
    color: #555;
}

/* ============================================================
   CHARTS — SOUTH PACIFIC PALETTE
   ============================================================ */

.southpacific-charts-title {
    text-align: center;
    font-size: 20px;
    color: #006C8F;
    margin-bottom: 20px;
}

#southpacific-charts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

#southpacific-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#southpacific-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#southpacific-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

#southpacific-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

/* Download buttons */
#southpacific-downloads button {
    padding: 10px 16px;
    background: #009E9A; /* Lagoon Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#southpacific-downloads {
    text-align: center;
    margin-top: 20px;
}

#southpacific-downloads button:hover {
    background: #007A76;
}

/* Expense Log CSV button */
#southpacific-expense-download-csv {
    padding: 10px 16px;
    background: #3FAF6C; /* Palm Leaf Green */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#southpacific-expense-download-csv:hover {
    background: #2E8A55;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.southpacific-expense-log {
    background: #ffffff;
    border: 2px solid #006C8F; /* Reef Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.southpacific-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #006C8F;
    border-bottom: 3px solid #009E9A;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #006C8F;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #006C8F;
    border-bottom: 2px solid #009E9A;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

/* Expense table */
#southpacific-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #006C8F;
}

#southpacific-expense-table th {
    background: #FFB27D; /* Sunset Apricot */
    color: #006C8F;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#southpacific-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

#southpacific-expense-table tr:nth-child(even) {
    background: #F7F5EF;
}

/* Expense Log Input Row */
#southpacific-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #F7F5EF;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
}

#southpacific-expense-inputs input,
#southpacific-expense-inputs select {
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Custom grey dropdown arrow */
#southpacific-expense-inputs select {
    height: 44px;
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;

    padding-right: 40px;
}

#southpacific-expense-inputs input:focus,
#southpacific-expense-inputs select:focus {
    border-color: #009E9A;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 158, 154, 0.15);
}

/* Add Expense button */
#southpacific-add-expense {
    padding: 12px 18px;
    background: #FF8F7A; /* Coral Peach */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#southpacific-add-expense:hover {
    background: #E67865;
}

#southpacific-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.southpacific-edit-expense {
    background: #009E9A; /* Lagoon Teal */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.southpacific-edit-expense:hover {
    background: #007A76;
}

/* Delete button */
.southpacific-delete-expense {
    background: #FF8F7A; /* Coral Peach */
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.southpacific-delete-expense:hover {
    background: #E67865;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .southpacific-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .southpacific-budget-inputs {
        grid-template-columns: 1fr;
    }

    #southpacific-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ============================================================
   SECTION 22 — SOUTH PACIFIC CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.southpacific-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #F7F5EF; /* White Sand */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER
   ============================================================ */

.southpacific-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.southpacific-packing-header h2 {
    font-size: 32px;
    color: #006C8F; /* Reef Blue */
    margin-bottom: 6px;
}

.southpacific-packing-header p {
    font-size: 16px;
    color: #555;
}

.southpacific-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #3FAF6C; /* Palm Leaf Green */
    margin: 14px auto 0;
    border-radius: 999px;
}

/* Scroll-down hint */
.southpacific-scroll-hint {
    font-size: 14px;
    color: #3FAF6C;
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS (Trip Details + Preferences)
   ============================================================ */

.southpacific-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.southpacific-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.southpacific-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #FF8F7A; /* Coral Peach */
    border-radius: 999px;
    margin-bottom: 10px;
}

.southpacific-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #006C8F; /* Reef Blue */
}

.southpacific-info-block label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.southpacific-info-block input,
.southpacific-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.southpacific-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #3FAF6C;
    background: #f7fafc;
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.southpacific-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#southpacific-select-all-categories,
#southpacific-clear-all-categories {
    padding: 10px 16px;
    background: #006C8F; /* Reef Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#southpacific-clear-all-categories {
    background: #FF8F7A; /* Coral Peach */
}

#southpacific-select-all-categories:hover {
    background: #00526A;
}

#southpacific-clear-all-categories:hover {
    background: #E67663;
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.southpacific-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.southpacific-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #006C8F; /* Reef Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.southpacific-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.southpacific-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.southpacific-category-header h3 {
    font-size: 18px;
    color: #006C8F;
}

.southpacific-toggle-category {
    padding: 6px 10px;
    background: #3FAF6C; /* Palm Leaf Green */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.southpacific-toggle-category:hover {
    background: #2E8C52;
}

/* Category Items */
.southpacific-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.southpacific-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.southpacific-category-items li:last-child {
    border-bottom: none;
}

.southpacific-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.southpacific-delete-custom-item {
    background: #FF8F7A;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.southpacific-delete-custom-item:hover {
    background: #E67663;
}

/* ============================================================
   INSTRUCTION PANEL
   ============================================================ */

.southpacific-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #3FAF6C; /* Palm Leaf Green */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.southpacific-instruction-panel h3 {
    font-size: 20px;
    color: #006C8F;
    margin-bottom: 12px;
}

.southpacific-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.southpacific-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.southpacific-instruction-note {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.southpacific-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #3FAF6C; /* Palm Leaf Green */
    margin-bottom: 32px;
}

.southpacific-custom-items h3 {
    font-size: 20px;
    color: #006C8F;
    margin-bottom: 12px;
}

.southpacific-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.southpacific-custom-input-row input,
.southpacific-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#southpacific-add-custom-item {
    padding: 10px 16px;
    background: #FF8F7A; /* Coral Peach */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#southpacific-add-custom-item:hover {
    background: #E67663;
}

.southpacific-custom-hint {
    font-size: 13px;
    color: #555;
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.southpacific-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #006C8F;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.southpacific-packing-summary h3 {
    font-size: 20px;
    color: #006C8F;
    margin-bottom: 10px;
}

#southpacific-packing-count {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

#southpacific-download-packing-list {
    padding: 10px 16px;
    background: #3FAF6C; /* Palm Leaf Green */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#southpacific-download-packing-list:hover {
    background: #2E8C52;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .southpacific-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .southpacific-instruction-panel {
        grid-column: 1 / span 2;
    }

    .southpacific-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .southpacific-packing-grid {
        grid-template-columns: 1fr;
    }

    .southpacific-instruction-panel {
        grid-column: 1 / span 1;
    }

    .southpacific-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SECTION 15 — TRANS‑ATLANTIC CRUISE BUDGET CALCULATOR (TROPICAL THEME)
   ============================================================ */

/* Wrapper */
#trans-budget-calculator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f2f4f7; /* Sand Grey */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
}

/* Header */
.trans-budget-header {
    text-align: center;
    margin-bottom: 32px;
}

.trans-budget-header h2 {
    font-size: 32px;
    color: #0093d1; /* Ocean Blue */
    margin-bottom: 6px;
}

.trans-budget-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.trans-budget-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #00c2a8; /* Turquoise */
    margin: 0 auto;
}

/* Disable old two-column layout */
.trans-budget-layout {
    display: block;
    width: 100%;
}

/* ============================================================
   INPUT GRID — 4-COLUMN GRID
   ============================================================ */

.trans-budget-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}

/* Input cards */
.trans-input-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e3e6ea;
    position: relative;
    transition: all 0.25s ease;
}

/* Tropical accent bar */
.trans-input-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #ff6f61; /* Coral */
    border-radius: 999px;
    margin-bottom: 10px;
}

/* Input block titles */
.trans-input-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #003f5c; /* Deep Navy */
}

/* Labels */
.trans-input-block label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

/* Inputs */
.trans-input-block input,
.trans-input-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* Hover effect */
.trans-input-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #00c2a8; /* Turquoise */
    background: #f7fafc;
}

/* ============================================================
   SUMMARY + CHARTS + DOWNLOADS — FULL-WIDTH SECTIONS
   ============================================================ */

.trans-budget-summary {
    width: 100%;
    display: block;
}

/* Tropical grey section styling */
.trans-summary-block {
    background: #f2f4f7; /* Sand Grey */
    border: 2px solid #0093d1; /* Ocean Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.trans-summary-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003f5c; /* Deep Navy */
    border-bottom: 3px solid #00c2a8; /* Turquoise underline */
    padding-bottom: 8px;
}

/* Totals */
#trans-total-amount {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

#trans-total-per-person,
#trans-total-per-night {
    font-size: 15px;
    color: #555;
}

/* ============================================================
   CHARTS — OPTION A (PREMIUM LAYOUT)
   ============================================================ */

/* Centered charts heading */
.trans-charts-title {
    text-align: center;
    font-size: 20px;
    color: #003f5c;
    margin-bottom: 20px;
}

/* Side-by-side charts */
#trans-charts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

/* Chart canvas sizing */
#trans-charts canvas {
    width: auto;
    height: auto;
    margin: 0;
}

#trans-bar-chart {
    max-width: 420px;
    max-height: 360px;
}

#trans-pie-chart {
    max-width: 360px;
    max-height: 360px;
}

/* Legend centered below both charts */
#trans-chart-legend {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

/* Download buttons */
#trans-downloads button {
    padding: 10px 16px;
    background: #0093d1; /* Ocean Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.15s ease;
}

#trans-downloads {
    text-align: center;
    margin-top: 20px;
}

#trans-downloads button:hover {
    background: #0077aa;
}

/* Expense Log CSV button */
#trans-expense-download-csv {
    padding: 10px 16px;
    background: #00c2a8; /* Turquoise */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.15s ease;
    display: block;
    width: fit-content;
}

#trans-expense-download-csv:hover {
    background: #009e88;
}

/* ============================================================
   EXPENSE LOG SECTION
   ============================================================ */

.trans-expense-log {
    background: #ffffff;
    border: 2px solid #0093d1; /* Ocean Blue */
    border-radius: 10px;
    padding: 20px 16px;
    margin-top: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.trans-expense-log h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #003f5c;
    border-bottom: 3px solid #00c2a8;
    padding-bottom: 8px;
}

/* Expense Log — Instruction Panel */
.expense-instructions {
    border: 2px solid #0093d1;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.expense-instructions h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #003f5c;
    border-bottom: 2px solid #00c2a8;
    padding-bottom: 6px;
}

.expense-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.expense-instructions li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

/* Expense table */
#trans-expense-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0093d1;
}

#trans-expense-table th {
    background: #f7b733; /* Sunset Gold */
    color: #003f5c;
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

#trans-expense-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

#trans-expense-table tr:nth-child(even) {
    background: #f9fafc;
}

/* Expense Log Input Row */
#trans-expense-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr) auto;
    gap: 14px;
    margin: 25px 0;
    align-items: center;
    padding: 15px;
    background: #f2f4f7;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
}

#trans-expense-inputs input,
#trans-expense-inputs select {
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Custom grey dropdown arrow */
#trans-expense-inputs select {
    height: 44px;
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;

    padding-right: 40px;
}

#trans-expense-inputs input:focus,
#trans-expense-inputs select:focus {
    border-color: #00c2a8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 194, 168, 0.15);
}

/* Add Expense button */
#trans-add-expense {
    padding: 12px 18px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

#trans-add-expense:hover {
    background: #e85a4f;
}

#trans-add-expense:active {
    transform: scale(0.97);
}

/* Edit button */
.trans-edit-expense {
    background: #00c2a8;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    transition: background 0.15s ease;
}

.trans-edit-expense:hover {
    background: #009e88;
}

/* Delete button */
.trans-delete-expense {
    background: #ff6f61;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s ease;
}

.trans-delete-expense:hover {
    background: #e85a4f;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .trans-budget-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .trans-budget-inputs {
        grid-template-columns: 1fr;
    }

    #trans-budget-calculator {
        padding: 20px 12px 28px;
    }
}

/* ============================================================
   SECTION 22 — TRANS‑ATLANTIC CRUISE PACKING LIST GENERATOR (CSS)
   ============================================================ */

/* Wrapper */
.transatlantic-packing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px 20px 32px;
    background: #f7f9fc; /* Cloud White */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   HEADER
   ============================================================ */

.transatlantic-packing-header {
    text-align: center;
    margin-bottom: 32px;
}

.transatlantic-packing-header h2 {
    font-size: 32px;
    color: #1a4c7c; /* Atlantic Deep Blue */
    margin-bottom: 6px;
}

.transatlantic-packing-header p {
    font-size: 16px;
    color: #5a5f68; /* Steel Grey */
}

.transatlantic-packing-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #4fa3b0; /* Ocean Mist Teal */
    margin: 14px auto 0;
    border-radius: 999px;
}

.transatlantic-scroll-hint {
    font-size: 14px;
    color: #4fa3b0;
    margin-top: 12px;
}

/* ============================================================
   INFO BLOCKS
   ============================================================ */

.transatlantic-packing-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.transatlantic-info-block {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.transatlantic-info-block::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #d4a44a; /* Crossing Gold */
    border-radius: 999px;
    margin-bottom: 10px;
}

.transatlantic-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a4c7c;
}

.transatlantic-info-block label {
    display: block;
    font-size: 14px;
    color: #5a5f68;
    margin-bottom: 4px;
}

.transatlantic-info-block input,
.transatlantic-info-block select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.transatlantic-info-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #4fa3b0;
    background: #f7fafc;
}

/* ============================================================
   CATEGORY CONTROLS
   ============================================================ */

.transatlantic-packing-controls {
    text-align: center;
    margin-bottom: 28px;
}

#transatlantic-select-all-categories,
#transatlantic-clear-all-categories {
    padding: 10px 16px;
    background: #1a4c7c; /* Atlantic Deep Blue */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.15s ease;
}

#transatlantic-clear-all-categories {
    background: #d4a44a; /* Crossing Gold */
}

#transatlantic-select-all-categories:hover {
    background: #163f66;
}

#transatlantic-clear-all-categories:hover {
    background: #b98c3f;
}

/* ============================================================
   CATEGORY GRID
   ============================================================ */

.transatlantic-packing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

/* Category Card */
.transatlantic-packing-category {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1a4c7c; /* Atlantic Deep Blue */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.transatlantic-packing-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Category Header */
.transatlantic-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.transatlantic-category-header h3 {
    font-size: 18px;
    color: #1a4c7c;
}

.transatlantic-toggle-category {
    padding: 6px 10px;
    background: #4fa3b0; /* Ocean Mist Teal */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.transatlantic-toggle-category:hover {
    background: #3e8894;
}

/* Category Items */
.transatlantic-category-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.transatlantic-category-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.transatlantic-category-items li:last-child {
    border-bottom: none;
}

.transatlantic-category-items input[type="checkbox"] {
    margin-right: 10px;
}

/* Delete Custom Item Button */
.transatlantic-delete-custom-item {
    background: #d4a44a;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.transatlantic-delete-custom-item:hover {
    background: #b98c3f;
}

/* ============================================================
   INSTRUCTION PANEL
   ============================================================ */

.transatlantic-instruction-panel {
    grid-column: 2 / span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #4fa3b0; /* Ocean Mist Teal */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.transatlantic-instruction-panel h3 {
    font-size: 20px;
    color: #1a4c7c;
    margin-bottom: 12px;
}

.transatlantic-instruction-steps {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.transatlantic-instruction-steps li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    line-height: 1.45;
}

.transatlantic-instruction-note {
    font-size: 14px;
    color: #5a5f68;
    margin-top: 8px;
}

/* ============================================================
   CUSTOM ITEMS
   ============================================================ */

.transatlantic-custom-items {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #4fa3b0;
    margin-bottom: 32px;
}

.transatlantic-custom-items h3 {
    font-size: 20px;
    color: #1a4c7c;
    margin-bottom: 12px;
}

.transatlantic-custom-input-row {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 14px;
    margin-bottom: 12px;
}

.transatlantic-custom-input-row input,
.transatlantic-custom-input-row select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c9ced6;
    font-size: 14px;
}

#transatlantic-add-custom-item {
    padding: 10px 16px;
    background: #d4a44a; /* Crossing Gold */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#transatlantic-add-custom-item:hover {
    background: #b98c3f;
}

.transatlantic-custom-hint {
    font-size: 13px;
    color: #5a5f68;
}

/* ============================================================
   SUMMARY + CSV EXPORT
   ============================================================ */

.transatlantic-packing-summary {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #1a4c7c;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.transatlantic-packing-summary h3 {
    font-size: 20px;
    color: #1a4c7c;
    margin-bottom: 10px;
}

#transatlantic-packing-count {
    font-size: 16px;
    color: #5a5f68;
    margin-bottom: 14px;
}

#transatlantic-download-packing-list {
    padding: 10px 16px;
    background: #4fa3b0; /* Ocean Mist Teal */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

#transatlantic-download-packing-list:hover {
    background: #3e8894;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1024px) {
    .transatlantic-packing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .transatlantic-instruction-panel {
        grid-column: 1 / span 2;
    }

    .transatlantic-packing-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .transatlantic-packing-grid {
        grid-template-columns: 1fr;
    }

    .transatlantic-instruction-panel {
        grid-column: 1 / span 1;
    }

    .transatlantic-custom-input-row {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   CONTACT US PAGE (ISOLATED)
================================================== */

.contact-us-page main {
    max-width: 700px;
    margin: 60px auto;
    padding: 0 20px;
}

.contact-form {
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a4c7c; /* Atlantic Deep Blue */
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #c9ced6;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 18px;
    background: #fdfdfd;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4fa3b0; /* Ocean Mist Teal */
    box-shadow: 0 0 6px rgba(79,163,176,0.25);
    outline: none;
}

.contact-form button {
    background: #1a4c7c; /* Atlantic Deep Blue */
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
}

.contact-form button:hover {
    background: #163f66;
}

/* ==================================================
   CONTACT US — ENABLE GLOBAL HEADER SYSTEM
================================================== */

.contact-us-page {
  font-family: 'Montserrat', sans-serif;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}

.contact-us-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0)
  );
  backdrop-filter: blur(4px);
}

.contact-us-page .site-header .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 14px 0;
}

.contact-us-page .logo {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0,0,0,0.75);
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.contact-us-page .main-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.contact-us-page .main-nav a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 18px;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0,0,0,0.75);
}

/* Active link underline */
.contact-us-page .main-nav a.active {
  border-bottom: 3px solid #ffffff;
}

/* Fix container padding for Contact Us */
.contact-us-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Add spacing below header */
.contact-us-page main {
    margin-top: 120px; /* matches cruise pages */
}

/* ==================================================
   SUCCESS POPUP MODAL
================================================== */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-box {
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 10px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

.modal-box h3 {
  margin-bottom: 12px;
  color: #1a4c7c; /* Atlantic Deep Blue */
  font-size: 22px;
}

.modal-box p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.modal-close-btn {
  background: #1a4c7c; /* Atlantic Deep Blue */
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.modal-close-btn:hover {
  background: #163f66;
}

/* ==================================================
   ABOUT US — ENABLE GLOBAL HEADER SYSTEM
   (Exact replica of Contact Us header)
================================================== */

.about-page {
  font-family: 'Montserrat', sans-serif;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}

.about-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0)
  );
  backdrop-filter: blur(4px);
}

.about-page .site-header .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 14px 0;
}

.about-page .logo {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0,0,0,0.75);
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.about-page .main-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.about-page .main-nav a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 18px;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0,0,0,0.75);
}

/* Active link underline */
.about-page .main-nav a[href="/about.html"] {
  border-bottom: 3px solid #ffffff;
}

/* Fix container padding for About Us */
.about-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Add spacing below header */
.about-page main {
    margin-top: 120px; /* matches cruise pages */
}

/* ==================================================
   ABOUT US PAGE — LAYOUT FIX
   (Matches Contact Us spacing)
================================================== */

.about-page main {
    max-width: 900px;      /* Wider than Contact Us because About Us is content-heavy */
    margin: 60px auto;     /* Centers the entire About Us content */
    padding: 0 20px;       /* Prevents text touching the left/right edges */
}

.about-page main {
    margin-top: 120px;   /* pushes content down below the header */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/* ==================================================
   TERMS & CONDITIONS PAGE — LAYOUT + TYPOGRAPHY
================================================== */

.terms-page {
  font-family: 'Montserrat', sans-serif;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}

.terms-page main {
  max-width: 900px;
  margin: 120px auto 60px;
  padding: 0 20px;
}

.terms-page h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #222;
}

.terms-page h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #222;
}

.terms-page p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444;
}

.terms-section {
  padding-bottom: 40px;
}

/* TERMS PAGE — HEADER FIX */
.terms-page .site-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* TERMS PAGE — FIX COPYRIGHT VISIBILITY */
.terms-page .footer-bottom p {
    color: #ffffff !important;
}

/* ==================================================
   PRIVACY POLICY — PAGE LAYOUT (ISOLATED)
   Body class: .privacy-page
   This CSS affects ONLY the Privacy Policy page.
================================================== */

.privacy-page {
  font-family: 'Montserrat', sans-serif;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}

/* Push content below global floating header */
.privacy-page main {
  margin-top: 120px; /* Matches About Us / Contact Us spacing */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* ==================================================
   LEGAL PAGE STRUCTURE
================================================== */

.legal-page-wrapper {
  padding-bottom: 60px; /* Space above footer */
}

.legal-section {
  margin-bottom: 40px;
}

.legal-heading {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}

.legal-updated-date {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 30px;
}

.legal-subheading {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.legal-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}

.legal-list {
  margin: 0 0 20px 20px;
  padding: 0;
}

.legal-list li {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #444;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 600px) {
  .privacy-page main {
    margin-top: 100px;
    padding: 0 16px;
  }

  .legal-heading {
    font-size: 1.6rem;
  }

  .legal-subheading {
    font-size: 1.25rem;
  }
}
