.faq-body {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  background: #fff;
  color: #050033;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.faq-body .header {
  left: 50%;
  max-width: 575px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(5, 0, 51, 0.38), rgba(5, 0, 51, 0));
}

.faq-body .container {
  width: 100%;
  max-width: 575px !important;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.faq-page {
  overflow: hidden;
  background: #fff;
}

.faq-container {
  width: 100%;
  max-width: 575px;
  padding: 0 16px;
  margin: 0 auto;
}

.faq-visual {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #050033;
}

.faq-visual::before,
.faq-visual::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.faq-visual::before {
  top: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.faq-visual::after {
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.faq-visual__bg {
  position: absolute;
  top: 0;
  left: -240px;
  width: 897px;
  height: 598px;
}

.faq-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-visual__heading {
  position: absolute;
  right: 16px;
  bottom: 40px;
  left: 16px;
  z-index: 2;
  text-align: center;
}

.faq-visual__heading h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.faq-visual__heading p {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.faq-section {
  padding: 60px 0;
}

.faq-title {
  margin: 0 0 32px;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.notice-card {
  padding: 0 8px;
}

.notice-card__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.notice-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #050033;
  border-radius: 50%;
  color: #050033;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.notice-card h3 {
  margin: 0;
  color: #050033;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.notice-card__head p {
  margin-top: 6px;
  color: #050033;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.faq-help {
  text-align: center;
}

.faq-help__head h2 {
  margin: 0;
  color: #050033;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-help__head p {
  margin-top: 24px;
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.faq-help__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 36px;
}

.faq-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-btn:hover {
  font-weight: 700;
  text-decoration: none;
}

.faq-btn img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.faq-btn--primary {
  background: #3a34ab;
}

.faq-btn--kakao {
  height: 58px;
  background: #fae100;
  color: #111;
}

.faq-btn--woori {
  background: #20c4f4;
}

.faq-board {
  padding-top: 60px;
}

.faq-board .faq-title {
  margin-bottom: 30px;
}

.faq-accordion {
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #d5d4db;
  background: #fff;
}

.faq-question {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  min-height: 84px;
  padding: 16px;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 14px;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-question h3 {
  flex: 1 1 auto;
  margin: 0;
  padding-right: 28px;
  color: #050033;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 28px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #050033;
  transition: transform 0.2s ease;
}

.faq-question::after {
  transform: rotate(90deg);
}

.faq-item.is-active .faq-question::after {
  transform: rotate(0deg);
}

.faq-answer {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  background: #fafafa;
}

.faq-item.is-active .faq-answer {
  display: flex;
}

.faq-answer p,
.faq-list li {
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.faq-answer__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-answer__group h4 {
  margin: 0;
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.notice-card .faq-list {
  gap: 16px;
}

.faq-list li {
  position: relative;
  padding-left: 8px;
  list-style: none;
}

.faq-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77758a;
}

.faq-list strong {
  color: #373558;
  font-weight: 700;
}

.faq-note {
  position: relative;
  padding-left: 23px;
  color: #6d6b7d;
  font-size: 14px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

.faq-note::before {
  content: "!";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #373558;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.faq-linked-card {
  width: 100%;
  margin: 0 auto;
}

.faq-linked-card__screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.faq-reward-preview {
  width: 100%;
  margin: 0 auto;
}

.faq-reward-preview__screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.faq-placeholder {
  width: 100%;
  height: 378px;
  background: #eee;
}

@media (min-width: 376px) {
  .faq-body {
    box-shadow: 0 0 24px rgba(5, 0, 51, 0.08);
  }
}
