/* ==========================================================
   PROMOTION AOUT 2026 - AS-DF LE COMPLEXE
   Fichier commun aux pages Accueil, Airsoft, Laser et Tarifs.
   ========================================================== */

.august-promo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 5vw, 72px) 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 122, 0, 0.18), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(215, 28, 45, 0.15), transparent 34%),
    #05070a;
}

.august-promo::before,
.august-promo::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  transform: rotate(45deg);
}

.august-promo::before {
  top: -185px;
  right: 8%;
}

.august-promo::after {
  bottom: -205px;
  left: 4%;
}

.august-promo-card {
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(18, 20, 25, 0.98), rgba(7, 8, 11, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46);
}

.august-promo-visual {
  position: relative;
  display: block;
  min-height: 100%;
  background: #000;
}

.august-promo-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset -28px 0 45px rgba(0, 0, 0, 0.25);
}

.august-promo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-position: center top;
}

.august-promo-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 5vw, 62px);
}

.august-promo-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 122, 0, 0.48);
  border-radius: 999px;
  color: #ff9b36;
  background: rgba(255, 122, 0, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.august-promo-content h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.august-promo-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.58;
}

.august-promo-lead strong {
  color: #ff8a00;
}

.august-promo-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-top: 24px;
  padding: 12px 18px;
  border-left: 4px solid #ff7a00;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.16), rgba(255, 122, 0, 0));
}

.august-promo-highlight strong {
  color: #ff8a00;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 0.85;
}

.august-promo-highlight span {
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.august-promo-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.august-promo-price {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.august-promo-price::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #ff7a00;
}

.august-promo-price.is-laser::before {
  background: #e52b3e;
}

.august-promo-price > span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.august-promo-price strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.august-promo-price small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.august-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.august-promo-conditions {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .august-promo-card {
    grid-template-columns: minmax(210px, 285px) minmax(0, 1fr);
  }

  .august-promo-visual img {
    min-height: 430px;
  }
}

@media (max-width: 720px) {
  .august-promo {
    padding: 24px 0 42px;
  }

  .august-promo-card {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .august-promo-visual {
    max-height: 430px;
  }

  .august-promo-visual::after {
    box-shadow: inset 0 -28px 45px rgba(0, 0, 0, 0.25);
  }

  .august-promo-visual img {
    min-height: 0;
    max-height: 430px;
    object-position: center 17%;
  }

  .august-promo-content {
    padding: 28px 20px 30px;
  }

  .august-promo-content h2 {
    font-size: clamp(2rem, 11vw, 3.35rem);
  }
}

@media (max-width: 480px) {
  .august-promo-prices {
    grid-template-columns: 1fr;
  }

  .august-promo-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .august-promo-highlight {
    width: 100%;
  }
}
