/* ==================================================
   0. GLOBAL BASE — Cruise Home Only
================================================== */

.page-cruises {
  font-family: 'Montserrat', sans-serif;
  background: #f7f9fc;
  color: #333;
  overflow-x: hidden;
}

.page-cruises .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cruises .section {
  padding: 32px 0;
}

.page-cruises .section-title {
  margin-top: 6px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.page-cruises .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 16px;
}


/* ==================================================
   3. HERO SECTION — Cruise Home Only
================================================== */

.page-cruises .hero {
  height: 480px !important;
}

.page-cruises .hero-cruises {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.page-cruises .hero-cruises .hero-background {
  position: absolute;
  inset: 0;
  background-image: url("../cruise-images/hero/cruises-home-hero.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
  filter: brightness(1.26) contrast(1.09);
}

.page-cruises .hero-cruises .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 110px;
  color: #fff;
}

.page-cruises .hero-cruises .hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}

.page-cruises .hero-cruises .hero-subtitle {
  position: absolute;
  top: 397px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0b3d91 !important;
  font-weight: 600 !important;
}

/* ==================================================
   PREMIUM 4-CARD SECTION — HIGH SPECIFICITY FIX
================================================== */

.page-cruises section.cruise-premium-cards .premium-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px; /* guaranteed spacing */
}

.page-cruises section.cruise-premium-cards .premium-card {
  background: #ffffff !important;
  border: 3px solid #0d2247 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10) !important;
  transition: 0.28s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.page-cruises section.cruise-premium-cards .premium-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.16) !important;
  border-color: #005fa3 !important;
  background: #f7faff !important;
}

.page-cruises section.cruise-premium-cards .premium-card-title {
  font-size: 1.25rem !important;
  font-weight: 750 !important;
  margin-bottom: 10px !important;
  color: #222 !important;
  padding-bottom: 4px !important;
}

.page-cruises section.cruise-premium-cards .premium-card-title .title-underline {
  display: block !important;
  width: 42px !important;
  height: 3px !important;
  background: #005fa3 !important;
  border-radius: 4px !important;
  margin-top: 4px !important;
}

.page-cruises section.cruise-premium-cards .premium-card-subtitle {
  font-size: 1rem !important;
  color: #444 !important;
  margin-bottom: 14px !important;
}

.page-cruises section.cruise-premium-cards .premium-card-list li {
  font-size: 0.98rem !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  padding-left: 16px !important;
}

.page-cruises section.cruise-premium-cards .premium-card-list li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #005fa3 !important;
  font-weight: bold !important;
}

.page-cruises section.cruise-premium-cards .premium-card-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.page-cruises section.cruise-premium-cards .premium-card-list li {
  position: relative !important;
  padding-left: 16px !important;
}

.page-cruises section.cruise-premium-cards .premium-card-list li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #005fa3 !important;
  font-weight: bold !important;
}


/* ==================================================
   6. GRID SECTIONS (REGIONS, PORTS, LINES, ITINERARIES)
================================================== */

.page-cruises .region-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px !important;
}

.page-cruises .region-list-card {
  background: #fff;
  padding: 24px !important;
  border-radius: 8px;
  border: 1px solid #d5d9e2 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  transition: 0.32s ease;
}

.page-cruises .region-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.page-cruises .region-list-card h3 {
  font-size: 1.3rem;
  font-weight: 750;
  margin-bottom: 8px;
}

.page-cruises .region-list-card p {
  color: #444 !important;
  margin-bottom: 12px !important;
  line-height: 1.55 !important;
}


/* ==================================================
   7. BUTTONS — Cruise Home Only
================================================== */

.page-cruises .btn-primary {
  display: inline-block;
  padding: 12px 22px;
  background: #0066b3;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.page-cruises .btn-primary:hover {
  background: #004f8a;
}

