/* style/resources-how-to-choose-baccarat-platform.css */
.page-resources-how-to-choose-baccarat-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-how-to-choose-baccarat-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-how-to-choose-baccarat-platform__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 0 60px; /* Adjusted padding-top for header offset */
  min-height: 500px;
  overflow: hidden;
  color: #FFFFFF;
  background: #017439; /* Fallback for hero section background */
}

.page-resources-how-to-choose-baccarat-platform__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}

.page-resources-how-to-choose-baccarat-platform__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Custom color for main title */
}

.page-resources-how-to-choose-baccarat-platform__subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-choose-baccarat-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-baccarat-platform__btn-primary,
.page-resources-how-to-choose-baccarat-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-how-to-choose-baccarat-platform__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-how-to-choose-baccarat-platform__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-choose-baccarat-platform__btn-secondary {
  background-color: transparent;
  color: #FFFF00;
  border: 2px solid #FFFF00;
}

.page-resources-how-to-choose-baccarat-platform__btn-secondary:hover {
  background-color: #FFFF00;
  color: #C30808;
}

/* Content Area */
.page-resources-how-to-choose-baccarat-platform__content-area {
  padding: 60px 0;
  background-color: #FFFFFF; /* Light background for content */
  color: #333333; /* Dark text for light background */
}

.page-resources-how-to-choose-baccarat-platform__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #017439;
}

.page-resources-how-to-choose-baccarat-platform__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #017439;
}

.page-resources-how-to-choose-baccarat-platform__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-resources-how-to-choose-baccarat-platform__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Feature Grid */
.page-resources-how-to-choose-baccarat-platform__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-baccarat-platform__card {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-resources-how-to-choose-baccarat-platform__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #017439;
  font-weight: bold;
}

.page-resources-how-to-choose-baccarat-platform__card-text {
  font-size: 1em;
  line-height: 1.7;
}

/* List Styles */
.page-resources-how-to-choose-baccarat-platform__list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-top: 20px;
}

.page-resources-how-to-choose-baccarat-platform__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-choose-baccarat-platform__list-item strong {
  color: #017439;
}

/* Benefit Cards */
.page-resources-how-to-choose-baccarat-platform__benefit-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* FAQ Section */
.page-resources-how-to-choose-baccarat-platform__faq-container {
  margin-top: 40px;
}

.page-resources-how-to-choose-baccarat-platform__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #333333;
}

.page-resources-how-to-choose-baccarat-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #eaf7ed; /* Lighter green for question background */
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-baccarat-platform__faq-question:hover {
  background-color: #dcebdc;
}

.page-resources-how-to-choose-baccarat-platform__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #017439;
}

.page-resources-how-to-choose-baccarat-platform__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-resources-how-to-choose-baccarat-platform__faq-item.active .page-resources-how-to-choose-baccarat-platform__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-baccarat-platform__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-how-to-choose-baccarat-platform__faq-item.active .page-resources-how-to-choose-baccarat-platform__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 20px;
}

.page-resources-how-to-choose-baccarat-platform__faq-answer p {
  margin: 0;
  color: #333333;
}

.page-resources-how-to-choose-baccarat-platform__cta-buttons--bottom {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-baccarat-platform__main-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-baccarat-platform__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure proper spacing on mobile */
  }
  .page-resources-how-to-choose-baccarat-platform__main-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-choose-baccarat-platform__subtitle,
  .page-resources-how-to-choose-baccarat-platform__paragraph,
  .page-resources-how-to-choose-baccarat-platform__list-item,
  .page-resources-how-to-choose-baccarat-platform__card-text {
    font-size: 1em;
  }
  .page-resources-how-to-choose-baccarat-platform__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-baccarat-platform__sub-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-choose-baccarat-platform__feature-grid,
  .page-resources-how-to-choose-baccarat-platform__benefit-cards {
    grid-template-columns: 1fr;
  }
  .page-resources-how-to-choose-baccarat-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-choose-baccarat-platform__btn-primary,
  .page-resources-how-to-choose-baccarat-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
  }

  /* Image Responsive Adaptation */
  .page-resources-how-to-choose-baccarat-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-choose-baccarat-platform__section,
  .page-resources-how-to-choose-baccarat-platform__card,
  .page-resources-how-to-choose-baccarat-platform__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-baccarat-platform__main-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-baccarat-platform__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-baccarat-platform__faq-title {
    font-size: 1.1em;
  }
}

/* Color Contrast Fixes (if needed, based on body background #1a1a2e dark) */
.page-resources-how-to-choose-baccarat-platform__dark-bg {
  color: #ffffff;
}
.page-resources-how-to-choose-baccarat-platform__light-bg {
  color: #333333;
  background: #ffffff;
}
.page-resources-how-to-choose-baccarat-platform__card {
  background: #f8f8f8;
  color: #333333;
}
.page-resources-how-to-choose-baccarat-platform__faq-question {
  background-color: #eaf7ed;
}
.page-resources-how-to-choose-baccarat-platform__faq-question:hover {
  background-color: #dcebdc;
}
.page-resources-how-to-choose-baccarat-platform__faq-answer p {
  color: #333333;
}