.page-resources-b52-club-secure-download-tutorial {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  background-color: #26A9E0; /* Brand primary color for hero */
  color: #FFFFFF; /* White text for dark background */
  overflow: hidden;
}

.page-resources-b52-club-secure-download-tutorial__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 40px;
}

.page-resources-b52-club-secure-download-tutorial__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-b52-club-secure-download-tutorial__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-b52-club-secure-download-tutorial__btn-primary,
.page-resources-b52-club-secure-download-tutorial__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, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-b52-club-secure-download-tutorial__btn-primary {
  background-color: #EA7C07; /* Login/Download color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-b52-club-secure-download-tutorial__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-b52-club-secure-download-tutorial__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-b52-club-secure-download-tutorial__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust as needed */
  height: auto;
  max-width: 800px;
  opacity: 0.7;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
}

.page-resources-b52-club-secure-download-tutorial__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.page-resources-b52-club-secure-download-tutorial__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF; /* Light background for content */
  color: #333333; /* Dark text for light background */
}

.page-resources-b52-club-secure-download-tutorial__section-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-b52-club-secure-download-tutorial__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #EA7C07;
  border-radius: 2px;
}

.page-resources-b52-club-secure-download-tutorial__sub-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-b52-club-secure-download-tutorial__paragraph {
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-b52-club-secure-download-tutorial__paragraph a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-b52-club-secure-download-tutorial__paragraph a:hover {
  color: #EA7C07;
}

.page-resources-b52-club-secure-download-tutorial__list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 0;
}

.page-resources-b52-club-secure-download-tutorial__list-item {
  margin-bottom: 10px;
  list-style-position: inside;
}

.page-resources-b52-club-secure-download-tutorial__list-item strong {
  color: #26A9E0;
}

.page-resources-b52-club-secure-download-tutorial__image-container {
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.page-resources-b52-club-secure-download-tutorial__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-b52-club-secure-download-tutorial__faq-list {
  margin-top: 30px;
}

.page-resources-b52-club-secure-download-tutorial__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-resources-b52-club-secure-download-tutorial__faq-question:hover {
  background-color: #eaf7ff;
}

.page-resources-b52-club-secure-download-tutorial__faq-title {
  margin: 0;
  font-size: 1.1em;
  color: #26A9E0;
}

.page-resources-b52-club-secure-download-tutorial__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #EA7C07;
}

.page-resources-b52-club-secure-download-tutorial__faq-item.active .page-resources-b52-club-secure-download-tutorial__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-b52-club-secure-download-tutorial__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-b52-club-secure-download-tutorial__faq-item.active .page-resources-b52-club-secure-download-tutorial__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px 20px;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #26A9E0; /* Brand primary color */
  color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section .page-resources-b52-club-secure-download-tutorial__section-title {
  color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section .page-resources-b52-club-secure-download-tutorial__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section .page-resources-b52-club-secure-download-tutorial__paragraph {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section .page-resources-b52-club-secure-download-tutorial__paragraph a {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-resources-b52-club-secure-download-tutorial__conclusion-section .page-resources-b52-club-secure-download-tutorial__paragraph a:hover {
  color: #EA7C07;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-b52-club-secure-download-tutorial__main-title {
    font-size: 2.2em;
  }

  .page-resources-b52-club-secure-download-tutorial__intro-text {
    font-size: 1.1em;
  }

  .page-resources-b52-club-secure-download-tutorial__hero-image-wrapper {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-resources-b52-club-secure-download-tutorial {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-b52-club-secure-download-tutorial__hero-section {
    flex-direction: column;
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-b52-club-secure-download-tutorial__hero-image-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    justify-content: center;
    opacity: 1;
  }

  .page-resources-b52-club-secure-download-tutorial__main-title {
    font-size: 2em;
  }

  .page-resources-b52-club-secure-download-tutorial__intro-text {
    font-size: 1em;
  }

  .page-resources-b52-club-secure-download-tutorial__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-resources-b52-club-club-secure-download-tutorial__btn-primary,
  .page-resources-b52-club-club-secure-download-tutorial__btn-secondary {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-b52-club-secure-download-tutorial__content-area,
  .page-resources-b52-club-secure-download-tutorial__conclusion-section {
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-resources-b52-club-secure-download-tutorial__section-title {
    font-size: 1.8em;
  }

  .page-resources-b52-club-secure-download-tutorial__sub-title {
    font-size: 1.3em;
  }

  .page-resources-b52-club-secure-download-tutorial img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-b52-club-secure-download-tutorial__image-container,
  .page-resources-b52-club-secure-download-tutorial__video-container,
  .page-resources-b52-club-secure-download-tutorial__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-b52-club-secure-download-tutorial__faq-question,
  .page-resources-b52-club-secure-download-tutorial__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-b52-club-secure-download-tutorial__faq-title {
    font-size: 1em;
  }
}