:root {
  --primary-color: #1A202C;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark-1: #0d0d0d;
  --bg-light-1: #f8f9fa;
  --border-color: #e0e0e0;
}

.page-resources-fabet-live-latest-promotions__main-wrapper {
  padding-top: 120px; /* Desktop: Adjust based on actual header height */
  color: var(--text-light);
  background-color: var(--bg-dark-1);
}

.page-resources-fabet-live-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-fabet-live-latest-promotions__hero-section,
.page-resources-fabet-live-latest-promotions__promotions-section,
.page-resources-fabet-live-latest-promotions__guide-section,
.page-resources-fabet-live-latest-promotions__benefits-section,
.page-resources-fabet-live-latest-promotions__faq-section,
.page-resources-fabet-live-latest-promotions__contact-section,
.page-resources-fabet-live-latest-promotions__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-fabet-live-latest-promotions__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__section-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__light-bg {
  background-color: var(--bg-light-1);
  color: var(--text-dark);
}

.page-resources-fabet-live-latest-promotions__hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:fabet live,nen tang ca cuoc,khuyen mai 2026,vietnam,online betting,main]');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.page-resources-fabet-live-latest-promotions__main-title {
  font-size: 48px;
  color: var(--secondary-color);
  margin-bottom: 25px;
  line-height: 1.2;
}

.page-resources-fabet-live-latest-promotions__hero-description {
  font-size: 20px;
  color: var(--text-light);
  margin-bottom: 50px;
  max-width: 900px;
}

.page-resources-fabet-live-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-fabet-live-latest-promotions__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-fabet-live-latest-promotions__btn-primary {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-fabet-live-latest-promotions__btn-primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-fabet-live-latest-promotions__btn-secondary {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-fabet-live-latest-promotions__btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-fabet-live-latest-promotions__section-cta {
  margin-top: 40px;
}

.page-resources-fabet-live-latest-promotions__promotions-section .page-resources-fabet-live-latest-promotions__section-title,
.page-resources-fabet-live-latest-promotions__promotions-section .page-resources-fabet-live-latest-promotions__section-description {
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fabet-live-latest-promotions__promotion-card {
  background: var(--bg-light-1);
  color: var(--text-dark);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border-color);
}

.page-resources-fabet-live-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-fabet-live-latest-promotions__promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-fabet-live-latest-promotions__promotion-card .page-resources-fabet-live-latest-promotions__card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-fabet-live-latest-promotions__promotion-card .page-resources-fabet-live-latest-promotions__card-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--text-dark);
  flex-grow: 1;
}

.page-resources-fabet-live-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-fabet-live-latest-promotions__card-button:hover {
  background: #e6c200;
}

.page-resources-fabet-live-latest-promotions__guide-section .page-resources-fabet-live-latest-promotions__section-title,
.page-resources-fabet-live-latest-promotions__guide-section .page-resources-fabet-live-latest-promotions__section-description {
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fabet-live-latest-promotions__step-card {
  background: var(--bg-light-1);
  color: var(--text-dark);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  border: 1px solid var(--border-color);
}

.page-resources-fabet-live-latest-promotions__step-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fabet-live-latest-promotions__step-card .page-resources-fabet-live-latest-promotions__card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.page-resources-fabet-live-latest-promotions__step-card .page-resources-fabet-live-latest-promotions__card-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-fabet-live-latest-promotions__benefits-section .page-resources-fabet-live-latest-promotions__section-title,
.page-resources-fabet-live-latest-promotions__benefits-section .page-resources-fabet-live-latest-promotions__section-description {
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fabet-live-latest-promotions__benefit-item {
  background: var(--bg-light-1);
  color: var(--text-dark);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
}

.page-resources-fabet-live-latest-promotions__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-fabet-live-latest-promotions__benefit-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-fabet-live-latest-promotions__benefit-item .page-resources-fabet-live-latest-promotions__card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.page-resources-fabet-live-latest-promotions__benefit-item .page-resources-fabet-live-latest-promotions__card-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-fabet-live-latest-promotions__faq-section .page-resources-fabet-live-latest-promotions__section-title,
.page-resources-fabet-live-latest-promotions__faq-section .page-resources-fabet-live-latest-promotions__section-description {
  color: var(--text-light);
}

.page-resources-fabet-live-latest-promotions__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-resources-fabet-live-latest-promotions__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-fabet-live-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--bg-light-1);
  color: var(--primary-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-fabet-live-latest-promotions__faq-question:hover {
  background: #f0f0f0;
  border-color: #d0d0d0;
}

.page-resources-fabet-live-latest-promotions__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--primary-color);
}

.page-resources-fabet-live-latest-promotions__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-resources-fabet-live-latest-promotions__faq-item.active .page-resources-fabet-live-latest-promotions__faq-toggle {
  transform: rotate(180deg);
  color: var(--secondary-color);
}