:root {
  --dcl-navy: #0b1b4d;
  --dcl-navy-dark: #061035;
  --dcl-navy-mid: #14245f;
  --dcl-red: #e31c23;
  --dcl-red-hover: #c4161c;
  --dcl-gold: #d4af37;
  --dcl-white: #ffffff;
  --dcl-cream: #ffffff;
  --dcl-gray-100: #f3f4f8;
  --dcl-gray-200: #e4e6ef;
  --dcl-gray-500: #6b7086;
  --dcl-text: #1a1a2e;
  --dcl-font: 'Tajawal', sans-serif;
  --dcl-display: 'Baloo Bhaijaan 2', 'Tajawal', sans-serif;
  --dcl-shadow: 0 8px 28px rgba(11, 27, 77, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body.dcl-page {
  font-family: var(--dcl-font);
  color: var(--dcl-text);
  background: var(--dcl-white);
  overflow-x: hidden;
  margin: 0;
}

/* Header — navy over hero */
.dcl-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(6, 16, 53, 0.95) 0%, rgba(6, 16, 53, 0.55) 70%, transparent 100%);
}

.dcl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
}

.dcl-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.dcl-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  padding: 3px 8px;
}

.dcl-nav {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.dcl-nav-link {
  color: var(--dcl-white);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  transition: color 0.2s;
  white-space: nowrap;
}

.dcl-nav-link:hover,
.dcl-nav-link.active {
  color: var(--dcl-gold);
}

.dcl-btn-red {
  background: var(--dcl-red);
  color: var(--dcl-white);
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.35rem;
  font-family: var(--dcl-font);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}

.dcl-btn-red:hover {
  background: var(--dcl-red-hover);
  color: var(--dcl-white);
  transform: translateY(-1px);
}

.dcl-nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--dcl-white);
  font-size: 1.4rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}

/* Hero — Disney cruise ship */
.dcl-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(to left, rgba(6, 16, 53, 0.88) 0%, rgba(6, 16, 53, 0.45) 42%, rgba(6, 16, 53, 0.2) 100%),
    url('../assets/ChatGPT Image Jul 1, 2026, 06_27_10 PM.png') center 40% / cover no-repeat,
    var(--dcl-navy-dark);
  overflow: hidden;
}

.dcl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 28% 12%, rgba(212, 175, 55, 0.85), transparent),
    radial-gradient(1.5px 1.5px at 45% 22%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 62% 8%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 78% 16%, rgba(212, 175, 55, 0.7), transparent),
    radial-gradient(1px 1px at 88% 28%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1px 1px at 18% 40%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 35% 35%, rgba(255, 255, 255, 0.55), transparent);
  pointer-events: none;
  animation: dcl-twinkle 4s ease-in-out infinite alternate;
}

@keyframes dcl-twinkle {
  from { opacity: 0.7; }
  to { opacity: 1; }
}

.dcl-hero-castle {
  position: absolute;
  left: 8%;
  bottom: 28%;
  width: 180px;
  height: 160px;
  background:
    linear-gradient(to top, transparent 0%, transparent 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 160'%3E%3Cpath fill='%23061035' opacity='0.75' d='M20 160V95h18V70h12v25h14V55l16-18 16 18v40h14V80h12v20h18v60H20z'/%3E%3Cpath fill='%23d4af37' opacity='0.35' d='M82 37l4-10 4 10z'/%3E%3C/svg%3E") center bottom / contain no-repeat;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.25));
}

.dcl-hero .container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 5.5rem;
}

.dcl-hero-content {
  max-width: 520px;
  margin-right: 0;
  margin-left: auto;
  padding: 2rem 0 1rem;
}

.dcl-hero-title {
  font-family: var(--dcl-display);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  color: var(--dcl-white);
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.35;
}

.dcl-hero-title span {
  display: block;
  color: var(--dcl-gold);
  margin-top: 0.15rem;
}

.dcl-hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0;
  max-width: 460px;
}

/* Feature bar — dark glass on hero bottom */
.dcl-features-bar {
  position: relative;
  z-index: 3;
  padding: 0 0 1.75rem;
}

.dcl-features-card {
  background: rgba(8, 18, 55, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  padding: 1.15rem 1rem;
}

.dcl-features-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(6, 1fr);
  align-items: center;
  gap: 0.25rem;
}

