
/* =========================
   BRAND LIST (NEW YACHTS)
========================= */

.cy-brands-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1770px;
  margin: 0 auto;
  padding: 40px 24px;
}

.cy-brand-row {
  position: relative;
  display: block;
  height: 353px;
  overflow: hidden;
  text-decoration: none;
}

.cy-brand-row,
.cy-brand-row--all-models {
  height: 353px;
}

.cy-brand-row--all-models .cy-brand-row__bg {
  background-size: contain;
  background-color: #f5f5f5;
}

.cy-brand-row__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cy-brand-row--all-models .cy-brand-row__bg {
  background-size: cover;
  background-position: center;
}

/* IMAGEM */
.cy-brand-row__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease;
  z-index: 1;
}

/* OVERLAY (leve) */
.cy-brand-row__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  transition: background .3s ease;
  z-index: 2;
}

/* TEXTO */
.cy-brand-row__content {
  position: absolute;
  inset: 0;
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding-left: 40px;
  color: #fff;
}

/* HOVER */
.cy-brand-row:hover .cy-brand-row__bg {
  transform: scale(1.08);
}

.cy-brand-row--all-models:hover .cy-brand-row__bg   {
  transform: scale(1.02);
}


.cy-brand-row__content,
.cy-brand-row__content h3,
.cy-brand-row__content span {
  color: #fff;
}

.cy-brand-row__content a {
  color: #fff;
  text-decoration: none;
}

/* DEFAULT (direita) */
.cy-brand-row__content {
  align-items: flex-end;
  text-align: right;
  padding-right: 60px;
  padding-left: 0;
}


/* PARES → esquerda */
.cy-brand-row:nth-child(even) .cy-brand-row__content {
  align-items: flex-start;
  text-align: left;
  padding-left: 60px;
  padding-right: 0;
}

.cy-brand-row__content h3 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 1px;
}

.cy-brand-row__content span {
  font-size: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.cy-brand-row:hover .cy-brand-row__overlay {
  background: rgba(0,0,0,0.35);
}
.cy-brand-row__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  color: #fff;
  z-index: 2;
  background: transparent;
}

.cy-brand-row__overlay h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.cy-brand-row__overlay span {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Responsive */

/* 👇 abaixo de 1366px */
@media (max-width: 1366px) {
  .cy-brand-row,
  .cy-brand-row--all-models {
  height: 260px;
}
  
  
  .cy-brand-row__content h3 {
    font-size: 48px;
  }

  .cy-brand-row__content span {
    font-size: 20px;

    }


}

/* 👇 tablet */
@media (max-width: 1024px) {
  .cy-brand-row,
  .cy-brand-row--all-models {
  height: 180px;
}
  
  .cy-brand-row__content h3 {
        font-size: 42px;
        line-height: 42px;
  }

  .cy-brand-row__content span {
        font-size: 18px;
  }
  .cy-brand-tabs button {
    padding: 0;
 }
}

/* 👇 mobile */
@media (max-width: 768px) {
 .cy-brand-row,
  .cy-brand-row--all-models {
  height: 150px;
}

.cy-model-card h3 {
  font-size: 18px !important;
}

  .cy-brand-row__overlay {
    padding-left: 20px;
  }

  .cy-brand-row__content h3 {
        font-size: 32px;
        line-height: 32px;
  }
  .cy-brand-row__overlay h3 {
    font-size: 20px;
  }
  .cy-brand-row__content span {
        font-size: 13px;
  }

}

/* 👇 mobile pequeno */
@media (max-width: 480px) {
   .cy-brand-row__content h3 {
        font-size: 20px;
        line-height: 20px;
  }
   .cy-brand-row__content span {
        font-size: 10px;
  }

  .cy-model-card__image {
    height: 220px;
  }

  .cy-model-card__meta {
    font-size: 13px !important;
  }
    .cy-brand-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    padding: 12px 16px 12px !important;
    margin: 0 -16px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .cy-brand-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .cy-brand-tabs button {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    min-width: auto !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .cy-model-card__link {
    font-size: 16px !important;
  }

  .cy-back-icon {
    font-size: 12px !important;
  }

  .cy-model-card__image img
{
    width: 63%;
    height: auto;
    object-fit: contain;
}

  .pswp__button--fullscreen {
    display: none;
  }

 .pswp .pswp__top-bar {
    padding: 0 !important;
  }

 .cy-brand-row,
  .cy-brand-row--all-models {
  height: 90px;
}
}




/* =========================
   Models LIST (NEW YACHTS)
========================= */


.cy-brand-models {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  margin-top: -12px;
}


.cy-brand-models__header h1 {
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.cy-brand-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

.cy-brand-tabs button {
  background: none;
  border: 0;
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  cursor: pointer;
}

.cy-brand-tabs button.is-active,
.cy-brand-tabs button.is-active:focus,
.cy-brand-tabs button.is-active:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.cy-brand-tabs button:active,
.cy-brand-tabs button:focus,
.cy-brand-tabs button:hover,
.cy-brand-tabs button.is-active {
  background: transparent !important;
  background-color: transparent !important;
  color: #A1A1A1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.cy-brand-tabs button.is-active {
  color: #111;
}

.cy-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  padding: 0 40px;
}

.cy-model-card a {
  color: inherit;
  text-decoration: none;
}

.cy-model-card h3 {
  font-size: 30px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.gold {
  color: #816243;
}
.cy-model-card__image {
  height: 353px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cy-model-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cy-model-card__meta {
  display: flex;
  gap: 8px;
  margin-top: 0;
  font-size: 20px;
  font-family: 'Inter';
  text-transform: uppercase;
}

.cy-model-card__meta span:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
}

.cy-model-card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.cy-brand-hero {
    height: 590px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cy-brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.28);
}

.cy-brand-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cy-brand-hero__logo {
  max-width: 220px;
  max-height: 90px;
  object-fit: contain;
}

.cy-brand-hero h1 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
}


.cy-back-link {
  border-top: 1px solid #C7C7C7;
  border-top-width: 1px;
  margin: 60px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
}

.cy-back-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;

  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #7a7a7a;
  transition: all 0.3s ease;
}

