.pe-faq-page {
  color: #142D6F;
  background: #F6F4EF;
}

.pe-faq-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 94px;
  background:
    radial-gradient(circle at 14% 16%, rgba(163, 189, 255, .25), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, .14), transparent 28%),
    linear-gradient(135deg, #142D6F 0%, #24489E 56%, #0E214F 100%);
}

.pe-faq-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -185px -8%;
  height: 285px;
  border-radius: 50% 50% 0 0;
  background: #F6F4EF;
}

.pe-faq-hero .container {
  position: relative;
  z-index: 1;
}

.pe-faq-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 800;
}

.pe-faq-breadcrumb a,
.pe-faq-breadcrumb span {
  color: inherit;
}

.pe-faq-breadcrumb a:hover {
  color: #fff;
}

.pe-faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: center;
}

.pe-faq-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  color: #DCE7FF;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-faq-hero h1 {
  max-width: 890px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}

.pe-faq-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.7;
}

.pe-faq-search {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 680px;
  margin-top: 34px;
  padding: 8px 8px 8px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 24px 62px rgba(2, 10, 33, .18);
}

.pe-faq-search i {
  color: #142D6F;
  font-size: 24px;
}

.pe-faq-search input {
  width: 100%;
  min-height: 54px;
  border: 0;
  outline: 0;
  color: #142D6F;
  background: transparent;
  font-size: 17px;
  font-weight: 700;
}

.pe-faq-search input::placeholder {
  color: #8A96AD;
  font-weight: 600;
}

.pe-faq-help-card {
  padding: 32px;
  border-radius: 30px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 28px 70px rgba(2, 10, 33, .22);
  backdrop-filter: blur(14px);
}

.pe-faq-help-card > span {
  display: block;
  margin-bottom: 14px;
  color: #A3BDFF;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pe-faq-help-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.pe-faq-help-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.65;
}

.pe-faq-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #142D6F;
  background: #A3BDFF;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 950;
}

.pe-faq-help-card a:hover {
  color: #142D6F;
  background: #fff;
}

.pe-faq-quick {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.pe-faq-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 24px 70px rgba(20, 45, 111, .14);
}

.pe-faq-quick-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 104px;
  padding: 24px;
  color: #142D6F;
  font-size: 17px;
  font-weight: 950;
}

.pe-faq-quick-grid a:not(:last-child) {
  border-right: 1px solid rgba(20, 45, 111, .08);
}

.pe-faq-quick-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  color: #A3BDFF;
  background: #142D6F;
}

.pe-faq-quick-grid a:hover {
  background: #EAF0FF;
}

.pe-faq-content {
  background:
    radial-gradient(circle at 10% 8%, rgba(163, 189, 255, .16), transparent 28%),
    linear-gradient(180deg, #F6F4EF 0%, #fff 100%);
}

.pe-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.pe-faq-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 20px 54px rgba(20, 45, 111, .09);
}

.pe-faq-sidebar strong {
  color: #142D6F;
  font-size: 18px;
}

.pe-faq-sidebar nav {
  display: grid;
  gap: 8px;
}

.pe-faq-sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #5E6F92;
  font-weight: 900;
}

.pe-faq-sidebar a:hover {
  color: #142D6F;
  background: #EAF0FF;
}

.pe-faq-sidebar i {
  color: #142D6F;
  font-size: 18px;
}

.pe-faq-categories {
  display: grid;
  gap: 24px;
}

.pe-faq-category {
  scroll-margin-top: 120px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 22px 60px rgba(20, 45, 111, .10);
}

.pe-faq-category-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.pe-faq-category-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  color: #142D6F;
  background: #EAF0FF;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-faq-category-head h2 {
  margin: 0;
  color: #142D6F;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.pe-faq-category-head p {
  max-width: 720px;
  margin: 0;
  color: #6B7A99;
  font-size: 17px;
  line-height: 1.65;
}

.pe-faq-accordion {
  display: grid;
  gap: 12px;
}

.pe-faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: #F8FAFF;
  border: 1px solid rgba(20, 45, 111, .08);
}

.pe-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 21px 22px;
  border: 0;
  color: #142D6F;
  background: transparent;
  text-align: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.pe-faq-question i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  color: #A3BDFF;
  background: #142D6F;
  font-size: 20px;
  transition: transform .2s ease;
}

.pe-faq-question[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.pe-faq-answer {
  padding: 0 22px 22px;
}

.pe-faq-answer p {
  margin: 0;
  color: #6B7A99;
  font-size: 16px;
  line-height: 1.72;
}

.pe-faq-answer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #142D6F;
  font-weight: 950;
}

.pe-faq-answer a:hover {
  color: #24489E;
}

.pe-faq-empty {
  margin: 0;
  padding: 28px;
  border-radius: 24px;
  color: #142D6F;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.pe-faq-cta {
  padding: 0 0 96px;
  background: #fff;
}

.pe-faq-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(163, 189, 255, .24), transparent 30%),
    linear-gradient(135deg, #142D6F 0%, #0E214F 100%);
  box-shadow: 0 28px 76px rgba(20, 45, 111, .18);
}

.pe-faq-cta-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #A3BDFF;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-faq-cta-card h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pe-faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  flex-shrink: 0;
}

.pe-faq-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .46);
  font-weight: 950;
}

.pe-faq-btn-outline:hover {
  color: #142D6F;
  background: #fff;
}

@media (max-width: 1199px) {
  .pe-faq-hero-grid {
    grid-template-columns: 1fr;
  }

  .pe-faq-help-card {
    max-width: 640px;
  }
}

@media (max-width: 991px) {
  .pe-faq-hero {
    padding: 122px 0 80px;
  }

  .pe-faq-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-faq-quick-grid a:nth-child(2) {
    border-right: 0;
  }

  .pe-faq-quick-grid a:nth-child(-n+2) {
    border-bottom: 1px solid rgba(20, 45, 111, .08);
  }

  .pe-faq-layout {
    grid-template-columns: 1fr;
  }

  .pe-faq-sidebar {
    position: static;
  }

  .pe-faq-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-faq-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .pe-faq-hero {
    padding: 112px 0 68px;
  }

  .pe-faq-breadcrumb {
    margin-bottom: 24px;
  }

  .pe-faq-hero h1 {
    font-size: 42px;
  }

  .pe-faq-hero p {
    font-size: 17px;
  }

  .pe-faq-search {
    padding: 6px 6px 6px 14px;
    border-radius: 16px;
  }

  .pe-faq-search input {
    min-height: 50px;
    font-size: 15px;
  }

  .pe-faq-help-card,
  .pe-faq-category,
  .pe-faq-cta-card {
    padding: 24px;
    border-radius: 24px;
  }

  .pe-faq-quick-grid,
  .pe-faq-sidebar nav {
    grid-template-columns: 1fr;
  }

  .pe-faq-quick-grid a {
    min-height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(20, 45, 111, .08);
  }

  .pe-faq-quick-grid a:last-child {
    border-bottom: 0;
  }

  .pe-faq-question {
    padding: 18px;
    font-size: 16px;
  }

  .pe-faq-answer {
    padding: 0 18px 18px;
  }

  .pe-faq-cta-actions,
  .pe-faq-cta-actions a {
    width: 100%;
  }
}
