.page-promotions-exclusive-benefits {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-promotions-exclusive-benefits__hero {
  background: linear-gradient(135deg, #007BFF, #4da3ff);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-exclusive-benefits__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-exclusive-benefits__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-exclusive-benefits__cta-button {
  display: inline-block;
  background-color: #FFC107;
  color: #000;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-exclusive-benefits__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-promotions-exclusive-benefits__cta-button--small {
  padding: 10px 25px;
  font-size: 0.9em;
}

.page-promotions-exclusive-benefits__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-promotions-exclusive-benefits__hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-exclusive-benefits__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-exclusive-benefits__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-promotions-exclusive-benefits__section-title {
  font-size: 2.5em;
  color: #007BFF;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-promotions-exclusive-benefits__section-intro {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555;
}

.page-promotions-exclusive-benefits__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-exclusive-benefits__benefit-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-exclusive-benefits__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-exclusive-benefits__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #007BFF;
}

.page-promotions-exclusive-benefits__card-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-promotions-exclusive-benefits__card-description {
  color: #666;
}

.page-promotions-exclusive-benefits__section-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-exclusive-benefits__offer-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 30px;
  text-align: left;
  flex-wrap: wrap;
}

.page-promotions-exclusive-benefits__offer-card--reversed {
  flex-direction: row-reverse;
}

.page-promotions-exclusive-benefits__offer-content {
  flex: 1;
  padding: 20px;
  min-width: 300px;
}

.page-promotions-exclusive-benefits__offer-image {
  flex: 1;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  margin: 20px;
  min-width: 250px;
}

.page-promotions-exclusive-benefits__offer-card--reversed .page-promotions-exclusive-benefits__offer-image {
  margin-right: 0;
  margin-left: 20px;
}

.page-promotions-exclusive-benefits__offer-title {
  font-size: 2em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-promotions-exclusive-benefits__offer-description {
  color: #555;
  margin-bottom: 20px;
}

.page-promotions-exclusive-benefits__offer-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-exclusive-benefits__offer-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFC107"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}

.page-promotions-exclusive-benefits__how-to-claim .page-promotions-exclusive-benefits__steps-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
}

.page-promotions-exclusive-benefits__how-to-claim .page-promotions-exclusive-benefits__steps-list li {
  background-color: #fff;
  border-left: 5px solid #007BFF;
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  color: #333;
  position: relative;
}

.page-promotions-exclusive-benefits__how-to-claim .page-promotions-exclusive-benefits__steps-list li strong {
  color: #007BFF;
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}

.page-promotions-exclusive-benefits__responsible-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-promotions-exclusive-benefits__responsible-list li {
  background-color: #fff;
  border-left: 4px solid #FFC107;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #444;
  font-size: 1em;
}

.page-promotions-exclusive-benefits__app-features {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 40px auto;
  text-align: left;
}

.page-promotions-exclusive-benefits__app-features strong {
  color: #007BFF;
  font-size: 1.2em;
  margin-bottom: 15px;
  display: block;
}

.page-promotions-exclusive-benefits__app-features ul {
  list-style: none;
  padding: 0;
}

.page-promotions-exclusive-benefits__app-features ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23007BFF"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}

.page-promotions-exclusive-benefits__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-exclusive-benefits__faq-question {
  font-size: 1.3em;
  color: #007BFF;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #f0f8ff;
  border-bottom: 1px solid #eee;
  position: relative;
}

.page-promotions-exclusive-benefits__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-exclusive-benefits__faq-item.active .page-promotions-exclusive-benefits__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-exclusive-benefits__faq-answer {
  padding: 0 25px 20px 25px;
  color: #555;
  font-size: 1.05em;
  display: none;
}

.page-promotions-exclusive-benefits__final-cta {
  background-color: #007BFF;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-exclusive-benefits__final-cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-promotions-exclusive-benefits__final-cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-exclusive-benefits__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-exclusive-benefits__section-title {
    font-size: 2em;
  }
  .page-promotions-exclusive-benefits__offer-card {
    flex-direction: column;
  }
  .page-promotions-exclusive-benefits__offer-card--reversed {
    flex-direction: column;
  }
  .page-promotions-exclusive-benefits__offer-image {
    margin: 20px auto;
  }
  .page-promotions-exclusive-benefits__offer-card--reversed .page-promotions-exclusive-benefits__offer-image {
    margin-right: auto;
    margin-left: auto;
  }
  .page-promotions-exclusive-benefits__responsible-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-exclusive-benefits__hero {
    padding: 60px 0;
  }
  .page-promotions-exclusive-benefits__hero-title {
    font-size: 2em;
  }
  .page-promotions-exclusive-benefits__hero-description {
    font-size: 1em;
  }
  .page-promotions-exclusive-benefits__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-exclusive-benefits__section {
    padding: 40px 0;
  }
  .page-promotions-exclusive-benefits__section-title {
    font-size: 1.8em;
  }
  .page-promotions-exclusive-benefits__offer-title {
    font-size: 1.5em;
  }
  .page-promotions-exclusive-benefits__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions-exclusive-benefits__faq-answer {
    padding: 0 20px 15px 20px;
  }
  .page-promotions-exclusive-benefits__final-cta-title {
    font-size: 2em;
  }
  .page-promotions-exclusive-benefits__final-cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-exclusive-benefits__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-exclusive-benefits__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-promotions-exclusive-benefits__section-title {
    font-size: 1.5em;
  }
  .page-promotions-exclusive-benefits__card-title {
    font-size: 1.3em;
  }
  .page-promotions-exclusive-benefits__offer-title {
    font-size: 1.3em;
  }
}