.page-resources-safe-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #121212; /* Nền tối */
}

.page-resources-safe-betting-tips__hero {
  background: linear-gradient(135deg, #1A202C, #2C3E50); /* Nền gradient từ màu chính */
  padding: 80px 20px;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-safe-betting-tips__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-safe-betting-tips__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Tiêu đề chính dùng màu phụ đạo */
  line-height: 1.2;
}

.page-resources-safe-betting-tips__hero p {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-resources-safe-betting-tips__cta-button {
  display: inline-block;
  background: #FFD700; /* Nút CTA dùng màu phụ đạo */
  color: #1A202C; /* Màu chữ đậm trên nền vàng */
  padding: 18px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-safe-betting-tips__cta-button:hover {
  background: #E5C100; /* Màu vàng đậm hơn khi hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-safe-betting-tips__section {
  padding: 60px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-safe-betting-tips__section:last-of-type {
  border-bottom: none;
}

.page-resources-safe-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-safe-betting-tips__section h2 {
  font-size: 2.5em;
  color: #FFD700; /* Tiêu đề phụ dùng màu phụ đạo */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-resources-safe-betting-tips__section h3 {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-safe-betting-tips__section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #B0B0B0;
}

.page-resources-safe-betting-tips__introduction .page-resources-safe-betting-tips__content-card {
  background-color: #1A202C; /* Nền tối hơn */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-safe-betting-tips__introduction .page-resources-safe-betting-tips__content-card h3 {
  color: #FFD700;
  margin-top: 20px;
}

.page-resources-safe-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

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

.page-resources-safe-betting-tips__card {
  background-color: #1A202C; /* Nền tối hơn */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-safe-betting-tips__card-image {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-safe-betting-tips__card h3 {
  color: #FFD700;
  font-size: 1.6em;
}

.page-resources-safe-betting-tips__strategies ul {
  list-style: none;
  padding: 0;
}

.page-resources-safe-betting-tips__strategies li {
  background-color: #1A202C; /* Nền tối hơn */
  border-left: 5px solid #FFD700;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-safe-betting-tips__strategies li h3 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.5em;
}

.page-resources-safe-betting-tips__support-item {
  display: flex;
  align-items: flex-start;
  background-color: #1A202C; /* Nền tối hơn */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-safe-betting-tips__icon {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

.page-resources-safe-betting-tips__support-item h3 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.6em;
}

.page-resources-safe-betting-tips__support-item p {
  color: #B0B0B0;
  margin-bottom: 15px;
}

.page-resources-safe-betting-tips__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-safe-betting-tips__link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-resources-safe-betting-tips__faq-list {
  margin-top: 30px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #282828;
  color: #E0E0E0;
  border-radius: 0 0 5px 5px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px;
  border-top: 1px solid #3a3a3a;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #1A202C;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-bottom: 10px;
}

.faq-question h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin: 0;
}

.faq-question:hover {
  background: #2C3E50;
  border-color: #FFD700;
}

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-resources-safe-betting-tips__cta-bottom {
  text-align: center;
  background-color: #1A202C;
  padding: 80px 20px;
}

.page-resources-safe-betting-tips__cta-inner {
  max-width: 800px;
}

.page-resources-safe-betting-tips__cta-bottom h2 {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-resources-safe-betting-tips__cta-bottom p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #B0B0B0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-safe-betting-tips__hero h1 {
    font-size: 2.8em;
  }
  .page-resources-safe-betting-tips__hero p {
    font-size: 1.1em;
  }
  .page-resources-safe-betting-tips__section h2 {
    font-size: 2em;
  }
  .page-resources-safe-betting-tips__section h3 {
    font-size: 1.5em;
  }
  .page-resources-safe-betting-tips__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-resources-safe-betting-tips__support-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-resources-safe-betting-tips__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-safe-betting-tips__hero {
    padding: 60px 15px;
  }
  .page-resources-safe-betting-tips__hero h1 {
    font-size: 2.2em;
  }
  .page-resources-safe-betting-tips__hero p {
    font-size: 1em;
  }
  .page-resources-safe-betting-tips__cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-resources-safe-betting-tips__section {
    padding: 40px 15px;
  }
  .page-resources-safe-betting-tips__section h2 {
    font-size: 1.8em;
  }
  .page-resources-safe-betting-tips__section h3 {
    font-size: 1.3em;
  }
  .page-resources-safe-betting-tips__card-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-safe-betting-tips__strategies li {
    padding: 20px;
  }
  .page-resources-safe-betting-tips__support-item {
    padding: 20px;
  }
  .faq-question {
    padding: 15px;
    margin-bottom: 8px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 10px 15px;
  }
  .page-resources-safe-betting-tips__cta-bottom h2 {
    font-size: 2em;
  }
  .page-resources-safe-betting-tips__cta-bottom p {
    font-size: 1em;
  }
}