.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A1931;
  line-height: 1.6;
}

.page-index-review-fabet .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-fabet-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A1931 0%, #1A2B47 100%);
  border-bottom: 5px solid #E0B143;
}

.page-index-review-fabet-hero .hero-content {
  max-width: 900px;
  z-index: 2;
}

.page-index-review-fabet-hero h1 {
  font-size: 3.2em;
  color: #E0B143;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet-hero p {
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fabet-hero .hero-image {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet-hero .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-review-fabet-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(224, 177, 67, 0.2);
}

.page-index-review-fabet-section:last-of-type {
  border-bottom: none;
}

.page-index-review-fabet-section h2 {
  font-size: 2.5em;
  color: #E0B143;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-fabet-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B143;
  border-radius: 2px;
}

.page-index-review-fabet-section h3 {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: left;
}

.page-index-review-fabet-section h3 a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet-section h3 a:hover {
  color: #E0B143;
}

.page-index-review-fabet-section p {
  font-size: 1.1em;
  color: #D3D3D3;
  margin-bottom: 20px;
}

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-index-review-fabet .cta-button:hover {
  background: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet .btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.95em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-index-review-fabet .btn-small:hover {
  background: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .center-button {
  text-align: center;
  margin-top: 40px;
}

/* Games Section */
.page-index-review-fabet .game-category {
  margin-bottom: 60px;
}

.page-index-review-fabet .game-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .game-item.reverse-layout {
  flex-direction: row-reverse;
}

.page-index-review-fabet .game-item img {
  width: 45%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .game-item .game-description {
  width: 55%;
}

.page-index-review-fabet .game-item .game-description p {
  color: #D3D3D3;
  margin-bottom: 25px;
}

/* Promotions Section */
.page-index-review-fabet .promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-review-fabet .promo-list li {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet .promo-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet .promo-list li img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet .promo-list li h3 {
  color: #E0B143;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-index-review-fabet .promo-list li h3 a {
  color: #E0B143;
  text-decoration: none;
}

.page-index-review-fabet .promo-list li p {
  color: #D3D3D3;
  font-size: 1em;
}

/* Payment Section */
.page-index-review-fabet .payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet .payment-card {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .payment-card img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet .payment-card h3 {
  color: #E0B143;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-fabet .payment-card p {
  color: #D3D3D3;
}

/* Experience Section */
.page-index-review-fabet .experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet .experience-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .experience-item img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet .experience-item h3 {
  color: #E0B143;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-fabet .experience-item p {
  color: #D3D3D3;
  margin-bottom: 20px;
}

/* Customer Service Section */
.page-index-review-fabet .service-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet .channel-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .channel-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet .channel-item h3 {
  color: #E0B143;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-fabet .channel-item p {
  color: #D3D3D3;
}

/* Security Section */
.page-index-review-fabet .security-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet .security-features li {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .security-features li img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet .security-features li h4 {
  color: #E0B143;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-index-review-fabet .security-features li p {
  color: #D3D3D3;
  font-size: 0.95em;
}

/* FAQ Section */
.page-index-review-fabet .faq-list {
  margin-top: 40px;
}

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2B47;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-fabet .faq-question:hover {
  background: #2A3E5C;
}

.page-index-review-fabet .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #E0E0E0;
  flex-grow: 1;
  text-align: left;
}

.page-index-review-fabet .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E0B143;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-index-review-fabet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #0F203D;
  color: #D3D3D3;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 25px;
}

.page-index-review-fabet .faq-answer p {
  margin: 0;
  font-size: 1.05em;
  color: #D3D3D3;
}

/* Conclusion Section */
.page-index-review-fabet .conclusion-section p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet-hero h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet-hero p {
    font-size: 1em;
  }
  .page-index-review-fabet-section h2 {
    font-size: 2em;
  }
  .page-index-review-fabet .game-item {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-fabet .game-item.reverse-layout {
    flex-direction: column;
  }
  .page-index-review-fabet .game-item img,
  .page-index-review-fabet .game-item .game-description {
    width: 100%;
  }
  .page-index-review-fabet .game-item .game-description p {
    text-align: left;
  }
  .page-index-review-fabet .promo-list,
  .page-index-review-fabet .payment-grid,
  .page-index-review-fabet .experience-grid,
  .page-index-review-fabet .service-channels,
  .page-index-review-fabet .security-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet-hero {
    padding: 60px 15px;
  }
  .page-index-review-fabet-hero h1 {
    font-size: 2em;
  }
  .page-index-review-fabet-hero .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet-section {
    padding: 40px 0;
  }
  .page-index-review-fabet-section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-fabet-section h3 {
    font-size: 1.5em;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fabet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-fabet .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet-hero h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet-hero p {
    font-size: 0.9em;
  }
  .page-index-review-fabet .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-index-review-fabet-section h2 {
    font-size: 1.6em;
  }
  .page-index-review-fabet-section h3 {
    font-size: 1.3em;
  }
  .page-index-review-fabet .game-item,
  .page-index-review-fabet .promo-list li,
  .page-index-review-fabet .payment-card,
  .page-index-review-fabet .experience-item,
  .page-index-review-fabet .channel-item,
  .page-index-review-fabet .security-features li {
    padding: 20px;
  }
}