/* 대리작업 안내 페이지 (nova-td2 FAQ 레이아웃 참고) */
.jj-faq {
  color: #f4f8ff;
  background: #060a11;
  border-top: 1px solid #ffffff1f;
}

/* ---- 히어로 ---- */
.jj-faq-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 435px;
  overflow: hidden;
}

.jj-faq-hero__media {
  position: absolute;
  inset: 0;
  transform: scale(1.015);
  background: url(/assets/img/provided/jj-blackjack-1600.webp) 50% 42% / cover no-repeat;
  filter: saturate(0.78) brightness(0.7);
}

.jj-faq-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #04070ef7 0%, #050a13d6 38%, #060b154d 70%, #04070ec2 100%),
    linear-gradient(#0000 52%, #04070ed1);
}

.jj-faq-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 70px;
  padding-block: 56px;
}

.jj-faq-hero__copy { max-width: 760px; }

.jj-faq-hero__copy > p {
  margin: 0 0 13px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  color: #4c9aff;
}

.jj-faq-hero__copy h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: #fff;
}

.jj-faq-hero__copy > span {
  display: block;
  max-width: 670px;
  margin-top: 21px;
  font-size: 13px;
  line-height: 1.8;
  color: #ffffff9e;
}

.jj-faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0 16px 0 20px;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #9ccbff5c;
  background: linear-gradient(135deg, #3f92f2, #1560c9);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.jj-faq-btn b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff61;
  border-radius: 50%;
  font-size: 12px;
}

/* ---- 상담 데스크 카드 ---- */
.jj-faq-desk {
  padding: 20px 21px 17px;
  border-radius: 18px;
  border: 1px solid #75b4f057;
  background: linear-gradient(145deg, #07121fe0, #050a11b3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px #00000061, inset 0 1px #ffffff1a;
}

.jj-faq-desk header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff29;
}

