.page-taya777-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-taya777-promotions__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #3A2A12; /* Border */
}

.page-taya777-promotions__hero-image {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-taya777-promotions__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 211, 107, 0.3);
}

.page-taya777-promotions__hero-content {
  max-width: 800px;
  margin-top: -80px; /* Adjust to bring content slightly over the image for visual flow without overlapping text on image */
  position: relative;
  z-index: 1;
  background-color: rgba(10, 10, 10, 0.8);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.5);
}

.page-taya777-promotions__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  color: #F2C14E; /* Main Color */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-taya777-promotions__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-taya777-promotions__cta-button,
.page-taya777-promotions__secondary-cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  white-space: nowrap;
}

.page-taya777-promotions__cta-button {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button Color */
  color: #111111; /* Dark text for contrast */
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-taya777-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
  filter: brightness(1.1);
}

.page-taya777-promotions__secondary-cta-button {
  background: none;
  border: 2px solid #F2C14E;
  color: #F2C14E;
}

.page-taya777-promotions__secondary-cta-button:hover {
  background-color: rgba(242, 193, 78, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.2);
}

.page-taya777-promotions__section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding-top: 40px;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.page-taya777-promotions__section-description {
  font-size: 1rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #FFF6D6;
}

.page-taya777-promotions__promotions-overview,
.page-taya777-promotions__how-to-claim,
.page-taya777-promotions__why-choose,
.page-taya777-promotions__game-showcase,
.page-taya777-promotions__faq-section,
.page-taya777-promotions__cta-final {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-taya777-promotions__promo-cards-grid,
.page-taya777-promotions__steps-container,
.page-taya777-promotions__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-taya777-promotions__promo-card,
.page-taya777-promotions__step-card,
.page-taya777-promotions__game-category-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-taya777-promotions__promo-card:hover,
.page-taya777-promotions__step-card:hover,
.page-taya777-promotions__game-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-taya777-promotions__promo-card img,
.page-taya777-promotions__step-card img,
.page-taya777-promotions__game-category-card img {
  width: 100%;
  height: auto;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-taya777-promotions__card-title,
.page-taya777-promotions__step-title,
.page-taya777-promotions__category-title {
  font-size: 1.3rem;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 15px;
  font-weight: bold;
  flex-grow: 1;
}

.page-taya777-promotions__card-text,
.page-taya777-promotions__step-text,
.page-taya777-promotions__category-text {
  font-size: 0.95rem;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-taya777-promotions__card-button,
.page-taya777-promotions__step-button,
.page-taya777-promotions__category-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button Color */
  color: #111111;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-taya777-promotions__card-button:hover,
.page-taya777-promotions__step-button:hover,
.page-taya777-promotions__category-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
  filter: brightness(1.1);
}

.page-taya777-promotions__why-choose .page-taya777-promotions__features-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-taya777-promotions__feature-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-taya777-promotions__feature-title {
  font-size: 1.25rem;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-taya777-promotions__feature-text {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-taya777-promotions__faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-taya777-promotions__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-taya777-promotions__faq-question {
  font-size: 1.15rem;
  color: #FFD36B;
  padding: 18px 25px;
  cursor: pointer;
  position: relative;
  margin: 0;
  text-align: left;
}

.page-taya777-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.page-taya777-promotions__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(0deg);
}

.page-taya777-promotions__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #FFF6D6;
  text-align: left;
}

.page-taya777-promotions__faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 25px;
}

.page-taya777-promotions__cta-final {
  text-align: center;
  padding-bottom: 60px;
}

.page-taya777-promotions__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
  margin-top: 30px;
}

.page-taya777-promotions__disclaimer {
  font-size: 0.85rem;
  color: #999;
  margin-top: 30px;
}

.page-taya777-promotions__disclaimer-link {
  color: #F2C14E;
  text-decoration: none;
}

.page-taya777-promotions__disclaimer-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-taya777-promotions__hero-content {
    margin-top: -50px;
    padding: 20px;
  }

  .page-taya777-promotions__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-taya777-promotions__hero-description {
    font-size: 1rem;
  }

  .page-taya777-promotions__cta-button,
  .page-taya777-promotions__secondary-cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
    margin: 8px;
  }

  .page-taya777-promotions__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    padding-top: 30px;
  }

  .page-taya777-promotions__section-description {
    font-size: 0.9rem;
  }

  .page-taya777-promotions__promo-cards-grid,
  .page-taya777-promotions__steps-container,
  .page-taya777-promotions__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-taya777-promotions__promo-card img,
  .page-taya777-promotions__step-card img,
  .page-taya777-promotions__game-category-card img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
  }

  .page-taya777-promotions__faq-question,
  .page-taya777-promotions__faq-answer p {
    font-size: 1rem;
  }

  .page-taya777-promotions__faq-question::after {
    right: 15px;
  }

  .page-taya777-promotions__faq-answer.open {
    padding: 10px 15px 15px;
  }

  /* Ensure content area images are responsive and don't overflow */
  .page-taya777-promotions img {
    max-width: 100%;
    height: auto;
  }
}