
.ventura-promo-banner {
  padding: 16px 0 0;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
}

.ventura-promo-banner-link {
  min-height: 152px;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) auto auto 320px;
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
  padding: 22px 24px;
  border-radius: 22px;
  background: #efefec;
  color: #0e0e09;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(14,14,9,.10);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ventura-promo-banner-link:hover,
.ventura-promo-banner-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(14,14,9,.14);
}

.ventura-promo-copy,
.ventura-promo-price {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ventura-promo-copy small,
.ventura-promo-price small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  color: #0e0e09;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ventura-promo-copy strong {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.03em;
}

.ventura-promo-copy > span {
  margin-top: 8px;
  color: rgba(14,14,9,.82);
  font-size: .82rem;
  line-height: 1.42;
}

.ventura-promo-price {
  padding: 0 8px 0 0;
  white-space: nowrap;
}

.ventura-promo-price strong {
  margin-top: 10px;
  color: #0e0e09;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.05em;
}

.ventura-promo-price em {
  margin-top: 5px;
  color: rgba(14,14,9,.76);
  font-style: normal;
  font-size: .76rem;
  font-weight: 700;
}

.ventura-promo-action {
  min-height: 50px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border-radius: 999px;
  background: #58595b;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.ventura-promo-swatches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  min-height: 108px;
  overflow: hidden;
  border: 2px solid rgba(14,14,9,.18);
  border-radius: 16px;
  background: #fff;
}

.ventura-promo-swatches i {
  display: block;
  min-height: 54px;
  background-position: center;
  background-size: cover;
}

.ventura-promo-swatches i:nth-child(1) { background-image: url("../../promocja-ventura/assets/ventura-silva.webp"); }
.ventura-promo-swatches i:nth-child(2) { background-image: url("../../promocja-ventura/assets/ventura-margo.webp"); }
.ventura-promo-swatches i:nth-child(3) { background-image: url("../../promocja-ventura/assets/ventura-milo.webp"); }
.ventura-promo-swatches i:nth-child(4) { background-image: url("../../promocja-ventura/assets/ventura-taupe.webp"); }

.ventura-promo-colors-label {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #0e0e09;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1100px) {
  .ventura-promo-banner-link {
    grid-template-columns: minmax(240px, 1fr) auto 280px;
    gap: 18px;
  }
  .ventura-promo-action { grid-column: 1 / 3; justify-self: start; }
}

@media (max-width: 760px) {
  .ventura-promo-banner { padding-top: 10px; }
  .ventura-promo-banner-link {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }
  .ventura-promo-copy strong { font-size: 1.25rem; }
  .ventura-promo-copy > span { font-size: .74rem; }
  .ventura-promo-price strong { font-size: 1.75rem; }
  .ventura-promo-action { width: 100%; }
  .ventura-promo-swatches { min-height: 180px; }
}
