.summer-promotion {
  --promotion-brown: #533521;
  --promotion-brown-dark: #382216;
  --promotion-cream: #fff8ea;
  --promotion-gold: #f1b94a;
  --promotion-white: #fff;
  color: var(--promotion-brown-dark);
  font-family: "DM Sans", sans-serif;
}

.summer-promotion h1,
.summer-promotion h2 {
  color: inherit;
  font-family: "Fraunces", serif;
  font-weight: 700;
}

.summer-promotion-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(34, 21, 13, 0.94) 0%, rgba(45, 28, 17, 0.84) 48%, rgba(45, 28, 17, 0.2) 100%),
    url("/magazyn/image/oferty/basen-summer-promotion.webp") center / cover no-repeat;
  border-radius: 1rem;
  color: var(--promotion-white);
  display: flex;
  margin: 0 0 2.25rem;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 4.5rem);
}

.summer-promotion-hero__content {
  max-width: 690px;
}

.summer-promotion-hero__visual {
  display: none;
}

.summer-promotion-eyebrow {
  color: #f7ca70;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.summer-promotion-hero h2 {
  font-size: clamp(2.15rem, 5vw, 4.1rem);
  line-height: 1.02;
  margin: 0 0 1rem;
}

.summer-promotion-lead {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.55;
  margin-bottom: 0.8rem;
}

.summer-promotion-highlight {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.45;
  margin-bottom: 1.2rem;
}

.summer-promotion-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.summer-promotion-benefits li {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 0.45rem 0.75rem;
}

.summer-promotion-benefits li::before {
  color: #f7ca70;
  content: "✓";
  font-weight: 800;
  margin-right: 0.4rem;
}

.summer-promotion-phone {
  align-items: center;
  background: var(--promotion-gold);
  border: 2px solid var(--promotion-gold);
  border-radius: 0.65rem;
  color: #28190f;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  justify-content: center;
  min-height: 72px;
  padding: 0.7rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.summer-promotion-phone:hover,
.summer-promotion-phone:focus-visible {
  background: #ffd57c;
  color: #28190f;
  transform: translateY(-2px);
}

.summer-promotion-phone__number {
  font-size: 1.55rem;
  line-height: 1.1;
}

.summer-promotion-phone__label {
  font-size: 0.83rem;
  letter-spacing: 0.035em;
  margin-top: 0.25rem;
}

.summer-promotion-legal {
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 0.8rem 0 0;
  max-width: 650px;
  opacity: 0.88;
}

.summer-promotion-pricing,
.summer-promotion-availability {
  border-radius: 0.9rem;
  margin: 2rem 0;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.summer-promotion-pricing {
  align-items: center;
  background: var(--promotion-cream);
  border: 1px solid #ead7b8;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.summer-promotion-pricing h2,
.summer-promotion-availability h2,
.summer-promotion-footer h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin: 0 0 0.6rem;
}

.summer-promotion-pricing p:last-child,
.summer-promotion-availability p:last-of-type {
  margin-bottom: 0;
}

.summer-promotion-availability {
  background: #f1f6f2;
  border-left: 6px solid #607b52;
}

.summer-promotion-date {
  color: var(--promotion-brown);
  font-family: "Fraunces", serif;
  font-size: 1.65rem;
}

.summer-promotion-button {
  background: var(--promotion-brown);
  border: 2px solid var(--promotion-brown);
  border-radius: 0.55rem;
  color: var(--promotion-white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  padding: 0.9rem 1.15rem;
  text-align: center;
  text-decoration: none;
}

.summer-promotion-button:hover,
.summer-promotion-button:focus-visible {
  background: var(--promotion-brown-dark);
  border-color: var(--promotion-brown-dark);
  color: var(--promotion-white);
}

.summer-promotion-form-note {
  background: var(--promotion-cream);
  border: 1px solid #ead7b8;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 1rem;
  padding: 1rem;
}

.summer-promotion-form-note a {
  color: var(--promotion-brown);
  font-weight: 800;
}

.summer-promotion-footer {
  background: var(--promotion-brown);
  border-radius: 1rem;
  color: var(--promotion-white);
  margin: 2.5rem 0 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.summer-promotion-button--light {
  background: var(--promotion-gold);
  border-color: var(--promotion-gold);
  color: #28190f;
}

.summer-promotion-button--light:hover,
.summer-promotion-button--light:focus-visible {
  background: #ffd57c;
  border-color: #ffd57c;
  color: #28190f;
}

.summer-promotion-terms {
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 1.25rem auto 0;
  max-width: 850px;
  opacity: 0.85;
}

.summer-promotion a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.summer-promotion-mobile-sticky {
  display: none;
}

@media (min-width: 992px) {
  .summer-promotion-hero {
    align-items: stretch;
    background: var(--promotion-brown-dark);
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
    min-height: 600px;
    padding: 0;
  }

  .summer-promotion-hero__content {
    align-self: center;
    max-width: none;
    padding: clamp(2.5rem, 4.5vw, 4.5rem);
  }

  .summer-promotion-hero__visual {
    display: block;
    min-height: 100%;
    overflow: hidden;
    position: relative;
  }

  .summer-promotion-hero__visual::before {
    background: linear-gradient(90deg, var(--promotion-brown-dark) 0%, rgba(56, 34, 22, 0.18) 20%, transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .summer-promotion-hero__visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .summer-promotion-hero__visual-label {
    backdrop-filter: blur(8px);
    background: rgba(34, 21, 13, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    bottom: 1.5rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    left: 1.5rem;
    margin: 0;
    padding: 0.55rem 0.85rem;
    position: absolute;
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  .summer-promotion-hero {
    background:
      linear-gradient(rgba(34, 21, 13, 0.82), rgba(34, 21, 13, 0.88)),
      url("/magazyn/image/oferty/basen-summer-promotion.webp") center / cover no-repeat;
    min-height: 0;
  }

  .summer-promotion-pricing {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .summer-promotion-hero {
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 1.35rem;
  }

  .summer-promotion-hero h2 {
    font-size: 2.2rem;
  }

  .summer-promotion-benefits {
    display: grid;
    gap: 0.4rem;
  }

  .summer-promotion-benefits li {
    background: transparent;
    border: 0;
    padding: 0.1rem 0;
  }

  .summer-promotion-phone,
  .summer-promotion-button {
    width: 100%;
  }

  .summer-promotion-mobile-sticky {
    background: rgba(255, 255, 255, 0.96);
    bottom: 0;
    box-shadow: 0 -6px 24px rgba(38, 24, 14, 0.2);
    display: block;
    left: 0;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    /* Niżej niż panel cookies (z-index 101), ale ponad zwykłą treścią strony. */
    z-index: 90;
  }

  .summer-promotion-mobile-sticky__button {
    align-items: center;
    background: var(--promotion-brown);
    border-radius: 0.55rem;
    color: #fff;
    display: flex;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    justify-content: center;
    min-height: 52px;
    text-decoration: none;
  }
}

@media print {
  .summer-promotion-mobile-sticky {
    display: none !important;
  }
}
