.page-index-review-fabet {
  --primary-color: #FFD700;
  --secondary-color: #8B0000;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f5f5f5;
  --bg-dark: #222222;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
}

.page-index-review-fabet a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-index-review-fabet a:hover {
  text-decoration: underline;
}

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

.page-index-review-fabet .section-spacing {
  padding: 60px 0;
}

.page-index-review-fabet .bg-light {
  background-color: var(--bg-light);
}

.page-index-review-fabet h1,
.page-index-review-fabet h2,
.page-index-review-fabet h3 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-index-review-fabet h1 {
  font-size: 2.8em;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet h2 {
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-index-review-fabet h3 {
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
}

.page-index-review-fabet p {
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-review-fabet ul,
.page-index-review-fabet ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-index-review-fabet li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Hero Section */
.page-index-review-fabet-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--bg-dark);
  overflow: hidden;
}

.page-index-review-fabet .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-index-review-fabet .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-fabet .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-light);
}

.page-index-review-fabet .hero-content h1 {
  color: var(--primary-color);
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-fabet .hero-content p {
  font-size: 1.3em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--bg-dark);
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-index-review-fabet .cta-button:hover {
  background: var(--secondary-color);
  color: var(--text-light);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* General Card Styles */
.page-index-review-fabet .card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-index-review-fabet .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-fabet .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-review-fabet .card h3 {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.page-index-review-fabet .card p {
  font-size: 1em;
  line-height: 1.7;
  flex-grow: 1;
}

.page-index-review-fabet .btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  text-align: center;
  align-self: flex-start;
}

.page-index-review-fabet .btn-small:hover {
  background: var(--secondary-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

/* Grid Layouts */
.page-index-review-fabet .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Game Categories */
.page-index-review-fabet .game-category {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-review-fabet .game-category-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-index-review-fabet .game-category h3 {
  color: var(--secondary-color);
  font-size: 2em;
  margin-bottom: 15px;
}

.page-index-review-fabet .game-category p {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: justify;
}

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

.page-index-review-fabet .step-item {
  background-color: #ffffff;
  border-left: 5px solid var(--primary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-index-review-fabet .step-item h3 {
  color: var(--secondary-color);
  font-size: 1.6em;
  margin-top: 0;
  text-align: left;
}

.page-index-review-fabet .login-guide {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  text-align: center;
}

.page-index-review-fabet .login-guide h3 {
  color: var(--secondary-color);
  font-size: 2em;
  margin-bottom: 20px;
}

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

.page-index-review-fabet .promotion-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-review-fabet .promotion-item h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-align: center;
}

.page-index-review-fabet .promotion-item .btn-small {
  align-self: center;
}

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

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

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

.page-index-review-fabet .faq-question:hover {
  background: var(--bg-light);
}

.page-index-review-fabet .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--text-dark);
  text-align: left;
}

.page-index-review-fabet .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
  line-height: 1;
}

.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 20px;
  background: var(--bg-light);
  color: var(--text-dark);
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
  border-top: 1px solid var(--border-color);
}

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

.page-index-review-fabet .faq-answer p {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-index-review-fabet .faq-answer .btn-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Conclusion Section */
.page-index-review-fabet-conclusion {
  text-align: center;
}

.page-index-review-fabet-conclusion p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet .hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1.2em;
  }
  .page-index-review-fabet .cta-button {
    font-size: 1.2em;
    padding: 12px 30px;
  }
  .page-index-review-fabet h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet h2 {
    font-size: 2em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.6em;
  }
  .page-index-review-fabet .grid-3-cols, .page-index-review-fabet .promotion-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .section-spacing {
    padding: 40px 0;
  }
  .page-index-review-fabet .container {
    padding: 0 15px;
  }
  .page-index-review-fabet-hero-section {
    padding: 40px 15px;
  }
  .page-index-review-fabet .hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button {
    font-size: 1.1em;
    padding: 10px 25px;
  }
  .page-index-review-fabet h1 {
    font-size: 2em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet .grid-3-cols, .page-index-review-fabet .promotion-list, .page-index-review-fabet .step-by-step {
    grid-template-columns: 1fr;
  }
  .page-index-review-fabet .card-img-top {
    height: 180px;
  }
  .page-index-review-fabet .game-category h3 {
    font-size: 1.8em;
  }
  .page-index-review-fabet .step-item {
    padding: 20px;
  }
  .page-index-review-fabet .step-item h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet .login-guide {
    padding: 25px;
  }
  .page-index-review-fabet .login-guide h3 {
    font-size: 1.8em;
  }
  .page-index-review-fabet .faq-question {
    padding: 12px 15px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 1.6em;
  }
  .page-index-review-fabet .faq-answer {
    padding: 0 15px;
  }
  .page-index-review-fabet .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet .hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 0.9em;
  }
  .page-index-review-fabet .cta-button {
    font-size: 1em;
    padding: 8px 20px;
  }
  .page-index-review-fabet h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.6em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.3em;
  }
  .page-index-review-fabet .card-img-top {
    height: 150px;
  }
  .page-index-review-fabet .game-category h3 {
    font-size: 1.6em;
  }
  .page-index-review-fabet .step-item h3 {
    font-size: 1.3em;
  }
  .page-index-review-fabet .login-guide h3 {
    font-size: 1.6em;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 1.4em;
  }
}