/* style/resources-b52-download-faq.css */

/* Base Styles */
.page-resources-b52-download-faq {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background will be handled by sections */
}

.page-resources-b52-download-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-b52-download-faq__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-b52-download-faq__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-b52-download-faq__dark-bg .page-resources-b52-download-faq__section-title,
.page-resources-b52-download-faq__dark-bg .page-resources-b52-download-faq__section-description,
.page-resources-b52-download-faq__dark-bg p,
.page-resources-b52-download-faq__dark-bg li,
.page-resources-b52-download-faq__dark-bg .page-resources-b52-download-faq__card-title,
.page-resources-b52-download-faq__dark-bg .page-resources-b52-download-faq__faq-title {
  color: #ffffff; /* Ensure white text on dark sections */
}

.page-resources-b52-download-faq__light-bg .page-resources-b52-download-faq__section-title,
.page-resources-b52-download-faq__light-bg .page-resources-b52-download-faq__section-description,
.page-resources-b52-download-faq__light-bg p,
.page-resources-b52-download-faq__light-bg li,
.page-resources-b52-download-faq__light-bg .page-resources-b52-download-faq__card-title,
.page-resources-b52-download-faq__light-bg .page-resources-b52-download-faq__faq-title {
  color: #333333; /* Ensure dark text on light sections */
}

.page-resources-b52-download-faq__light-bg {
  background-color: #ffffff; /* White background for light sections */
}

.page-resources-b52-download-faq__dark-bg {
  background-color: #017439; /* Brand color background for dark sections */
}

.page-resources-b52-download-faq a {
  color: #FFFF00; /* Link color for better visibility */
  text-decoration: underline;
}

.page-resources-b52-download-faq a:hover {
  color: #f0f0f0;
}

.page-resources-b52-download-faq .highlight {
  color: #FFFF00; /* Highlight important keywords */
  font-weight: bold;
}

/* Buttons */
.page-resources-b52-download-faq__btn-primary,
.page-resources-b52-download-faq__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-b52-download-faq__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-b52-download-faq__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-b52-download-faq__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-b52-download-faq__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-b52-download-faq__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

/* Hero Section */
.page-resources-b52-download-faq__hero-section {
  padding-bottom: 60px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  display: flex;
  align-items: center;
}

.page-resources-b52-download-faq__hero-content {
  flex: 1;
  padding-right: 40px;
  color: #ffffff;
}

.page-resources-b52-download-faq__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-b52-download-faq__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-b52-download-faq__hero-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-resources-b52-download-faq__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Introduction Section */
.page-resources-b52-download-faq__introduction-section {
  padding: 80px 0;
}

.page-resources-b52-download-faq__introduction-section .page-resources-b52-download-faq__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}}