.nvf-offer-cards,
.nvf-offer-cards * {
  box-sizing: border-box;
}

.nvf-offer-cards {
  width: 100%;
  overflow: clip;
  background: #f5f2ee;
  color: #101010;
}

.nvf-offer-cards__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.nvf-offer-cards__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}

.nvf-offer-cards__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #b42741;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nvf-offer-cards__title {
  margin: 0;
  color: #101010;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.045em;
}

.nvf-offer-cards__intro {
  max-width: 760px;
  margin: 18px auto 0;
  color: #202020;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.75;
}

.nvf-offer-cards__viewport {
  width: 100%;
}

.nvf-offer-cards__track {
  --nvf-offer-gap: 12px;
  --nvf-offer-slides: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--nvf-offer-gap);
  width: 100%;
}

.nvf-offer-card {
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0;
  background: #243f6b;
  color: #fff;
  transform: translateZ(0);
}

.nvf-offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.62) 100%);
}

.nvf-offer-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1);
  transition: transform .85s cubic-bezier(.625,.05,0,1);
}

.nvf-offer-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 720px);
  padding: 34px;
}

.nvf-offer-card__title {
  max-width: 12em;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.45vw, 52px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.04em;
}

.nvf-offer-card__description {
  max-width: 36em;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 400;
  line-height: 1.65;
}

.nvf-offer-card__price {
  margin: 18px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nvf-offer-card__button,
.nvf-offer-cards__footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 48px;
  margin-top: 16px;
  padding: 16px 28px;
  border: 0;
  border-radius: 999px;
  background: #b42741;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.nvf-offer-card__button:hover,
.nvf-offer-card__button:focus-visible {
  background: #243f6b;
  color: #fff;
  transform: translateY(-2px);
}

.nvf-offer-card__button--static,
.nvf-offer-cards__footer-button--static {
  cursor: default;
}

.nvf-offer-card__button span,
.nvf-offer-cards__footer-button span {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.nvf-offer-card__button-arrow,
.nvf-offer-cards__footer-button span:last-child {
  font-size: .95em;
  line-height: 1;
  transform: translateY(-.02em);
}

.nvf-offer-cards__hint {
  display: none;
  margin: 20px 0 0;
  color: #101010;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
}

.nvf-offer-cards__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.nvf-offer-cards__footer-button {
  margin-top: 0;
  min-width: 230px;
  background: #243f6b;
}

.nvf-offer-cards__footer-button:hover,
.nvf-offer-cards__footer-button:focus-visible {
  background: #b42741;
  color: #fff;
  transform: translateY(-2px);
}

.nvf-offer-cards--reveal [data-nvf-offer-reveal],
.nvf-offer-cards--reveal [data-nvf-offer-card] {
  opacity: 0;
  transform: translateY(26px);
}

.nvf-offer-cards--reveal.is-visible [data-nvf-offer-reveal],
.nvf-offer-cards--reveal.is-visible [data-nvf-offer-card],
.elementor-editor-active .nvf-offer-cards--reveal [data-nvf-offer-reveal],
.elementor-editor-active .nvf-offer-cards--reveal [data-nvf-offer-card] {
  opacity: 1;
  transform: none;
  transition: opacity .7s cubic-bezier(.625,.05,0,1), transform .7s cubic-bezier(.625,.05,0,1);
}

.elementor-editor-active .nvf-offer-cards {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .nvf-offer-card:hover .nvf-offer-card__image {
    transform: scale(1.04);
  }
}

@media screen and (max-width: 1024px) {
  .nvf-offer-cards {
    overflow: hidden;
  }

  .nvf-offer-cards__viewport {
    width: 100%;
    overflow: visible;
  }

  .nvf-offer-cards__track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nvf-offer-cards__track::-webkit-scrollbar {
    display: none;
  }

  .nvf-offer-card {
    flex: 0 0 calc((100% - (var(--nvf-offer-gap) * (var(--nvf-offer-slides) - 1))) / var(--nvf-offer-slides));
    margin-right: var(--nvf-offer-gap);
    scroll-snap-align: start;
  }

  .nvf-offer-card:last-child {
    margin-right: 0;
  }

  .nvf-offer-cards--has-hint .nvf-offer-cards__hint {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nvf-offer-cards__header {
    align-items: flex-start;
    text-align: left;
  }

  .nvf-offer-cards__intro {
    margin-left: 0;
    margin-right: 0;
  }

  .nvf-offer-card__title {
    font-size: clamp(28px, 9vw, 40px);
  }

  .nvf-offer-card__description {
    font-size: 14px;
    line-height: 1.6;
  }

  .nvf-offer-card__content {
    padding: 24px 22px;
  }

  .nvf-offer-card__button,
  .nvf-offer-cards__footer-button {
    min-height: 46px;
    padding: 14px 22px;
  }

  .nvf-offer-cards__footer {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nvf-offer-card__image,
  .nvf-offer-card__button,
  .nvf-offer-cards__footer-button,
  .nvf-offer-cards--reveal [data-nvf-offer-reveal],
  .nvf-offer-cards--reveal [data-nvf-offer-card] {
    transition: none !important;
  }

  .nvf-offer-cards--reveal [data-nvf-offer-reveal],
  .nvf-offer-cards--reveal [data-nvf-offer-card] {
    opacity: 1 !important;
    transform: none !important;
  }
}
