.faq-page .fq-hero h1 {
  color: #fff !important;
}
.faq-page .fq-emergency-section h2,
.faq-page .fq-emergency-section p {
  color: #fff !important;
}
.faq-page .fq-cta-section h2,
.faq-page .fq-cta-section p {
  color: #fff !important;
}

.section-pad {
  padding: 72px 0;
}

.section-pad-sm {
  padding: 44px 0;
}

.faq-page .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 12px;
}
.faq-page .section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}
.faq-page .section-eyebrow.eyebrow-light {
  color: rgba(255, 255, 255, 0.55);
}
.faq-page .section-eyebrow.eyebrow-light::before {
  background: rgba(255, 255, 255, 0.35);
}

.faq-page .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  color: #000 !important;
  margin-bottom: 14px !important;
  font-family: "fm_secondary", sans-serif;
}
.faq-page .section-title.title-white {
  color: #fff !important;
}
@media (max-width: 768px) {
  .faq-page .section-title {
    font-size: 24px;
  }
}

.faq-page .section-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.78;
  max-width: 700px;
  margin-bottom: 40px;
}
.faq-page .section-sub.sub-light {
  color: rgba(255, 255, 255, 0.8);
}

.fq-hero {
  background: linear-gradient(135deg, #0d1a24 0%, #1a3548 48%, #0f2233 100%);
  min-height: 420px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.fq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px);
}
.fq-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.fq-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.fq-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 56px 24px 40px;
}
.fq-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 32, 38, 0.15);
  border: 1px solid rgba(196, 32, 38, 0.4);
  padding: 5px 16px;
  margin-bottom: 20px;
  border-radius: 40px;
}
.fq-hero .hero-pill .pill-dot {
  width: 8px;
  height: 8px;
  background: #c42026;
  border-radius: 50%;
  flex-shrink: 0;
}
.fq-hero .hero-pill span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
}
.fq-hero h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff !important;
  margin-bottom: 18px;
  font-family: "fm_secondary", sans-serif;
}
.fq-hero h1 .hero-highlight {
  color: #c42026;
}
@media (max-width: 768px) {
  .fq-hero h1 {
    font-size: 30px;
  }
}
.fq-hero .hero-lead {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
  max-width: 620px;
}
.fq-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.fq-hero .btn-hero-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0d1a24;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.25s ease;
}
.fq-hero .btn-hero-white i {
  color: #c42026;
}
.fq-hero .btn-hero-white:hover {
  background: #ececec;
}
.fq-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.44);
  transition: all 0.25s ease;
}
.fq-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.fq-callnow-bar {
  background: #c42026;
  padding: 13px 0;
}
.fq-callnow-bar .bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.fq-callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.fq-callnow-bar .bar-item i {
  font-size: 17px;
}
.fq-callnow-bar .bar-item strong {
  font-weight: 700;
}
.fq-callnow-bar .bar-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.28);
}
@media (max-width: 576px) {
  .fq-callnow-bar .bar-sep {
    display: none;
  }
}
.fq-callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #c42026;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.fq-callnow-bar .bar-appt-btn:hover {
  background: #ececec;
}

.fq-img-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.fq-img-banner img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}
.fq-img-banner img:hover {
  transform: scale(1.02);
}

.fq-img-split {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.fq-img-split img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}
.fq-img-split img:hover {
  transform: scale(1.02);
}

.fq-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}
.fq-cat-nav .cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 2px solid #e0e7ef;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.fq-cat-nav .cat-pill i {
  font-size: 14px;
}
.fq-cat-nav .cat-pill:hover, .fq-cat-nav .cat-pill.active {
  background: #c42026;
  border-color: #c42026;
  color: #fff;
}

.fq-section {
  background: #fff;
}

.fq-category-block {
  margin-bottom: 52px;
}
.fq-category-block:last-child {
  margin-bottom: 0;
}
.fq-category-block .cat-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e7ef;
}
.fq-category-block .cat-header .cat-icon {
  width: 44px;
  height: 44px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fq-category-block .cat-header .cat-icon i {
  font-size: 20px;
  color: #c42026;
}
.fq-category-block .cat-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0d1a24 !important;
  font-family: "fm_secondary", sans-serif;
  margin: 0;
}

