/* style/resources-f8bet80-brand-analysis.css */

/* 🚨 Cố định khoảng cách cho thanh điều hướng (HEADER_PLACEHOLDER) */
.page-resources-f8bet80-brand-analysis {
  padding-top: 120px; /* Khoảng cách cho desktop */
  color: #ffffff; /* Văn bản màu trắng cho nền tối của body */
  background-color: #0a0a0a; /* Đảm bảo nền body tối */
}

@media (max-width: 768px) {
  .page-resources-f8bet80-brand-analysis {
    padding-top: 100px; /* Khoảng cách cho mobile */
  }
}

.page-resources-f8bet80-brand-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-f8bet80-brand-analysis__section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Nền tối */
}

.page-resources-f8bet80-brand-analysis__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700; /* Màu vàng thương hiệu */
}

.page-resources-f8bet80-brand-analysis p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f0f0f0; /* Văn bản màu trắng nhạt */
}

.page-resources-f8bet80-brand-analysis a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-f8bet80-brand-analysis a:hover {
  color: #8B0000;
}

.page-resources-f8bet80-brand-analysis__btn-primary {
  display: inline-block;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-f8bet80-brand-analysis__btn-primary:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

.page-resources-f8bet80-brand-analysis__btn-secondary {
  display: inline-block;
  background: none;
  color: #FFD700;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  cursor: pointer;
  font-size: 16px;
}

.page-resources-f8bet80-brand-analysis__btn-secondary:hover {
  background: #FFD700;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.page-resources-f8bet80-brand-analysis__btn-tertiary {
  display: inline-block;
  background: #8B0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
}

.page-resources-f8bet80-brand-analysis__btn-tertiary:hover {
  background: #B22222;
}

.page-resources-f8bet80-brand-analysis__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Hero Content Section */
.page-resources-f8bet80-brand-analysis__hero-content-section {
  background: url('[GALLERY:hero:f8bet80,cacuoc,casino,main_banner]') center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-resources-f8bet80-brand-analysis__hero-content-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.page-resources-f8bet80-brand-analysis__hero-title {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-f8bet80-brand-analysis__hero-description {
  font-size: 18px;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-resources-f8bet80-brand-analysis__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Overview Section */
.page-resources-f8bet80-brand-analysis__section--overview {
  background-color: #1a1a1a;
}

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

.page-resources-f8bet80-brand-analysis__content-block {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-resources-f8bet80-brand-analysis__content-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-f8bet80-brand-analysis__content-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-f8bet80-brand-analysis__block-title {
  font-size: 24px;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Quick Links Section */
.page-resources-f8bet80-brand-analysis__section--quick-links {
  background-color: #0a0a0a;
}

.page-resources-f8bet80-brand-analysis__link-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-resources-f8bet80-brand-analysis__link-card {
  display: block;
  background-color: #222222;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #333333;
}

.page-resources-f8bet80-brand-analysis__link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-f8bet80-brand-analysis__link-card .page-resources-f8bet80-brand-analysis__card-title {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-f8bet80-brand-analysis__link-card p {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.5;
}

/* Games Section */
.page-resources-f8bet80-brand-analysis__section--games {
  background-color: #1a1a1a;
}

.page-resources-f8bet80-brand-analysis__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-f8bet80-brand-analysis__game-category-card {
  background-color: #222222;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #333333;
}

.page-resources-f8bet80-brand-analysis__game-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-f8bet80-brand-analysis__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-f8bet80-brand-analysis__category-title {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Promotions Section */
.page-resources-f8bet80-brand-analysis__section--promotions {
  background-color: #0a0a0a;
}

.page-resources-f8bet80-brand-analysis__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-f8bet80-brand-analysis__promo-list li {
  background-color: #222222;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
  color: #f0f0f0;
}

.page-resources-f8bet80-brand-analysis__promo-title {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Security & Support Section */
.page-resources-f8bet80-brand-analysis__section--security-support {
  background-color: #1a1a1a;
}

.page-resources-f8bet80-brand-analysis__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-f8bet80-brand-analysis__feature-item {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #333333;
}

.page-resources-f8bet80-brand-analysis__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-f8bet80-brand-analysis__feature-title {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

/* FAQ Section */
.page-resources-f8bet80-brand-analysis__section--faq {
  background-color: #0a0a0a;
}

.page-resources-f8bet80-brand-analysis__faq-list {
  margin-top: 30px;
}

.page-resources-f8bet80-brand-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-f8bet80-brand-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-f8bet80-brand-analysis__faq-item.active .page-resources-f8bet80-brand-analysis__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
  background: #222222;
  border-radius: 0 0 5px 5px;
  color: #f0f0f0;
}

.page-resources-f8bet80-brand-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #333333;
  border: 1px solid #444444;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-f8bet80-brand-analysis__faq-question:hover {
  background: #444444;
  border-color: #555555;
}

.page-resources-f8bet80-brand-analysis__faq-question:active {
  background: #555555;
}

.page-resources-f8bet80-brand-analysis__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-resources-f8bet80-brand-analysis__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  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-f8bet80-brand-analysis__faq-item.active .page-resources-f8bet80-brand-analysis__faq-toggle {
  color: #FFD700;
  transform: rotate(45deg);
}

/* Blog Section */
.page-resources-f8bet80-brand-analysis__section--blog {
  background-color: #1a1a1a;
}

.page-resources-f8bet80-brand-analysis__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-f8bet80-brand-analysis__blog-card {
  background-color: #222222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-resources-f8bet80-brand-analysis__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-f8bet80-brand-analysis__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-resources-f8bet80-brand-analysis__blog-card h3 {
  padding: 20px 20px 0 20px;
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-f8bet80-brand-analysis__blog-link {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-f8bet80-brand-analysis__blog-link:hover {
  color: #FFA500;
  text-decoration: underline;
}

.page-resources-f8bet80-brand-analysis__blog-excerpt {
  padding: 0 20px;
  font-size: 15px;
  color: #cccccc;
  line-height: 1.6;
}

.page-resources-f8bet80-brand-analysis__blog-date {
  display: block;
  font-size: 13px;
  color: #888888;
  padding: 15px 20px 20px 20px;
  border-top: 1px solid #333333;
  margin-top: 15px;
}

/* 🚨 移动端响应式设计 */
@media (max-width: 1024px) {
  .page-resources-f8bet80-brand-analysis__hero-title {
    font-size: 42px;
  }
  .page-resources-f8bet80-brand-analysis__hero-description {
    font-size: 17px;
  }
  .page-resources-f8bet80-brand-analysis__section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .page-resources-f8bet80-brand-analysis {
    padding-top: 100px !important;
  }
  .page-resources-f8bet80-brand-analysis__container {
    padding: 0 15px;
  }
  .page-resources-f8bet80-brand-analysis__section {
    padding: 40px 0;
  }
  .page-resources-f8bet80-brand-analysis__hero-content-section {
    padding: 80px 0;
  }
  .page-resources-f8bet80-brand-analysis__hero-title {
    font-size: 32px;
  }
  .page-resources-f8bet80-brand-analysis__hero-description {
    font-size: 15px;
  }
  .page-resources-f8bet80-brand-analysis__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-f8bet80-brand-analysis__btn-primary,
  .page-resources-f8bet80-brand-analysis__btn-secondary {
    width: 100%;
    font-size: 15px;
    padding: 12px 25px;
  }
  .page-resources-f8bet80-brand-analysis__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-resources-f8bet80-brand-analysis p {
    font-size: 15px;
    line-height: 1.7;
  }
  .page-resources-f8bet80-brand-analysis__content-grid,
  .page-resources-f8bet80-brand-analysis__link-cards,
  .page-resources-f8bet80-brand-analysis__game-categories,
  .page-resources-f8bet80-brand-analysis__features-grid,
  .page-resources-f8bet80-brand-analysis__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-f8bet80-brand-analysis__content-block,
  .page-resources-f8bet80-brand-analysis__link-card,
  .page-resources-f8bet80-brand-analysis__game-category-card,
  .page-resources-f8bet80-brand-analysis__feature-item,
  .page-resources-f8bet80-brand-analysis__promo-list li,
  .page-resources-f8bet80-brand-analysis__blog-card {
    padding: 20px;
  }
  .page-resources-f8bet80-brand-analysis__content-image,
  .page-resources-f8bet80-brand-analysis__category-image,
  .page-resources-f8bet80-brand-analysis__blog-image {
    height: 180px;
  }
  .page-resources-f8bet80-brand-analysis__block-title,
  .page-resources-f8bet80-brand-analysis__card-title,
  .page-resources-f8bet80-brand-analysis__category-title,
  .page-resources-f8bet80-brand-analysis__promo-title,
  .page-resources-f8bet80-brand-analysis__feature-title,
  .page-resources-f8bet80-brand-analysis__blog-card h3 {
    font-size: 18px;
  }
  .page-resources-f8bet80-brand-analysis__faq-question {
    padding: 15px 20px;
  }
  .page-resources-f8bet80-brand-analysis__faq-question h3 {
    font-size: 16px;
  }
  .page-resources-f8bet80-brand-analysis__faq-toggle {
    font-size: 24px;
    width: 25px;
    height: 25px;
  }
  .page-resources-f8bet80-brand-analysis__faq-item.active .page-resources-f8bet80-brand-analysis__faq-answer {
    padding: 15px 20px !important;
  }
  /* 🚨 强制移动端图片适配 */
  .page-resources-f8bet80-brand-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-f8bet80-brand-analysis__section,
  .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__content-block,
  .page-resources-f8bet80-brand-analysis__link-card,
  .page-resources-f8bet80-brand-analysis__game-category-card,
  .page-resources-f8bet80-brand-analysis__feature-item,
  .page-resources-f8bet80-brand-analysis__blog-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-f8bet80-brand-analysis__section--overview .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--quick-links .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--games .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--promotions .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--security-support .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--faq .page-resources-f8bet80-brand-analysis__container,
  .page-resources-f8bet80-brand-analysis__section--blog .page-resources-f8bet80-brand-analysis__container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-resources-f8bet80-brand-analysis__content-block,
  .page-resources-f8bet80-brand-analysis__link-card,
  .page-resources-f8bet80-brand-analysis__game-category-card,
  .page-resources-f8bet80-brand-analysis__feature-item,
  .page-resources-f8bet80-brand-analysis__promo-list li,
  .page-resources-f8bet80-brand-analysis__blog-card {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}