/*
 * Luxor & Aswan Travel — Cruise page refinements
 * Load this file after /css/new/style.css.
 */

/* ==================================================
   HERO GALLERY / VIDEO BUTTONS
================================================== */

.hero-section .hero-buttons {
  position: relative;
  z-index: 20;
  margin-top: 25px;
}

.hero-section .hero-buttons .btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hero-section .hero-buttons .theme-btn {
  display: inline-flex;
  min-width: 148px;
  min-height: 48px;
  padding: 11px 21px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(7, 18, 38, 0.22);
  transform: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.hero-section .hero-buttons .theme-btn i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.hero-section .hero-buttons .gallery-btn {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--gradient-gold);
  color: var(--primary-navy) !important;
}

.hero-section .hero-buttons .gallery-btn i {
  background: rgba(28, 50, 92, 0.1);
  color: var(--primary-navy);
}

.hero-section .hero-buttons .video-btn {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(16, 34, 62, 0.62);
  color: #ffffff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-section .hero-buttons .video-btn i {
  background: rgba(197, 149, 91, 0.2);
  color: #e5bd7d;
}

.hero-section .hero-buttons .theme-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .hero-section .hero-buttons .theme-btn:hover {
    transform: translateY(-2px);
  }

  .hero-section .hero-buttons .gallery-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: var(--gradient-gold);
    color: var(--primary-navy) !important;
    box-shadow: 0 10px 26px rgba(197, 149, 91, 0.42);
  }

  .hero-section .hero-buttons .video-btn:hover {
    border-color: var(--rich-gold);
    background: rgba(28, 50, 92, 0.86);
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(7, 18, 38, 0.35);
  }
}

/* ==================================================
   ITINERARY
================================================== */

#itinerary .itinerary-main-title {
  margin-bottom: 45px !important;
}

#itinerary .itinerary-program-title {
  margin: 0 0 18px;
  padding: 0;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

#itinerary .day-card {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgba(197, 149, 91, 0.2);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(28, 50, 92, 0.08);
  transform: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

#itinerary .day-header {
  display: flex;
  width: 100%;
  min-height: 68px;
  padding: 14px 18px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: var(--gradient-hero);
  color: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

#itinerary .day-header:hover {
  background: var(--gradient-hero);
}

#itinerary .day-header:focus-visible {
  outline: 3px solid rgba(197, 149, 91, 0.8);
  outline-offset: -3px;
}

#itinerary .day-number {
  display: flex;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gradient-gold);
  box-shadow: 0 4px 12px rgba(197, 149, 91, 0.3);
  color: var(--primary-navy);
  font-size: 16px;
  font-weight: 700;
}

#itinerary .day-header:hover .day-number {
  transform: none;
}

#itinerary .day-title {
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  line-height: 1.4;
}

/* Closed itinerary day: arrow points down. */
#itinerary .day-header .collapse-icon {
  min-width: 20px;
  margin-left: auto !important;
  color: var(--rich-gold);
  font-size: 18px;
  line-height: 1;
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease;
}

/* Open itinerary day: arrow points up. */
#itinerary .day-header[aria-expanded="true"] .collapse-icon {
  transform: rotate(180deg) !important;
}

#itinerary .day-content {
  padding: 25px;
  background: #ffffff;
}

#itinerary .day-description {
  margin: 0 0 16px;
  color: var(--charcoal-deep);
  font-size: 15px;
  line-height: 1.75;
}

#itinerary .day-description:last-child {
  margin-bottom: 0;
}

/* ==================================================
   ITINERARY TOUR CARDS
================================================== */

#itinerary .tour-section {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-left: 3px solid var(--rich-gold);
  border-radius: 12px;
  background: var(--gradient-elegant);
}

#itinerary .tour-title {
  display: flex;
  margin: 0 0 14px;
  align-items: center;
  gap: 10px;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

#itinerary .tour-title::before,
#itinerary .site-name::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: var(--gradient-gold);
  box-shadow: 0 0 0 4px rgba(197, 149, 91, 0.14);
}