.fq-accordion .fq-item {
  border-bottom: 1px solid #e0e7ef;
}
.fq-accordion .fq-item:first-child {
  border-top: 1px solid #e0e7ef;
}
.fq-accordion .fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #0d1a24;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: "fm_primary", sans-serif;
}
.fq-accordion .fq-btn:hover {
  color: #c42026;
}
.fq-accordion .fq-btn .fq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e0e7ef;
  position: relative;
  transition: all 0.25s ease;
}
.fq-accordion .fq-btn .fq-toggle::before, .fq-accordion .fq-btn .fq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #555;
  transition: all 0.25s ease;
}
.fq-accordion .fq-btn .fq-toggle::before {
  width: 10px;
  height: 2px;
}
.fq-accordion .fq-btn .fq-toggle::after {
  width: 2px;
  height: 10px;
}
.fq-accordion .fq-body {
  font-size: 15px;
  color: #555;
  line-height: 1.82;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0;
}
.fq-accordion .fq-body strong {
  color: #0d1a24;
}
.fq-accordion .fq-body p + p {
  margin-top: 10px;
}
.fq-accordion .fq-body .fq-cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 12px;
  transition: all 0.25s ease;
}
.fq-accordion .fq-body .fq-cta-inline:hover {
  background: #a01a1f;
  color: #fff;
}
.fq-accordion .fq-item.open .fq-btn {
  color: #c42026;
}
.fq-accordion .fq-item.open .fq-toggle {
  border-color: #c42026;
  background: rgba(196, 32, 38, 0.15);
}
.fq-accordion .fq-item.open .fq-toggle::after {
  opacity: 0;
}
.fq-accordion .fq-item.open .fq-toggle::before, .fq-accordion .fq-item.open .fq-toggle::after {
  background: #c42026;
}
.fq-accordion .fq-item.open .fq-body {
  max-height: 600px;
  padding: 0 0 20px;
}

.fq-quick-links {
  background: #0d1a24;
  border-radius: 10px;
  padding: 28px;
  position: sticky;
  top: 100px;
}
.fq-quick-links h5 {
  color: #fff;
  font-weight: 700;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
}
.fq-quick-links ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fq-quick-links ul li:last-child {
  border-bottom: none;
}
.fq-quick-links ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.15s ease;
}
.fq-quick-links ul li a:hover {
  color: #c42026;
}
.fq-quick-links ul li i {
  color: #c42026;
  flex-shrink: 0;
  font-size: 13px;
}
.fq-quick-links .fq-call-box {
  background: rgba(196, 32, 38, 0.15);
  border: 1px solid rgba(196, 32, 38, 0.4);
  border-radius: 10px;
  padding: 16px;
  margin-top: 22px;
  text-align: center;
}
.fq-quick-links .fq-call-box p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.fq-quick-links .fq-call-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.fq-quick-links .fq-call-box a:hover {
  background: #a01a1f;
  color: #fff;
}

.fq-emergency-section {
  background: linear-gradient(150deg, #0d1a24 0%, #1a3548 100%);
  position: relative;
  overflow: hidden;
}
.fq-emergency-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 460px;
  height: 460px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.fq-emergency-section .emerg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fq-emergency-section .emerg-list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fq-emergency-section .emerg-list li:last-child {
  border-bottom: none;
}
.fq-emergency-section .emerg-list li .emerg-icon {
  width: 42px;
  height: 42px;
  background: #c42026;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fq-emergency-section .emerg-list li .emerg-icon i {
  font-size: 18px;
  color: #fff;
}
.fq-emergency-section .emerg-list li strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: "fm_secondary", sans-serif;
  display: block;
  margin-bottom: 3px;
}
.fq-emergency-section .emerg-list li span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.62;
}
.fq-emergency-section .emerg-cta-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  margin-top: 28px;
}
.fq-emergency-section .emerg-cta-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
  font-weight: 600;
}
.fq-emergency-section .emerg-cta-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.fq-emergency-section .emerg-cta-box a:hover {
  background: #a01a1f;
  color: #fff;
}

.fq-cta-section {
  background: #c42026;
  text-align: center;
  padding: 66px 0;
}
.fq-cta-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .fq-cta-section h2 {
    font-size: 24px;
  }
}
.fq-cta-section p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 26px;
}
.fq-cta-section .cta-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}
.fq-cta-section .cta-trust-badges .trust-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.fq-cta-section .cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.fq-cta-section .btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.fq-cta-section .btn-cta-white:hover {
  background: #ececec;
}
.fq-cta-section .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d1a24;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.fq-cta-section .btn-cta-dark:hover {
  background: #1a3548;
}

@media (max-width: 768px) {
  .section-pad {
    padding: 44px 0;
  }
  .fq-cta-section {
    padding: 46px 0;
  }
  .fq-quick-links {
    position: static;
    margin-bottom: 36px;
  }
}
