.page-exclusive-offers {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-exclusive-offers__section {
  padding: 60px 0;
}

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

.page-exclusive-offers__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body already has padding-top */
  overflow: hidden;
}

.page-exclusive-offers__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-exclusive-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-exclusive-offers__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-exclusive-offers__hero-description {
  font-size: 1.25rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-exclusive-offers__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-exclusive-offers__btn-primary,
.page-exclusive-offers__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-exclusive-offers__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-exclusive-offers__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-exclusive-offers__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-exclusive-offers__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with opacity */
  transform: translateY(-2px);
}

.page-exclusive-offers__btn-lg {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-exclusive-offers__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-exclusive-offers__section-intro {
  font-size: 1.1rem;
  color: #A7D9B8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-exclusive-offers__feature-grid,
.page-exclusive-offers__offer-grid,
.page-exclusive-offers__steps-grid,
.page-exclusive-offers__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-exclusive-offers__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-exclusive-offers__card:hover {
  transform: translateY(-5px);
}

.page-exclusive-offers__feature-icon,
.page-exclusive-offers__offer-image,
.page-exclusive-offers__game-image {
  width: 100%;
  max-width: 250px; /* Adjusted for better card fit */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-exclusive-offers__feature-title,
.page-exclusive-offers__offer-title,
.page-exclusive-offers__step-title,
.page-exclusive-offers__game-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-exclusive-offers__feature-description,
.page-exclusive-offers__offer-description,
.page-exclusive-offers__step-description,
.page-exclusive-offers__game-description {
  font-size: 1rem;
  color: #A7D9B8;
  flex-grow: 1;
}

.page-exclusive-offers__offer-card .page-exclusive-offers__btn-primary,
.page-exclusive-offers__offer-card .page-exclusive-offers__btn-secondary {
  margin-top: 20px;
  width: auto;
  align-self: center;
}

.page-exclusive-offers__step-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: 3px solid #57E38D; /* Glow */
}

.page-exclusive-offers__cta-center {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-exclusive-offers__terms-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 900px;
}

.page-exclusive-offers__terms-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #F2FFF6;
  font-size: 1.05rem;
}

.page-exclusive-offers__terms-item::before {
  content: '✓';
  color: #57E38D; /* Glow */
  font-weight: bold;
  margin-right: 10px;
}

.page-exclusive-offers__game-card {
  text-decoration: none;
  color: inherit;
}

.page-exclusive-offers__payment-security {
  background-color: #0A4B2C; /* Deep Green */
  padding: 80px 0;
}

.page-exclusive-offers__security-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-exclusive-offers__security-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-exclusive-offers__security-text {
  flex: 1;
  min-width: 300px;
  color: #F2FFF6;
  text-align: left;
}

.page-exclusive-offers__security-title {
  font-size: 2rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
}

.page-exclusive-offers__security-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-exclusive-offers__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-exclusive-offers__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #2E7A4E;
  background-color: #11271B;
}

.page-exclusive-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #11271B;
  color: #F2FFF6;
  font-size: 1.15rem;
  font-weight: 600;
  list-style: none;
}

.page-exclusive-offers__faq-question::-webkit-details-marker {
  display: none;
}

.page-exclusive-offers__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-exclusive-offers__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8;
  font-size: 1rem;
  line-height: 1.7;
}

.page-exclusive-offers__final-cta {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-exclusive-offers__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-exclusive-offers__section-title {
    font-size: 2rem;
  }
  .page-exclusive-offers__hero-image-wrapper {
    max-height: 500px;
  }
  .page-exclusive-offers__security-image,
  .page-exclusive-offers__security-text {
    max-width: 100%;
  }
  .page-exclusive-offers__security-info {
    flex-direction: column;
    text-align: center;
  }
  .page-exclusive-offers__security-text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-exclusive-offers {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-exclusive-offers__hero-section,
  .page-exclusive-offers__section {
    padding: 40px 0;
  }
  .page-exclusive-offers__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-exclusive-offers__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .page-exclusive-offers__hero-description {
    font-size: 1rem;
  }
  .page-exclusive-offers__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-exclusive-offers__btn-primary,
  .page-exclusive-offers__btn-secondary,
  .page-exclusive-offers a[class*="button"],
  .page-exclusive-offers a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-exclusive-offers__cta-buttons,
  .page-exclusive-offers__button-group,
  .page-exclusive-offers__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-exclusive-offers__hero-image,
  .page-exclusive-offers__feature-icon,
  .page-exclusive-offers__offer-image,
  .page-exclusive-offers__game-image,
  .page-exclusive-offers__security-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-exclusive-offers__hero-image-wrapper,
  .page-exclusive-offers__feature-card,
  .page-exclusive-offers__offer-card,
  .page-exclusive-offers__step-card,
  .page-exclusive-offers__game-card,
  .page-exclusive-offers__security-info,
  .page-exclusive-offers__faq-item,
  .page-exclusive-offers__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-exclusive-offers__feature-grid,
  .page-exclusive-offers__offer-grid,
  .page-exclusive-offers__steps-grid,
  .page-exclusive-offers__game-grid {
    grid-template-columns: 1fr;
  }
  .page-exclusive-offers__card {
    padding: 20px;
  }
  .page-exclusive-offers__section-title {
    font-size: 1.8rem;
  }
  .page-exclusive-offers__security-title {
    font-size: 1.5rem;
  }
  .page-exclusive-offers__security-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-exclusive-offers__security-text {
    min-width: unset;
  }
  .page-exclusive-offers__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  .page-exclusive-offers__faq-answer {
    padding: 0 15px 15px 15px;
  }
  .page-exclusive-offers__hero-section {
    padding-top: 10px !important;
  }
}