.hero-inner {
      position: relative;
      min-height: 480px;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding-top: 104px;
    }
    .hero-inner-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .hero-inner .hero-content {
      padding: var(--space-2xl) var(--space-md);
    }
    .hero-inner .hero-subtitle {
      font-size: 1.2rem;
      line-height: 1.7;
      max-width: 640px;
    }
    
    .hero-section {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.5) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--wide-width);
    margin: 0 auto;
    padding: 0 var(--space-md);
    color: #FFF
}






.fox-ai-faq-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
  color: #333;
}

/* HERO */
.faq-hero {
  text-align: center;
  margin-bottom: 50px;
}

.faq-hero .eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.faq-hero h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.faq-hero .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

/* BUTTONS */
.button {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}

.button-primary {
  background: #000;
  color: #fff;
}

.button-primary:hover {
  background: #222;
}

.button-secondary {
  background: #c2d82e;
  color: #000 !important;
}

.button-secondary:hover {
  background: #b2c72a;
}

/* HEADINGS */
.fox-ai-faq-page h2 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

/* QUICK ANSWER BOX */
.answer-summary {
  background: #f9f9f9;
  border-left: 4px solid #c2d82e;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}

/* RELATED LINKS */
.related-links ul {
  list-style: none;
  padding: 0;
}

.related-links li {
  margin-bottom: 8px;
}

.related-links a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #c2d82e;
  padding-bottom: 2px;
}

.related-links a:hover {
  color: #c2d82e;
}

/* FAQ LIST */
.faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 35px;
}

.faq-item h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}

.faq-item p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}

/* CTA BOX */
.faq-cta {
  background: #000;
  padding: 30px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.faq-cta h2 {
  color: #fff;
  margin-bottom: 10px;
}

.faq-cta p {
  color: #fff;
  margin-bottom: 20px;
}

.faq-cta .button-primary {
  background: #c2d82e;
  color: #000;
}

.faq-cta .button-primary:hover {
  background: #b2c72a;
}



@media (max-width: 768px) {
  .breadcrumbs-inner {
    padding: 10px 15px; /* adjust values as needed */
  }
  .button-primary, .button-secondary
  {
    min-width: 228px;margin-bottom: 5px;
  }
  .faq-hero h1 {
  font-size: 24px;
  }
  .fox-ai-faq-page h2 {
  font-size: 18px !important;
  }
  .fox-ai-faq-page h2 {
  
  margin-top: 15px;
  margin-bottom: 8px;
  
  
}

}