.dcl-feature-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  border-inline-end: 1px solid rgba(212, 175, 55, 0.3);
}

.dcl-feature-brand i {
  font-size: 1.75rem;
  color: var(--dcl-gold);
  flex-shrink: 0;
}

.dcl-feature-brand span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--dcl-white);
  line-height: 1.45;
}

.dcl-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  padding: 0.2rem 0.4rem;
}

.dcl-feature-item i {
  font-size: 1.45rem;
  color: var(--dcl-gold);
  line-height: 1;
}

.dcl-feature-item span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  line-height: 1.4;
}

/* About — lounge + text (2 columns) */
.dcl-about {
  background: var(--dcl-white);
  padding: 3.5rem 0;
}

.dcl-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 2.5rem;
  align-items: center;
}

.dcl-about-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--dcl-shadow);
}

.dcl-about-image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.dcl-about-content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.dcl-why-block h2,
.dcl-about-text h2 {
  font-family: var(--dcl-display);
  font-size: 1.45rem;
  color: var(--dcl-navy);
  margin: 0 0 0.85rem;
  font-weight: 800;
}

.dcl-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.dcl-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--dcl-text);
}

.dcl-why-list i {
  color: var(--dcl-red);
  font-size: 0.75rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.dcl-about-text p {
  color: var(--dcl-gray-500);
  line-height: 1.85;
  font-size: 0.9rem;
  margin: 0 0 1.25rem;
}

/* Section titles */
.dcl-section {
  padding: 3.25rem 0;
}

.dcl-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: var(--dcl-display);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--dcl-navy);
  margin: 0 0 2.25rem;
}

.dcl-title-star {
  color: var(--dcl-gold);
  font-size: 1rem;
}

/* Ships */
.dcl-ships-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.dcl-ship-card {
  position: relative;
  background: var(--dcl-white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--dcl-gray-200);
  box-shadow: 0 2px 12px rgba(11, 27, 77, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.dcl-ship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(11, 27, 77, 0.14);
}

.dcl-ship-badge {
  position: absolute;
  top: 0.55rem;
  inset-inline-start: 0.55rem;
  background: var(--dcl-red);
  color: var(--dcl-white);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  z-index: 2;
}

.dcl-ship-card-img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  display: block;
}

.dcl-ship-card-body {
  padding: 0.85rem 0.8rem 1rem;
  text-align: center;
}

.dcl-ship-card h4 {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--dcl-navy);
  margin: 0 0 0.25rem;
}

.dcl-ship-card > .dcl-ship-card-body > p {
  font-size: 0.7rem;
  color: var(--dcl-gray-500);
  margin: 0 0 0.55rem;
  line-height: 1.45;
}

.dcl-ship-stats {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0.55rem 0 0;
  border-top: 1px dashed var(--dcl-gray-200);
  font-size: 0.66rem;
  color: var(--dcl-gray-500);
  text-align: start;
}

.dcl-ship-stats li {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0;
}

.dcl-ship-stats li strong {
  color: var(--dcl-navy);
  font-weight: 700;
}

.dcl-ship-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--dcl-red);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
}

.dcl-ship-link:hover {
  color: var(--dcl-red-hover);
}

/* Destinations — image + caption below */
.dcl-destinations {
  background: var(--dcl-gray-100);
}

.dcl-dest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.dcl-dest-card {
  background: var(--dcl-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(11, 27, 77, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.dcl-dest-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(11, 27, 77, 0.12);
}

.dcl-dest-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

.dcl-dest-card:hover img {
  transform: scale(1.04);
}

.dcl-dest-body {
  padding: 0.75rem 0.65rem 0.9rem;
  text-align: center;
}

.dcl-dest-body h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--dcl-navy);
  margin: 0 0 0.25rem;
}

.dcl-dest-body p {
  font-size: 0.7rem;
  color: var(--dcl-gray-500);
  margin: 0;
  line-height: 1.4;
}

/* Kids + CTA */
.dcl-promo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1.5rem;
  align-items: stretch;
}

.dcl-kids-panel {
  background: var(--dcl-white);
  border: 1px solid var(--dcl-gray-200);
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
}

.dcl-kids-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  height: 100%;
  align-items: start;
}

.dcl-kids-item {
  text-align: center;
}