#itinerary .site-highlight {
  margin: 12px 0;
  padding: 16px;
  border: 1px solid rgba(197, 149, 91, 0.2);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(28, 50, 92, 0.04);
  transform: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

#itinerary .site-highlight:first-of-type {
  margin-top: 0;
}

#itinerary .site-highlight:last-child {
  margin-bottom: 0;
}

#itinerary .site-name {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  gap: 10px;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

#itinerary .optional-experience {
  position: relative;
  margin: 18px 0;
  padding: 18px;
  overflow: hidden;
  border: 1px dashed var(--rich-gold);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff8eb 0%, #fffdf8 100%);
}

#itinerary .optional-experience::before {
  display: none;
}

#itinerary .optional-experience::after {
  content: "OPTIONAL";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 8px;
  border-radius: 20px;
  background: var(--rich-gold);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

#itinerary .optional-title {
  display: flex;
  margin: 0 90px 12px 0;
  align-items: center;
  gap: 9px;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

#itinerary .optional-title::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: var(--rich-gold);
  box-shadow: 0 0 0 4px rgba(197, 149, 91, 0.14);
}

#itinerary .excursion-details {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

#itinerary .excursion-details li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(197, 149, 91, 0.12);
  color: var(--charcoal-deep);
  font-size: 14px;
  line-height: 1.6;
}

#itinerary .excursion-details li:last-child {
  border-bottom: 0;
}

#itinerary .excursion-details li::before {
  content: "→";
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--rich-gold);
  font-weight: 700;
}

#itinerary .meals-included {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-left: 3px solid var(--rich-gold);
  border-radius: 12px;
  background: var(--light-sand);
}

#itinerary .meals-title {
  margin: 0 0 12px;
  color: var(--primary-navy);
  font-size: 13px;
  font-weight: 700;
}

#itinerary .meals-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#itinerary .meal-tag {
  padding: 7px 14px;
  border-radius: 20px;
  background: var(--gradient-gold);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

#itinerary .meal-tag:hover {
  background: var(--gradient-gold);
  transform: none;
}

#itinerary .summary-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e3e7eb;
}

#itinerary .summary-column {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-left: 3px solid var(--rich-gold);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(28, 50, 92, 0.05);
}

#itinerary .summary-column h5 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  color: var(--primary-navy);
  font-size: 15px;
  font-weight: 600;
}

#itinerary .list-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#itinerary .list-items li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 18px;
  color: #555f69;
  font-size: 13px;
  line-height: 1.55;
}

#itinerary .list-items li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--rich-gold);
  font-weight: 700;
}

/* ==================================================
   CRUISE FACT SHEET
================================================== */

#itinerary .fact-sheet-section {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 22px rgba(28, 50, 92, 0.07);
}

#itinerary .fact-sheet-title {
  margin: 0 0 14px;
  padding: 0;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

#itinerary .fact-sheet-card {
  padding: 15px 17px;
  border: 1px solid rgba(197, 149, 91, 0.16);
  border-radius: 12px;
  background: var(--light-sand);
  box-shadow: none;
}

#itinerary .fact-sheet-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  color: var(--primary-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

#itinerary .fact-sheet-link img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 7px;
  border-radius: 9px;
  background: var(--rich-gold);
  object-fit: contain;
}

#itinerary .fact-sheet-link span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
}

/* ==================================================
   ABOUT THE CRUISE
================================================== */

.cruise-about-section .about-section {
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-radius: 16px;
  background: var(--gradient-elegant);
  box-shadow: 0 6px 22px rgba(28, 50, 92, 0.06);
}

.cruise-about-section .about-content > p {
  margin: 0 0 16px;
  color: var(--charcoal-deep);
  font-size: 16px;
  line-height: 1.75;
}

.cruise-about-section .about-content > p:last-of-type {
  margin-bottom: 0;
}

.cruise-about-section .about-content a {
  color: var(--primary-navy);
  font-weight: 600;
  text-decoration-color: rgba(197, 149, 91, 0.65);
  text-underline-offset: 3px;
}

.cruise-about-section .about-content a:hover {
  color: var(--rich-gold);
}

