/* ─── COMMONLY ASKED ─────────────────────────────────────────────────────── */
.faq-common {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.faq-common__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.faq-common__left {
  flex: 0 0 460px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 0.75rem;
}

.faq-common__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #071738;
  margin: 0;
  max-width: 346px;
}

.faq-common__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #3E4554;
  margin: 0;
  max-width: 426px;
}

/* Accordion */
.faq-common__accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.faq-acc__item {
  background: #F7F5F3;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.faq-acc__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.faq-acc__question {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #202020;
}

.faq-acc__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

/* vertical bar of the + hides when open (becomes ×) */
.faq-acc__item--open .faq-acc__icon-v {
  display: none;
}

.faq-acc__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.faq-acc__item--open .faq-acc__body {
  max-height: 200px;
  margin-top: 13px;
}

.faq-acc__answer {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.83px;
  color: #797979;
  margin: 0;
}

/* ─── EVERYTHING IN ONE PLACE ────────────────────────────────────────────── */
.faq-all {
  background: #ffffff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.faq-all__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.faq-all__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #071738;
  margin: 0;
  max-width: 681px;
}

.faq-all__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #3E4554;
  margin: 0;
}

.faq-all__accordion {
  width: 864px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

/* ═══════════════════════════════════════════════════════════
   FAQ PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {

  /* ─── HERO: hide decoratives, center content ──────────── */
  .faq-hero__img,
  .faq-hero__design,
  .ind-hero__spiral--1,
  .ind-hero__spiral--2 {
    display: none !important;
  }

  .faq-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .faq-hero__title {
    font-size: 42px;
    line-height: 52px;
  }

  .faq-hero__btn {
    align-self: center;
    margin: 0 auto;
  }

  /* ─── COMMONLY ASKED: stack left panel above accordion ─── */
  .faq-common {
    padding: 3rem 1.5rem;
  }

  .faq-common__inner {
    flex-direction: column;
    gap: 2rem;
  }

  .faq-common__left {
    flex: 0 0 auto;
    width: 100%;
  }

  .faq-common__title {
    font-size: 36px;
    line-height: 44px;
    max-width: 100%;
  }

  .faq-common__sub {
    max-width: 100%;
  }

  /* ─── EVERYTHING IN ONE PLACE: full-width accordion ────── */
  .faq-all {
    padding: 3rem 1.5rem;
    gap: 2rem;
  }

  .faq-all__title {
    font-size: 36px;
    line-height: 44px;
  }

  .faq-all__accordion {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .faq-cta__icon,
  .mt-app-cta__closeup {
    display: none !important;
  }

  .faq-hero__title {
    font-size: 26px;
    line-height: 34px;
  }

  .faq-common {
    padding: 2.5rem 1.25rem;
  }

  .faq-common__title {
    font-size: 28px;
    line-height: 36px;
  }

  .faq-all {
    padding: 2.5rem 1.25rem;
  }

  .faq-all__title {
    font-size: 28px;
    line-height: 36px;
  }

  .faq-acc__question {
    font-size: 17px;
    line-height: 24px;
  }
}

/* ─── APP CTA OVERRIDES ───────────────────────────────────────────────────── */
.faq-cta__icon {
  background: transparent !important;
  border-radius: 0 !important;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* ─── HERO ───────────────────────────────────────────────────────────────── */
.faq-hero__container {
  background: linear-gradient(262deg, #2A3F61 14.11%, #8E9BB0 56.07%, #DECDDE 93.59%);
  border-radius: 50px;
}

.faq-hero__content {
  flex: 0 0 48%;
  max-width: 48%;
  gap: 1.5rem;
}

.faq-hero__title {
  font-size: 60px;
  line-height: 64px;
  color: #ffffff;
}

.faq-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 40px;
  border: 1.5px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
}

.faq-hero__design {
  position: absolute;
  left: 761px;
  top: -64px;
  width: 721px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.faq-hero__img {
  position: absolute;
  left: 733px;
  top: 46px;
  width: 528px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