.cy-back-link a:hover {
  color: #816243;
}

.cy-back-icon {
  font-size: 16px;
  line-height: 1;
}

.cy-brand-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 45px 0 45px;
  padding: 0 40px;
  border: 0;
}

.cy-brand-tabs button {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0 46px;
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 7px;
  text-transform: uppercase;
  cursor: pointer;
}

.cy-brand-tabs button:first-child {
  padding-left: 46px;
}

.cy-brand-tabs button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #777;
  transform: translateY(-50%);
}

.cy-brand-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #777;
  transform: translateY(-50%);
}

.cy-brand-tabs button + button::before {
  display: none;
}

.cy-brand-tabs button.is-active {
  color: #111;
}

@media (max-width: 768px) {
  .cy-brand-tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }

  .cy-brand-tabs button {
    padding: 0 28px;
    font-size: 11px;
    letter-spacing: 4px;
  }
}


/* Form */

.cy-request-message {
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: 13px;
    border-radius: 3px;
}

.cy-request-message.is-success {
    background: #e6f4ea;
    color: #2e7d32;
}

.cy-request-message.is-error {
    background: #fdecea;
    color: #c62828;
}

/* =========================
   SINGLE BOAT MODEL
========================= */

.cy-breadcrumb {
    max-width: 98%;
    margin: 34px auto 22px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8b8b8b;
}

.cy-breadcrumb a {
    color: #816243;
    font-family: Inter;
    font-size: 14px;
    text-decoration: none;
    transition: color .25s ease;
}

.cy-breadcrumb a:hover {
    color: #1f1f1f;
}

.cy-breadcrumb span:last-child {
    color: #1f1f1f;
}

@media (max-width: 767px) {
    .cy-breadcrumb {
        margin: 24px auto 18px;
        padding: 0 20px;
        gap: 7px;
        font-size: 10px;
        letter-spacing: .12em;
    }
}



.cy-single-model {
  background: #fff;
}

.cy-single-hero {
  position: relative;
  height: 82vh;
  min-height: 560px;
  background-size: cover;
  background-position: center;
}

.cy-single-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.22);
}

.cy-single-hero__content {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;      /* vertical */
  justify-content: center;  /* horizontal */

  height: 100%;
  text-align: center;
}

