/* style/promotions-32win32-exclusive-offers.css */

.page-promotions-32win32-exclusive-offers {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-promotions-32win32-exclusive-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-32win32-exclusive-offers__hero-section {
  background: linear-gradient(135deg, #004AAD, #4d80c6);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-32win32-exclusive-offers__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-32win32-exclusive-offers__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-promotions-32win32-exclusive-offers__hero-image {
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 400px;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(15deg);
}

.page-promotions-32win32-exclusive-offers__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
  z-index: 1;
  position: relative;
}

.page-promotions-32win32-exclusive-offers__btn--primary {
  background-color: #FFD700;
  color: #004AAD;
}

.page-promotions-32win32-exclusive-offers__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-32win32-exclusive-offers__btn--secondary {
  background-color: #004AAD;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-promotions-32win32-exclusive-offers__btn--secondary:hover {
  background-color: #003380;
  transform: translateY(-2px);
}

.page-promotions-32win32-exclusive-offers__btn--tertiary {
  background-color: #f0f0f0;
  color: #004AAD;
  border: 1px solid #ddd;
  font-size: 0.9em;
  padding: 8px 15px;
}

.page-promotions-32win32-exclusive-offers__btn--tertiary:hover {
  background-color: #e0e0e0;
  transform: translateY(-1px);
}

.page-promotions-32win32-exclusive-offers__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-promotions-32win32-exclusive-offers__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-promotions-32win32-exclusive-offers__section-title {
  font-size: 2.2em;
  color: #004AAD;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-32win32-exclusive-offers__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-32win32-exclusive-offers__feature-grid,
.page-promotions-32win32-exclusive-offers__promo-grid,
.page-promotions-32win32-exclusive-offers__steps-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}

.page-promotions-32win32-exclusive-offers__feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  text-align: center;
}

.page-promotions-32win32-exclusive-offers__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-promotions-32win32-exclusive-offers__feature-item:hover {
  transform: translateY(-5px);
}

.page-promotions-32win32-exclusive-offers__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.page-promotions-32win32-exclusive-offers__feature-item h3 {
  font-size: 1.5em;
  color: #004AAD;
  margin-bottom: 15px;
}

.page-promotions-32win32-exclusive-offers__promo-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-promotions-32win32-exclusive-offers__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.page-promotions-32win32-exclusive-offers__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-promotions-32win32-exclusive-offers__promo-card h3 {
  font-size: 1.4em;
  color: #004AAD;
  margin: 0 20px 15px 20px;
}

.page-promotions-32win32-exclusive-offers__promo-card p {
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-32win32-exclusive-offers__steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  text-align: center;
}

.page-promotions-32win32-exclusive-offers__step-item {
  background-color: #eaf3ff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 74, 173, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-32win32-exclusive-offers__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0,74,173,0.3));
}

.page-promotions-32win32-exclusive-offers__step-item h3 {
  font-size: 1.3em;
  color: #004AAD;
  margin-bottom: 15px;
}

.page-promotions-32win32-exclusive-offers__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-promotions-32win32-exclusive-offers__list li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-promotions-32win32-exclusive-offers__list li strong {
  color: #004AAD;
}

.page-promotions-32win32-exclusive-offers__cta-final {
  text-align: center;
  margin-top: 60px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promotions-32win32-exclusive-offers__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-32win32-exclusive-offers__hero-description {
    font-size: 1em;
  }

  .page-promotions-32win32-exclusive-offers__section-title {
    font-size: 1.8em;
  }

  .page-promotions-32win32-exclusive-offers__feature-grid,
  .page-promotions-32win32-exclusive-offers__promo-grid,
  .page-promotions-32win32-exclusive-offers__steps-grid {
    grid-template-columns: 1fr;
  }
  
  .page-promotions-32win32-exclusive-offers__hero-image {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-promotions-32win32-exclusive-offers__hero-title {
    font-size: 2em;
  }

  .page-promotions-32win32-exclusive-offers__hero-section {
    padding: 60px 0;
  }

  .page-promotions-32win32-exclusive-offers__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-32win32-exclusive-offers__section-title {
    font-size: 1.5em;
  }

  .page-promotions-32win32-exclusive-offers__content-section {
    padding: 40px 0;
  }
  
  .page-promotions-32win32-exclusive-offers__feature-item,
  .page-promotions-32win32-exclusive-offers__promo-card,
  .page-promotions-32win32-exclusive-offers__step-item {
    padding: 20px;
  }
}