.home-faq {
  position: relative;
  box-sizing: border-box;
  width: 1920px;
  margin-inline: auto;
  padding: 200px 202px 150px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  overflow: visible;
}

.home-faq__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 623px;
  flex-shrink: 0;
}

.home-faq__title {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 57.6px;
  color: #000;
}

.home-faq__title-accent {
  display: block;
  color: #43328a;
}

.home-faq__lead {
  margin: 0;
  width: 493px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1b1b1b;
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 876px;
  flex-shrink: 0;
}

.home-faq__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 26px 32px;
  border-radius: 20px;
  background: #fbfafe;
}

.home-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  list-style: none;
  cursor: pointer;
}

.home-faq__summary::-webkit-details-marker {
  display: none;
}

.home-faq__summary::marker {
  display: none;
}

.home-faq__summary:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 4px;
  border-radius: 4px;
}

.home-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: #000;
}

.home-faq__toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 7px;
  border-radius: 100px;
  background: #fff;
  pointer-events: none;
}

.home-faq__chevron {
  display: block;
  width: 16.24px;
  height: 9.12px;
}

.home-faq__chevron--open {
  display: none;
  transform: rotate(180deg);
}

.home-faq__item[open] .home-faq__chevron--closed {
  display: none;
}

.home-faq__item[open] .home-faq__chevron--open {
  display: block;
}

.home-faq__answer {
  margin: 0;
  width: 772px;
  max-width: 100%;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.home-faq__br-m360 {
  display: none;
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-faq {
    width: 1440px;
    /* Figma 4394:421: inner 1440 at x=-120 → pl 82, pr 120; cols 401+16+821 */
    min-height: 1520px;
    height: auto;
    padding: 200px 120px 150px 82px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .home-faq__intro {
    width: 401px;
  }

  .home-faq__title {
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 1.2;
  }

  .home-faq__lead {
    width: 381px;
    line-height: 1.3;
  }

  .home-faq__list {
    width: 821px;
  }

  .home-faq__answer {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-faq {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    zoom: 1;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 80px;
    padding: 100px clamp(16px, 6.25vw, 48px) 50px;
    box-sizing: border-box;
    background: #fff;
  }

  .home-faq__intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 672px;
    align-self: center;
  }

  .home-faq__title {
    width: auto;
    max-width: 241px;
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.56px;
    line-height: 1;
    text-align: left;
  }

  .home-faq__title-accent {
    display: block;
    color: #43328a;
  }

  .home-faq__lead {
    width: 233px;
    max-width: 40%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: left;
  }

  .home-faq__list {
    width: 100%;
    max-width: 672px;
    align-self: center;
    gap: 10px;
  }

  .home-faq__item {
    gap: 10px;
    padding: 20px 20px 24px;
    border-radius: 10px;
    background: #fbfafe;
    box-sizing: border-box;
  }

  .home-faq__summary {
    gap: 0;
    align-items: center;
  }

  .home-faq__question {
    max-width: 582px;
    font-size: 22px;
    line-height: 1;
    padding-right: 12px;
  }

  .home-faq__toggle {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 7px;
  }

  .home-faq__answer {
    width: 100%;
    max-width: 582px;
    font-size: 16px;
    line-height: 1.4;
    color: #424242;
  }

  .home-faq__br-m360 {
    display: none;
  }
}

@media (max-width: 749px) {
  .home-faq {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(50 / 360 * 100cqi);
    padding: calc(80 / 360 * 100cqi) 0 calc(40 / 360 * 100cqi);
    box-sizing: border-box;
    background: #fff;
    container-type: inline-size;
    container-name: home-faq;
  }

  .home-faq__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: calc(15 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    padding: 0 calc(20 / 360 * 100cqi);
    box-sizing: border-box;
  }

  .home-faq__title {
    width: auto;
    max-width: none;
    margin: 0;
    font-size: 6.111cqi;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
  }

  .home-faq__title-accent {
    display: block;
    color: #43328a;
  }

  .home-faq__lead {
    width: calc(233 / 360 * 100cqi);
    max-width: none;
    margin: 0;
    font-size: 2.778cqi;
    line-height: 1;
    color: #000;
    text-align: center;
  }

  .home-faq__list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    padding: 0 calc(20 / 360 * 100cqi);
    box-sizing: border-box;
    align-self: stretch;
  }

  .home-faq__item {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 360 * 100cqi);
    width: 100%;
    padding: calc(20 / 360 * 100cqi);
    border-radius: calc(10 / 360 * 100cqi);
    background: #fbfafe;
    box-sizing: border-box;
  }

  .home-faq__item[open] {
    gap: calc(10 / 360 * 100cqi);
  }

  .home-faq__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }

  .home-faq__question {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(240 / 360 * 100cqi);
    padding-right: 0;
    font-size: 4.444cqi;
    line-height: 1.2;
  }

  .home-faq__toggle {
    width: calc(40 / 360 * 100cqi);
    height: calc(40 / 360 * 100cqi);
    flex: 0 0 calc(40 / 360 * 100cqi);
    padding: calc(7 / 360 * 100cqi);
    border-radius: 100px;
    background: #fff;
    box-sizing: border-box;
  }

  .home-faq__chevron {
    width: calc(16 / 360 * 100cqi);
    height: calc(9 / 360 * 100cqi);
  }

  .home-faq__answer {
    width: calc(240 / 360 * 100cqi);
    max-width: 100%;
    font-size: 3.333cqi;
    line-height: 1.3;
    color: #424242;
  }

  .home-faq__br-m360 {
    display: block;
  }
}