.page-cruises .btn-secondary {
  display: inline-block;
  padding: 12px 22px;
  background: #e3e8ef;
  color: #003f7f !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}


/* ==================================================
   8. NEWSLETTER SIGNUP — Cruise Home Only
================================================== */

.page-cruises .newsletter-signup {
  padding: 20px 0 24px;
  background: linear-gradient(to bottom, #f7f9fc 0%, #e9eef5 100%);
}

.page-cruises .newsletter-card {
  max-width: 520px;
  margin: 0 auto;
  background: #e9eef5;
  border-radius: 8px;
  padding: 16px 18px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
  text-align: center;
}

.page-cruises .newsletter-title {
  font-size: 1.6rem;
  font-weight: 750;
  margin-bottom: 8px;
}

.page-cruises .newsletter-text {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.page-cruises .newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-cruises .newsletter-form input {
  padding: 14px 14px;
  min-width: 240px;
  border-radius: 6px;
  border: 1px solid #ccd3dd;
  background: #fff;
}

/* ==================================================
   13. FEATURED LINE POLISH — Cruise Home Only
================================================== */

.page-cruises .featured-line .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   15. CRUISE REGIONS POLISH — Cruise Home Only
================================================== */

.page-cruises .cruise-regions {
  padding-top: 48px !important;
}

.page-cruises .cruise-regions .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   16. CRUISE PORTS POLISH — Cruise Home Only
================================================== */

.page-cruises .cruise-ports {
  padding-top: 48px !important;
}

.page-cruises .port-list-card {
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  border: 1px solid #d5d9e2 !important;
  padding: 24px !important;
}

.page-cruises .port-list-card .btn-primary {
  margin-top: 10px !important;
}

.page-cruises .port-list-card p {
  color: #444 !important;
  line-height: 1.55 !important;
  margin-bottom: 12px !important;
}

.page-cruises .port-list-grid {
  gap: 26px !important;
}

.page-cruises .cruise-ports .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   17. CRUISE LINES POLISH — Cruise Home Only
================================================== */

.page-cruises .cruise-lines {
  padding-top: 48px !important;
}

.page-cruises .cruise-list-card {
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  border: 1px solid #d5d9e2 !important;
  padding: 24px !important;
}

.page-cruises .cruise-list-card .btn-primary {
  margin-top: 10px !important;
}

.page-cruises .cruise-list-card p {
  color: #444 !important;
  line-height: 1.55 !important;
  margin-bottom: 12px !important;
}

.page-cruises .cruise-list-grid {
  gap: 26px !important;
}

.page-cruises .cruise-lines .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   18. CRUISE ITINERARIES POLISH — Cruise Home Only
================================================== */

.page-cruises .cruise-itineraries .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   21. CRUISE TYPES EXPLAINED — Cruise Home Only
================================================== */

.page-cruises .cruise-types-explained {
  padding-top: 48px !important;
}

.page-cruises .cruise-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

/* Base card styling */
.page-cruises .cruise-type-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  border: 4px solid #d5d9e2;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.28s ease;
  text-align: left;
}

.page-cruises .cruise-type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

/* Titles and text */
.page-cruises .cruise-type-title {
  font-size: 1.3rem;
  font-weight: 750;
  margin-bottom: 10px;
  color: #222;
}

.page-cruises .cruise-type-text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #333;
}

/* Colour variants */
.page-cruises .cruise-type-ocean {
  border-color: #005fa3;
  background: #f3f8ff;
}

.page-cruises .cruise-type-ocean:hover {
  border-color: #0072c7;
  background: #e8f2ff;
}

.page-cruises .cruise-type-river {
  border-color: #2a8c7a;
  background: #f2fbf8;
}

.page-cruises .cruise-type-river:hover {
  border-color: #35a28d;
  background: #e6f7f1;
}

.page-cruises .cruise-type-expedition {
  border-color: #0d2247;
  background: #f4f6fa;
}

.page-cruises .cruise-type-expedition:hover {
  border-color: #123064;
  background: #e9edf6;
}

/* ==================================================
   19. NEWSLETTER POLISH — Cruise Home Only
================================================== */

.page-cruises .newsletter-signup {
  padding-top: 48px !important;
}

.page-cruises .newsletter-card {
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  border: 1px solid #d5d9e2 !important;
  padding: 28px 30px !important;
}

.page-cruises .newsletter-card p {
  color: #444 !important;
  line-height: 1.55 !important;
  margin-bottom: 14px !important;
}

.page-cruises .newsletter-card form {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
}

.page-cruises .newsletter-card input[type="email"] {
  padding: 12px 14px !important;
  border: 1px solid #cfd4dc !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
}

.page-cruises .newsletter-card .btn-primary {
  padding: 12px 20px !important;
  font-size: 1rem !important;
}

.page-cruises .newsletter-signup .section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}