.cy-single-hero__content h1 {
  font-size: clamp(42px, 6vw, 92px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
  margin: 0;
  color: #ffffffba;
}

.btnbrandallmodels {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.cy-single-actionbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 74px;
  padding: 0 60px;
  border-bottom: 1px solid #969696;
  background: #fff;
}

.cy-single-actionbar .btnblack {
  font-family: Inter;
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #151513;
  color: #151513;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cy-single-actionbar .btnblack:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.cy-single-actionbar .btnblack:active,
.cy-single-actionbar .btnblack:focus {
  background: #000;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.cy-single-actionbar__actions {
  display: flex;
  gap: 34px;
  align-items: center;
}

.cy-single-overview {
  max-width: 1460px;
  margin: 0 auto;
  padding: 30px 24px;
  padding-bottom: 5px;
  gap: 60px;
}

.cy-single-overview__label {
  font-size: 38px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.cy-single-overview__text {
  font-family: Inter;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.cy-single-video {
  margin: 60px auto;
  max-width: 1460px;
  padding: 0 20px;
}

.cy-single-video__inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.cy-single-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cy-yacht-gallery {
  margin: 90px 0;
  overflow: hidden;
}

.cy-yacht-gallery__header {
  max-width: 1460px;
  margin: 0 auto 38px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cy-yacht-gallery__header h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.cy-yacht-gallery__nav {
  display: flex;
  gap: 12px;
}

.cy-yacht-gallery__nav button {
  width: 44px;
  height: 44px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background: transparent;
  color: #777;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/*
.cy-yacht-gallery__swiper {
  padding-left: max(40px, calc((100vw - 1450px) / 2 + 40px));
} */

.cy-yacht-gallery .swiper-slide {
  width: auto;
}

.cy-yacht-gallery__img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .cy-yacht-gallery {
    margin: 55px 0;
  }

  .cy-yacht-gallery__header {
    padding: 0 20px;
  }

  .cy-yacht-gallery__header h2 {
    font-size: 26px;
  }

  .cy-yacht-gallery__swiper {
    padding-left: 20px;
  }

  .cy-yacht-gallery__img {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .cy-single-hero {
    height: 70vh;
    min-height: 440px;
  }

  .cy-single-hero__content {
    padding: 0 24px 48px;
  }

  .cy-single-actionbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px;
  }

  .cy-single-actionbar__actions {
    flex-wrap: wrap;
    gap: 18px;
  }

  .cy-single-overview {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 24px;
  }
}

@media (max-width: 900px) {
  .cy-model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cy-model-grid {
    grid-template-columns: 1fr;
  }

  .cy-brand-tabs {
    flex-wrap: wrap;
  }
}

/* Virtual Tour */

.cy-virtual-tour {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cy-virtual-tour__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
    z-index: 1;
}

.cy-virtual-tour__badge {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3;
    width: 120px;
    height: 120px;
    pointer-events: none;
}

.cy-virtual-tour__badge svg {
    width: 100%;
    height: auto;
    display: block;
}

.cy-virtual-tour__content {
    position: relative;
    z-index: 4;
}

.cy-virtual-tour__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
    border: 1px solid rgba(255,255,255,.8);
    color: #fff;
    text-decoration: none;
    letter-spacing: .12em;
    font-size: 16px;
    transition: all .3s ease;
}

.cy-virtual-tour__btn:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {

    .cy-virtual-tour {
        min-height: 420px;
    }

    .cy-virtual-tour__badge {
        width: 82px;
        height: 82px;
        top: 22px;
        left: 22px;
    }

    .cy-virtual-tour__btn {
        padding: 14px 24px;
        font-size: 11px;
    }
}


/* Layout Profile */


.cy-layout-profile {
  max-width: 1400px;
  margin: 90px auto;
  padding: 0 40px;
  text-align: center;
}

.cy-layout-profile h2 {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.cy-layout-profile__main {
  position: relative;
  background: #e9e9e9;
}

.cy-layout-profile__main .swiper-slide {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cy-layout-profile__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cy-layout-profile__prev,
.cy-layout-profile__next,
.cy-layout-profile__prev:hover,
.cy-layout-profile__next:hover,
.cy-layout-profile__prev:focus,
.cy-layout-profile__next:focus,
.cy-layout-profile__prev:active,
.cy-layout-profile__next:active {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  z-index: 10;

  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #555;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0;
  line-height: 1 !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;

  cursor: pointer;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;

  transform: translateY(-50%) !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.cy-layout-profile__prev,
.cy-layout-profile__prev:hover,
.cy-layout-profile__prev:focus,
.cy-layout-profile__prev:active {
  left: 20px !important;
  right: auto !important;
}

.cy-layout-profile__next,
.cy-layout-profile__next:hover,
.cy-layout-profile__next:focus,
.cy-layout-profile__next:active {
  right: 20px !important;
  left: auto !important;
}

.cy-layout-profile__prev::before,
.cy-layout-profile__next::before {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}

.cy-layout-profile__prev::before {
  content: '‹';
}

.cy-layout-profile__next::before {
  content: '›';
}

.cy-layout-profile__prev:hover,
.cy-layout-profile__next:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.cy-layout-profile__thumbs {
  margin-top: 24px;
}

.cy-layout-profile__thumbs .swiper-slide {
  height: 130px;
  background: #e9e9e9;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: .65;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cy-layout-profile__thumbs .swiper-slide-thumb-active {
  border-color: #555;
  opacity: 1;
}

.cy-layout-profile__thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {

.cy-single-actionbar__actions {
  gap:8px;
}



.cy-single-actionbar .btnblack {
    font-family: Inter;
    display: inline-block;
    padding: 10px 8px;
    border: 1px solid #151513;
    color: #151513;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btnbrandallmodels {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}

}

@media (max-width: 767px) {
  .cy-layout-profile {
    margin: 55px auto;
    padding: 0 20px;
  }

  .cy-layout-profile__main .swiper-slide {
    height: 270px;
  }

  .cy-layout-profile__thumbs .swiper-slide {
    height: 90px;
  }

  .cy-layout-profile__prev,
  .cy-layout-profile__next {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .cy-layout-profile__prev {
    left: 12px !important;
  }

  .cy-layout-profile__next {
    right: 12px !important;
  }
}

/* Specs */ 

.cy-specs {
  max-width: 1180px;
  margin: 90px auto;
  padding: 0 40px;
}

.cy-specs h2 {
  margin: 0 0 46px;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.cy-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 38px;
}

.cy-specs__group h3 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.cy-specs__row {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 18px;
  margin-bottom: 8px;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.4;
}

.cy-specs__row strong {
  color: #6f6f6f;
  font-weight: 400;
}

@media (max-width: 767px) {
  .cy-specs {
    margin: 55px auto;
    padding: 0 20px;
  }

  .cy-specs h2 {
    font-size: 25px;
    margin-bottom: 32px;
  }

  .cy-specs__grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.cy-downloads {
    padding: 90px 32px 110px;
    background: #fff;
    text-align: center;
}

.cy-downloads h2 {
    margin: 0 0 34px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .04em;
    color: #1b1b1b;
}

.cy-download-highlight {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.cy-download-highlight__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.cy-download-highlight__image {
    position: absolute;
    inset: 0;
}

.cy-download-highlight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.cy-download-highlight__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.38);
    z-index: 1;
}



.cy-download-highlight__content {
    position: relative;
    z-index: 2;
}

.cy-download-highlight__eyebrow,
.cy-download-highlight__title {
    display: none;
}

.cy-download-highlight__image img {
    transition:
        transform 1.8s cubic-bezier(.16,.84,.44,1),
        filter 1.2s ease;
    will-change: transform;
}

.cy-download-highlight__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 226px;
    min-height: 54px;
    padding: 18px 52px;

    border: 1px solid rgba(255,255,255,.78);

    color: #fff;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(3px);

    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .35s ease,
        border-color .35s ease,
        color .35s ease,
        transform .45s cubic-bezier(.16,.84,.44,1);
}

.cy-download-highlight__card:hover img {
    transform: scale(1.045);
}

.cy-download-highlight__card:hover .cy-download-highlight__btn {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.95);
    transform: translateY(-2px);
}

.cy-download-highlight__card:hover .cy-download-highlight__btn {
    background: #fff;
    color: #111;
}

@media (max-width: 768px) {
    .cy-downloads {
        padding: 60px 18px 80px;
    }

    .cy-downloads h2 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .cy-download-highlight__card {
        min-height: 210px;
    }

    .cy-download-highlight__btn {
        min-width: 190px;
        min-height: 48px;
        font-size: 12px;
        letter-spacing: .22em;
    }
}

.enquiryformboat {
  max-width: 1920px;
  margin: 0 auto;
  background: #F4F4F4;
  padding: 90px;
}

.cy-download-card--spec {
  background-image: url('/wp-content/uploads/2026/05/specs.jpg');
}

.cy-download-card--gallery {
  background-image: url('/wp-content/uploads/2026/05/gallery.jpg');
}

.cy-download-card--layout {
  background-image: url('/wp-content/uploads/2026/05/layout.jpg');
}

@media (max-width: 767px) {
  .cy-downloads {
    margin: 55px auto;
    padding: 0 20px;
  }

  .cy-downloads__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cy-download-card {
    height: 200px;
  }

  .enquiryformboat {
    padding: 20px;
  }
}

.cy-download-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff; /* default white */
}

.cy-download-card:hover .cy-download-card__btn {
  background: #fff;
  color: #111; /* 🔥 this turns SVG black automatically */
}

.cy-yacht-nav {
  border-top: 1px solid #ddd;
  margin-top: 90px;
  padding: 30px 0;
}

.cy-yacht-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.cy-yacht-nav__col {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cy-yacht-nav__prev {
  text-align: left;
}

.cy-yacht-nav__back {
  text-align: center;
}

.cy-yacht-nav__next {
  text-align: right;
}

.cy-yacht-nav a {
  color: #777;
  text-decoration: none;
  transition: color .2s ease;
}

.cy-yacht-nav a:hover {
  color: #111;
}

.enquiryformboat h3 {
  font-family: "Google Sans", sans-serif;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 1px;
}

.cy-lightbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.cy-lightbox-item img {
  display: block;
  width: 100%;
  height: 100%;
}


/* ---- Barra de thumbnails ---- 
LIGHTBOX

*/
 
/* Fundo geral */
.pswp {
  --pswp-bg: rgba(0, 0, 0, 0.95);
}

/* Top bar */
.pswp__top-bar {
  height: 64px;
  background: transparent;
  padding: 0 36px;
}

.pswp__top-bar {
  display: flex;
  align-items: center;
}

.pswp__button--zoom-in-custom,
.pswp__button--zoom-out-custom {
  margin: 0 2px;
}

/* Counter */
.pswp__counter {
  height: 64px;
  line-height: 64px;
  margin-left: 24px;
  font-size: 15px;
  color: #fff;
  opacity: .75;
  text-shadow: none;
}

/* Botões topo */
.pswp__button {
  width: 44px;
  height: 44px;
  margin: 10px 4px;
  color: #fff;
  opacity: .65;
  transition: opacity .2s ease;
}

.pswp__button:hover {
  opacity: 1;
}

.pswp__button svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  color: currentColor;
  pointer-events: none;
}

/* Close maior */
.pswp__button--close {
  margin-left: 18px;
  opacity: .75;
}

/* Setas laterais */
.pswp__button--arrow {
  width: 58px;
  height: 58px;
  opacity: .55;
  background: transparent !important;
}

.pswp__button--arrow:hover {
  opacity: 1;
  background: transparent !important;
}

.pswp__button--arrow .pswp__icn {
  fill: #fff;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

/* Área da imagem com espaço para thumbnails */
.pswp__container {
  margin-bottom: 105px;
}

/* Thumbnails bottom */
.cyc-pswp-thumbs {
  position: fixed;
  left: 50%;
  bottom: 34px;
  z-index: 99999;
  transform: translateX(-50%);

  display: flex;
  gap: 8px;

  max-width: calc(100vw - 220px);
  overflow-x: auto;
  overflow-y: hidden;

  padding: 0;
  background: transparent;

  scrollbar-width: none;
}

.cyc-pswp-thumbs::-webkit-scrollbar {
  display: none;
}
.cyc-pswp-thumbs {
  transform: translateX(-50%);
  transition: opacity .25s ease, transform .25s ease;
}

.cyc-pswp-thumbs--hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(120%) !important;
}

.pswp--ui-visible .pswp__top-bar,
.pswp--ui-visible .pswp__button,
.pswp--ui-visible .pswp__counter {
  opacity: 1 !important;
}

.pswp__top-bar {
  transition: none !important;
}

/* Thumb */
.cyc-pswp-thumb {
  flex: 0 0 auto;
  width: 150px;
  height: auto;

  padding: 0;
  margin: 0;

  border: 2px solid transparent;
  background: #000;

  cursor: pointer;
  overflow: hidden;
  opacity: .55;

  transition: opacity .2s ease, border-color .2s ease;
}

.cyc-pswp-thumb:hover {
  opacity: .85;
}

.cyc-pswp-thumb--active {
  opacity: 1;
  border-color: #fff;
}

.cyc-pswp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  .pswp__top-bar {
    height: 54px;
    padding: 0 14px;
  }

  .pswp__counter {
    height: 54px;
    line-height: 54px;
    margin-left: 12px;
    font-size: 13px;
  }

  .pswp__button {
    width: 38px;
    height: 38px;
    margin: 8px 1px;
  }

  .pswp__container {
    margin-bottom: 86px;
  }

  .cyc-pswp-thumbs {
    bottom: 20px;
    max-width: calc(100vw - 30px);
  }

  .cyc-pswp-thumb {
    width: 76px;
    height: 52px;
  }
}

.pswp .pswp__top-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  height: 64px !important;
  padding: 0;
  background: #000000;
}

.pswp .pswp__counter {
  left: 36px !important;
  top: 0 !important;
  height: 64px !important;
  line-height: 64px !important;
  margin: 0 !important;
  color: #fff !important;
  opacity: .75 !important;
  font-size: 18px !important;
  text-shadow: none !important;
}

.pswp .pswp__button {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;

  padding: 0 !important;
  margin: 10px 2px !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  color: #fff !important;

  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;

  transform: none !important;
  transition: opacity .2s ease !important;
}




/* Close maior */
/* Esconder ícone default */
.pswp .pswp__button--close .pswp__icn {
  display: none !important;
}

/* Botão close custom */
.pswp .pswp__button--close {
  width: 40px !important;
  height: 40px !important;

  background-image: url('close.svg') !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0.8;
  transition: opacity .2s ease, filter .2s ease;
}

/* Hover */
.pswp .pswp__button--close:hover {
  opacity: 1;
  filter: brightness(0) invert(1); /* fica branco */
}

.pswp .pswp__button--arrow {
  position: absolute !important;
  top: 50% !important;
  width: 55px !important;
  height: 54px !important;
  min-width: 55px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;

  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  border: 0 !important;
  box-shadow: none !important;
  opacity: .8 !important;

  transform: translateY(-50%) !important;
  transition: opacity .2s ease !important;
}

.pswp .pswp__button--arrow:hover,
.pswp .pswp__button--arrow:focus,
.pswp .pswp__button--arrow:active {
    filter: brightness(0) invert(1);
}

.pswp .pswp__button--arrow .pswp__icn {
  display: none !important;
}

.pswp .pswp__button--arrow--prev {
  left: 30px !important;
  right: auto !important;
  background-image: url('seta-left.svg') !important;
}

.pswp .pswp__button--arrow--next {
  right: 30px !important;
  left: auto !important;
  background-image: url('seta-right.svg') !important;
}

.pswp__button--zoom { display: none !important }

.cyc-pswp-toast {
  position: absolute;
  top: 80px; /* 🔥 em vez de bottom */
  left: 50%;
  transform: translate(-50%, -10px);

  z-index: 999;

  padding: 10px 18px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;

  opacity: 0;
  pointer-events: none;

  transition: opacity .25s ease, transform .25s ease;
}

.cyc-pswp-toast--in {
  opacity: 1;
  transform: translate(-50%, 0);
}
/* Used / Preowned boats shortcode */
/* LIST / FULL STACK */
.cy-used-boats--list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}


/* USED / PREOWNED CONTENT BLOCKS */

.cy-used-content {
    max-width: 1460px;
    margin: 90px auto;
    padding: 0 32px;
}

.cy-used-content__block {
    margin-bottom: 64px;
}

.cy-used-content__block:last-child {
    margin-bottom: 0;
}

.cy-used-content h2 {
    margin: 0 0 24px;
    font-size: clamp(28px, 3vw, 32px);
    line-height: 1.05;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #111;
}

.cy-used-content__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.cy-used-content__text p {
    margin: 0 0 18px;
}

.cy-used-content__text p:last-child {
    margin-bottom: 0;
}

.cy-used-content__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 42px;
    max-width: 980px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cy-used-content__list li {
    position: relative;
    padding-left: 22px;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.cy-used-content__list li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #8a6a43;
}

.cy-used-content__text--small {
    font-size: 14px;
    line-height: 1.65;
    color: #777;
}

@media (max-width: 767px) {
    .cy-used-content {
        margin: 56px auto;
        padding: 0 20px;
    }

    .cy-used-content__block {
        margin-bottom: 42px;
    }

    .cy-used-content__text {
        font-size: 16px;
        line-height: 1.65;
    }

    .cy-used-content__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cy-used-content__list li {
        font-size: 16px;
    }
}

/* Used boat extra equipment / extras */

.cy-used-content__equipment-list,
.cy-used-content__highlights-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 42px;
    max-width: 1180px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cy-used-content__equipment-list li,
.cy-used-content__highlights-list li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1.2;
    color: #6f6f6f;
}

.cy-used-content__equipment-list li::before,
.cy-used-content__highlights-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #8a6a43;
}

.cy-used-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 22px;
    margin: 20px 0 28px;

    background: linear-gradient(180deg, #b29a63 0%, #9d8756 100%);
    color: #fff;

    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;

    border-radius: 2px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    min-height: 60px;
}

.cy-used-content__block h2 {
    position: relative;
    display: block;
    margin: 0 0 26px;
    padding: 0 0 14px;

    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2f2f2f;
}

.cy-used-content__block h2::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 99%; /* ajusta conforme a largura que queres */
    height: 1px;
    margin-top: 12px;
    background: #d9d9d9;
}

