.catamarans-page {
  overflow-x: hidden;
  background: #f6f9fb;
}

.catamarans-page .catamaran-home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(820px, 86vh, 900px);
  padding: clamp(116px, 12vh, 154px) 0 clamp(126px, 13vh, 168px);
  overflow: hidden;
  color: #fff;
  background: #021322;
}

.catamarans-page .catamaran-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 19, 34, .96) 0%, rgba(2, 22, 40, .88) 30%, rgba(3, 30, 52, .52) 54%, rgba(3, 30, 52, .16) 76%, rgba(3, 30, 52, .04) 100%),
    linear-gradient(180deg, rgba(1, 12, 22, .42) 0%, rgba(1, 12, 22, .12) 48%, rgba(1, 12, 22, .92) 100%),
    radial-gradient(circle at 78% 46%, rgba(255, 255, 255, .13), transparent 34%);
}

.catamarans-page .catamaran-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: clamp(72px, 8vw, 116px);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='120' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f0e8' d='M0 82c120 16 235 17 344 3 116-15 218-42 347-30 122 12 218 46 352 40 134-6 236-48 397-69v94H0z'/%3E%3Cpath fill='%23fffaf0' fill-opacity='.92' d='M0 96c148-4 238-23 355-21 108 2 205 32 328 27 136-6 231-43 360-43 127 0 228 34 397 22v39H0z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
}

.catamarans-page .catamaran-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
  filter: saturate(1.08) contrast(1.08) brightness(.74);
  transform: scale(1.015);
  transition: transform 1.2s ease, filter 1.2s ease;
}

