@charset "UTF-8";
/**
 * Styles for template-faq.php ("FAQ" page template).
 */

html {
  scroll-behavior: smooth;
}

.faq-hero {
  position: relative;
  padding: 190px 0;
  background-color: #1e3c62;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.faq-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 27, 48, 0.82) 0%,
    rgba(11, 27, 48, 0.88) 100%
  );
}

.faq-hero-inner {
  position: relative;
  z-index: 0;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.faq-hero-title {
  margin: 0 auto;
  max-width: 820px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
}

.faq-hero-text {
  margin: 24px 0 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
}

.faq-hero-divider {
  display: block;
  width: 290px;
  height: 1.5px;
  margin: 24px auto 0;
  background-color: #6695cf;
  opacity: 0.7;
}

.faq-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}

.faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 0;
  min-height: 52px;
  padding: 14px 32px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.faq-btn:hover {
  opacity: 0.85;
}

.faq-btn-solid {
  background-color: #ff4500;
  color: #ffffff;
}

@media (max-width: 767px) {
  .faq-hero {
    padding: 90px 0;
  }

  .faq-hero-title {
    font-size: 32px;
  }

  .faq-hero-text {
    font-size: 16px;
  }

  .faq-hero-ctas {
    flex-direction: column;
  }

  .faq-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faq-hero-text {
    font-size: 14px;
  }
}
/* INFORMATION SECTION */

.faq-info {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .faq-info {
    padding: 30px 0;
  }
}
.faq-info-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .faq-info-inner {
    padding: 0 12px;
  }
}
.faq-info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  background-color: #f3f5f8;
  border-radius: 12px;
  padding: 36px 40px;
  box-sizing: border-box;
}

.faq-info-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff4500;
  margin-bottom: 14px;
}

.faq-info-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #1e3c62;
}

.faq-info-text {
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7684;
}

.faq-info-btn {
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .faq-info-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    gap: 24px;
  }

  .faq-info-btn {
    width: 100%;
  }
}

.faq-list-wrap {
  padding: 50px 0;
  background-color: #ffffff;
}

.faq-list-layout {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 480px) {
  .faq-list-layout {
    padding: 0 12px;
  }
}
.faq-list-main {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.faq-list-section {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 16px;
  scroll-margin-top: 110px;
  box-sizing: border-box;
}

.faq-list-section--alt {
  background-color: transparent;
}

.faq-toc {
  display: block;
  position: relative;
  min-width: 0;
  margin-bottom: 24px;
}

.faq-toc.is-pinned,
.faq-toc.is-bottomed {
  position: fixed;
  z-index: 30;
}

.faq-toc-placeholder {
  display: none;
}

.faq-toc-inner {
  background-color: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  padding: 16px 18px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(20, 40, 70, 0.06);
  scrollbar-width: thin;
}

.faq-toc-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1e3c62;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: 2px solid #ff4500;
}

.faq-toc-panel {
  max-height: none;
  overflow: visible;
}

.faq-toc-group {
  padding-top: 12px;
  margin-bottom: 4px;
}

.faq-toc-group:last-child {
  margin-bottom: 0;
}

.faq-toc-cat {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: none;
  border: none;
  padding: 4px 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  color: #1e3c62;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.faq-toc-cat:hover {
  color: #ff4500;
}

.faq-toc-cat-icon {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ff4500;
  border-bottom: 2px solid #ff4500;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-toc-group.is-open .faq-toc-cat-icon {
  transform: rotate(-135deg);
}

.faq-toc-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border-left: 2px solid #edf0f4;
  transition: max-height 0.3s ease;
}

.faq-toc-group.is-open .faq-toc-sublist {
  margin: 6px 0 0;
}

.faq-toc-sublist li {
  max-width: 100%;
}

.faq-toc-sublist a {
  display: block;
  max-width: 100%;
  padding: 5px 10px 5px 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7684;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease-in-out;
}

.faq-toc-sublist a:hover {
  color: #ff4500;
}

@media (min-width: 992px) {
  .faq-list-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
    column-gap: 20px;
  }

  .faq-list-main {
    grid-column: 1;
  }

  .faq-toc,
  .faq-toc-placeholder {
    grid-column: 2;
    grid-row: 1;
  }

  .faq-toc {
    display: block;
    width: 280px;
    margin-bottom: 0;
  }
}

.faq-list-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #1e3c62;
}

.faq-list-text {
  margin: 8px 0 0;

  max-width: 650px;
}

.faq-list-text p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #6b7583;
}

.faq-list-text p + p {
  margin-top: 10px;
}

.faq-list-card {
  margin-top: 32px;
  background-color: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  padding: 6px 32px;
  box-shadow: 0 10px 30px rgba(20, 40, 70, 0.05);
  box-sizing: border-box;
}

.faq-list-item {
  border-bottom: 1px solid #eef1f5;
  scroll-margin-top: 130px;
}

.faq-list-item:last-child {
  border-bottom: none;
}

.faq-list-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  user-select: none;
}

.faq-list-header:focus-visible {
  outline: 2px solid #ff4500;
  outline-offset: 4px;
}

.faq-list-question {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1e3c62;
}

.faq-list-toggle {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-right: 2px solid #ff4500;
  border-bottom: 2px solid #ff4500;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-list-item.is-open .faq-list-toggle {
  transform: rotate(-135deg);
}

.faq-list-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-list-body-inner {
  padding-bottom: 22px;
}

.faq-list-answer,
.faq-list-answer p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.75);
}

.faq-list-answer p + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .faq-list-wrap {
    padding: 34px 0;
  }

  .faq-list-main {
    gap: 24px;
  }

  .faq-list-section {
    padding: 0px;
    border-radius: 0;
  }

  .faq-list-title {
    font-size: 21px;
  }

  .faq-list-card {
    padding: 4px 20px;
  }

  .faq-list-header {
    padding: 18px 0;
    gap: 14px;
  }

  .faq-list-question {
    font-size: 15px;
  }
}

.faq-cta {
  background-color: #1e3c62;
  text-align: center;
}

.faq-cta-inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .faq-cta-inner {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  .faq-cta-inner {
    padding: 40px 12px;
  }
}
.faq-cta-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.faq-cta-divider {
  display: block;
  width: 60px;
  height: 3px;
  margin: 22px auto 26px;
  background-color: #ff4500;
}

.faq-cta-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.faq-cta-text,
.faq-cta-text p,
.faq-cta-text span,
.faq-cta-text li {
  color: rgba(255, 255, 255, 0.85) !important;
}

.faq-cta-text p {
  margin: 0;
}

.faq-cta-text a,
.faq-cta-text a span {
  color: #ff4500 !important;
  font-weight: 700 !important;
  text-decoration: underline;
}

.faq-cta-btn {
  margin-top: 30px;
}

.faq-cta-bar {
  background-color: #ff4500;
}

.faq-cta-bar-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.faq-cta-bar-text h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
}

.faq-cta-bar-text p {
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.faq-btn-white {
  background-color: #ffffff;
  color: #1e3c62;
}

@media (max-width: 767px) {
  .faq-cta-title {
    font-size: 24px;
  }

  .faq-cta-btn {
    width: 100%;
  }

  .faq-cta-bar-inner {
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-cta-bar-text p {
    text-align: center;
  }

  .faq-cta-bar-inner .faq-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faq-cta-title {
    font-size: 21px;
  }

  .faq-cta-bar-inner {
    padding: 20px 12px;
  }
}