@media (max-width: 767px) {
    .cy-used-price {
        padding: 14px 18px;
        min-height: 54px;
        font-size: 16px;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 767px) {
    .cy-used-price {
        margin: 16px 0 24px;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .cy-used-content__equipment-list,
    .cy-used-content__highlights-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 32px;
    }
}

@media (max-width: 640px) {
    .cy-used-content__equipment-list,
    .cy-used-content__highlights-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cy-used-content__equipment-list li,
    .cy-used-content__highlights-list li {
        font-size: 16px;
    }
}

.cy-used-boats--list .cy-used-boat-card {
    width: 100%;
}

.cy-used-boats--list .cy-used-boat-card__image {
    display: block;
    width: 100%;
}

.cy-used-boats--list .cy-used-boat-card__image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.cy-used-boats--list .cy-used-boat-card__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    border-bottom: 1px solid #c9c9c9;
    padding: 16px 0 8px;
}

.cy-used-boats--list .cy-used-boat-card__head h3 {
    margin: 0;
    font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;
}

.cy-used-boats--list .cy-used-boat-card__excerpt {
    max-width: 1180px;
}

/* GRID */
.cy-used-boats--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 28px;
}

.cy-used-boats--grid .cy-used-boat-card__image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.cy-used-boats--grid .cy-used-boat-card__head {
    display: block;
    border-bottom: 1px solid #c9c9c9;
    padding: 14px 0 8px;
}

