/* CSS cho trang "Chiến Lược Cá Cược Đá Gà" */
.page-cockfighting-betting-strategies {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: var(--background-color, #F4F7FB); /* Background */
}

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

.page-cockfighting-betting-strategies__section {
  padding: 60px 0;
}

.page-cockfighting-betting-strategies__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-cockfighting-betting-strategies__sub-title {
  font-size: clamp(22px, 3vw, 28px);
  color: #2F6BFF; /* Main Color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-cockfighting-betting-strategies__content-block p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.7;
  color: #1F2D3D; /* Text Main */
}

.page-cockfighting-betting-strategies__content-block ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-cockfighting-betting-strategies__content-block li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #1F2D3D; /* Text Main */
}

.page-cockfighting-betting-strategies__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-cockfighting-betting-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #F4F7FB; /* Background */
}

.page-cockfighting-betting-strategies__hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-cockfighting-betting-strategies__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-cockfighting-betting-strategies__hero-content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 40px 0;
  max-width: 900px;
}

.page-cockfighting-betting-strategies__hero-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-betting-strategies__hero-description {
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-betting-strategies__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-cockfighting-betting-strategies__cta-buttons--centered {
  margin-top: 40px;
}

.page-cockfighting-betting-strategies__btn-primary,
.page-cockfighting-betting-strategies__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-cockfighting-betting-strategies__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-cockfighting-betting-strategies__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-cockfighting-betting-strategies__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-betting-strategies__btn-secondary:hover {
  background: #F4F7FB; /* Background */
  color: #2F6BFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Dark Section Styling */
.page-cockfighting-betting-strategies__dark-section {
  background: #2F6BFF; /* Main Color */
  color: #ffffff; /* Forced white text for contrast */
}

.page-cockfighting-betting-strategies__dark-section .page-cockfighting-betting-strategies__section-title,
.page-cockfighting-betting-strategies__dark-section .page-cockfighting-betting-strategies__sub-title,
.page-cockfighting-betting-strategies__dark-section .page-cockfighting-betting-strategies__content-block p,
.page-cockfighting-betting-strategies__dark-section .page-cockfighting-betting-strategies__content-block li {
  color: #ffffff; /* Forced white text */
}

.page-cockfighting-betting-strategies__dark-section .page-cockfighting-betting-strategies__list-item h3 {
  color: #ffffff;
}

/* Light Background Section Styling */
.page-cockfighting-betting-strategies__light-bg {
  background: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

/* Benefits Grid */
.page-cockfighting-betting-strategies__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}