/* style/index-exclusive-offers.css */
.page-index-exclusive-offers {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #0A1931; /* Main dark background */
}

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

.page-index-exclusive-offers__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-exclusive-offers__section-title {
  font-size: 2.5em;
  color: #E0B400; /* Gold for titles */
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-index-exclusive-offers__text-content {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #d0d0d0;
}

/* Hero Section */
.page-index-exclusive-offers__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #1a3a66 100%); /* Dark blue gradient */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-index-exclusive-offers__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-exclusive-offers__main-title {
  font-size: 3.5em;
  color: #E0B400; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-exclusive-offers__subtitle {
  font-size: 1.4em;
  color: #f0f0f0;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-index-exclusive-offers__cta-button {
  display: inline-block;
  background-color: #E0B400; /* Gold button */
  color: #0A1931; /* Dark text on gold */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(224, 180, 0, 0.4);
}

.page-index-exclusive-offers__cta-button:hover {
  background-color: #f7d24c; /* Lighter gold on hover */
  transform: translateY(-3px);
}

.page-index-exclusive-offers__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-index-exclusive-offers__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}

/* About Offers Section */
.page-index-exclusive-offers__about-offers {
  background-color: #1a2a47; /* Slightly lighter dark blue */
}

.page-index-exclusive-offers__feature-list {
  list-style: none;
  padding: 0;
  margin: 30px auto 40px;
  max-width: 700px;
  text-align: left;
}

.page-index-exclusive-offers__feature-list li {
  font-size: 1.15em;
  margin-bottom: 15px;
  color: #f0f0f0;
  display: flex;
  align-items: center;
}

.page-index-exclusive-offers__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #E0B400; /* Gold icon background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A1931;
  font-weight: bold;
}

.page-index-exclusive-offers__icon--check::before {
  content: '✓';
}

.page-index-exclusive-offers__secondary-button {
  display: inline-block;
  background-color: transparent;
  color: #E0B400; /* Gold text */
  border: 2px solid #E0B400;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-exclusive-offers__secondary-button:hover {
  background-color: #E0B400;
  color: #0A1931;
}

/* Offer Categories Section */
.page-index-exclusive-offers__offer-categories {
  background-color: #0A1931;
}

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

.page-index-exclusive-offers__category-card {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-exclusive-offers__category-card:hover {
  transform: translateY(-8px);
  background-color: #2a3d5b;
}

.page-index-exclusive-offers__category-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: brightness(1.2);
}

