/**
 * @promocje
 */

.promo-hero h2 {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #00437a;
  border-bottom: 2px solid #0b67b2;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.product-image {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  border-radius: 18px;
  padding: 15px;
  border: 1px solid #d9e7f5;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.product-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.product-image img {
  max-height: 620px;
  width: auto;
  margin: auto;
  display: block;
}

.row.align-items-center {
  min-height: 520px;
}

/* =======================================================
   PROMOCJE v2
======================================================= */

.promocje-page {
  max-width: 1200px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
}

.promo-hero {
  margin-bottom: 35px;
}

.promo-badge {
  display: inline-block;

  background: #d72d2d;

  color: #fff;

  padding: 10px 24px;

  border-radius: 30px;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 25px;
}

.promo-title {
  font-size: 2em;
  color: #00437a;
  font-weight: 700;
  margin-bottom: 20px;
}

.promo-subtitle {
  font-size: 20px;
  color: #777;
  max-width: 760px;
  margin: auto;
}

.product-section {
  margin-top: 50px;
}

.product-image {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.product-image img {
  display: block;
  margin: auto;
  max-height: 500px;
}

.promo-list li {
  padding: 14px 0;
  font-size: 19px;
}

.promo-list li {
  padding: 10px 0;
  font-size: 18px;
}

/* ===================================================== */

.promo-price {
  margin-top: 35px;
  background: #f8fbfd;
  border-left: 5px solid #0b67b2;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.price-icon {
  font-size: 34px;
  margin-right: 20px;
}

.price-text {
  font-size: 16px;
  color: #555;
}

.promo-btn{
  background: #084f89 !important;
  color: #fff !important;
    display:inline-block;
    min-width:320px;
    padding:18px 45px;
    border-radius:8px;
    font-size:18px;
    font-weight:700;

}

.promo-btn-wrap{
    text-align:center;
    margin:45px 0;
}

.promo-btn:hover {
  background: #084f89 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.promo-divider {
  margin: 40px 0;
}

.promo-video {
  margin-bottom: 0;
}

.promo-video h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
}

.promo-video p {
  text-align: center;
  color: #777;
  margin-bottom: 35px;
}

.embed-responsive {
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.promo-video-box {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  padding-bottom: 20px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.promo-video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}
