@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
  margin-block: 0 !important;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/josefin-sans-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/josefin-sans-v34-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/josefin-sans-v34-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v32-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v32-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* @link https://utopia.fyi/type/calculator?c=360,18,1.2,1240,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  /* Step -2: 12.5px → 12.8px */
  --step--2: clamp(0.7813rem, 0.7736rem + 0.0341vw, 0.8rem);
  /* Step -1: 15px → 16px */
  --step--1: clamp(0.9375rem, 0.9119rem + 0.1136vw, 1rem);
  /* Step 0: 18px → 20px */
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  /* Step 1: 21.6px → 25px */
  --step-1: clamp(1.35rem, 1.2631rem + 0.3864vw, 1.5625rem);
  /* Step 2: 25.92px → 31.25px */
  --step-2: clamp(1.62rem, 1.4837rem + 0.6057vw, 1.9531rem);
  /* Step 3: 31.104px → 39.0625px */
  --step-3: clamp(1.944rem, 1.7405rem + 0.9044vw, 2.4414rem);
  /* Step 4: 37.3248px → 48.8281px */
  --step-4: clamp(2.3328rem, 2.0387rem + 1.3072vw, 3.0518rem);
  /* Step 5: 44.7898px → 61.0352px */
  --step-5: clamp(2.7994rem, 2.384rem + 1.8461vw, 3.8147rem);
}

body {
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step-0);
  color: #1E1E2A;
}

h1, h2, h3, h4, h5, h6, .hero-heading {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
}

.hero__title {
  font-size: var(--step-5);
}

h1 {
  font-size: var(--step-4);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

h2 {
  font-size: var(--step-3);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

h3 {
  font-size: var(--step-2);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

h4 {
  font-size: var(--step-1);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

p {
  line-height: 1.6;
  letter-spacing: 0.03em;
}

small, caption {
  font-size: var(--step--1);
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-size: var(--step-0);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.85;
}
.btn--gold {
  background-color: #E9B740;
  color: #1E1E2A;
}
.btn--outline {
  border: 2px solid #1B3654;
  color: #1B3654;
  background: transparent;
}
.btn--outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn_icon .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn_icon .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.btn_icon--calendar .wp-block-button__link::before {
  background-image: url("../icons/calendar.svg");
}

.btn_icon--message .wp-block-button__link::before {
  background-image: url("../icons/message.svg");
}

.btn_icon--mail .wp-block-button__link::before {
  background-image: url("../icons/mail.svg");
}

.btn_trail .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn_trail .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}
.btn_trail .wp-block-button__link:hover::after {
  transform: translateX(4px);
}

.btn_trail--arrow .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}

.btn--primary .wp-block-button__link {
  padding: 16px 36px;
  font-size: var(--step-0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wp-site-blocks header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-header {
  flex-shrink: 0;
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px;
}
.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header__cta .wp-block-button__link {
  background-color: #E9B740;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 24px;
  font-size: 0.875rem;
  font-weight: 600;
}

.site-footer {
  background-color: #95064C;
  color: #ffffff;
}
.site-footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 32px;
}
@media (max-width: 768px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 4rem 32px;
  }
}
.site-footer__col-title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-0);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.site-footer__social-link {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer__social-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.site-footer__social-link--instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E");
}
.site-footer__social-link--facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}
.site-footer__social-link--tiktok::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3.15 15a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.72a8.19 8.19 0 0 0 4.76 1.52v-3.4a4.85 4.85 0 0 1-1-.15z'/%3E%3C/svg%3E");
}
.site-footer__social-link a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--step--1);
}
.site-footer__social-link a:hover {
  text-decoration: underline;
}
.site-footer__link {
  margin-bottom: 8px;
}
.site-footer__link a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--step--1);
}
.site-footer__link a:hover {
  text-decoration: underline;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 32px;
  text-align: center;
}
.site-footer__copyright {
  font-size: var(--step--2);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.wp-block-navigation .wp-block-navigation-item a {
  color: #1E1E2A;
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step--1);
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item a[aria-current] {
  color: #95064C;
}
.wp-block-navigation .wp-block-navigation-item:hover, .wp-block-navigation .wp-block-navigation-item.current-menu-ancestor {
  color: #95064C;
}
.wp-block-navigation .wp-block-navigation-item {
  user-select: none;
  cursor: pointer;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container a {
  padding: 8px 20px;
  user-select: none;
}
.wp-block-navigation .wp-block-navigation__submenu-container a:hover {
  background: #FFF8EC;
}
.wp-block-navigation .wp-block-navigation__responsive-container-open {
  color: #1B3654;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
  background: #ffffff;
  padding: 2rem;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open a {
  color: #1B3654;
  font-size: 1.1rem;
}

.intro-text {
  flex-shrink: 0;
  background-color: #FFF8EC;
  padding: 2rem 32px;
  text-align: center;
}
.intro-text__content {
  max-width: 1200px;
  color: #1E1E2A;
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step-1);
  font-weight: 600;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .intro-text__content {
    font-size: var(--step-1);
  }
}

.intro-gallery {
  gap: 0 !important;
  margin: 0;
}
.intro-gallery .wp-block-image {
  margin: 0;
  flex: 1;
}
.intro-gallery .wp-block-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .intro-gallery .wp-block-image img {
    height: 150px;
  }
}

.divesites {
  padding: 7rem 32px;
  background-color: #FFF8EC;
}
@media (max-width: 768px) {
  .divesites {
    padding: 4rem 32px;
  }
}
.divesites__content {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .divesites__content {
    grid-template-columns: 1fr;
  }
}
.divesites__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.divesites__item {
  display: flex;
  gap: 16px;
  padding-bottom: 1.5rem;
  color: #1B3654;
  line-height: 1.6;
}
.divesites__item::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-top: 2px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border-radius: 11px;
}
.divesites__item--octopus::before {
  background-image: url("../icons/fish.svg");
}
.divesites__item--map::before {
  background-image: url("../icons/map-pin.svg");
}
.divesites__item--location::before {
  background-image: url("../icons/clear.svg");
}
.divesites__video {
  border-radius: 8px;
  overflow: hidden;
}
.divesites__video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.divesites__cta {
  padding-top: 1.5rem;
}
.divesites__btn .wp-block-button__link {
  background-color: #E9B740;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 28px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.divesites__btn .wp-block-button__link:hover {
  background-color: rgb(220.5915492958, 162.8450704225, 25.4084507042);
}

