.page-gambling-reviews {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #d3d3d3; /* Light grey for general text on dark background */
  background-color: #1A2A40; /* Main dark blue background */
}

.page-gambling-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-reviews__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-gambling-reviews__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  color: #a0a0a0;
}

.page-gambling-reviews__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-gambling-reviews__btn--primary {
  background-color: #FFD700; /* Gold background */
  color: #1A2A40; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-gambling-reviews__btn--primary:hover {
  background-color: #e6c200; /* Darker gold on hover */
  color: #0d1a26;
}

.page-gambling-reviews__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-gambling-reviews__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2A40;
}

.page-gambling-reviews__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-gambling-reviews__btn--large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-gambling-reviews__btn--block {
  display: block;
  width: calc(100% - 4px); /* Account for border */
  margin-top: 20px;
}

/* Hero Section */
.page-gambling-reviews__hero {
  background: linear-gradient(135deg, #1A2A40, #3a4a60); /* Gradient for depth */
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-gambling-reviews__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-gambling-reviews__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.page-gambling-reviews__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-gambling-reviews__hero .page-gambling-reviews__btn {
  position: relative;
  z-index: 1;
}

/* Introduction Section */
.page-gambling-reviews__introduction {
  padding: 80px 0;
  background-color: #2A3B50; /* Slightly lighter dark background */
}

.page-gambling-reviews__introduction .page-gambling-reviews__section-title {
  color: #FFD700;
}

.page-gambling-reviews__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-gambling-reviews__text-content {
  flex: 1;
}

.page-gambling-reviews__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #c0c0c0;
}

.page-gambling-reviews__text-content .page-gambling-reviews__btn {
  margin-top: 20px;
}

.page-gambling-reviews__image-content {
  flex: 1;
  text-align: center;
}

.page-gambling-reviews__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Review Categories Section */
.page-gambling-reviews__review-categories {
  padding: 80px 0;
  background-color: #1A2A40;
}

.page-gambling-reviews__categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-gambling-reviews__category-card {
  background-color: #2A3B50;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-gambling-reviews__category-card:hover {
  transform: translateY(-5px);
  background-color: #3A4C60;
}

.page-gambling-reviews__card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-gambling-reviews__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-gambling-reviews__card-description {
  font-size: 1em;
  color: #c0c0c0;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* ABC88 Review Section */
.page-gambling-reviews__abc88-review {
  padding: 80px 0;
  background-color: #2A3B50;
}

.page-gambling-reviews__abc88-review .page-gambling-reviews__section-title {
  color: #FFD700;
  margin-bottom: 60px;
}

.page-gambling-reviews__abc88-review h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-reviews__abc88-review p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #c0c0c0;
}

.page-gambling-reviews__abc88-review .page-gambling-reviews__btn {
  margin-right: 15px;
  margin-top: 20px;
}

.page-gambling-reviews__content-wrapper--reversed {
  flex-direction: row-reverse;
}

/* Call to Action Section */
.page-gambling-reviews__cta {
  background: #1A2A40;
  padding: 80px 0;
  text-align: center;
}

.page-gambling-reviews__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-gambling-reviews__cta-description {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-gambling-reviews__cta-buttons .page-gambling-reviews__btn {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gambling-reviews__hero-title {
    font-size: 2.8em;
  }
  .page-gambling-reviews__section-title {
    font-size: 2em;
  }
  .page-gambling-reviews__content-wrapper {
    flex-direction: column;
  }
  .page-gambling-reviews__image-content {
    margin-top: 30px;
  }
  .page-gambling-reviews__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-gambling-reviews__abc88-review h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-gambling-reviews__hero-title {
    font-size: 2.2em;
  }
  .page-gambling-reviews__hero-subtitle {
    font-size: 1.1em;
  }
  .page-gambling-reviews__section-title {
    font-size: 1.8em;
  }
  .page-gambling-reviews__categories-grid {
    grid-template-columns: 1fr;
  }
  .page-gambling-reviews__category-card {
    padding: 25px;
  }
  .page-gambling-reviews__cta-title {
    font-size: 2em;
  }
  .page-gambling-reviews__cta-description {
    font-size: 1em;
  }
  .page-gambling-reviews__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .page-gambling-reviews__cta-buttons .page-gambling-reviews__btn {
    margin: 0;
  }
  .page-gambling-reviews__abc88-review .page-gambling-reviews__btn {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-gambling-reviews__hero-title {
    font-size: 1.8em;
  }
  .page-gambling-reviews__hero-subtitle {
    font-size: 0.95em;
  }
  .page-gambling-reviews__section-title {
    font-size: 1.5em;
  }
  .page-gambling-reviews__btn--large {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-gambling-reviews__card-title {
    font-size: 1.4em;
  }
}