.cy-used-boats--grid .cy-used-boat-card__head h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.cy-used-boats--grid .cy-used-boat-card__price {
    margin-top: 8px;
    font-size: 18px;
}

.cy-used-boats--grid .cy-used-boat-card__actions {
    flex-direction: column;
    gap: 10px;
}

.cy-btn--outline {
  color:#696969;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1.5px solid #696969; 

}



/* Modal */

.cy-request-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.cy-request-modal.is-open {
    display: block;
}

.cy-request-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.cy-request-modal__box {
    position: relative;
    max-width: 600px;
    margin: 70px auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 35px rgba(0,0,0,.35);
    z-index: 2;
}

.cy-request-modal__title {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cy-request-modal__close {
    position: absolute;
    right: 14px;
    top: 12px;
    border: 0;
    background: none;
    font-size: 26px;
    color: #aaa;
    cursor: pointer;
}

.cy-request-form {
    padding: 20px;
}

.cy-request-section-title {
    margin: 18px 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cy-request-field {
    display: flex;
    border: 1px solid #ccc;
    margin-bottom: 14px;
}

.cy-request-field span {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-right: 1px solid #ccc;
}

.cy-request-field input,
.cy-request-field textarea {
    width: 100%;
    border: 0;
    padding: 11px 12px;
    font-size: 14px;
}

.cy-request-field textarea {
    min-height: 54px;
}

.cy-request-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #686868;
}

.cy-request-submit {
    display: block;
    margin-left: auto;
    margin-top: 28px;
    background: #000000;
    color: #fff;
    border: 0;
    padding: 14px 26px;
    font-size: 13px;
    font-weight: 600;
    font-family: Inter;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

.cy-request-submit:hover {
  outline:none;
  background: #816243;
  border: 0;
}


/* Setas dos sliders Featured (boat models + preowned) */
.cy-home-featured-models {
    position: relative;
}

.cy-home-featured-models .cy-home-featured__nav {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .65) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, .28) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .78;
    transition: background .25s ease, border-color .25s ease, opacity .25s ease, transform .25s ease;
}