.catamarans-page .catamaran-home-hero:hover .catamaran-hero-image {
  transform: scale(1.025);
  filter: saturate(1.1) contrast(1.1) brightness(.78);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-content {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1420px, calc(100% - 80px));
  max-width: 1420px;
  margin: 0 auto;
  padding: clamp(12px, 2.4vh, 28px) 0 0;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-left {
  max-width: 560px;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-tag {
  display: block;
  margin: 0 0 18px;
  color: #d49622;
  text-transform: uppercase;
  font-size: clamp(13px, .96vw, 17px);
  font-weight: 800;
  letter-spacing: .14em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.catamarans-page .catamaran-home-hero h1 {
  max-width: 560px;
  width: auto;
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(58px, 5.85vw, 78px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: .012em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .36);
}

.catamarans-page .catamaran-home-hero h1 span {
  color: #d49622;
}

.catamarans-page .catamaran-home-hero p {
  max-width: 500px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.5;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .34);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 238px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  background: linear-gradient(135deg, #bf7811 0%, #e3a52f 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), 0 18px 40px rgba(212, 150, 34, .24);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-btn:hover,
.catamarans-page .catamaran-home-hero .catamaran-hero-btn:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 24px 52px rgba(185, 118, 23, .34), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-btn svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-btn .catamaran-hero-arrow {
  margin-left: 2px;
  font-size: 26px;
  line-height: 1;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-btn.secondary {
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: end;
  column-gap: 42px;
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  color: #fff;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof > div {
  display: block;
  min-width: 128px;
  padding-right: 42px;
  border-right: 1px solid rgba(212, 150, 34, .62);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof strong,
.catamarans-page .catamaran-home-hero .catamaran-hero-proof span,
.catamarans-page .catamaran-home-hero .catamaran-hero-proof small {
  display: block;
  color: #fff;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .34);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof strong {
  font-size: clamp(30px, 2.35vw, 40px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: .01em;
}

.catamarans-page .catamaran-home-hero .catamaran-stars {
  margin: 8px 0 6px;
  color: #d49622;
  font-size: 17px;
  letter-spacing: .09em;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof > div > span:not(.catamaran-stars) {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 700;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-proof small {
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .105em;
}


.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(68px, 7vw, 104px);
  z-index: 4;
  display: flex;
  justify-content: center;
  padding: 19px 24px 21px;
  background: linear-gradient(180deg, rgba(2, 13, 23, .18) 0%, rgba(2, 13, 23, .84) 100%);
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  box-shadow: 0 -18px 46px rgba(1, 10, 18, .22), 0 16px 44px rgba(1, 10, 18, .26);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb ol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 34px);
  width: min(760px, calc(100% - 36px));
  margin: 0;
  padding: 0;
  list-style: none;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb li,
.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb a {
  color: rgba(255, 255, 255, .74);
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: clamp(10px, .74vw, 12px);
  font-weight: 800;
  letter-spacing: .42em;
  line-height: 1;
  text-shadow: 0 3px 15px rgba(0, 0, 0, .42);
}

.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb a:hover,
.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb a:focus-visible {
  color: #fff;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb li + li {
  position: relative;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(clamp(18px, 2.7vw, 34px) * -0.56);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .64);
  transform: translate(-50%, -50%);
}

.catamarans-page main {
  margin-top: 0;
  padding-top: 1px;
  background: linear-gradient(180deg, #fbf8f0 0%, #f6f9fb 120px, #f6f9fb 100%);
}

.catamarans-page .catamaran-home-steps {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1120px, calc(100% - 80px));
  max-width: 1120px;
  margin: -64px auto 18px;
  padding: 12px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #fff;
  background: rgba(2, 25, 43, .94);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.catamarans-page .catamaran-home-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 22px;
  align-items: center;
  min-height: 48px;
  height: 48px;
  column-gap: 14px;
  padding: 0 18px;
}

.catamarans-page .catamaran-home-steps article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.catamarans-page .catamaran-home-steps article::after {
  content: "";
  display: block;
  justify-self: end;
  width: 10px;
  height: 10px;
  border-top: 3px solid #d49622;
  border-right: 3px solid #d49622;
  transform: rotate(45deg);
}

.catamarans-page .catamaran-home-steps article:last-child::after {
  border-color: rgba(212, 150, 34, .28);
}

.catamarans-page .catamaran-home-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #061126;
  background: linear-gradient(180deg, #edb13a 0%, #d49622 100%);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.catamarans-page .catamaran-home-steps div {
  min-width: 0;
}

.catamarans-page .catamaran-home-steps div span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.1;
  white-space: nowrap;
}

.catamarans-page .catamaran-steps-icon {
  display: none;
}

@media screen and (max-width: 899px) {
  .catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb {
    bottom: 58px;
    padding: 15px 16px 17px;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb ol {
    gap: 18px;
    width: min(100%, 520px);
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb li,
  .catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb a {
    font-size: 10px;
    letter-spacing: .3em;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-breadcrumb li + li::before {
    left: -9px;
  }
}
@media screen and (max-width: 899px) {
  .catamarans-page .catamaran-home-hero {
    min-height: auto;
    padding: 118px 0 128px;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-content {
    width: min(100% - 36px, 680px);
    padding-top: 30px;
  }

  .catamarans-page .catamaran-home-hero h1 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .catamarans-page .catamaran-home-hero p {
    max-width: 100%;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-btn {
    width: 100%;
    min-width: 0;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    column-gap: 22px;
    row-gap: 22px;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-proof > div {
    display: block;
    min-width: 0;
    padding-right: 22px;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-proof > div:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-proof > div:nth-child(3) {
    display: block;
    grid-column: 1 / -1;
    padding-top: 4px;
  }

  .catamarans-page .catamaran-home-steps {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 560px);
    margin-top: -62px;
    padding: 8px 14px;
  }

  .catamarans-page .catamaran-home-steps article {
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    height: auto;
    min-height: 54px;
    padding: 12px 4px;
  }

  .catamarans-page .catamaran-home-steps article:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media screen and (max-width: 460px) {
  .catamarans-page .catamaran-home-hero {
    padding-top: 104px;
  }

  .catamarans-page .catamaran-home-hero h1 {
    font-size: clamp(36px, 11.4vw, 45px);
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-proof strong {
    font-size: 28px;
  }

  .catamarans-page .catamaran-home-steps div span {
    white-space: normal;
  }
}
/* Catamaran page home-style nav */
.catamarans-page #mainnavbar {
  display: none !important;
}

.catamarans-page .catamaran-home-hero {
  display: block;
  height: auto;
  padding-top: 0;
}

.catamarans-page .catamaran-home-hero::after {
  top: auto;
  bottom: -1px;
  z-index: 1;
}

.catamarans-page .catamaran-home-hero .hpt-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1420px, calc(100% - 80px));
  max-width: 1420px;
  margin: 0 auto;
  padding: 28px 0 24px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.catamarans-page .catamaran-home-hero .hpt-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.05;
}

.catamarans-page .catamaran-home-hero .hpt-brand span {
  color: #fff;
  font-family: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: .045em;
}

.catamarans-page .catamaran-home-hero .hpt-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.catamarans-page .catamaran-home-hero .hpt-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.9vw, 68px);
  margin-left: auto;
  margin-right: 44px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .045em;
}

.catamarans-page .catamaran-home-hero .hpt-nav__links a,
.catamarans-page .catamaran-home-hero .hpt-mobile-menu a {
  position: relative;
  color: #fff;
  text-decoration: none !important;
  transition: color .22s ease, transform .22s ease;
}

.catamarans-page .catamaran-home-hero .hpt-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: #d49622;
  transition: transform .24s ease;
}

.catamarans-page .catamaran-home-hero .hpt-nav__links a:hover,
.catamarans-page .catamaran-home-hero .hpt-mobile-menu a:hover,
.catamarans-page .catamaran-home-hero .hpt-lang:hover {
  color: #d49622;
}

.catamarans-page .catamaran-home-hero .hpt-nav__links a:hover::after {
  transform: scaleX(1);
}

.catamarans-page .catamaran-home-hero .hpt-nav__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.catamarans-page .catamaran-home-hero .hpt-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: color .22s ease;
}

.catamarans-page .catamaran-home-hero .hpt-lang::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background: #d49622;
}

.catamarans-page .catamaran-home-hero .hpt-nav__divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .58);
}

.catamarans-page .catamaran-home-hero .hpt-whatsapp,
.catamarans-page .catamaran-home-hero .hpt-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.catamarans-page .catamaran-home-hero .hpt-whatsapp svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
  transition: transform .22s ease, color .22s ease;
}

.catamarans-page .catamaran-home-hero .hpt-whatsapp:hover svg {
  color: #d49622;
  transform: translateY(-2px);
}

.catamarans-page .catamaran-home-hero .hpt-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  gap: 7px;
  flex-direction: column;
}

.catamarans-page .catamaran-home-hero .hpt-menu span {
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.catamarans-page .catamaran-home-hero .hpt-mobile-menu[hidden] {
  display: none !important;
}

.catamarans-page .catamaran-home-hero .hpt-mobile-menu {
  position: absolute;
  top: 96px;
  left: 24px;
  right: 24px;
  z-index: 10;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  color: #fff;
  background: rgba(3, 22, 40, .96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .06em;
}

.catamarans-page .catamaran-home-hero .catamaran-hero-content {
  padding-top: clamp(72px, 7.4vh, 108px);
}

.catamarans-page .catamaran-home-hero .hpt-nav a:focus-visible,
.catamarans-page .catamaran-home-hero .hpt-menu:focus-visible {
  outline: 3px solid rgba(212, 150, 34, .75);
  outline-offset: 5px;
  border-radius: 8px;
}

@media screen and (max-width: 1180px) {
  .catamarans-page .catamaran-home-hero .hpt-nav__links {
    gap: 24px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1040px) {
  .catamarans-page .catamaran-home-hero .hpt-nav__links {
    display: none;
  }

  .catamarans-page .catamaran-home-hero .hpt-menu {
    display: inline-flex;
  }

  .catamarans-page .catamaran-home-hero .hpt-nav__actions {
    gap: 14px;
  }
}

@media screen and (max-width: 899px) {
  .catamarans-page .catamaran-home-hero .hpt-nav,
  .catamarans-page .catamaran-home-hero .catamaran-hero-content {
    width: min(100% - 36px, 680px);
  }

  .catamarans-page .catamaran-home-hero .hpt-nav {
    padding: 20px 0 18px;
  }

  .catamarans-page .catamaran-home-hero .hpt-brand {
    gap: 10px;
    font-size: 16px;
  }

  .catamarans-page .catamaran-home-hero .hpt-brand img {
    width: 46px;
    height: 46px;
  }

  .catamarans-page .catamaran-home-hero .catamaran-hero-content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 520px) {
  .catamarans-page .catamaran-home-hero .hpt-brand {
    font-size: 13px;
  }

  .catamarans-page .catamaran-home-hero .hpt-brand img {
    width: 40px;
    height: 40px;
  }

  .catamarans-page .catamaran-home-hero .hpt-nav__divider {
    display: none;
  }

  .catamarans-page .catamaran-home-hero .hpt-whatsapp svg {
    width: 34px;
    height: 34px;
  }

  .catamarans-page .catamaran-home-hero .hpt-menu {
    width: 38px;
    height: 38px;
  }
}