.faq-09 { margin: 0 8px; box-sizing: border-box; }

.faq-09__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 48px 16px;
  box-sizing: border-box;
}

.faq-09__inner {
  max-width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
}

.faq-09__title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 8px;
  word-break: break-word;
}

.faq-09__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-09__item {
  background-color: #f4f5f9;
  border-radius: 20px;
  overflow: hidden;
}

.faq-09__q {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 16px 16px 24px;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}
.faq-09__q::-webkit-details-marker { display: none; }
.faq-09__q::marker { content: ""; }

.faq-09__q-text {
  flex: 1;
  min-width: 0;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #282834;
  font-feature-settings: "case" 1;
  word-break: break-word;
}

.faq-09__chevron {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.faq-09__item[open] .faq-09__chevron { transform: rotate(180deg); }

.faq-09__a {
  padding: 0 24px 20px;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #4f5168;
}
.faq-09__a p { margin: 0 0 12px; }
.faq-09__a ul { margin: 0 0 12px; padding: 0; list-style: none; }
.faq-09__a li { margin: 0 0 6px; }
.faq-09__a strong { font-weight: 600; color: #282834; }
.faq-09__a a { color: #3483fa; text-decoration: underline; font-weight: 600; }
.faq-09__a a:focus-visible { outline: 2px solid #3483fa; outline-offset: 2px; }
.faq-09__q:focus-visible { outline: 2px solid #282834; outline-offset: -2px; border-radius: 20px; }

@media (min-width: 768px) {
  .faq-09__card { padding: 80px 24px; }
  .faq-09__title { font-size: 72px; letter-spacing: -2.88px; margin: 0 0 48px; }
  .faq-09__q { padding: 20px 20px 20px 24px; }
  .faq-09__a { font-size: 16px; line-height: 22px; padding: 0 24px 24px; }
}