.cy-home-featured-models .cy-home-featured__nav span {
    display: block;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 42px;
    transform: translateY(-2px);
    pointer-events: none;
}

.cy-home-featured-models .cy-home-featured__nav:hover,
.cy-home-featured-models .cy-home-featured__nav:focus {
    background: rgba(0, 0, 0, .58) !important;
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1;
    text-decoration: none !important;
}

.cy-home-featured-models .cy-home-featured__nav:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .85);
    outline-offset: 4px;
}

.cy-home-featured-models .cy-home-featured__nav--prev {
    left: 28px;
}

.cy-home-featured-models .cy-home-featured__nav--next {
    right: 28px;
}

.cy-home-featured-models .cy-home-featured__nav.swiper-button-disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .cy-home-featured-models .cy-home-featured__nav--prev { left: 20px; }
    .cy-home-featured-models .cy-home-featured__nav--next { right: 20px; }
}


.cy-request-modal .cy-request-modal__close {
    all: unset !important;

    position: absolute !important;
    top: 10px !important;
    right: 14px !important;

    width: 36px !important;
    height: 36px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;

    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 400 !important;

    color: #999 !important;
    cursor: pointer !important;

    transform: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    z-index: 20 !important;
}

.cy-request-modal .cy-request-modal__close:hover,
.cy-request-modal .cy-request-modal__close:focus,
.cy-request-modal .cy-request-modal__close:active,
.cy-request-modal .cy-request-modal__close:focus-visible {
    top: 10px !important;
    right: 14px !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
}


/* Modal modern style override */

.cy-request-modal__overlay {
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(3px);
}

