.page-ta88-review-bonuses {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F0F0F0; /* Light text for dark background */
  background-color: #051A4D; /* Darker variant of primary for overall background */
}

.page-ta88-review-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-ta88-review-bonuses__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #0A2463 0%, #051A4D 70%);
  padding: 60px 20px;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-ta88-review-bonuses__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-ta88-review-bonuses__hero-title {
  font-size: 2.8em;
  color: #E3B23C;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-ta88-review-bonuses__hero-description {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-ta88-review-bonuses__cta-button {
  display: inline-block;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(227, 178, 60, 0.4);
}

.page-ta88-review-bonuses__cta-button:hover {
  background-color: #f5db9c;
  transform: translateY(-3px);
}

.page-ta88-review-bonuses__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-ta88-review-bonuses__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-ta88-review-bonuses__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}

.page-ta88-review-bonuses__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.1);
}

.page-ta88-review-bonuses__section {
  padding: 50px 0;
  background-color: #0A2463;
  color: #F0F0F0;
}

.page-ta88-review-bonuses__section--dark {
  background-color: #051A4D;
}

.page-ta88-review-bonuses__section--alt-bg {
  background-color: #123072; /* Slightly lighter blue for contrast */
}

.page-ta88-review-bonuses__section-title {
  font-size: 2.2em;
  color: #E3B23C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-ta88-review-bonuses__section p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-ta88-review-bonuses__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-ta88-review-bonuses__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-ta88-review-bonuses__icon::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #E3B23C;
  font-size: 1.2em;
  line-height: 1;
}

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

.page-ta88-review-bonuses__card {
  background-color: #123072;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ta88-review-bonuses__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.page-ta88-review-bonuses__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #E3B23C;
}

.page-ta88-review-bonuses__card-title {
  font-size: 1.5em;
  color: #E3B23C;
  padding: 20px 20px 10px;
}

.page-ta88-review-bonuses__card-description {
  font-size: 0.95em;
  color: #D0D0D0;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-ta88-review-bonuses__card-button {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  text-align: center;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-ta88-review-bonuses__card-button:hover {
  background-color: #f5db9c;
}

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

.page-ta88-review-bonuses__step-item {
  background-color: #123072;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.page-ta88-review-bonuses__step-icon-wrapper {
  background-color: #E3B23C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 5px rgba(227, 178, 60, 0.3);
}

.page-ta88-review-bonuses__step-icon {
  font-size: 2em;
  font-weight: bold;
  color: #0A2463;
}

.page-ta88-review-bonuses__step-title {
  font-size: 1.4em;
  color: #E3B23C;
  margin-bottom: 15px;
}

.page-ta88-review-bonuses__step-item p {
  font-size: 0.95em;
  color: #D0D0D0;
  margin-bottom: 20px;
}

.page-ta88-review-bonuses__button {
  display: inline-block;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-ta88-review-bonuses__button:hover {
  background-color: #f5db9c;
}

.page-ta88-review-bonuses__info-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-ta88-review-bonuses__info-block {
  background-color: #0A2463;
  border-left: 5px solid #E3B23C;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-ta88-review-bonuses__info-block-title {
  font-size: 1.3em;
  color: #E3B23C;
  margin-bottom: 15px;
}

.page-ta88-review-bonuses__info-block p {
  font-size: 0.95em;
  color: #D0D0D0;
  text-align: left;
}

.page-ta88-review-bonuses__bullet-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.page-ta88-review-bonuses__bullet-list li {
  position: relative;
  padding-left: 40px;
  font-size: 1.05em;
  color: #E0E0E0;
  text-align: left;
}

.page-ta88-review-bonuses__bullet-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #E3B23C;
  font-size: 1.5em;
  line-height: 1;
}

.page-ta88-review-bonuses__image--full-width {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-ta88-review-bonuses__faq-accordion {
  margin-top: 40px;
}

.page-ta88-review-bonuses__faq-item {
  background-color: #123072;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-ta88-review-bonuses__faq-question {
  font-size: 1.2em;
  color: #E3B23C;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-ta88-review-bonuses__faq-question:hover {
  background-color: #1a3c86;
}

.page-ta88-review-bonuses__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-ta88-review-bonuses__faq-item.active .page-ta88-review-bonuses__faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-ta88-review-bonuses__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-ta88-review-bonuses__faq-item.active .page-ta88-review-bonuses__faq-answer {
  max-height: 200px; /* Adjust based on content */
  padding: 15px 20px 20px;
}

.page-ta88-review-bonuses__faq-answer p {
  color: #D0D0D0;
  font-size: 0.95em;
  margin-bottom: 10px;
  text-align: left;
}

.page-ta88-review-bonuses__final-cta-section {
  background: linear-gradient(45deg, #0A2463, #E3B23C);
  text-align: center;
  padding: 80px 20px;
}

.page-ta88-review-bonuses__final-cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-ta88-review-bonuses__final-cta-content .page-ta88-review-bonuses__section-title {
  color: #0A2463;
  margin-bottom: 25px;
}

.page-ta88-review-bonuses__final-cta-content .page-ta88-review-bonuses__section-title::after {
  background-color: #0A2463;
}

.page-ta88-review-bonuses__final-cta-content p {
  color: #0A2463;
  font-size: 1.15em;
  margin-bottom: 40px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-ta88-review-bonuses__hero-title {
    font-size: 2.2em;
  }

  .page-ta88-review-bonuses__section-title {
    font-size: 1.8em;
  }

  .page-ta88-review-bonuses__card-grid,
  .page-ta88-review-bonuses__steps-grid,
  .page-ta88-review-bonuses__info-blocks {
    grid-template-columns: 1fr;
  }

  .page-ta88-review-bonuses__card-description,
  .page-ta88-review-bonuses__step-item p,
  .page-ta88-review-bonuses__info-block p,
  .page-ta88-review-bonuses__faq-answer p {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-ta88-review-bonuses__hero-title {
    font-size: 1.8em;
  }

  .page-ta88-review-bonuses__hero-description {
    font-size: 0.95em;
  }

  .page-ta88-review-bonuses__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-ta88-review-bonuses__section-title {
    font-size: 1.6em;
  }

  .page-ta88-review-bonuses__card-title {
    font-size: 1.3em;
  }

  .page-ta88-review-bonuses__step-title {
    font-size: 1.2em;
  }

  .page-ta88-review-bonuses__faq-question {
    font-size: 1.1em;
  }
}