.cruise-about-section .cruise-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 22px 0 6px;
}

.cruise-about-section .detail-item {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 13px 14px;
  align-items: flex-start;
  border: 1px solid rgba(197, 149, 91, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--charcoal-deep);
  font-size: 14px;
  line-height: 1.55;
}

.cruise-about-section .detail-item i {
  width: 21px;
  min-width: 21px;
  margin: 2px 10px 0 0;
  color: var(--rich-gold);
  font-size: 17px;
  text-align: center;
}

.cruise-about-section .detail-item strong {
  color: var(--primary-navy);
  font-weight: 700;
}

.cruise-about-section .about-facilities-card {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(197, 149, 91, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 7px 24px rgba(28, 50, 92, 0.07);
}

.cruise-about-section .facilities-title {
  margin: 0 0 17px;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.cruise-about-section .facilities-content {
  color: var(--charcoal-deep);
  font-size: 15px;
  line-height: 1.65;
}

.cruise-about-section .facilities-content > p,
.cruise-about-section .facilities-content > div {
  margin: 18px 0 9px;
  color: var(--primary-navy);
  font-size: 15px;
  line-height: 1.4;
}

.cruise-about-section .facilities-content > p:first-child,
.cruise-about-section .facilities-content > div:first-child {
  margin-top: 0;
}

.cruise-about-section .facilities-content ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.cruise-about-section .facilities-content li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid rgba(28, 50, 92, 0.07);
  color: #555f69;
  font-size: 14px;
  line-height: 1.55;
}

.cruise-about-section .facilities-content li:last-child {
  border-bottom: 0;
}

.cruise-about-section .facilities-content li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rich-gold);
}

.cruise-about-section .facilities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 20px 0 0;
}

.cruise-about-section .facility-item {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(197, 149, 91, 0.13);
  border-radius: 10px;
  background: var(--gradient-elegant);
  color: var(--charcoal-deep);
  font-size: 13px;
  line-height: 1.4;
}

.cruise-about-section .facility-item i {
  margin-right: 9px;
  color: var(--rich-gold);
  font-size: 17px;
}

/* ==================================================
   INCLUDED / NOT INCLUDED
================================================== */

.compact-section-title {
  margin-bottom: 17px;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
}

.compact-section-title::after {
  bottom: -8px;
  width: 52px;
  height: 3px;
}

.compact-section-subtitle {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.65;
}