.cy-request-modal__box {
    max-width: 860px;
    width: calc(100% - 36px);
    margin: 7vh auto;
    background: #f4f4f4;
    border-radius: 0;
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
    overflow: hidden;
}

.cy-request-modal__title {
    padding: 28px 42px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .12em;
    border-bottom: 1px solid #ddd;
}

.cy-request-form {
    padding: 42px;
}

.cy-request-section-title {
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #111;
}

.cy-request-field {
    display: block;
    border: 0;
    margin-bottom: 34px;
}

.cy-request-field span {
    display: none;
}

.cy-request-field input,
.cy-request-field textarea {
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    padding: 10px 0 14px !important;
    font-size: 14px !important;
    color: #111 !important;
    outline: none;
    box-shadow: none;
}

.cy-request-field input:focus,
.cy-request-field textarea:focus {
    border-bottom-color: #000;
}

.cy-request-field textarea {
    min-height: 92px;
    resize: vertical;
}

.cy-request-options {
    gap: 22px 70px;
    margin-bottom: 42px;
}

.cy-request-options label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cy-request-options input {
    width: 14px;
    height: 14px;
    accent-color: #816243;
}

.cy-request-submit {
    width: min(390px, 100%);
    height: 54px;
    padding: 0 28px;
    background: #816243;
    color: #fff;
}

.cy-request-submit:hover {
    background: #000;
}

.cy-request-modal .cy-request-modal__close {
    top: 24px !important;
    right: 30px !important;
}

.cy-request-modal .cy-request-modal__close:hover,
.cy-request-modal .cy-request-modal__close:focus,
.cy-request-modal .cy-request-modal__close:active,
.cy-request-modal .cy-request-modal__close:focus-visible {
    top: 24px !important;
    right: 30px !important;
}

@media (max-width: 768px) {
    .cy-request-modal__box {
        width: calc(100% - 24px);
        margin: 4vh auto;
        max-height: 92vh;
        overflow-y: auto;
    }

    .cy-request-modal__title {
        padding: 22px 58px 22px 22px;
        font-size: 16px;
    }

    .cy-request-form {
        padding: 28px 22px;
    }

    .cy-request-options {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cy-request-submit {
        width: 100%;
    }

    .cy-request-modal .cy-request-modal__close,
    .cy-request-modal .cy-request-modal__close:hover,
    .cy-request-modal .cy-request-modal__close:focus,
    .cy-request-modal .cy-request-modal__close:active,
    .cy-request-modal .cy-request-modal__close:focus-visible {
        top: 14px !important;
        right: 16px !important;
    }
}

@media (max-width: 1366px) {
  .cy-used-boats--list .cy-used-boat-card__image img {
  height: 366px; 
}

.cy-single-hero {
  height: 60vh;
}

.cy-used-boats--list .cy-used-boat-card__head h3 {
  font-size: 32px !important;
}

}
@media (max-width: 1024px) {
  .cy-used-boats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  
  .cy-used-boats--list .cy-used-boat-card__image img {
  height: 280px; 
}

.cy-single-hero {
    position: relative;
    height: 46vh;
}
.cy-preowned {
    padding: 0 1px 80px !important;
    background: #fff;
}

.cy-used-boats .cy-btn {
  letter-spacing: 3px;
}

}
@media (max-width: 680px) {
  .cy-used-boats { grid-template-columns: 1fr; }
  .cy-used-boat-card__head { display: block; }
  .cy-used-boat-card__price { margin-top: 8px; }
  .cy-used-boats--grid .cy-used-boat-card__image img {
        height: 120px;
  }
  .cy-used-boats--list .cy-used-boat-card__image img {
        height: 120px;
  }

  .cy-used-boat-card__price {
    font-size: 16px !important;
  }

  .cy-used-boats--list .cy-used-boat-card__head h3 {
    font-size: 18px !important;
  }

  .cy-used-boats .cy-btn {
    letter-spacing: 3px;
  }

  .cy-yacht-nav__col {
  font-size: 10px;
  letter-spacing: 1px;
  }
}


/* Home Brands */

/* HOME BRANDS - same style as old .topbrands */

.cy-home-brands {
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* grid quando tem 4 ou menos */
.cy-home-brands-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* swiper */
.cy-home-brands-swiper {
    width: 100%;
    overflow: hidden;
}

.cy-home-brands .swiper-wrapper {
    align-items: stretch;
}

.cy-home-brands .swiper-slide,
.cy-home-brands-grid__item {
    min-height: 640px;
    overflow: hidden;
    position: relative;
}

/* card/conteúdo prepara isolamento */
.cy-home-brand-card {
    min-height: 640px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background: #000;
}

/* camada background */
.cy-home-brand-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 102% !important;
    height: 100% !important;
    left: -1% !important;
    right: auto !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    transform: scale(1);
    transition: transform .8s ease;
    will-change: transform;
}

/* overlay escuro */
.cy-home-brand-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, .38);
    transition: background .35s ease;
}

/* logo sempre fixo por cima */
.cy-home-brand-card__inner {
    position: relative;
    z-index: 2;

    width: 82%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    pointer-events: none;
}

