.page-faq__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #B71C1C; /* Fallback for --color-background, ensuring text contrast */
}

.page-faq__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-faq__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-faq__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
  color: #333333; /* Default for light background */
  background: #ffffff; /* Explicitly light for hero content */
  border-radius: 8px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-faq__main-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #C91F17;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-faq__intro-text {
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-faq__section-title {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: #FFF5E1;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-faq__section-description {
  font-size: 17px;
  line-height: 1.6;
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-faq__content-area {
  padding: 80px 0;
  background: #B71C1C; /* Custom background color */
  color: #FFF5E1; /* Text color for dark background */
}

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

.page-faq__faq-list {
  margin-top: 40px;
}

details.page-faq__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #7A0E0E; /* Deep Red border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

details.page-faq__faq-item summary.page-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  color: #FFF5E1; /* Text Main */
  font-size: 18px;
  font-weight: 600;
}

details.page-faq__faq-item summary.page-faq__faq-question::-webkit-details-marker {
  display: none;
}

details.page-faq__faq-item summary.page-faq__faq-question:hover {
  background: #E53935; /* Auxiliary color on hover */
  border-color: #F2B544; /* Border color on hover */
}

.page-faq__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-faq__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFCC66; /* Glow color */
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  text-align: center;
}

details.page-faq__faq-item .page-faq__faq-answer {
  padding: 0 25px 25px;
  background: #7A0E0E; /* Deep Red for answer background */
  border-radius: 0 0 8px 8px;
  color: #FFF5E1; /* Text Main for answer */
  line-height: 1.7;
}

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

.page-faq__faq-answer a {
  color: #FFCC66; /* Glow color for links */
  text-decoration: underline;
}

.page-faq__faq-answer a:hover {
  color: #F4D34D; /* Gold color on hover */
}

.page-faq__btn-primary,
.page-faq__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.page-faq__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for text on gold button */
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-faq__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-faq__btn-secondary {
  background: #E53935; /* Auxiliary color */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #FFCC66; /* Glow border */
  margin-left: 15px;
}

.page-faq__btn-secondary:hover {
  background: #C91F17; /* Main color on hover */
  border-color: #F4D34D; /* Gold border on hover */
}

.page-faq__faq-answer .page-faq__btn-secondary {
  font-size: 15px;
  padding: 8px 15px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 30px;
}

.page-faq__faq-answer .page-faq__btn-secondary:last-child {
  margin-right: 0;
}

.page-faq__additional-info {
  padding: 80px 0;
  background: #ffffff;
  color: #333333;
}

.page-faq__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-faq__info-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-faq__info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-faq__info-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
  border-radius: 8px;
  object-fit: cover;
}

.page-faq__info-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #C91F17;
  margin-bottom: 15px;
}

.page-faq__info-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-faq__btn-text {
  color: #E53935;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-faq__btn-text:hover {
  background-color: #E53935;
  color: #ffffff;
}

.page-faq__cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #C91F17 0%, #E53935 100%); /* Gradient with main and auxiliary colors */
  text-align: center;
  color: #FFF5E1; /* Text Main */
}

.page-faq__cta-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-faq__cta-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-faq__btn-large {
  padding: 15px 35px;
  font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-faq__hero-content {
    margin-top: -60px;
    padding: 30px 20px;
  }

  .page-faq__main-title {
    font-size: 36px;
  }

  .page-faq__intro-text {
    font-size: 17px;
  }

  .page-faq__section-title {
    font-size: 32px;
  }

  .page-faq__section-description {
    font-size: 16px;
  }

  details.page-faq__faq-item summary.page-faq__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-faq__faq-qtext {
    font-size: 16px;
  }

  .page-faq__faq-toggle {
    font-size: 24px;
    margin-left: 15px;
  }

  details.page-faq__faq-item .page-faq__faq-answer {
    padding: 0 20px 20px;
  }

  .page-faq__info-grid {
    gap: 20px;
  }

  .page-faq__info-card-title {
    font-size: 22px;
  }

  .page-faq__info-card p {
    font-size: 15px;
  }

  .page-faq__cta-title {
    font-size: 36px;
  }

  .page-faq__cta-description {
    font-size: 17px;
  }

  .page-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-faq__btn-primary,
  .page-faq__btn-secondary {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-faq__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    height: 200px !important; /* Adjust height for mobile hero image if object-fit: contain */
  }
  .page-faq__hero-section {
    padding-top: 10px; /* Approximately 10px top padding for the first section */
  }
  .page-faq__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
    border-radius: 5px;
  }

  .page-faq__main-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .page-faq__intro-text {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .page-faq__btn-primary,
  .page-faq__btn-secondary {
    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-left: 0;
    margin-right: 0;
  }

  .page-faq__faq-answer .page-faq__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .page-faq__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-faq__content-area,
  .page-faq__additional-info,
  .page-faq__cta-section {
    padding: 50px 0;
  }

  .page-faq__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-faq__section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .page-faq__section-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  details.page-faq__faq-item summary.page-faq__faq-question {
    padding: 15px;
    font-size: 15px;
    flex-wrap: wrap;
  }
  
  .page-faq__faq-qtext {
    font-size: 15px;
    width: calc(100% - 40px);
  }
  
  .page-faq__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  details.page-faq__faq-item .page-faq__faq-answer {
    padding: 0 15px 15px;
    font-size: 14px;
  }

  .page-faq__info-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-faq__info-card {
    padding: 25px;
  }

  .page-faq__info-image {
    max-width: 200px;
  }

  .page-faq__info-card-title {
    font-size: 20px;
  }

  .page-faq__info-card p {
    font-size: 14px;
  }

  .page-faq__cta-title {
    font-size: 28px;
  }

  .page-faq__cta-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .page-faq__btn-large {
    font-size: 16px;
    padding: 12px 25px;
  }

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

  .page-faq__section,
  .page-faq__card,
  .page-faq__container,
  .page-faq__hero-section,
  .page-faq__content-area,
  .page-faq__additional-info,
  .page-faq__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  /* No specific products-grid for FAQ page, but include the general image/container rules */
  /* No specific article-body for FAQ page, but general p/h tags are covered */
}