/* ==================================================
   20. FINAL DARK BLUE FOOTER — Cruise Home Only
================================================== */

.page-cruises .site-footer {
  background: #0d2247 !important;
  padding: 28px 0 18px !important;
  border-top: 1px solid #0b1a33 !important;
  margin-top: 0 !important;
}

.page-cruises .site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px !important;
  padding: 0 !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #0b1a33 !important;
}

.page-cruises .site-footer .footer-col h4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.page-cruises .site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-cruises .site-footer .footer-col ul li {
  margin-bottom: 4px !important;
}

.page-cruises .site-footer .footer-col ul li a {
  font-size: 0.97rem;
  color: #dbe4f3 !important;
  text-decoration: none;
  transition: 0.2s ease;
}

.page-cruises .site-footer .footer-col ul li a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-cruises .site-footer .footer-col ul li a::before {
  content: "•";
  margin-right: 6px;
  color: #9bb0d4 !important;
  font-size: 0.7rem;
  position: relative;
  top: -1px;
}

.page-cruises .site-footer .footer-bottom {
  text-align: center;
  margin-top: 16px !important;
  padding-top: 12px !important;
  border-top: 1px solid #0b1a33 !important;
}

.page-cruises .site-footer .footer-bottom p {
  font-size: 0.93rem;
  color: #dbe4f3 !important;
  letter-spacing: 0.25px;
}

/* ============================================
   HERO TEXT POSITIONING — SKY + OCEAN SPLIT
   ============================================ */

/* CRUISES heading — place in the sky */
.page-cruises .hero-cruises .hero-title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 800;
}

/* Paragraph — place on the ocean */
.page-cruises .hero-cruises .hero-subtitle {
  position: absolute;
  top: 397px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0b3d91 !important;
  font-weight: 600 !important;
}

.page-cruises .section-divider {
  border: 0;
  height: 2px;
  background-color: #0d2247;
  width: 100%;
  margin: 48px 0;
  border-radius: 2px;
}

/* ==================================================
   21. RESPONSIVE HERO TEXT — Cruise Home Only
================================================== */

@media (max-width: 768px) {
  .page-cruises .hero-cruises {
    height: 360px;
  }

  .page-cruises .hero-cruises .hero-title {
    top: 40px;
    font-size: 2.2rem;
  }

  .page-cruises .hero-cruises .hero-subtitle {
    top: 260px;
    font-size: 1.05rem;
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  .page-cruises .hero-cruises {
    height: 300px;
  }

  .page-cruises .hero-cruises .hero-title {
    top: 32px;
    font-size: 1.9rem;
  }

  .page-cruises .hero-cruises .hero-subtitle {
    top: 220px;
    font-size: 0.95rem;
    max-width: 90%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .page-cruises .hero-cruises {
    height: 440px;
  }

  .page-cruises .hero-cruises .hero-title {
    top: 45px;
  }

  .page-cruises .hero-cruises .hero-subtitle {
    top: 360px;
  }
}

@media (min-width: 1440px) {
  .page-cruises .hero-cruises .hero-title {
    font-size: 3rem;
  }

  .page-cruises .hero-cruises .hero-subtitle {
    font-size: 1.25rem;
  }
}