.cruise-inclusions-section .inclusion-card,
.cruise-inclusions-section .exclusion-card {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(197, 149, 91, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 7px 24px rgba(28, 50, 92, 0.07);
}

.cruise-inclusions-section .inclusion-card {
  margin-bottom: 18px;
  border-left: 3px solid var(--rich-gold);
}

.cruise-inclusions-section .exclusion-card {
  border-left: 3px solid #9da5ad;
}

.cruise-inclusions-section .inclusion-card-title {
  margin: 0 0 16px;
  color: var(--primary-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.cruise-inclusions-section .styled-includes ul,
.cruise-inclusions-section .styled-excludes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cruise-inclusions-section .styled-includes li,
.cruise-inclusions-section .styled-excludes li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(28, 50, 92, 0.08);
  color: var(--charcoal-deep);
  font-size: 14px;
  line-height: 1.65;
}

.cruise-inclusions-section .styled-includes li:last-child,
.cruise-inclusions-section .styled-excludes li:last-child {
  border-bottom: 0;
}

.cruise-inclusions-section .styled-includes li::before,
.cruise-inclusions-section .styled-excludes li::before {
  top: 11px;
  font-size: 15px;
}

.cruise-inclusions-section .styled-includes li::before {
  color: var(--rich-gold);
}

.cruise-inclusions-section .styled-excludes li::before {
  color: #8a949d;
}

.cruise-inclusions-section .styled-includes li p,
.cruise-inclusions-section .styled-excludes li p {
  margin: 7px 0 0;
  color: #5b6470;
  font-size: 13px;
  line-height: 1.6;
}

/* ==================================================
   PRICING & PACKAGES
================================================== */

.cruise-pricing-section .pricing-section {
  margin-bottom: 36px;
}

.cruise-pricing-section .pricing-card {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(197, 149, 91, 0.18);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(28, 50, 92, 0.07);
  transform: none;
}

.cruise-pricing-section .pricing-card:hover {
  box-shadow: 0 8px 24px rgba(28, 50, 92, 0.1);
  transform: none;
}

.cruise-pricing-section .pricing-header,
.cruise-pricing-section .pricing-header:nth-child(odd) {
  display: flex;
  min-height: 62px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--gradient-hero);
  color: #ffffff;
}

.cruise-pricing-section .pricing-header:hover {
  background: var(--gradient-hero);
}

.cruise-pricing-section .pricing-duration {
  flex: 1;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.cruise-pricing-section .pricing-season {
  flex: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.cruise-pricing-section .pricing-from {
  flex: 1;
  margin-right: 10px;
  color: var(--rich-gold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.cruise-pricing-section .pricing-header .collapse-icon {
  flex: 0 0 auto;
  margin-left: 0;
  color: var(--rich-gold);
  font-size: 17px;
}

.cruise-pricing-section .room-price-row {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(28, 50, 92, 0.08);
}

.cruise-pricing-section .room-type {
  color: var(--primary-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.cruise-pricing-section .room-price .currency {
  color: #7c8490;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.cruise-pricing-section .room-price .price {
  margin-right: 8px;
  color: var(--rich-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.cruise-pricing-section .room-price small {
  margin-top: 3px;
  color: #7c8490;
  font-size: 11px;
  line-height: 1.45;
}

.cruise-pricing-section .policies-section {
  margin-top: 30px;
}

.cruise-pricing-section .terms-content {
  color: var(--charcoal-deep);
  font-size: 14px;
  line-height: 1.7;
}

/* ==================================================
   DESKTOP RESERVATION HEADER
================================================== */

@media (min-width: 992px) {
  .sidebar .reservation-header {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-bottom: 3px solid #c5955b;
    border-radius: 20px 20px 0 0;
    background:
      radial-gradient(
        circle at 100% 0,
        rgba(197, 149, 91, 0.3) 0,
        transparent 45%
      ),
      var(--gradient-hero);
    color: #ffffff;
  }

  .sidebar .reservation-header::before {
    content: "";
    position: absolute;
    top: -45px;
    right: -35px;
    bottom: auto;
    left: auto;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    opacity: 1;
    pointer-events: none;
  }

  .sidebar .reservation-header::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: -65px;
    width: 115px;
    height: 115px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
  }

  .sidebar .reservation-header-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    padding: 23px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: transparent;
    text-align: left;
  }

  .sidebar .reservation-heading {
    flex: 1;
    min-width: 0;
  }

  .sidebar .reservation-kicker {
    display: block;
    margin: 0 0 5px;
    color: #d9b57d;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .sidebar .reservation-header .sidebar-title {
    display: block;
    margin: 0;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.2px;
    text-align: left;
  }

  .sidebar .reservation-subtitle {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
  }

  .sidebar .reservation-header .price-display {
    flex: 0 0 auto;
    margin: 0;
    text-align: center;
  }

  .sidebar .reservation-header .price-badge {
    display: flex;
    min-width: 94px;
    margin: 0;
    padding: 10px 11px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 149, 91, 0.6);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 20px rgba(7, 18, 38, 0.22);
    color: #1c325c;
    text-align: center;
  }

  .sidebar .reservation-header .price-badge:hover {
    transform: none;
  }

  .sidebar .reservation-header .price-label {
    display: block;
    margin: 0 0 2px;
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .sidebar .reservation-header .price-amount {
    display: block;
    color: #1c325c;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
  }

  .sidebar .reservation-header .price-note {
    display: block;
    margin: 3px 0 0;
    color: #8b6a3e;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }

  .sidebar .reservation-offer {
    display: flex;
    flex: 0 0 108px;
    padding: 10px 9px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 149, 91, 0.65);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 20px rgba(7, 18, 38, 0.22);
    text-align: center;
  }

  .sidebar .reservation-offer-label {
    display: block;
    padding: 4px 8px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b78043, #c5955b);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .sidebar .reservation-offer-note {
    display: block;
    margin-top: 6px;
    color: #1c325c;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.3;
  }

  /* Form below Reserve Your Journey. */
  .sidebar .reservation-content {
    padding: 22px;
    background: var(--gradient-elegant);
  }

  .sidebar .reservation-content .form-group {
    margin-bottom: 15px;
  }

  .sidebar .reservation-content .form-label {
    margin-bottom: 7px;
    color: var(--primary-navy);
    font-size: 13px;
    font-weight: 600;
  }

  .sidebar .reservation-content .form-control {
    min-height: 47px;
    padding: 12px 14px;
    border: 1px solid rgba(28, 50, 92, 0.14);
    border-radius: 11px;
    background-color: #ffffff;
    color: var(--charcoal-deep);
    font-size: 14px;
    box-shadow: none;
    transform: none;
  }

  .sidebar .reservation-content select.form-control {
    padding-right: 40px;
    background-position: right 13px center;
    background-size: 14px;
  }

  .sidebar .reservation-content textarea.form-control {
    min-height: 96px;
    resize: vertical;
  }

  .sidebar .reservation-content .form-control:focus {
    border-color: var(--rich-gold);
    box-shadow: 0 0 0 3px rgba(197, 149, 91, 0.14);
    transform: none;
  }

  .sidebar .reservation-content .quantity-control {
    margin-bottom: 10px;
    padding: 12px 13px;
    border: 1px solid rgba(197, 149, 91, 0.13);
    border-radius: 11px;
    background: #ffffff;
  }

  .sidebar .reservation-content .quantity-control label {
    margin: 0;
    color: var(--primary-navy);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .sidebar .reservation-content .qty-buttons {
    gap: 8px;
  }

  .sidebar .reservation-content .qty-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .sidebar .reservation-content .qty-input {
    width: 35px;
    font-size: 15px;
  }

  .sidebar .reservation-content .submit-btn {
    max-width: none;
    padding: 13px 22px;
    border-radius: 12px;
    font-size: 14px;
  }

  .sidebar .reservation-content .info-card {
    margin: 18px 0 0;
    padding: 18px;
    border-radius: 13px;
  }

  .sidebar .reservation-content .info-card-title {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .sidebar .reservation-content .info-list li {
    padding: 9px 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .sidebar .reservation-content .info-icon {
    margin-right: 10px;
  }
}

/* ==================================================
   RESPONSIVE REFINEMENTS
================================================== */

@media (hover: hover) and (pointer: fine) {
  #itinerary .day-card:hover {
    border-color: rgba(197, 149, 91, 0.4);
    box-shadow: 0 8px 26px rgba(28, 50, 92, 0.11);
    transform: translateY(-2px);
  }

  #itinerary .site-highlight:hover {
    border-color: rgba(197, 149, 91, 0.55);
    box-shadow: 0 5px 16px rgba(28, 50, 92, 0.08);
    transform: translateY(-1px);
  }
}

@media (max-width: 768px) {
  .hero-section .hero-buttons {
    margin-top: 20px;
  }

  .hero-section .hero-buttons .btn-box {
    flex-flow: row nowrap;
    gap: 9px;
    width: 100%;
  }

  .hero-section .hero-buttons .theme-btn {
    min-width: 0;
    min-height: 44px;
    padding: 9px 12px;
    flex: 1 1 0;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-section .hero-buttons .theme-btn i {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  #itinerary .itinerary-main-title {
    margin-bottom: 38px !important;
  }

  #itinerary .itinerary-program-title {
    margin-bottom: 14px;
    font-size: 19px;
  }

  #itinerary .day-card {
    margin-bottom: 13px;
    border-radius: 14px;
  }

  #itinerary .day-header {
    min-height: 62px;
    padding: 11px 13px;
  }

  #itinerary .day-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    margin-right: 11px;
    font-size: 14px;
  }

  #itinerary .day-title {
    font-size: 15px;
  }

  #itinerary .day-header .collapse-icon {
    margin-left: 9px !important;
    font-size: 16px;
  }

  #itinerary .day-content {
    padding: 17px 15px;
  }

  #itinerary .day-description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  #itinerary .tour-section,
  #itinerary .optional-experience {
    margin: 15px 0;
    padding: 14px;
    border-radius: 10px;
  }

  #itinerary .tour-title {
    font-size: 16px;
  }

  #itinerary .site-highlight {
    margin: 10px 0;
    padding: 13px;
  }

  #itinerary .site-name {
    font-size: 15px;
  }

  #itinerary .summary-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  #itinerary .fact-sheet-section {
    margin-top: 22px;
    padding: 18px 15px;
    border-radius: 14px;
  }

  #itinerary .fact-sheet-title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  #itinerary .fact-sheet-card {
    padding: 13px;
  }

  #itinerary .fact-sheet-link {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    text-align: left;
  }

  #itinerary .fact-sheet-link img {
    width: 36px;
    height: 36px;
    min-width: 36px;
    flex: 0 0 36px;
    margin: 0;
  }

  #itinerary .fact-sheet-link span {
    min-width: 0;
    flex: 1;
    margin: 0;
    font-size: clamp(13px, 3.7vw, 15px);
    line-height: 1.4;
    text-align: left;
  }

  .cruise-about-section .about-section,
  .cruise-about-section .about-facilities-card {
    padding: 18px 15px;
    border-radius: 14px;
  }

  .cruise-about-section .about-content > p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.7;
  }

  .cruise-about-section .cruise-details {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 18px;
  }

  .cruise-about-section .detail-item {
    padding: 11px 12px;
    font-size: 13px;
  }

  .cruise-about-section .facilities-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .cruise-about-section .facilities-content {
    font-size: 14px;
  }

  .cruise-about-section .facilities-content > p,
  .cruise-about-section .facilities-content > div {
    margin-top: 16px;
    font-size: 14px;
  }

  .cruise-about-section .facilities-content li {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .cruise-about-section .facilities-content li::before {
    top: 12px;
  }

  .cruise-about-section .facilities-grid {
    gap: 9px;
    margin-top: 17px;
  }

  .cruise-about-section .facility-item {
    padding: 9px;
    font-size: 12px;
  }

  .compact-section-title {
    font-size: 1.55rem;
  }

  .compact-section-subtitle {
    margin-bottom: 24px;
    padding: 0 8px;
    font-size: 14px;
  }

  .cruise-inclusions-section .inclusion-card,
  .cruise-inclusions-section .exclusion-card {
    padding: 18px 15px;
    border-radius: 14px;
  }

  .cruise-inclusions-section .inclusion-card-title {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .cruise-inclusions-section .styled-includes li,
  .cruise-inclusions-section .styled-excludes li {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
  }

  .cruise-pricing-section .pricing-card {
    border-radius: 13px;
  }

  .cruise-pricing-section .pricing-header,
  .cruise-pricing-section .pricing-header:nth-child(odd) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 13px 14px;
    gap: 3px 10px;
  }

  .cruise-pricing-section .pricing-duration {
    grid-column: 1;
    grid-row: 1;
    font-size: 15px;
  }

  .cruise-pricing-section .pricing-season {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
    text-align: left;
  }

  .cruise-pricing-section .pricing-from {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 13px;
    text-align: right;
  }

  .cruise-pricing-section .pricing-header .collapse-icon {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    font-size: 15px;
  }

  .cruise-pricing-section .room-price-row {
    padding: 14px;
    gap: 12px;
  }

  .cruise-pricing-section .room-type {
    font-size: 13px;
  }

  .cruise-pricing-section .room-price .price {
    font-size: 16px;
  }

  .cruise-pricing-section .room-price small {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  #itinerary .optional-title {
    margin-right: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #itinerary .day-card,
  #itinerary .site-highlight,
  .cruise-pricing-section .pricing-card {
    transition: none !important;
    transform: none !important;
  }

  #itinerary .collapse-icon,
  .cruise-pricing-section .collapse-icon {
    transition: none !important;
  }
}
