/* =========================================================
   ACCREDITED CRUISE COUNSELOR ANNOUNCEMENT
========================================================= */
.page-accredited-cruise-counselor {
  background: #ffffff;
  color: #22313f;
}

.acc-hero {
  position: relative;
  min-height: calc(92vh - 80px);
  padding: clamp(110px, 12vw, 150px) 20px clamp(84px, 10vw, 128px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(3, 20, 35, 0.88) 0%, rgba(3, 20, 35, 0.7) 42%, rgba(3, 20, 35, 0.38) 100%),
    url("../images/cruisehero_2560_x_1440.webp");
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.acc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(200, 162, 74, 0.34);
}

.acc-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 300px);
  align-items: center;
  gap: clamp(30px, 7vw, 80px);
}

.acc-hero-copy h1 {
  margin: 0;
  max-width: 960px;
  color: #ffffff;
  font-size: clamp(2.55rem, 5.7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.62);
  text-wrap: balance;
}

.acc-hero-copy p {
  max-width: 850px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.05rem, 1.65vw, 1.32rem);
  line-height: 1.68;
  text-wrap: pretty;
}

.acc-hero-actions,
.acc-cta-actions {
  margin-top: 30px;
}

.acc-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.acc-button-secondary:hover,
.acc-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.acc-hero-badge {
  justify-self: center;
  width: min(260px, 58vw);
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.acc-hero-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.acc-section {
  padding: clamp(54px, 7vw, 92px) 20px;
}

.acc-article-section {
  background:
    linear-gradient(180deg, #f7f3ea 0%, #ffffff 100%);
}

.acc-section-inner,
.acc-content-card,
.acc-cta-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.acc-content-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(0, 59, 74, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(3, 20, 35, 0.1);
}

.acc-article,
.acc-bio {
  max-width: 900px;
}

.acc-release-label {
  margin: 0 0 14px;
  color: #007794;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.acc-content-card h2,
.acc-cta h2 {
  margin: 0 0 22px;
  color: #003b4a;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  text-wrap: balance;
}

.acc-content-card p {
  margin: 0 0 20px;
  color: #3f4e58;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.78;
}

.acc-content-card p:last-child {
  margin-bottom: 0;
}

.acc-content-card a {
  color: #007794;
  font-weight: 700;
}

.acc-content-card blockquote {
  margin: clamp(26px, 4vw, 34px) 0;
  padding: 22px clamp(22px, 4vw, 34px);
  border-left: 5px solid #c8a24a;
  border-radius: 0 18px 18px 0;
  background: #f7f3ea;
}

.acc-content-card blockquote p {
  color: #23313b;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  font-weight: 500;
}

.acc-bio-section {
  background: #ffffff;
}

.acc-certificate-section {
  background: #f7f3ea;
}

.acc-certificate-section .kx-section-header {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.acc-certificate-card {
  margin: 0 auto;
  width: min(980px, 100%);
  padding: clamp(12px, 2.4vw, 22px);
  border: 1px solid rgba(0, 59, 74, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(3, 20, 35, 0.14);
}

.acc-certificate-card a {
  display: block;
  border-radius: 14px;
  outline-offset: 6px;
}

.acc-certificate-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.acc-certificate-card figcaption {
  margin-top: 14px;
  color: #51616b;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.acc-cta {
  padding: clamp(62px, 8vw, 102px) 20px;
  background:
    linear-gradient(90deg, rgba(3, 20, 35, 0.88), rgba(3, 20, 35, 0.62)),
    url("../images/cruises-hero-5.webp");
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.acc-cta-inner {
  max-width: 900px;
}

.acc-cta h2 {
  color: #ffffff;
}

.acc-cta p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.acc-cta-actions {
  justify-content: center;
}


@media (max-width: 900px) {
  .acc-hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .acc-hero-badge {
    justify-self: start;
    width: min(180px, 48vw);
  }
}

@media (max-width: 768px) {
  .acc-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .acc-hero-copy h1 {
    font-size: clamp(2.18rem, 11vw, 3.45rem);
  }

  .acc-hero-actions,
  .acc-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .acc-hero-actions .kx-button,
  .acc-cta-actions .kx-button {
    width: 100%;
  }

  .acc-content-card {
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .acc-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .acc-content-card {
    padding: 24px 18px;
  }

  .acc-certificate-card {
    padding: 10px;
  }
}

