/* style/resources-vn68-club-latest-promotions-analysis.css */

.page-resources-vn68-club-latest-promotions-analysis {
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-vn68-club-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-resources-vn68-club-latest-promotions-analysis__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-vn68-club-latest-promotions-analysis__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-vn68-club-latest-promotions-analysis__hero-overlay {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 10px;
  max-width: 900px;
  margin: 20px;
  box-sizing: border-box;
}

.page-resources-vn68-club-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-resources-vn68-club-latest-promotions-analysis__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vn68-club-latest-promotions-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-vn68-club-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #ffffff; /* Light background for content area */
  color: #333333; /* Dark text for light background */
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: -100px; /* Overlap with hero section for visual effect */
  position: relative;
  z-index: 2;
}

.page-resources-vn68-club-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #017439;
  padding-bottom: 15px;
}

.page-resources-vn68-club-latest-promotions-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-align: justify;
}

.page-resources-vn68-club-latest-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

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

.page-resources-vn68-club-latest-promotions-analysis__card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-vn68-club-latest-promotions-analysis__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-resources-vn68-club-latest-promotions-analysis__card-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-vn68-club-latest-promotions-analysis__card-text {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-vn68-club-latest-promotions-analysis__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
}

.page-resources-vn68-club-latest-promotions-analysis__card-button {
  display: inline-block;
  background: #017439;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vn68-club-latest-promotions-analysis__card-button:hover {
  background: #005a2e;
}

.page-resources-vn68-club-latest-promotions-analysis__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-vn68-club-latest-promotions-analysis__list-item {
  background: #f0f0f0;
  border-left: 5px solid #017439;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-resources-vn68-club-latest-promotions-analysis__list-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-vn68-club-latest-promotions-analysis__list-text {
  font-size: 1em;
  color: #444444;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-container {
  margin-top: 40px;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background: #eaf7ed;
  transition: background 0.3s ease;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-question:hover {
  background: #dff0d8;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-title {
  margin: 0;
  color: #017439;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-item.active .page-resources-vn68-club-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-vn68-club-latest-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-item.active .page-resources-vn68-club-latest-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large for content */
  padding: 15px 25px;
}

.page-resources-vn68-club-latest-promotions-analysis__faq-text {
  margin: 0;
  padding-bottom: 10px;
}

.page-resources-vn68-club-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-primary {
  background: #017439;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-primary:hover {
  background: #005a2e;
  transform: translateY(-2px);
}

.page-resources-vn68-club-latest-promotions-analysis__btn-secondary {
  background: #ffffff;
  color: #017439;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #017439;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-secondary:hover {
  background: #017439;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Specific colors for Register/Login buttons */
.page-resources-vn68-club-latest-promotions-analysis__btn-register {
  background: #C30808;
  color: #FFFF00;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-register:hover {
  background: #a30606;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-login {
  background: #C30808;
  color: #FFFF00;
}

.page-resources-vn68-club-latest-promotions-analysis__btn-login:hover {
  background: #a30606;
}

.page-resources-vn68-club-latest-promotions-analysis__floating-btn {
  position: fixed;
  right: 20px;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  background: #C30808;
  color: #FFFF00;
  text-align: center;
  display: block;
  max-width: 150px;
  box-sizing: border-box;
}

.page-resources-vn68-club-latest-promotions-analysis__floating-btn:hover {
  transform: scale(1.05);
  background: #a30606;
}

.page-resources-vn68-club-latest-promotions-analysis__floating-register-btn {
  bottom: 100px;
}

.page-resources-vn68-club-latest-promotions-analysis__floating-login-btn {
  bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vn68-club-latest-promotions-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-vn68-club-latest-promotions-analysis__hero-section {
    height: auto;
    min-height: 70vh;
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-vn68-club-latest-promotions-analysis__hero-overlay {
    padding: 25px;
    margin: 10px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__content-area {
    padding: 30px 15px;
    margin-top: -50px; /* Adjust overlap for mobile */
  }

  .page-resources-vn68-club-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__paragraph,
  .page-resources-vn68-club-latest-promotions-analysis__card-text,
  .page-resources-vn68-club-latest-promotions-analysis__list-text,
  .page-resources-vn68-club-latest-promotions-analysis__faq-text {
    font-size: 0.95em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__promotions-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-vn68-club-latest-promotions-analysis__card {
    padding: 20px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__card-title {
    font-size: 1.5em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-vn68-club-latest-promotions-analysis__faq-answer {
    padding: 0 20px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__faq-item.active .page-resources-vn68-club-latest-promotions-analysis__faq-answer {
    padding: 10px 20px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__btn-primary,
  .page-resources-vn68-club-latest-promotions-analysis__btn-secondary,
  .page-resources-vn68-club-latest-promotions-analysis a[class*="button"],
  .page-resources-vn68-club-latest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__cta-buttons,
  .page-resources-vn68-club-latest-promotions-analysis__button-group,
  .page-resources-vn68-club-latest-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-vn68-club-latest-promotions-analysis__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  /* Image responsiveness for mobile */
  .page-resources-vn68-club-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-vn68-club-latest-promotions-analysis__section,
  .page-resources-vn68-club-latest-promotions-analysis__card,
  .page-resources-vn68-club-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Video responsiveness for mobile */
  .page-resources-vn68-club-latest-promotions-analysis video,
  .page-resources-vn68-club-latest-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-vn68-club-latest-promotions-analysis__video-section,
  .page-resources-vn68-club-latest-promotions-analysis__video-container,
  .page-resources-vn68-club-latest-promotions-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-resources-vn68-club-latest-promotions-analysis__floating-btn {
    width: calc(50% - 30px); /* Two buttons side-by-side */
    left: 15px;
    right: auto;
    bottom: 20px;
    font-size: 0.9em;
    padding: 10px 15px;
  }
  .page-resources-vn68-club-latest-promotions-analysis__floating-login-btn {
    left: calc(50% + 15px);
    right: 15px;
    bottom: 20px;
  }
  .page-resources-vn68-club-latest-promotions-analysis__floating-register-btn {
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-vn68-club-latest-promotions-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-vn68-club-latest-promotions-analysis__section-title {
    font-size: 1.5em;
  }
  .page-resources-vn68-club-latest-promotions-analysis__floating-btn {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    bottom: 70px; /* Stacked */
  }
  .page-resources-vn68-club-latest-promotions-analysis__floating-login-btn {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
}