.page-betting-guides {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-betting-guides__hero {
  background: linear-gradient(135deg, #004D99, #00285c);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-guides__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,gaming_elements,subtle_vietnamese]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-guides__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-betting-guides__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-betting-guides__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-betting-guides__button--primary {
  background-color: #FFD700;
  color: #004D99;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-betting-guides__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-betting-guides__button--secondary {
  background-color: #004D99;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-betting-guides__button--secondary:hover {
  background-color: #003a7a;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-betting-guides__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.page-betting-guides__section-title {
  font-size: 2.5em;
  color: #004D99;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

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

.page-betting-guides__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-guides__introduction .page-betting-guides__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-betting-guides__introduction .page-betting-guides__text-content {
  flex: 2;
}

.page-betting-guides__introduction .page-betting-guides__image-content {
  flex: 1;
}

.page-betting-guides__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.page-betting-guides__why-us {
  background-color: #f0f7ff;
}

.page-betting-guides__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-betting-guides__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-guides__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.page-betting-guides__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-betting-guides__feature-item h3 {
  color: #004D99;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-betting-guides__feature-item p {
  color: #555;
}

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

.page-betting-guides__card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-guides__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.page-betting-guides__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-betting-guides__card-content {
  padding: 25px;
}

.page-betting-guides__card-content h3 {
  font-size: 1.6em;
  color: #004D99;
  margin-bottom: 15px;
}

.page-betting-guides__card-content h3 a {
  color: #004D99;
  text-decoration: none;
}

.page-betting-guides__card-content h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-betting-guides__card-content p {
  color: #666;
  margin-bottom: 20px;
}

.page-betting-guides__deep-dive h3 {
  font-size: 1.8em;
  color: #004D99;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-betting-guides__deep-dive h3 a {
  color: #004D99;
  text-decoration: none;
}

.page-betting-guides__deep-dive h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-betting-guides__deep-dive p {
  margin-bottom: 1em;
  color: #444;
}

.page-betting-guides__deep-dive ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-betting-guides__deep-dive ul li {
  margin-bottom: 0.5em;
  color: #444;
}

.page-betting-guides__image--full-width {
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.page-betting-guides__conclusion-text {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  color: #004D99;
}

.page-betting-guides__cta-bottom {
  text-align: center;
  margin-top: 30px;
}

.page-betting-guides__cta-bottom .page-betting-guides__button {
  margin: 0 10px;
}

.page-betting-guides__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-betting-guides__faq-item h3 {
  color: #004D99;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-guides__faq-item p {
  color: #555;
}

.page-betting-guides__faq-item p a {
  color: #004D99;
  text-decoration: none;
  font-weight: bold;
}

.page-betting-guides__faq-item p a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-guides__hero-title {
    font-size: 2.8em;
  }
  .page-betting-guides__hero-description {
    font-size: 1.1em;
  }
  .page-betting-guides__section-title {
    font-size: 2em;
  }
  .page-betting-guides__introduction .page-betting-guides__content-wrapper {
    flex-direction: column;
  }
  .page-betting-guides__introduction .page-betting-guides__image-content {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-betting-guides__hero {
    padding: 80px 0;
  }
  .page-betting-guides__hero-title {
    font-size: 2.2em;
  }
  .page-betting-guides__hero-description {
    font-size: 1em;
  }
  .page-betting-guides__section {
    padding: 40px 0;
  }
  .page-betting-guides__section-title {
    font-size: 1.8em;
  }
  .page-betting-guides__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-guides__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-betting-guides__cta-bottom .page-betting-guides__button {
    display: block;
    margin: 15px auto;
  }
  .page-betting-guides__features-grid, .page-betting-guides__card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-betting-guides__hero-title {
    font-size: 1.8em;
  }
  .page-betting-guides__hero-description {
    font-size: 0.9em;
  }
  .page-betting-guides__section-title {
    font-size: 1.5em;
  }
  .page-betting-guides__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-betting-guides__cta-bottom .page-betting-guides__button {
    width: 90%;
  }
}