.sb-faq {
  --sb-faq-shell: min(1824px, calc(100% - 224px));

  padding: 96px 0 120px;
  color: #111827;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-white);
}

.sb-faq .container {
  width: var(--sb-faq-shell);
  max-width: none;
}

.sb-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 96px;
  align-items: start;
}

.sb-faq-heading {
  position: sticky;
  top: 104px;
}

.sb-faq-heading span {
  display: block;
  margin-bottom: 22px;
  color: #1572e8;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.sb-faq-heading h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: #111827;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.sb-faq-heading p {
  max-width: 520px;
  margin: 0;
  color: #4b5563;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
}

.sb-faq-list {
  border-top: 1px solid rgba(217, 226, 239, 0.58);
}

.sb-faq-list details {
  border-bottom: 1px solid rgba(217, 226, 239, 0.58);
  background: transparent;
}

.sb-faq-list summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #111827;
}

.sb-faq-list summary::-webkit-details-marker {
  display: none;
}

.sb-faq-list summary span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
}

.sb-faq-list summary::after {
  content: "+";
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  border: 1px solid #d9e2ef;
  border-radius: 999px;
  color: #1572e8;
  background: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.sb-faq-list details[open] summary::after {
  content: "-";
  padding-bottom: 5px;
  color: #ffffff;
  border-color: #1572e8;
  background: #1572e8;
}

.sb-faq-list summary:hover::after,
.sb-faq-list summary:focus-visible::after {
  border-color: rgba(21, 114, 232, 0.34);
  transform: translateY(-1px);
}

.sb-faq-list p {
  max-width: 760px;
  margin: -14px 76px 32px 0;
  color: #4b5563;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.68;
}

@media (max-width: 1499.98px) {
  .sb-faq {
    --sb-faq-shell: min(1520px, calc(100% - 120px));
  }
}

@media (max-width: 1099.98px) {
  .sb-faq {
    --sb-faq-shell: calc(100% - 56px);
    padding: 96px 0;
  }

  .sb-faq-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .sb-faq-heading {
    position: static;
  }

  .sb-faq-heading h2 {
    max-width: 780px;
    font-size: 44px;
  }

  .sb-faq-heading p {
    max-width: 700px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .sb-faq {
    --sb-faq-shell: calc(100% - 24px);
    padding: 72px 0 96px;
  }

  .sb-faq-layout {
    gap: 42px;
  }

  .sb-faq-heading h2 {
    font-size: 36px;
    line-height: 1.18;
  }

  .sb-faq-heading p {
    font-size: 16px;
    line-height: 1.72;
  }

  .sb-faq-list summary {
    min-height: 84px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 18px;
  }

  .sb-faq-list summary span {
    font-size: 20px;
  }

  .sb-faq-list summary::after {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .sb-faq-list p {
    margin: -8px 54px 28px 0;
    font-size: 16px;
    line-height: 1.68;
  }
}
