.page-resources-13win-bet-review {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A1931; /* Primary dark blue background */
  line-height: 1.6;
}

.page-resources-13win-bet-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-13win-bet-review__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #30475E 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-13win-bet-review__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-13win-bet-review__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-13win-bet-review__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #D4AF37; /* Slightly darker gold for subtitle */
  position: relative;
  z-index: 1;
}

.page-resources-13win-bet-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: none;
}

.page-resources-13win-bet-review__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold */
  font-size: 1.1em;
}

.page-resources-13win-bet-review__btn--primary:hover {
  background-color: #D4AF37; /* Darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-13win-bet-review__btn--secondary {
  background-color: #1A2E47; /* Darker blue button */
  color: #FFD700; /* Gold text */
  border: 1px solid #FFD700;
}

.page-resources-13win-bet-review__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-13win-bet-review__btn--download {
  background-color: #28A745; /* Green for download */
  color: #FFFFFF; /* White text */
  font-size: 1em;
}

.page-resources-13win-bet-review__btn--download:hover {
  background-color: #218838;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.page-resources-13win-bet-review__btn--register, .page-resources-13win-bet-review__btn--login, .page-resources-13win-bet-review__btn--contact {
  background-color: #FFD700;
  color: #0A1931;
  margin-top: 15px;
  font-size: 1em;
}

.page-resources-13win-bet-review__btn--register:hover,
.page-resources-13win-bet-review__btn--login:hover,
.page-resources-13win-bet-review__btn--contact:hover {
  background-color: #D4AF37;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-13win-bet-review__btn--lg {
  padding: 18px 35px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-resources-13win-bet-review__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-13win-bet-review__section:last-of-type {
  border-bottom: none;
}

.page-resources-13win-bet-review__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-13win-bet-review__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-13win-bet-review__section p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-13win-bet-review__section h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-13win-bet-review__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-13win-bet-review__list li {
  background: rgba(255, 215, 0, 0.05);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.05em;
  color: #E0E0E0;
  position: relative;
  padding-left: 40px;
}

.page-resources-13win-bet-review__list li::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-13win-bet-review__list ol {
  list-style-type: decimal;
  margin-left: 20px;
  color: #E0E0E0;
}

.page-resources-13win-bet-review__list ol li {
  background: none;
  padding: 5px 0;
  margin-bottom: 5px;
  border-radius: 0;
  padding-left: 0;
}

.page-resources-13win-bet-review__list ol li::before {
  content: none;
}

.page-resources-13win-bet-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFD700;
}

.page-resources-13win-bet-review__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-13win-bet-review__image--left {
  float: left;
  margin-right: 30px;
  width: 45%;
}

.page-resources-13win-bet-review__image--right {
  float: right;
  margin-left: 30px;
  width: 45%;
}

.page-resources-13win-bet-review__image--small {
  max-width: 60%;
  display: block;
  margin: 30px auto;
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__card {
  background-color: #1A2E47; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #FFD700;
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__card-title {
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__card-title--pros {
  color: #28A745; /* Green for pros */
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__card-title--cons {
  color: #DC3545; /* Red for cons */
}

.page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__list li::before {
  content: '◆';
  color: #FFD700;
}

.page-resources-13win-bet-review__conclusion p {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-13win-bet-review__main-title {
    font-size: 2.8em;
  }
  .page-resources-13win-bet-review__subtitle {
    font-size: 1.2em;
  }
  .page-resources-13win-bet-review__section-title {
    font-size: 2em;
  }
  .page-resources-13win-bet-review__image--left,
  .page-resources-13win-bet-review__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .page-resources-13win-bet-review__hero-section {
    padding: 80px 0;
  }
  .page-resources-13win-bet-review__main-title {
    font-size: 2.2em;
  }
  .page-resources-13win-bet-review__subtitle {
    font-size: 1em;
  }
  .page-resources-13win-bet-review__section {
    padding: 40px 0;
  }
  .page-resources-13win-bet-review__section-title {
    font-size: 1.8em;
  }
  .page-resources-13win-bet-review__pros-cons .page-resources-13win-bet-review__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-13win-bet-review__image--small {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-resources-13win-bet-review__main-title {
    font-size: 1.8em;
  }
  .page-resources-13win-bet-review__subtitle {
    font-size: 0.9em;
  }
  .page-resources-13win-bet-review__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-resources-13win-bet-review__btn--lg {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-resources-13win-bet-review__section-title {
    font-size: 1.5em;
  }
  .page-resources-13win-bet-review__section p,
  .page-resources-13win-bet-review__list li {
    font-size: 0.95em;
  }
}