.dcl-kids-logo {
  height: 72px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
  line-height: 1.2;
  color: var(--dcl-white);
}

.dcl-kids-vibe {
  background: linear-gradient(135deg, #6b2d8b, #9b4dca);
  font-style: italic;
  letter-spacing: 1px;
}

.dcl-kids-edge {
  background: linear-gradient(135deg, #1a3a6e, #2d6bc4);
  letter-spacing: 2px;
}

.dcl-kids-oceaneer {
  background: linear-gradient(135deg, #0a3d62, #1e90c8);
  font-size: 0.68rem;
}

.dcl-kids-smallworld {
  background: linear-gradient(135deg, #c45c26, #e8a05a);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.72rem;
  text-transform: lowercase;
}

.dcl-kids-item p {
  font-size: 0.7rem;
  color: var(--dcl-gray-500);
  margin: 0;
  line-height: 1.45;
}

.dcl-cta-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 220px;
  background:
    linear-gradient(to left, rgba(11, 27, 77, 0.88) 0%, rgba(11, 27, 77, 0.7) 100%),
    url('../assets/ChatGPT Image Jul 1, 2026, 06_30_35 PM.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--dcl-shadow);
}

.dcl-cta-content h3 {
  font-family: var(--dcl-display);
  font-size: 1.45rem;
  color: var(--dcl-white);
  margin: 0 0 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.dcl-cta-content .dcl-btn-red {
  font-size: 1rem;
  padding: 0.7rem 1.75rem;
}

/* Awards bar */
.dcl-awards-bar {
  background: var(--dcl-gray-100);
  padding: 2rem 0;
  border-top: 1px solid var(--dcl-gray-200);
}

.dcl-awards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.dcl-award-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.dcl-award-item i {
  font-size: 1.55rem;
  color: var(--dcl-gold);
}

.dcl-award-item span {
  font-size: 0.7rem;
  color: var(--dcl-navy);
  font-weight: 700;
  line-height: 1.4;
}

.dcl-awards-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  background: var(--dcl-white);
  border-radius: 6px;
  padding: 4px 10px;
}

/* Footer */
.dcl-footer-top {
  background: var(--dcl-navy);
  padding: 1.35rem 0;
}

.dcl-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.dcl-footer-center {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.dcl-footer-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.dcl-footer-link:hover {
  color: var(--dcl-gold);
}

.dcl-footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
}

.dcl-footer-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dcl-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--dcl-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
}

.dcl-footer-social a:hover {
  background: var(--dcl-red);
}

.dcl-footer-copy-bar {
  background: var(--dcl-navy-dark);
  padding: 0.75rem 0;
  text-align: center;
}

.dcl-footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  margin: 0;
}

/* Mobile Nav */
.dcl-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 16, 53, 0.98);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
}

.dcl-mobile-nav.open {
  display: flex;
}

.dcl-mobile-nav .dcl-nav-link {
  color: var(--dcl-white);
  font-size: 1.15rem;
}

.dcl-mobile-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: none;
  border: none;
  color: var(--dcl-white);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1199px) {
  .dcl-ships-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dcl-dest-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dcl-features-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }

  .dcl-feature-brand {
    grid-column: 1 / -1;
    border-inline-end: none;
    justify-content: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding-bottom: 0.85rem;
  }

  .dcl-awards-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.25rem;
  }

  .dcl-awards-logo {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 991px) {
  .dcl-nav {
    display: none;
  }

  .dcl-nav-toggle {
    display: block;
  }

  .dcl-about-grid,
  .dcl-promo-grid {
    grid-template-columns: 1fr;
  }

  .dcl-hero {
    min-height: 560px;
  }

  .dcl-hero-castle {
    opacity: 0.5;
    width: 120px;
    height: 110px;
  }

  .dcl-footer-inner {
    justify-content: center;
    text-align: center;
  }

  .dcl-footer-social-wrap {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .dcl-hero-content {
    max-width: 100%;
  }

  .dcl-ships-grid,
  .dcl-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dcl-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dcl-kids-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dcl-awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dcl-header .dcl-btn-red {
    display: none;
  }
}

@media (max-width: 480px) {
  .dcl-ships-grid,
  .dcl-dest-grid,
  .dcl-kids-grid,
  .dcl-features-grid {
    grid-template-columns: 1fr;
  }
}
