.page-faq {
  color: #ffffff;
  background-color: #0a0a0a;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-faq__hero-section {
  padding-top: var(--header-offset, 120px);
  background-color: #0a0a0a;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.page-faq__hero-title {
  color: #26A9E0;
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-faq__hero-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-faq__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-faq__cta-button {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-faq__cta-button:hover {
  background-color: #1a8cc7;
}

.page-faq__small-button {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 15px;
}

.page-faq__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-faq__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-faq__faq-container {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-faq__faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-faq__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  transition: color 0.3s ease;
}

.page-faq__faq-question:hover {
  color: #26A9E0;
}

.page-faq__faq-question h3 {
  margin: 0;
  color: inherit;
}

.page-faq__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
  color: #26A9E0;
  line-height: 1;
}

.page-faq__faq-item.active .page-faq__faq-toggle {
  transform: rotate(45deg);
}

.page-faq__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-faq__faq-item.active .page-faq__faq-answer {
  max-height: 1000px !important;
  padding: 15px;
}

.page-faq__faq-answer p {
  margin-bottom: 15px;
}

.page-faq__faq-answer img {
  margin-top: 15px;
  border-radius: 8px;
}

.page-faq__content-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-faq__cta-bottom {
  background-color: #26A9E0;
  padding: 80px 20px;
  text-align: center;
}

.page-faq__cta-bottom .page-faq__section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-faq__cta-bottom .page-faq__description {
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
}

.page-faq__cta-bottom .page-faq__cta-button {
  background-color: #EA7C07; /* Login color for prominent CTA */
}

.page-faq__cta-bottom .page-faq__cta-button:hover {
  background-color: #c96a06;
}

/* General image styles */
.page-faq img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-faq__hero-section {
    padding-bottom: 40px;
  }
  .page-faq__hero-title {
    font-size: 2em;
  }
  .page-faq__hero-description {
    font-size: 1em;
  }
  .page-faq__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-faq__faq-question {
    font-size: 1.1em;
    padding: 10px 0;
  }
  .page-faq__faq-answer {
    font-size: 0.95em;
  }
  .page-faq__section {
    padding: 40px 15px;
  }
  .page-faq__faq-container {
    padding: 15px;
  }

  /* Force responsive for images */
  .page-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Force responsive for videos (if any) */
  .page-faq video,
  .page-faq__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-faq__video-section,
  .page-faq__video-container,
  .page-faq__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-faq__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  /* Force responsive for buttons */
  .page-faq__cta-button,
  .page-faq__btn-primary,
  .page-faq__btn-secondary,
  .page-faq a[class*="button"],
  .page-faq 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;
    margin-bottom: 10px;
  }
  .page-faq__cta-buttons,
  .page-faq__button-group,
  .page-faq__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;
    display: flex;
    flex-direction: column;
  }

  /* General container padding for mobile */
  .page-faq__container {
    padding: 0 15px;
  }
  .page-faq__hero-section .page-faq__container {
    padding: 0 15px;
  }
  .page-faq__cta-bottom .page-faq__container {
    padding: 0 15px;
  }
}