/* style/blog-nhatvip-latest-promotions-betting-tips.css */
/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần thêm padding-top cho main hoặc hero-section */

:root {
  --nhatvip-primary-color: #26A9E0;
  --nhatvip-secondary-color: #FFFFFF;
  --nhatvip-login-color: #EA7C07;
  --nhatvip-background-color: #FFFFFF;
  --nhatvip-black-color: #000000;
  --text-on-dark-bg: #FFFFFF;
  --text-on-light-bg: #333333;
}

.page-blog-nhatvip-latest-promotions-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-on-dark-bg); /* Default text color for dark body background */
  background-color: var(--black-color); /* Body background from shared.css is var(--black-color) */
}

.page-blog-nhatvip-latest-promotions-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  padding: 80px 20px 40px;
  padding-top: 10px; /* Small top padding for first section */
  overflow: hidden;
  color: var(--text-on-dark-bg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-nhatvip-latest-promotions-betting-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--nhatvip-secondary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-nhatvip-latest-promotions-betting-tips__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--nhatvip-secondary-color);
  margin-bottom: 30px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.page-blog-nhatvip-latest-promotions-betting-tips__cta-buttons--center {
  justify-content: center;
  margin-top: 40px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__btn-primary,
.page-blog-nhatvip-latest-promotions-betting-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-nhatvip-latest-promotions-betting-tips__btn-primary {
  background-color: var(--nhatvip-primary-color);
  color: var(--nhatvip-secondary-color);
  border: 2px solid var(--nhatvip-primary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__btn-primary:hover {
  background-color: darken(var(--nhatvip-primary-color), 10%);
  border-color: darken(var(--nhatvip-primary-color), 10%);
}

.page-blog-nhatvip-latest-promotions-betting-tips__btn-secondary {
  background-color: transparent;
  color: var(--nhatvip-primary-color);
  border: 2px solid var(--nhatvip-primary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__btn-secondary:hover {
  background-color: var(--nhatvip-primary-color);
  color: var(--nhatvip-secondary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__content-section {
  padding: 60px 20px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__dark-bg {
  background-color: var(--nhatvip-black-color);
  color: var(--text-on-dark-bg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__light-bg {
  background-color: var(--nhatvip-background-color);
  color: var(--text-on-light-bg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-nhatvip-latest-promotions-betting-tips__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: var(--nhatvip-primary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__dark-bg .page-blog-nhatvip-latest-promotions-betting-tips__section-title {
  color: var(--nhatvip-primary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--nhatvip-primary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__dark-bg .page-blog-nhatvip-latest-promotions-betting-tips__sub-title {
  color: var(--nhatvip-secondary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__paragraph {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-nhatvip-latest-promotions-betting-tips__image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-nhatvip-latest-promotions-betting-tips__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

/* FAQ Section */
.page-blog-nhatvip-latest-promotions-betting-tips__faq-list {
  margin-top: 30px;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent for dark bg */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-nhatvip-latest-promotions-betting-tips__light-bg .page-blog-nhatvip-latest-promotions-betting-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--nhatvip-secondary-color);
  transition: background-color 0.3s ease;
}

.page-blog-nhatvip-latest-promotions-betting-tips__light-bg .page-blog-nhatvip-latest-promotions-betting-tips__faq-question {
  color: var(--text-on-light-bg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-nhatvip-latest-promotions-betting-tips__light-bg .page-blog-nhatvip-latest-promotions-betting-tips__faq-question:hover {
  background-color: #eef;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-item[open] .page-blog-nhatvip-latest-promotions-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--nhatvip-secondary-color);
}

.page-blog-nhatvip-latest-promotions-betting-tips__light-bg .page-blog-nhatvip-latest-promotions-betting-tips__faq-answer {
  color: var(--text-on-light-bg);
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-nhatvip-latest-promotions-betting-tips__faq-item summary {
  list-style: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-nhatvip-latest-promotions-betting-tips__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-nhatvip-latest-promotions-betting-tips__section-title {
    font-size: 2rem;
  }
  .page-blog-nhatvip-latest-promotions-betting-tips__sub-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .page-blog-nhatvip-latest-promotions-betting-tips__hero-section {
    padding: 60px 15px 30px;
    padding-top: 10px !important;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__hero-content {
    padding: 15px;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__btn-primary,
  .page-blog-nhatvip-latest-promotions-betting-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__content-section {
    padding: 40px 0;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__sub-title {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__paragraph,
  .page-blog-nhatvip-latest-promotions-betting-tips__list-item {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__image-full-width {
    margin: 20px 0;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-nhatvip-latest-promotions-betting-tips__faq-answer {
    padding: 0 20px 15px;
  }
}