.cy-home-brand-card__inner img {
    display: block;
    max-width: min(82%, 300px);
    max-height: 135px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cy-home-brand-card__inner strong {
    color: #fff;
    font-size: clamp(28px, 2.3vw, 46px);
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500;
}

/* hover: só background faz zoom */
.cy-home-brand-card:hover .cy-home-brand-card__bg {
    transform: scale(1.08);
    width: 104% !important;
    left: -2% !important;
}

.cy-home-brand-card:hover .cy-home-brand-card__overlay {
    background: rgba(0, 0, 0, .25);
}

/* responsive */
@media (max-width: 1024px) {
    .cy-home-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cy-home-brands .swiper-slide,
    .cy-home-brands-grid__item,
    .cy-home-brand-card {
        min-height: 560px;
    }
}

@media (max-width: 767px) {
    .cy-home-brands-grid {
        grid-template-columns: 1fr;
    }

    .cy-home-brands .swiper-slide,
    .cy-home-brands-grid__item,
    .cy-home-brand-card {
        min-height: 460px;
    }

    .cy-home-brand-card__inner img {
        max-width: min(78%, 240px);
        max-height: 110px;
    }
}

/* FIX HOME BRANDS SWIPER - manter sempre 4 colunas visíveis em desktop */

.cy-home-brands--slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.cy-home-brands--slider .swiper-slide {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    height: auto;
    overflow: hidden;
}

.cy-home-brands--slider .cy-home-brand-card {
    width: 100%;
    min-height: 640px;
}

/* Tablet: 2 colunas */
@media (max-width: 1024px) {
    .cy-home-brands--slider .swiper-slide {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    .cy-home-brands--slider .cy-home-brand-card {
        min-height: 560px;
    }
}

/* Mobile: 1 coluna */
@media (max-width: 767px) {
    .cy-home-brands--slider .swiper-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .cy-home-brands--slider .cy-home-brand-card {
        min-height: 460px;
    }
}


/* HOME BRANDS - scoped carousel navigation, Bootstrap safe */

.cy-home-brands {
    position: relative;
}

.cy-home-brands--slider .cy-home-brands-swiper {
    position: relative;
}

/* Reset forte para evitar estilos Bootstrap/button/theme */
.cy-home-brands .cy-home-brands__nav {
    appearance: none !important;
    -webkit-appearance: none !important;

    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(255, 255, 255, .65) !important;
    border-radius: 50% !important;

    background: rgba(0, 0, 0, .28) !important;
    background-image: none !important;

    color: #fff !important;
    box-shadow: none !important;
    outline: none;

    display: flex !important;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    opacity: .78;

    transition:
        background .25s ease,
        border-color .25s ease,
        opacity .25s ease,
        transform .25s ease;
}

.cy-home-brands .cy-home-brands__nav span {
    display: block;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 42px;
    transform: translateY(-2px);
    pointer-events: none;
}

.cy-home-brands .cy-home-brands__nav:hover,
.cy-home-brands .cy-home-brands__nav:focus {
    background: rgba(0, 0, 0, .58) !important;
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1;
    text-decoration: none !important;
}

.cy-home-brands .cy-home-brands__nav:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .85);
    outline-offset: 4px;
}

.cy-home-brands .cy-home-brands__nav--prev {
    left: 28px;
}

.cy-home-brands .cy-home-brands__nav--next {
    right: 28px;
}

/* Swiper disabled state */
.cy-home-brands .cy-home-brands__nav.swiper-button-disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .cy-home-brands .cy-home-brands__nav {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .cy-home-brands .cy-home-brands__nav span {
        font-size: 36px;
        line-height: 38px;
    }

    .cy-home-brands .cy-home-brands__nav--prev {
        left: 20px;
    }

    .cy-home-brands .cy-home-brands__nav--next {
        right: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .cy-home-brands .cy-home-brands__nav {
        width: 40px;
        height: 40px;
        min-width: 42px;
        min-height: 42px;
    }

    .cy-home-brands .cy-home-brands__nav span {
        font-size: 36px;
        line-height: 34px;
    }

    .cy-home-brands .cy-home-brands__nav--prev {
        left: 12px;
    }

    .cy-home-brands .cy-home-brands__nav--next {
        right: 12px;
    }
}

/* Muito pequeno: esconder para não tapar demasiado o card */
@media (max-width: 420px) {
    .cy-home-brands .cy-home-brands__nav {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .cy-home-brands .cy-home-brands__nav span {
        font-size: 32px;
        line-height: 30px;
    }

    .cy-home-brands .cy-home-brands__nav--prev {
        left: 8px;
    }

    .cy-home-brands .cy-home-brands__nav--next {
        right: 8px;
    }
}


.cy-home-brands--slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.cy-home-brands--slider .swiper-slide {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    height: auto;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .cy-home-brands--slider .swiper-slide {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767px) {
    .cy-home-brands--slider .swiper-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* =========================
   FEATURED PREOWNED ONLY
   Shortcode: [cy_featured_preowned]
========================= */

.cy-featured-preowned .cy-home-featured-card__image {
    width: 100%;
    min-height: 460px;
    aspect-ratio: auto;
    overflow: hidden;
    background: #080505;
}

.cy-featured-preowned .cy-home-featured-card__image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Desktop médio */
@media (max-width: 1366px) {
    .cy-featured-preowned .cy-home-featured-card__image,
    .cy-featured-preowned .cy-home-featured-card__image img {
        min-height: 320px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .cy-featured-preowned .cy-home-featured-card__image,
    .cy-featured-preowned .cy-home-featured-card__image img {
        min-height: 280px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .cy-featured-preowned .cy-home-featured-card__image,
    .cy-featured-preowned .cy-home-featured-card__image img {
        min-height: 240px;
    }
}