/* style/resources-alo-789-cockfighting-strategy.css */
/* 
 * Màu sắc chính: #0A2E36 (Xanh đậm)
 * Màu phụ: #FFD700 (Vàng kim)
 * Màu nền Body: var(--dark-bg-1) (từ shared.css, giả định là màu tối)
 * Màu chữ mặc định: #ffffff (trên nền tối)
 */

.page-resources-alo-789-cockfighting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Mặc định chữ trắng trên nền body tối */
  background-color: var(--dark-bg-1); /* Kế thừa từ shared.css */
}

/* Đảm bảo nội dung không bị che bởi header cố định */
.page-resources-alo-789-cockfighting-strategy__hero-banner {
  padding-top: 120px; /* Cho desktop */
  background: linear-gradient(135deg, #0A2E36, #FFD700);
  color: #ffffff;
  padding-bottom: 60px;
  text-align: center;
}

.page-resources-alo-789-cockfighting-strategy__hero-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-alo-789-cockfighting-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Tiêu đề chính màu vàng kim */
  line-height: 1.2;
}

.page-resources-alo-789-cockfighting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-alo-789-cockfighting-strategy__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-alo-789-cockfighting-strategy__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-alo-789-cockfighting-strategy__btn--primary {
  background-color: #FFD700;
  color: #0A2E36;
  border: 2px solid #FFD700;
}

.page-resources-alo-789-cockfighting-strategy__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-alo-789-cockfighting-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-alo-789-cockfighting-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2E36;
  transform: translateY(-2px);
}

.page-resources-alo-789-cockfighting-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-alo-789-cockfighting-strategy__section--intro {
  background-color: #0A2E36; /* Màu nền riêng cho phần giới thiệu */
}

.page-resources-alo-789-cockfighting-strategy__section--registration {
  background-color: #1a3c44; /* Nền hơi sáng hơn một chút */
}

.page-resources-alo-789-cockfighting-strategy__section--betting-types {
  background-color: #0A2E36;
}

.page-resources-alo-789-cockfighting-strategy__section--strategy {
  background-color: #1a3c44;
}

.page-resources-alo-789-cockfighting-strategy__section--advantages {
  background-color: #0A2E36;
}

.page-resources-alo-789-cockfighting-strategy__section--faq {
  background-color: #1a3c44;
}

.page-resources-alo-789-cockfighting-strategy__section--conclusion {
  background-color: #0A2E36;
  border-bottom: none;
}

.page-resources-alo-789-cockfighting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}