/* style/index-78win88-exclusive-offers.css */
.page-index-78win88-exclusive-offers {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-index-78win88-exclusive-offers__section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-index-78win88-exclusive-offers__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-index-78win88-exclusive-offers__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-78win88-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-index-78win88-exclusive-offers__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

/* Hero Section */
.page-index-78win88-exclusive-offers__hero-section {
  background: linear-gradient(135deg, #1A237E 0%, #303F9F 50%, #1A237E 100%);
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-78win88-exclusive-offers__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-index-78win88-exclusive-offers__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-index-78win88-exclusive-offers__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-78win88-exclusive-offers__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.page-index-78win88-exclusive-offers__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-index-78win88-exclusive-offers__button--primary {
  background-color: #FFD700;
  color: #1A237E;
  border: 2px solid #FFD700;
}

.page-index-78win88-exclusive-offers__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-78win88-exclusive-offers__button--secondary {
  background-color: #1A237E;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-78win88-exclusive-offers__button--secondary:hover {
  background-color: #303F9F;
  transform: translateY(-2px);
}

.page-index-78win88-exclusive-offers__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Offer Grid */
.page-index-78win88-exclusive-offers__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-78win88-exclusive-offers__offer-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-78win88-exclusive-offers__offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-78win88-exclusive-offers__offer-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-78win88-exclusive-offers__offer-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-index-78win88-exclusive-offers__offer-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 20px;
  text-align: justify;
}

.page-index-78win88-exclusive-offers__offer-card .page-index-78win88-exclusive-offers__button {
  margin-top: auto;
}

/* How-to-Claim Section */
.page-index-78win88-exclusive-offers__steps-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-index-78win88-exclusive-offers__steps-list li {
  counter-increment: step-counter;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
  font-size: 1.15em;
  color: #333;
}

.page-index-78win88-exclusive-offers__steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #FFD700;
  color: #1A237E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.3em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-index-78win88-exclusive-offers__steps-list li strong {
  color: #1A237E;
}

/* Why Choose Section */
.page-index-78win88-exclusive-offers__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-78win88-exclusive-offers__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-78win88-exclusive-offers__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-index-78win88-exclusive-offers__feature-icon {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 15px;
  display: block;
}

.page-index-78win88-exclusive-offers__feature-item img.page-index-78win88-exclusive-offers__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 15px auto;
}

.page-index-78win88-exclusive-offers__feature-title {
  font-size: 1.5em;
  color: #1A237E;
  margin-bottom: 10px;
}

.page-index-78win88-exclusive-offers__feature-description {
  font-size: 1em;
  color: #555;
}

/* FAQ Section */
.page-index-78win88-exclusive-offers__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-index-78win88-exclusive-offers__faq-question {
  font-size: 1.2em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-78win88-exclusive-offers__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFD700;
  font-size: 1.5em;
}

.page-index-78win88-exclusive-offers__faq-question.active::after {
  content: '-';
}

.page-index-78win88-exclusive-offers__faq-answer {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #FFD700;
  display: none;
}

.page-index-78win88-exclusive-offers__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-78win88-exclusive-offers__hero-title {
    font-size: 2.8em;
  }
  .page-index-78win88-exclusive-offers__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-78win88-exclusive-offers__hero-section {
    padding: 60px 0;
  }
  .page-index-78win88-exclusive-offers__hero-title {
    font-size: 2.2em;
  }
  .page-index-78win88-exclusive-offers__hero-description {
    font-size: 1.1em;
  }
  .page-index-78win88-exclusive-offers__offer-grid,
  .page-index-78win88-exclusive-offers__features-grid {
    grid-template-columns: 1fr;
  }
  .page-index-78win88-exclusive-offers__steps-list li {
    padding-left: 50px;
    font-size: 1em;
  }
  .page-index-78win88-exclusive-offers__steps-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1.1em;
  }
  .page-index-78win88-exclusive-offers__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-index-78win88-exclusive-offers__hero-title {
    font-size: 1.8em;
  }
  .page-index-78win88-exclusive-offers__section-title {
    font-size: 1.7em;
  }
  .page-index-78win88-exclusive-offers__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-78win88-exclusive-offers__button--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-index-78win88-exclusive-offers__text-content,
  .page-index-78win88-exclusive-offers__offer-description,
  .page-index-78win88-exclusive-offers__feature-description,
  .page-index-78win88-exclusive-offers__faq-answer {
    font-size: 0.95em;
  }
  .page-index-78win88-exclusive-offers__faq-question {
    font-size: 1.1em;
  }
}