/*
Deluxe Cruises luxury design layer.
Soft blue-light background, centered responsive content, and direct-booking CTAs.
*/
:root {
  --dc-porcelain: #f7fcff;
  --dc-mist: #eaf7fb;
  --dc-blue: #9fd3e8;
  --dc-deep: #173247;
  --dc-ink: #10253a;
  --dc-gold: #c59b52;
  --dc-coral: #b86f63;
  --dc-line: rgba(65, 126, 157, 0.22);
  --dc-panel: rgba(255, 255, 255, 0.88);
  --dc-shadow: 0 24px 70px rgba(17, 61, 86, 0.16);
}

html {
  box-sizing: border-box;
  min-height: 100%;
  background: var(--dc-mist);
  scroll-behavior: smooth;
}

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

body {
  min-height: 100%;
  margin: 0 auto !important;
  padding: clamp(14px, 2.4vw, 32px) clamp(10px, 2vw, 26px) 34px !important;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0) 32rem),
    linear-gradient(135deg, #f9fdff 0%, #eaf7fb 44%, #dceff8 100%) fixed !important;
  color: var(--dc-deep);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  line-height: 1.55;
  text-align: center;
  overflow-x: auto;
}

body > :not(script):not(style):not(.dc-luxury-shell):not(.dc-direct-footer) {
  margin-left: auto !important;
  margin-right: auto !important;
}

a {
  color: #075f8c;
  text-decoration-color: rgba(197, 155, 82, 0.55);
  text-underline-offset: 0.18em;
}

a:hover {
  color: #8a5d1f;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100% !important;
  border-color: var(--dc-line) !important;
}

body > table,
body > div > table,
center > table {
  border-radius: 8px;
  border-color: var(--dc-line) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 16px 45px rgba(17, 61, 86, 0.12);
  overflow: hidden;
}

td, th {
  border-color: var(--dc-line) !important;
  overflow-wrap: anywhere;
}

font[color="#CC3300"], font[color="#cc3300"], .style13, .style70, .style91 {
  color: #9f634f !important;
}

font[color="#346BA3"], font[color="#0099CC"], .style5, .style6, .style14, .style18, .style19, .style31, .style32, .style76 {
  color: #175b83 !important;
}

.dc-luxury-shell,
.dc-direct-footer {
  width: min(1120px, calc(100vw - 20px));
  margin: 0 auto 18px;
  text-align: left;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--dc-deep);
}

.dc-premium-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 91, 131, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 255, 0.92)),
    linear-gradient(90deg, rgba(197, 155, 82, 0.11), rgba(79, 150, 184, 0.13));
  box-shadow: var(--dc-shadow);
}

.dc-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 50, 71, 0.055), rgba(255, 255, 255, 0) 52%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 46px);
  pointer-events: none;
}

.dc-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 4vw, 46px);
}

.dc-brand-mark {
  display: grid;
  gap: 12px;
  justify-items: center;
  min-width: min(245px, 35vw);
  padding: 18px;
  border-left: 1px solid rgba(23, 91, 131, 0.16);
}

.dc-brand-mark img {
  width: min(180px, 32vw);
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(17, 61, 86, 0.12));
}

.dc-brand-mark span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(197, 155, 82, 0.35);
  border-radius: 999px;
  color: #6f5528;
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.dc-kicker {
  margin-bottom: 9px;
  color: #6f5528;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dc-premium-hero h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--dc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.dc-premium-hero p {
  max-width: 850px;
  margin: 0 0 14px;
  color: #25485f;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.65;
}

.dc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.dc-cta-row a,
.dc-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 91, 131, 0.2);
  color: #123246 !important;
  background: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(17, 61, 86, 0.08);
}

.dc-cta-row a:first-child {
  color: #ffffff !important;
  border-color: #174f72;
  background: linear-gradient(135deg, #174f72, #0a6f9f);
  box-shadow: 0 16px 35px rgba(10, 111, 159, 0.24);
}

.dc-cta-row a:hover,
.dc-contact-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(17, 61, 86, 0.14);
}

.dc-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.dc-answer-grid p {
  min-height: 100%;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(23, 91, 131, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.dc-answer-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--dc-ink);
  font-size: 13px;
  text-transform: uppercase;
}

.dc-direct-footer {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(23, 91, 131, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(17, 61, 86, 0.11);
  text-align: center;
}

.dc-direct-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--dc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
}

.dc-footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
}

@media (max-width: 760px) {
  body {
    padding: 10px 7px 24px !important;
  }

  body * {
    max-width: 100% !important;
  }

  .dc-luxury-shell,
  .dc-direct-footer {
    width: min(100%, calc(100vw - 14px));
  }

  body table,
  body > table,
  body > div > table,
  center > table {
    width: 100% !important;
    min-width: 0 !important;
  }

  body td,
  body th {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  body h1[style],
  body h2[style],
  body h3[style],
  body p[style],
  body div[style] {
    width: auto !important;
    height: auto !important;
  }

  .dc-hero-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .dc-brand-mark {
    border-left: 0;
    border-top: 1px solid rgba(23, 91, 131, 0.16);
    min-width: 0;
    padding: 15px 0 0;
  }

  .dc-answer-grid {
    grid-template-columns: 1fr;
  }

  .dc-cta-row a,
  .dc-contact-pill {
    width: 100%;
  }
}

.dc-search-summary {
  width: min(1120px, calc(100vw - 20px));
  margin: 0 auto 18px;
  text-align: left;
  color: var(--dc-deep);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.dc-summary-inner {
  border: 1px solid rgba(23, 91, 131, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(17, 61, 86, 0.1);
  padding: clamp(18px, 2.6vw, 30px);
}

.dc-summary-kicker {
  margin: 0 0 8px;
  color: #6f5528;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dc-search-summary h2 {
  margin: 0 0 10px;
  color: var(--dc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.18;
}

.dc-search-summary p {
  margin: 0 0 14px;
  color: #25485f;
  font-size: 15px;
  line-height: 1.62;
}

.dc-summary-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.dc-summary-facts div,
.dc-summary-faq details {
  border: 1px solid rgba(23, 91, 131, 0.14);
  border-radius: 8px;
  background: rgba(247, 252, 255, 0.78);
  padding: 13px;
}

.dc-summary-facts dt {
  margin-bottom: 4px;
  color: var(--dc-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dc-summary-facts dd {
  margin: 0;
  color: #25485f;
  font-size: 14px;
  line-height: 1.5;
}

.dc-summary-faq h3 {
  margin: 18px 0 10px;
  color: var(--dc-ink);
  font-size: 18px;
}

.dc-summary-faq details + details {
  margin-top: 8px;
}

.dc-summary-faq summary {
  cursor: pointer;
  color: #123246;
  font-weight: 800;
}

.dc-summary-faq details p {
  margin: 10px 0 0;
}

@media (max-width: 760px) {
  .dc-search-summary {
    width: min(100%, calc(100vw - 14px));
  }

  .dc-summary-facts {
    grid-template-columns: 1fr;
  }
}