.padi-courses {
  padding: 80px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.padi-courses__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.padi-courses__header h2 {
  color: #E9B740;
  margin-bottom: 16px;
}
.padi-courses__header p {
  color: #1B3654;
  line-height: 1.6;
}
.padi-courses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .padi-courses__grid {
    grid-template-columns: 1fr;
  }
}
.padi-courses__card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.padi-courses__card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.padi-courses__card h3 {
  color: #1B3654;
  margin: 20px 20px 12px;
}
.padi-courses__card p {
  color: #555;
  line-height: 1.5;
  margin: 0 20px 20px;
}
.padi-courses__card .btn {
  margin: 0 20px 20px;
}

.stats-policy {
  padding: 7rem 32px;
  text-align: center;
  background-color: #FFF8EC;
}
.stats-policy__content {
  max-width: 1200px;
  margin: 0 auto;
}
.stats-policy h2 {
  color: #95064C;
  margin-bottom: 16px;
}
.stats-policy__heading {
  padding-bottom: 1rem;
}
.stats-policy__subtitle {
  color: #1B3654;
  font-size: var(--step--1);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 8px;
  padding: 1rem 0;
}
.stats-policy__grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
  gap: 32px;
  margin: 48px 0;
}
@media (max-width: 768px) {
  .stats-policy__grid {
    flex-direction: column;
  }
}
.stats-policy__stat {
  /* Info card - 2 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 11.15px;
  width: 250px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.stats-policy__number {
  font-size: var(--step-4);
  font-weight: 700;
  color: #95064C;
}
.stats-policy__label {
  font-size: var(--step--1);
  color: #555;
  margin-top: 8px;
}
.stats-policy__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 2rem 0;
}
.stats-policy__pill {
  padding: 8px 20px;
  border-radius: 24px;
  font-size: var(--step--1);
  color: #1E1E2A;
  background-color: #ffffff;
}
.stats-policy .wp-block-buttons {
  padding-top: 4rem;
}
.stats-policy .wp-block-button {
  margin: 0 auto;
}
.stats-policy__btn .wp-block-button__link {
  background-color: #E9B740;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 28px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.stats-policy__btn .wp-block-button__link:hover {
  background-color: rgb(220.5915492958, 162.8450704225, 25.4084507042);
}
.stats-policy__team-photo {
  margin-top: 4rem;
  border-radius: 8px;
  overflow: hidden;
}
.stats-policy__team-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.stats-policy__cta {
  display: none !important;
}

.guestbook {
  padding: 7rem 32px;
  background-color: #FFF8EC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .guestbook {
    padding: 4rem 32px;
  }
}
.guestbook__header {
  max-width: 1200px;
  margin: 0 auto 32px;
}
.guestbook__title-light {
  color: #E9B740;
  font-weight: 300;
  font-size: var(--step-2);
}
.guestbook__title-bold {
  color: #1B3654;
  font-weight: 700;
  font-size: var(--step-2);
}
.guestbook__slider {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 200px;
  flex: 1;
  width: 100%;
}
.guestbook__cards-wrapper {
  position: relative;
  max-width: 500px;
  min-height: 200px;
  margin: 0 auto;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 8px;
}
.guestbook__card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.guestbook__card--active {
  opacity: 1;
}
.editor-styles-wrapper .guestbook__card {
  position: relative;
  display: block;
  opacity: 1;
  margin-bottom: 16px;
}
.guestbook__text {
  color: #1B3654;
  line-height: 1.6;
  font-style: italic;
}
.guestbook__author {
  color: #555;
  font-size: var(--step--1);
}
.guestbook__controls {
  max-width: 1200px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guestbook__nav {
  display: flex;
  gap: 16px;
}
.guestbook__prev, .guestbook__next {
  cursor: pointer;
  font-size: var(--step-1);
  color: #1B3654;
  user-select: none;
  transition: color 0.2s;
}
.guestbook__prev:hover, .guestbook__next:hover {
  color: #E9B740;
}
.guestbook__counter {
  color: #1B3654;
  font-weight: 600;
}

.cta-banner {
  background-color: #FFF8EC;
  margin-top: 4rem;
}
.cta-banner__content {
  padding: 7rem 32px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta-banner__content {
    padding: 4rem 32px;
  }
}
.cta-banner h2 {
  color: #95064C;
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  margin-bottom: 16px;
}
.cta-banner p {
  color: #1E1E2A;
  margin-bottom: 32px;
}
.cta-banner__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .cta-banner__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.cta-banner__btn .wp-block-button__link {
  background-color: #E9B740;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 28px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.cta-banner__btn .wp-block-button__link:hover {
  background-color: rgb(220.5915492958, 162.8450704225, 25.4084507042);
}

.marine-graphic__strip {
  width: 100%;
  height: 150px;
  background-color: #1B3654;
  background-image: url("../icons/marine-graphic.png");
  background-repeat: repeat-x;
  background-size: auto 270%;
  background-position: center;
}

.hero {
  flex: 1;
  min-height: 500px;
  padding: 7rem 0;
}
.hero .wp-block-cover__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.hero .wp-block-cover__background {
  background-color: #1E1E2A;
  opacity: 0.4;
}
.hero__title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}
.hero__subtitle {
  font-size: var(--step-1);
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}
.hero__buttons {
  justify-content: center;
  padding-top: 4rem;
}
.hero__cta .wp-block-button__link {
  background-color: #E9B740;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.hero__cta .wp-block-button__link:hover {
  background-color: rgb(220.5915492958, 162.8450704225, 25.4084507042);
}
.hero.cd-landing {
  min-height: 700px;
}

.content-media {
  padding: 7rem 0;
}
.content-media__columns {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.content-media__text {
  flex-basis: 55%;
}
.content-media__text ul {
  padding: 1.5rem;
}
.content-media__text h2 {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-2);
  color: #95064C;
  margin-bottom: 1.5rem;
}
.content-media__text p {
  line-height: 1.7;
  padding: 1.5rem 0;
}
.content-media__text .content-media__pill {
  padding: 6px 20px;
}
.content-media__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 1.5rem;
}
.content-media__pill {
  padding: 6px 20px;
  border: 1.5px solid #8A7D6B;
  border-radius: 24px;
  font-size: var(--step--2);
  font-weight: 600;
  color: #8A7D6B;
  background-color: #FFF8EC;
  white-space: nowrap;
}
.content-media__media {
  flex-basis: 45%;
}
.content-media__media img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .content-media {
    padding: 4rem 1rem;
  }
  .content-media__columns {
    gap: 24px;
  }
  .content-media__text, .content-media__media {
    flex-basis: 100%;
  }
}

.cards-section {
  padding: 7rem 0;
}
.cards-section .wp-block-cover__inner-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}
.cards-section .wp-block-cover__inner-container > .is-layout-flex {
  display: grid;
  height: 100%;
}
.cards-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.cards-section .wp-block-cover__image-background {
  background-attachment: fixed;
  object-fit: cover;
}
.cards-section .wp-block-cover__background {
  background-color: #1B3654;
  opacity: 0.6;
}
.cards-section__heading-wrapper {
  padding-bottom: 1rem;
}
.cards-section__heading {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-3);
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cards-section__subtitle {
  font-size: var(--step--1);
  text-align: center;
  color: #ffffff;
  margin-bottom: 4rem;
}
.cards-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 350px));
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
.cards-section__grid .cd-card {
  width: 350px;
}
@media (max-width: 768px) {
  .cards-section__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cards-section {
    background-attachment: scroll;
  }
  .cards-section .wp-block-cover__image-background {
    background-attachment: scroll;
  }
  .cards-section {
    padding: 4rem 1rem;
  }
}

.cd-card {
  background-color: #5F8DB7;
  color: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: -5px 0px 0px #E9B740, 0px 8px 24px -4px rgba(0, 0, 0, 0.25), 0px 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cd-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
}
.cd-card__title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-1);
  color: #ffffff;
  margin: 0;
}
.cd-card__logo {
  width: 48px;
  flex-shrink: 0;
  margin: 0;
}
.cd-card__logo img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.cd-card__price {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 1rem;
}
.cd-card__divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 1rem 0;
}
.cd-card__details {
  font-size: var(--step--1);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  padding: 1rem 0;
}
.cd-card__description {
  font-size: var(--step--1);
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 2rem;
  flex-grow: 1;
}
.cd-card__actions {
  margin-top: auto;
}
.cd-card__pricing {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: baseline;
}
.cd-card__badge {
  font-size: var(--step-0);
  font-weight: 600;
  color: #E9B740;
}
.cd-card__price-columns {
  gap: 24px;
  padding-bottom: 1.5rem;
}
.cd-card__price-columns .cd-card__price {
  padding-bottom: 4px;
}
.cd-card__price-label {
  font-size: var(--step--1);
  color: rgba(255, 255, 255, 0.7);
}
.cd-card--frontpage {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.cd-card--frontpage .cd-card__image {
  margin: 0;
  width: 100%;
}
.cd-card--frontpage .cd-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.cd-card--frontpage .cd-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cd-card--frontpage .cd-card__description {
  font-style: normal;
  padding: 0.5rem 0 2rem;
  flex-grow: 1;
}
.cd-card--diving {
  background-color: #ffffff;
  color: #1E1E2A;
  padding: 20px;
  text-align: center;
}
.cd-card--diving .cd-card__label {
  font-size: var(--step--2);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 0.5rem;
}
.cd-card--diving .cd-card__title {
  color: #1E1E2A;
  font-size: var(--step-0);
  margin-bottom: 0.5rem;
}
.cd-card--diving .cd-card__price {
  color: #1E1E2A;
  font-size: 1.75rem;
  margin-bottom: 4px;
}
.cd-card--diving .cd-card__price-label {
  color: #555;
}
.cd-card--diving .cd-card__description {
  font-style: italic;
  color: #555;
}
.cd-card--featured {
  border: 3px solid #E9B740;
}
.cd-card__cta .wp-block-button__link {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-size: var(--step--1);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 24px;
}
.cd-card__cta .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #5F8DB7;
}
.cd-card--checklist {
  background-color: #FFF8EC;
  color: #1E1E2A;
  border-radius: 12px;
  padding: 24px 28px;
  max-width: none;
  box-shadow: none;
}
.cd-card__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cd-card__check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  line-height: 1.6;
  color: #1E1E2A;
  font-size: var(--step--1);
  padding-bottom: 1rem;
}
.cd-card__check-item:last-child {
  padding-bottom: 0;
}
.cd-card__check-item::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  background-image: url("../icons/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cd-card-info {
  background-color: #ffffff;
  border-radius: 12px;
}
.cd-card-info__icon {
  margin: 0;
  flex-shrink: 0;
  background-color: #FFF8EC;
  padding: 5px;
  border-radius: 11px;
}
.cd-card-info__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.cd-card-info__title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  margin: 0;
}
.cd-card-info__description {
  margin: 0;
  line-height: 1.6;
}
.cd-card-info__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cd-card-info--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  gap: 1rem;
}
.cd-card-info--centered .cd-card-info__icon img {
  width: 56px;
  height: 56px;
}
.cd-card-info--centered .cd-card-info__title {
  font-size: var(--step-0);
  color: #1E1E2A;
}
.cd-card-info--centered .cd-card-info__description {
  font-size: var(--step--1);
  color: #555;
}
.cd-card-info--compact {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
}
.cd-card-info--compact .cd-card-info__icon img {
  width: 44px;
  height: 44px;
}
.cd-card-info--compact .cd-card-info__title {
  font-size: var(--step--1);
  font-weight: 700;
  color: #1E1E2A;
}
.cd-card-info--compact .cd-card-info__description {
  font-size: var(--step--2);
  color: #555;
}
.cd-card-info--prominent {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
}
.cd-card-info--prominent .cd-card-info__icon img {
  width: 56px;
  height: 56px;
}
.cd-card-info--prominent .cd-card-info__title {
  font-size: var(--step-0);
  color: #95064C;
}
.cd-card-info--prominent .cd-card-info__description {
  font-size: var(--step-0);
  color: #1E1E2A;
  line-height: 1.7;
}
.cd-card-info--minimal {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
}
.cd-card-info--minimal .cd-card-info__icon img {
  width: 44px;
  height: 44px;
}
.cd-card-info--minimal .cd-card-info__description {
  font-size: var(--step--1);
  color: #555;
  line-height: 1.7;
}
.cd-card-info--highlighted {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background-color: #95064C;
  border-radius: 12px;
}
.cd-card-info--highlighted .cd-card-info__icon img {
  width: 56px;
  height: 56px;
}
.cd-card-info--highlighted .cd-card-info__title {
  font-size: var(--step-0);
  color: #E9B740;
}
.cd-card-info--highlighted .cd-card-info__description {
  font-size: var(--step--1);
  color: #ffffff;
  line-height: 1.7;
}

.contact-section {
  padding: 7rem 32px;
  background-color: #FFF8EC;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 4rem 32px;
  }
}
.contact-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 7rem;
  align-items: start;
}
@media (max-width: 768px) {
  .contact-section__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.contact-section__heading {
  margin-bottom: 1rem;
  color: #95064C;
}
.contact-section__intro {
  color: #555;
  font-size: var(--step--1);
  padding-bottom: 2rem;
}
.contact-section__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section__form {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 4rem;
}
@media (max-width: 768px) {
  .contact-section__form {
    padding: 2rem;
  }
}
.contact-section__form-heading {
  font-size: var(--step-2);
  padding-bottom: 0.5rem;
}
.contact-section__form-intro {
  color: #555;
  font-size: var(--step--1);
  padding-bottom: 2rem;
}

.contact-section__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section__form-heading {
  color: #95064C;
}
.contact-section__form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .contact-section__form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-section__form .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-section__form .form-field label,
.contact-section__form .form-label {
  font-size: var(--step--1);
  font-weight: 600;
  color: #1E1E2A;
}
.contact-section__form input[type=text],
.contact-section__form input[type=email],
.contact-section__form input[type=tel],
.contact-section__form select,
.contact-section__form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step--1);
  color: #1E1E2A;
  background: #ffffff;
  transition: border-color 0.2s;
}
.contact-section__form input[type=text]::placeholder,
.contact-section__form input[type=email]::placeholder,
.contact-section__form input[type=tel]::placeholder,
.contact-section__form select::placeholder,
.contact-section__form textarea::placeholder {
  color: #aaa;
}
.contact-section__form input[type=text]:focus,
.contact-section__form input[type=email]:focus,
.contact-section__form input[type=tel]:focus,
.contact-section__form select:focus,
.contact-section__form textarea:focus {
  outline: none;
  border-color: #1B3654;
}
.contact-section__form select {
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  cursor: pointer;
}
.contact-section__form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-section__form .form-submit-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 36px;
  background-color: #E9B740;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step-0);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease;
}
.contact-section__form .form-submit-wrap .wpcf7-submit:hover {
  background-color: rgb(220.5915492958, 162.8450704225, 25.4084507042);
}
.contact-section__form .form-submit-wrap .wpcf7-submit::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}
.contact-section__form .form-submit-wrap .wpcf7-submit:hover::after {
  transform: translateX(4px);
}

.interest-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.interest-chips p,
.interest-chips .wpcf7-form-control-wrap,
.interest-chips .wpcf7-checkbox {
  display: contents;
}
.interest-chips .wpcf7-list-item {
  margin: 0;
}
.interest-chips .wpcf7-list-item label {
  cursor: pointer;
  user-select: none;
}
.interest-chips .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.interest-chips .wpcf7-list-item input[type=checkbox] + span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid #d0d0d0;
  border-radius: 24px;
  font-size: var(--step--1);
  font-weight: 500;
  color: #1E1E2A;
  transition: all 0.2s;
}
.interest-chips .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.interest-chips .wpcf7-list-item input[type=checkbox]:checked + span {
  background-color: #95064C;
  border-color: #95064C;
  color: #ffffff;
}
.interest-chips .wpcf7-list-item input[type=checkbox]:checked + span::before {
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}

.map-section {
  padding: 7rem 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .map-section {
    padding: 4rem 32px;
  }
}
.map-section__heading {
  margin-bottom: 0.5rem;
}
.map-section__subtitle {
  color: #555;
  font-size: var(--step--1);
  padding-bottom: 4rem;
}
.map-section__embed {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.map-section__embed iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 768px) {
  .map-section__embed iframe {
    height: 300px;
  }
}

.contact-bottom-cards {
  padding: 7rem 32px;
  background-color: #FFF8EC;
}
@media (max-width: 768px) {
  .contact-bottom-cards {
    padding: 4rem 32px;
  }
}
.contact-bottom-cards__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .contact-bottom-cards__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.gallery {
  background-color: #ffffff;
  padding: 7rem 32px;
}
@media (max-width: 768px) {
  .gallery {
    padding: 4rem 32px;
  }
}
.gallery__header {
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding-bottom: 48px;
  text-align: center;
}
.gallery__title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-3);
  color: #95064C;
  margin-bottom: 1rem;
}
.gallery__subtitle {
  font-family: "Nunito", "Segoe UI", "Roboto", sans-serif;
  font-size: var(--step-0);
  color: #1E1E2A;
}
.gallery__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.gallery__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__image--featured {
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .gallery__image--featured {
    grid-row: auto;
  }
}

.cd-tabs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 32px;
}
@media (max-width: 768px) {
  .cd-tabs {
    padding: 4rem 32px;
  }
}
.cd-tabs__heading-wrapper {
  padding-bottom: 1rem;
}
.cd-tabs__heading {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-3);
  text-align: center;
  color: #95064C;
  margin-bottom: 0.5rem;
}
.cd-tabs__subtitle {
  font-size: var(--step--1);
  text-align: center;
  color: #1E1E2A;
  margin-bottom: 4rem;
}
.cd-tabs__buttons {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .cd-tabs__buttons {
    flex-wrap: wrap;
  }
}
.cd-tabs__button .wp-block-button__link {
  background: transparent;
  color: #E9B740;
  border: 2px solid #E9B740;
  border-radius: 24px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: var(--step--1);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.cd-tabs__button .wp-block-button__link:hover {
  background: #E9B740;
  color: #ffffff;
}
.cd-tabs__button--active .wp-block-button__link {
  background: #E9B740;
  color: #ffffff;
}
.cd-tabs__panels {
  max-width: 1200px;
  margin: 0 auto;
}
.cd-tabs__panel {
  display: none;
}
.cd-tabs__panel--active {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.editor-styles-wrapper .cd-tabs__panel {
  display: block;
  margin-bottom: 32px;
  padding: 16px;
  border: 1px dashed #ccc;
}
.cd-tabs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .cd-tabs__grid {
    grid-template-columns: 1fr;
  }
}
.cd-tabs__note {
  margin-top: 24px;
  border-left: 4px solid #E9B740;
  padding: 16px 24px;
  background: #FFF8EC;
  border-radius: 4px;
}
.cd-tabs__note-text {
  color: #1E1E2A;
  font-size: var(--step--1);
  line-height: 1.6;
}
.cd-tabs .cd-card-package,
.cd-tabs .cd-card-rate {
  background: #FFF8EC;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cd-tabs .pricing {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cd-card-package {
  background: #ffffff;
  border: 1px solid #e0d5c5;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.cd-card-package__days {
  color: #E9B740;
  font-size: var(--step--1);
  font-weight: 600;
  text-transform: uppercase;
  min-height: 25px;
}
.cd-card-package__title {
  color: #1E1E2A;
  font-weight: 700;
  font-size: var(--step-0);
  margin-top: 4px;
}
.cd-card-package__price {
  color: #E9B740;
  font-weight: 700;
  font-size: var(--step-2);
  padding: 0.5rem 0;
}
.cd-card-package__unit {
  color: #555;
  font-size: var(--step--1);
}
.cd-card-package__divider {
  margin: 16px auto;
  border-color: #e0d5c5;
}
.cd-card-package__desc {
  color: #555;
  font-size: var(--step--1);
  line-height: 1.5;
  padding-top: 0.5rem;
}

.pricing {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0d5c5;
}
.pricing__header {
  background: #E9B740;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
}
.pricing__header-title, .pricing__header-label {
  color: #1E1E2A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--step--1);
}
.pricing__section {
  background: #E8E2D6;
  padding: 8px 24px;
  color: #1E1E2A;
  font-weight: 700;
  font-size: var(--step--1);
  text-transform: uppercase;
}
.pricing__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid #eee;
}
.pricing__row:last-of-type {
  border-bottom: none;
}
.pricing__item {
  color: #1B3654;
  font-size: var(--step--1);
}
.pricing__price {
  color: #1B3654;
  font-weight: 600;
  font-size: var(--step--1);
  white-space: nowrap;
}
.pricing__highlight {
  background: #FFF8EC;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #E9B740;
  gap: 24px;
}
@media (max-width: 768px) {
  .pricing__highlight {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pricing__highlight-title {
  font-weight: 700;
  font-size: var(--step-0);
}
.pricing__highlight-desc {
  color: #555;
  font-size: var(--step--1);
  margin-top: 4px;
}
.pricing__highlight-prices {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pricing__highlight-prices {
    text-align: left;
  }
}
.pricing__highlight-price {
  color: #E9B740;
  font-weight: 700;
  font-size: var(--step-0);
}

.cd-card-rate {
  background: #ffffff;
  border: 1px solid #e0d5c5;
  border-radius: 8px;
  padding: 24px;
}
.cd-card-rate__title {
  color: #1E1E2A;
  font-weight: 700;
  font-size: var(--step-1);
  margin-bottom: 16px;
}
.cd-card-rate__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.cd-card-rate__row:last-of-type {
  border-bottom: none;
}
.cd-card-rate__label {
  color: #1E1E2A;
  font-size: var(--step--1);
}
.cd-card-rate__price {
  color: #1E1E2A;
  font-weight: 600;
  font-size: var(--step--1);
  white-space: nowrap;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 32px;
}
.blog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: var(--step--2);
}
.blog__spacer {
  height: 40px;
}

.single-post {
  max-width: 1200px;
  margin: 0 auto;
}
.single-post__content {
  padding: 4rem 32px;
}
.single-post__tags {
  padding: 4rem 0;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page-content__inner {
  padding: 4rem 32px;
}
.page-content__featured-image {
  margin-bottom: 4rem;
}

.error-404 {
  padding: 7rem 32px;
  text-align: center;
}
.error-404__title {
  margin-bottom: 1.5rem;
}

body.home .wp-block-gallery {
  padding: 2rem 32px 7rem;
  max-width: 1200px;
  margin: 0 auto;
}

.cards-strip {
  padding: 7rem 32px;
}
@media (max-width: 768px) {
  .cards-strip {
    padding: 4rem 32px;
  }
}
.cards-strip__wrapper {
  display: flex;
  justify-content: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cards-strip__wrapper {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.highlight-strip {
  background: #FFF8EC;
  padding: 7rem 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .highlight-strip {
    padding: 4rem 32px;
  }
}
.highlight-strip__heading {
  text-align: center;
  color: #95064C;
}
.highlight-strip__description {
  text-align: center;
}
.highlight-strip__wrapper {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.highlight-strip__tag {
  background: #ffffff;
  border-radius: 999px;
  padding: 4px 1rem;
  font-weight: 600;
  font-size: var(--step--2);
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #5A4E3C;
  text-align: center;
}

.full-image {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .full-image {
    padding: 2rem 0;
  }
}
.full-image__img {
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.full-image__img::after {
  content: "🔍";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(27, 54, 84, 0.7);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.full-image__img:hover::after {
  opacity: 0;
}
.full-image__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
}
.full-image__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(27, 54, 84, 0.8);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: var(--step--1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  white-space: nowrap;
}
.full-image__hint--visible {
  opacity: 1;
}

.cd-card-divesite {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  width: 320px;
}
.cd-card-divesite:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.cd-card-divesite__img-wrapper {
  height: 180px;
  overflow: hidden;
}
.cd-card-divesite__slider {
  display: flex !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  height: 100%;
  scrollbar-width: none;
}
.cd-card-divesite__slider::-webkit-scrollbar {
  display: none;
}
.cd-card-divesite__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  height: 100%;
  min-width: 100%;
}
.cd-card-divesite__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cd-card-divesite__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
}
.cd-card-divesite__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8A7D6B;
  transition: background 0.3s;
}
.cd-card-divesite__dot--active {
  background: #1E1E2A;
}
.cd-card-divesite__body {
  padding: 20px;
}
.cd-card-divesite__title {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-0);
  color: #1E1E2A;
  margin-bottom: 6px;
}
.cd-card-divesite__desc {
  font-size: var(--step--1);
  color: #555;
  line-height: 1.5;
}

.divesites-grid {
  padding: 4rem 32px;
  background-color: #FFF8EC;
}
@media (max-width: 768px) {
  .divesites-grid {
    padding: 2rem 32px;
  }
}
.divesites-grid__heading {
  font-family: "Josefin Sans", "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: var(--step-3);
  text-align: center;
  color: #95064C;
  margin-bottom: 0.5rem;
}
.divesites-grid__subtitle {
  font-size: var(--step--1);
  text-align: center;
  color: #1E1E2A;
  margin-bottom: 4rem;
}
.divesites-grid__cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 2rem;
}
@media (max-width: 1000px) {
  .divesites-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .divesites-grid__cards {
    grid-template-columns: 1fr;
  }
}

body.home .above-fold {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 75px);
}
body.home .above-fold .wp-block-template-part:not(header) {
  display: contents;
}
body.home .above-fold .header__PADI {
  position: absolute;
  left: 60px;
  bottom: 120px;
  z-index: 99;
}
body.home .cards-section .wp-block-cover__background {
  background-color: #ffffff !important;
}
body.home .cards-section__heading {
  color: #95064C;
}
body.home .cards-section__subtitle {
  color: #1E1E2A;
}
body.home .guestbook {
  padding-top: 0;
}

body.page-id-46 .full-image {
  padding-top: 8rem;
}
body.page-id-46 .marine-graphic {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  body.page-id-46 .marine-graphic {
    padding-top: 2rem;
  }
}

body.page-id-38 .cards-section__grid,
body.page-id-36 .cards-section__grid {
  grid-template-columns: repeat(2, minmax(0, 350px));
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-38 .cards-section__grid,
  body.page-id-36 .cards-section__grid {
    grid-template-columns: 1fr;
  }
}

body.page-id-52 .cards-strip {
  background-color: #FFF8EC;
}
body.page-id-52 .entry-content .content-media:last-child {
  background-color: #FFF8EC;
}

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 90;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: #E9B740;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.2s;
}
.back-to-top--visible {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=main.css.map */