.page-index-exclusive-offers__category-card h3 {
  font-size: 1.5em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-exclusive-offers__category-card p {
  color: #d0d0d0;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-index-exclusive-offers__card-link {
  display: inline-block;
  color: #E0B400;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.page-index-exclusive-offers__card-link:hover {
  border-bottom: 2px solid #E0B400;
}

/* Current Offers Section */
.page-index-exclusive-offers__current-offers {
  background-color: #1a2a47;
}

.page-index-exclusive-offers__offer-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-index-exclusive-offers__offer-card {
  background-color: #0A1931;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 30px;
}

.page-index-exclusive-offers__offer-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-index-exclusive-offers__offer-details {
  flex-grow: 1;
}

.page-index-exclusive-offers__offer-details h3 {
  font-size: 1.8em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-exclusive-offers__offer-details p {
  font-size: 1.1em;
  color: #d0d0d0;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-index-exclusive-offers__offer-tag {
  display: inline-block;
  background-color: #E0B400;
  color: #0A1931;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-index-exclusive-offers__offer-button {
  display: inline-block;
  background-color: #E0B400;
  color: #0A1931;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-exclusive-offers__offer-button:hover {
  background-color: #f7d24c;
  transform: translateY(-2px);
}

/* How To Claim Section */
.page-index-exclusive-offers__how-to-claim {
  background-color: #0A1931;
}

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

.page-index-exclusive-offers__step-card {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.page-index-exclusive-offers__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #E0B400;
  color: #0A1931;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 0 0 5px rgba(224, 180, 0, 0.3);
}

.page-index-exclusive-offers__step-card h3 {
  font-size: 1.4em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-exclusive-offers__step-card p {
  color: #d0d0d0;
  font-size: 1em;
  line-height: 1.6;
}

.page-index-exclusive-offers__step-card p a {
  color: #E0B400;
  text-decoration: none;
  font-weight: bold;
}

.page-index-exclusive-offers__step-card p a:hover {
  text-decoration: underline;
}

.page-index-exclusive-offers__cta-button--bottom {
  margin-top: 50px;
}

/* FAQ Section */
.page-index-exclusive-offers__faq {
  background-color: #1a2a47;
}

.page-index-exclusive-offers__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-index-exclusive-offers__faq-item {
  background-color: #0A1931;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-index-exclusive-offers__faq-question {
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  color: #E0B400;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-exclusive-offers__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-index-exclusive-offers__faq-item.active .page-index-exclusive-offers__faq-question::after {
  transform: rotate(45deg);
}

.page-index-exclusive-offers__faq-item.active .page-index-exclusive-offers__faq-question {
  background-color: #2a3d5b;
}

.page-index-exclusive-offers__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-index-exclusive-offers__faq-item.active .page-index-exclusive-offers__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-bottom: 20px;
}

.page-index-exclusive-offers__faq-answer p {
  color: #d0d0d0;
  font-size: 1em;
  line-height: 1.6;
}

/* Call to Action Bottom */
.page-index-exclusive-offers__cta-bottom {
  background: linear-gradient(45deg, #0A1931, #2a3d5b); /* Dark blue gradient */
  padding: 80px 0;
}

.page-index-exclusive-offers__cta-content {
  max-width: 900px;
}

.page-index-exclusive-offers__section-title--light {
  color: #E0B400;
}

.page-index-exclusive-offers__text-content--light {
  color: #f0f0f0;
}

.page-index-exclusive-offers__cta-button--final {
  margin-top: 30px;
  padding: 18px 45px;
  font-size: 1.5em;
}

.page-index-exclusive-offers__link-text {
  display: block;
  margin-top: 25px;
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-index-exclusive-offers__link-text:hover {
  color: #E0B400;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-exclusive-offers__main-title {
    font-size: 2.8em;
  }
  .page-index-exclusive-offers__subtitle {
    font-size: 1.2em;
  }
  .page-index-exclusive-offers__offer-card {
    flex-direction: column;
    text-align: center;
  }
  .page-index-exclusive-offers__offer-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-exclusive-offers__section-title {
    font-size: 2em;
  }
  .page-index-exclusive-offers__main-title {
    font-size: 2.2em;
  }
  .page-index-exclusive-offers__subtitle {
    font-size: 1em;
  }
  .page-index-exclusive-offers__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
  }
  .page-index-exclusive-offers__category-grid,
  .page-index-exclusive-offers__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-index-exclusive-offers__offer-list {
    padding: 0 10px;
  }
  .page-index-exclusive-offers__offer-card {
    padding: 20px;
  }
  .page-index-exclusive-offers__offer-details h3 {
    font-size: 1.5em;
  }
  .page-index-exclusive-offers__offer-details p {
    font-size: 0.95em;
  }
  .page-index-exclusive-offers__cta-button--final {
    font-size: 1.3em;
    padding: 15px 35px;
  }
}

@media (max-width: 480px) {
  .page-index-exclusive-offers__section {
    padding: 40px 0;
  }
  .page-index-exclusive-offers__main-title {
    font-size: 1.8em;
  }
  .page-index-exclusive-offers__subtitle {
    font-size: 0.9em;
  }
  .page-index-exclusive-offers__hero-content {
    margin-bottom: 20px;
  }
  .page-index-exclusive-offers__category-card,
  .page-index-exclusive-offers__step-card {
    padding: 20px;
  }
  .page-index-exclusive-offers__offer-image {
    max-width: 100%;
  }
}