.page-promo-latest-offer-details {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-promo-latest-offer-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promo-latest-offer-details__hero-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promo-latest-offer-details__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-promo-latest-offer-details__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-promo-latest-offer-details__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  font-weight: bold;
}

.page-promo-latest-offer-details__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-promo-latest-offer-details__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-promo-latest-offer-details__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-promo-latest-offer-details__button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-promo-latest-offer-details__button--primary:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-promo-latest-offer-details__button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-promo-latest-offer-details__button--secondary:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.page-promo-latest-offer-details__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

.page-promo-latest-offer-details__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-promo-latest-offer-details__offers-overview {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-promo-latest-offer-details__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promo-latest-offer-details__offer-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-promo-latest-offer-details__offer-card:hover {
  transform: translateY(-5px);
}

.page-promo-latest-offer-details__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-promo-latest-offer-details__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promo-latest-offer-details__card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-latest-offer-details__card-text {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promo-latest-offer-details__card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promo-latest-offer-details__card-features li {
  color: #333333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.page-promo-latest-offer-details__card-features li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FCBC45;
}

.page-promo-latest-offer-details__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  align-self: flex-start;
  margin-top: auto; /* Pushes button to the bottom */
}

.page-promo-latest-offer-details__terms-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-promo-latest-offer-details__terms-content {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promo-latest-offer-details__terms-subtitle {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 20px;
}

.page-promo-latest-offer-details__terms-list {
  list-style: disc;
  margin-left: 25px;
  color: #555555;
}

.page-promo-latest-offer-details__terms-list li {
  margin-bottom: 10px;
}

.page-promo-latest-offer-details__terms-note {
  margin-top: 30px;
  font-style: italic;
  color: #777777;
}

.page-promo-latest-offer-details__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-latest-offer-details__text-link:hover {
  text-decoration: underline;
}

.page-promo-latest-offer-details__why-arenaplus {
  padding: 60px 0;
  background-color: #000000;
  color: #FFFFFF;
}

.page-promo-latest-offer-details__why-arenaplus .page-promo-latest-offer-details__section-title {
  color: #FFFFFF;
}

.page-promo-latest-offer-details__why-arenaplus .page-promo-latest-offer-details__section-intro {
  color: #CCCCCC;
}

.page-promo-latest-offer-details__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-latest-offer-details__feature-item {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-promo-latest-offer-details__feature-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-promo-latest-offer-details__feature-icon {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-latest-offer-details__feature-title {
  font-size: 1.5em;
  color: #FCBC45;
  margin-bottom: 10px;
}

.page-promo-latest-offer-details__feature-description {
  color: #E0E0E0;
}

.page-promo-latest-offer-details__cta-section {
  padding: 80px 0;
  background-color: #FCBC45;
  color: #000000;
  text-align: center;
}

.page-promo-latest-offer-details__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promo-latest-offer-details__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-promo-latest-offer-details__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-promo-latest-offer-details__cta-actions .page-promo-latest-offer-details__button--primary {
  background-color: #000000;
  color: #FCBC45;
  border-color: #000000;
}

.page-promo-latest-offer-details__cta-actions .page-promo-latest-offer-details__button--primary:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-promo-latest-offer-details__cta-actions .page-promo-latest-offer-details__button--secondary {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.page-promo-latest-offer-details__cta-actions .page-promo-latest-offer-details__button--secondary:hover {
  background-color: #000000;
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promo-latest-offer-details__hero-title {
    font-size: 2.8em;
  }

  .page-promo-latest-offer-details__hero-description {
    font-size: 1.1em;
  }

  .page-promo-latest-offer-details__section-title {
    font-size: 2em;
  }

  .page-promo-latest-offer-details__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promo-latest-offer-details__hero-section {
    padding: 60px 20px;
  }

  .page-promo-latest-offer-details__hero-title {
    font-size: 2.2em;
  }

  .page-promo-latest-offer-details__hero-description {
    font-size: 1em;
  }

  .page-promo-latest-offer-details__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-promo-latest-offer-details__button {
    width: 100%;
    max-width: 300px;
  }

  .page-promo-latest-offer-details__offer-grid {
    grid-template-columns: 1fr;
  }

  .page-promo-latest-offer-details__card-image {
    height: 200px;
  }

  .page-promo-latest-offer-details__section-title {
    font-size: 1.8em;
  }

  .page-promo-latest-offer-details__section-intro {
    font-size: 0.95em;
  }

  .page-promo-latest-offer-details__terms-content {
    padding: 20px;
  }

  .page-promo-latest-offer-details__cta-title {
    font-size: 1.8em;
  }

  .page-promo-latest-offer-details__cta-description {
    font-size: 1em;
  }

  .page-promo-latest-offer-details__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-promo-latest-offer-details__why-arenaplus .page-promo-latest-offer-details__feature-icon {
    width: 200px;
    height: auto;
  }

  .page-promo-latest-offer-details__why-arenaplus .page-promo-latest-offer-details__feature-item img {
    max-width: 100%;
    height: auto;
  }
  
  .page-promo-latest-offer-details img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-latest-offer-details__hero-title {
    font-size: 1.8em;
  }

  .page-promo-latest-offer-details__section-title {
    font-size: 1.5em;
  }

  .page-promo-latest-offer-details__cta-title {
    font-size: 1.6em;
  }
}