/* style/resources-how-to-access-8kbet.css */
:root {
  --primary-color: #004D99; /* Deep Blue */
  --secondary-color: #FFD700; /* Gold */
  --text-light: #ffffff;
  --text-dark: #333333;
  --background-dark: #121212;
  --background-light: #f5f5f5;
  --card-background-dark: rgba(255, 255, 255, 0.1);
  --card-background-light: #ffffff;
  --border-color: #e0e0e0;
}

.page-resources-how-to-access-8kbet {
  color: var(--text-light); /* Body background is dark (#121212), so default text is light */
  background-color: var(--background-dark);
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

/* Ensure main content is not hidden by fixed header */
.page-resources-how-to-access-8kbet__hero-section {
  padding-top: 120px; /* Desktop: Adjust based on actual header height */
}

.page-resources-how-to-access-8kbet__content-section {
  padding: 60px 0;
}

.page-resources-how-to-access-8kbet__dark-section {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-how-to-access-8kbet__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-resources-how-to-access-8kbet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-access-8kbet__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--secondary-color);
}

.page-resources-how-to-access-8kbet__sub-section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-resources-how-to-access-8kbet__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--text-light);
}

/* Hero Section */
.page-resources-how-to-access-8kbet__hero-section {
  background: url('[GALLERY:hero:8kbet_background,secure_access,vietnam]') no-repeat center center/cover;
  color: var(--text-light);
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-access-8kbet__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-resources-how-to-access-8kbet__hero-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-how-to-access-8kbet__hero-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-access-8kbet__hero-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  color: var(--text-light);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-access-8kbet__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-how-to-access-8kbet__hero-button {
  display: inline-block;
  padding: 15px 35px;
  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.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-access-8kbet__hero-button--primary {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-how-to-access-8kbet__hero-button--primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-access-8kbet__hero-button--secondary {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-how-to-access-8kbet__hero-button--secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* General Buttons */
.page-resources-how-to-access-8kbet__button-primary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-access-8kbet__button-primary:hover {
  background: #003366;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-access-8kbet__button-secondary {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-access-8kbet__button-secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-access-8kbet__cta-buttons-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-resources-how-to-access-8kbet__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-how-to-access-8kbet__ordered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-how-to-access-8kbet__list-item {
  font-size: 17px;
  margin-bottom: 10px;
}

.page-resources-how-to-access-8kbet__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
}

/* Grid for features/cards */
.page-resources-how-to-access-8kbet__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-access-8kbet__card {
  background: var(--card-background-dark);
  color: var(--text-light);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-access-8kbet__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-access-8kbet__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-how-to-access-8kbet__card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-resources-how-to-access-8kbet__card-text {
  font-size: 16px;
  color: var(--text-light);
}

/* Download Section */
.page-resources-how-to-access-8kbet__download-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-resources-how-to-access-8kbet__download-item {
  background: var(--card-background-dark);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-access-8kbet__download-qr {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border: 5px solid var(--text-light);
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-access-8kbet__download-text {
  font-size: 18px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* Product Section */
.page-resources-how-to-access-8kbet__grid-2-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-access-8kbet__product-card {
  background: var(--card-background-dark);
  color: var(--text-light);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-access-8kbet__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-access-8kbet__product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-access-8kbet__product-title {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 20px 0;
  color: var(--secondary-color);
}

.page-resources-how-to-access-8kbet__product-description {
  font-size: 16px;
  padding: 0 20px 20px;
  color: var(--text-light);
}

/* FAQ Section */
.page-resources-how-to-access-8kbet__faq-section {
  padding: 60px 0;
}

.page-resources-how-to-access-8kbet__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-access-8kbet__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-access-8kbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--card-background-dark);
  color: var(--text-light);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-how-to-access-8kbet__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-access-8kbet__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--text-light);
}

.page-resources-how-how-to-access-8kbet__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-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: 32px;
  height: 32px;
}

.page-resources-how-to-access-8kbet__faq-item.active .page-resources-how-to-access-8kbet__faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.page-resources-how-to-access-8kbet__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 25px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-light);
  border-radius: 0 0 8px 8px;
}

.page-resources-how-to-access-8kbet__faq-item.active .page-resources-how-to-access-8kbet__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
}

.page-resources-how-to-access-8kbet__faq-answer p {
  margin: 0;
  font-size: 16px;
}

/* Conclusion Section */
.page-resources-how-to-access-8kbet__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-access-8kbet__hero-title {
    font-size: 40px;
  }

  .page-resources-how-to-access-8kbet__hero-subtitle {
    font-size: 20px;
  }

  .page-resources-how-to-access-8kbet__section-title {
    font-size: 30px;
  }

  .page-resources-how-to-access-8kbet__sub-section-title {
    font-size: 24px;
  }

  .page-resources-how-to-access-8kbet__card-title,
  .page-resources-how-to-access-8kbet__product-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-access-8kbet__hero-section {
    padding-top: 100px !important; /* Mobile: Adjust based on actual header height */
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-access-8kbet__hero-title {
    font-size: 32px;
  }

  .page-resources-how-to-access-8kbet__hero-subtitle {
    font-size: 18px;
  }

  .page-resources-how-to-access-8kbet__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-access-8kbet__hero-button {
    padding: 12px 25px;
    font-size: 16px;
    width: 100%; /* Ensure buttons are full width */
  }

  .page-resources-how-to-access-8kbet__content-section {
    padding: 40px 0;
  }

  .page-resources-how-to-access-8kbet__container {
    padding: 0 15px;
  }

  .page-resources-how-to-access-8kbet__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .page-resources-how-to-access-8kbet__sub-section-title {
    font-size: 22px;
  }

  .page-resources-how-to-access-8kbet__text-block,
  .page-resources-how-to-access-8kbet__list-item,
  .page-resources-how-to-access-8kbet__card-text,
  .page-resources-how-to-access-8kbet__download-text,
  .page-resources-how-to-access-8kbet__product-description,
  .page-resources-how-to-access-8kbet__faq-answer p {
    font-size: 16px;
  }

  .page-resources-how-to-access-8kbet__grid-3-col,
  .page-resources-how-to-access-8kbet__grid-2-col {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-resources-how-to-access-8kbet__card,
  .page-resources-how-to-access-8kbet__product-card,
  .page-resources-how-to-access-8kbet__download-item {
    padding: 25px;
  }

  .page-resources-how-to-access-8kbet__card-image,
  .page-resources-how-to-access-8kbet__product-image {
    height: 200px;
  }

  .page-resources-how-to-access-8kbet__card-title,
  .page-resources-how-to-access-8kbet__product-title {
    font-size: 18px;
  }

  .page-resources-how-to-access-8kbet__download-grid {
    flex-direction: column;
    gap: 25px;
  }

  .page-resources-how-to-access-8kbet__download-item {
    max-width: 100%;
    width: 100%;
  }

  .page-resources-how-to-access-8kbet__download-qr {
    width: 180px;
    height: 180px;
  }

  .page-resources-how-to-access-8kbet__button-primary,
  .page-resources-how-to-access-8kbet__button-secondary {
    padding: 10px 20px;
    font-size: 15px;
    width: 100%; /* Ensure buttons are full width */
  }

  .page-resources-how-to-access-8kbet__cta-buttons-center {
    padding: 0 15px;
  }
  
  .page-resources-how-to-access-8kbet__faq-question {
    padding: 15px 20px;
  }
  
  .page-resources-how-to-access-8kbet__faq-question h3 {
    font-size: 16px;
  }

  .page-resources-how-to-access-8kbet__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-resources-how-to-access-8kbet__faq-answer {
    padding: 15px 20px !important;
  }

  /* Image responsiveness */
  .page-resources-how-to-access-8kbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-how-to-access-8kbet__hero-section,
  .page-resources-how-to-access-8kbet__content-section,
  .page-resources-how-to-access-8kbet__dark-section,
  .page-resources-how-to-access-8kbet__dark-bg,
  .page-resources-how-to-access-8kbet__container,
  .page-resources-how-to-access-8kbet__grid-3-col,
  .page-resources-how-to-access-8kbet__card,
  .page-resources-how-to-access-8kbet__download-grid,
  .page-resources-how-to-access-8kbet__download-item,
  .page-resources-how-to-access-8kbet__grid-2-col,
  .page-resources-how-to-access-8kbet__product-card,
  .page-resources-how-to-access-8kbet__faq-section,
  .page-resources-how-to-access-8kbet__faq-list,
  .page-resources-how-to-access-8kbet__faq-item,
  .page-resources-how-to-access-8kbet__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }
}