.jj-faq-desk header span,
.jj-faq-desk header small {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.jj-faq-desk header span { color: #ffffffc4; }

.jj-faq-desk header span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #29df8a;
  box-shadow: 0 0 9px #29df8a;
}

.jj-faq-desk header small { color: #4c9aff; }

.jj-faq-desk > strong {
  display: block;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.jj-faq-desk > p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.65;
  color: #ffffff8c;
}

.jj-faq-desk dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 0;
  padding-top: 13px;
  border-top: 1px solid #ffffff21;
}

.jj-faq-desk dl div {
  text-align: center;
  border-right: 1px solid #ffffff1f;
}

.jj-faq-desk dl div:last-child { border-right: 0; }
.jj-faq-desk dt { font-size: 8px; color: #ffffff5e; }
.jj-faq-desk dd { margin: 5px 0 0; font-size: 10px; font-weight: 850; color: #fff; }

/* ---- FAQ 목록 ---- */
.jj-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 75px;
  padding-top: 86px;
  padding-bottom: 95px;
}

.jj-faq-intro { position: sticky; top: 104px; }

.jj-faq-intro > p {
  margin: 0;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  color: #4c9aff;
}

.jj-faq-intro h3 {
  margin: 26px 0 0;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #fff;
}

.jj-faq-intro > span {
  display: block;
  max-width: 260px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
  color: #ffffff7a;
}

.jj-faq-list { border-top: 1px solid #ffffff52; }
.jj-faq-list details { border-bottom: 1px solid #ffffff26; }

.jj-faq-list summary {
  display: grid;
  grid-template-columns: 50px 1fr 22px;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 0 9px 0 0;
  cursor: pointer;
  list-style: none;
}

.jj-faq-list summary::-webkit-details-marker { display: none; }
.jj-faq-list summary > span { font-size: 10px; font-weight: 850; color: #4c9aff; }
.jj-faq-list summary > strong { font-size: 14px; letter-spacing: -0.02em; color: #fff; }
.jj-faq-list summary > i { position: relative; width: 14px; height: 14px; }

.jj-faq-list summary > i:before,
.jj-faq-list summary > i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 12px;
  height: 1px;
  background: #ffffff8c;
  transition: transform 0.25s;
}

.jj-faq-list summary > i:after { transform: rotate(90deg); }
.jj-faq-list details[open] summary > i:after { transform: rotate(0); }
.jj-faq-list details[open] summary > strong { color: #7fb6ff; }

.jj-faq-answer { padding: 0 42px 26px 60px; }

.jj-faq-answer p {
  margin: 0;
  max-width: 770px;
  font-size: 12px;
  line-height: 1.85;
  color: #ffffff8f;
}

@media (max-width: 1000px) {
  .jj-faq-hero__inner { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .jj-faq-desk { max-width: 420px; }
  .jj-faq-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; padding-top: 56px; padding-bottom: 66px; }
  .jj-faq-intro { position: static; }
  .jj-faq-intro > span { max-width: none; }
}

@media (max-width: 620px) {
  .jj-faq-hero { min-height: 380px; }
  .jj-faq-answer { padding: 0 6px 24px 50px; }
  .jj-faq-list summary { grid-template-columns: 40px 1fr 18px; min-height: 66px; }
}

/* ---- 조건 카드 4종 (산타 '서비스 안내' 그리드 기준) ---- */
.jj-cond {
  padding: clamp(64px, 7vw, 92px) 0 clamp(20px, 2vw, 30px);
}

.jj-cond__head { max-width: 880px; }

.jj-cond__head > p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #4c9aff;
}

.jj-cond__head h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #fff;
}

.jj-cond__head > span {
  display: block;
  max-width: 820px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff94;
}

.jj-cond__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 3.4vw, 44px);
}

.jj-cond__grid article {
  padding: 24px 22px 26px;
  border-radius: 18px;
  border: 1px solid #ffffff1f;
  background: linear-gradient(160deg, #0c121cd9, #080c14b8);
  box-shadow: 0 18px 44px #00000059;
}

.jj-cond__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  color: #4c9aff;
  background: #1965c826;
  border: 1px solid #4c9aff3d;
}

.jj-cond__grid h3 {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.jj-cond__grid p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: #ffffff8c;
}

/* ---- 조건 목록 3그룹 (산타 '포함 범위' 기준) ---- */
.jj-scope { padding: clamp(52px, 6vw, 80px) 0; }

.jj-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 3.4vw, 44px);
}

.jj-scope__grid article {
  padding: 26px 24px 28px;
  border-radius: 18px;
  border: 1px solid #ffffff1f;
  background: #0a0f18;
}

.jj-scope__grid h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff1f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.jj-scope__grid ul { margin: 0; padding: 0; list-style: none; }

.jj-scope__grid li {
  position: relative;
  padding: 9px 0 9px 18px;
  font-size: 13px;
  line-height: 1.7;
  color: #ffffff9e;
}

.jj-scope__grid li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4c9aff;
}

/* ---- 진행 절차 ---- */
.jj-steps { padding: clamp(52px, 6vw, 80px) 0 clamp(64px, 7vw, 92px); }

.jj-steps ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(30px, 3.4vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.jj-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 20px;
  border-top: 2px solid #1965c8;
}

.jj-steps li > span {
  font-size: 13px;
  font-weight: 850;
  color: #4c9aff;
}

.jj-steps h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.jj-steps p {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: #ffffff8c;
}

@media (max-width: 1000px) {
  .jj-cond__grid,
  .jj-steps ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jj-scope__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .jj-cond__grid,
  .jj-steps ol { grid-template-columns: minmax(0, 1fr); }
}

/* 모의 해킹 페이지: 승인 안내 노트 */
.jj-note {
  margin: clamp(28px, 3vw, 40px) 0 0;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #4c9aff33;
  background: #1965c814;
  font-size: 13px;
  line-height: 1.7;
  color: #cfe0ff;
}
