/* Solar Module Page */

/* ── 섹션 구분 타이틀 ── */
.wd-plist__section {
  margin-bottom: 60px;
}

.wd-plist__section:last-of-type {
  margin-bottom: 0;
}

.wd-plist__section-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--wd-text-primary);
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--wd-text-primary);
}

.wd-plist__section-title span {
  font-size: 15px;
  font-weight: 500;
  color: var(--wd-text-muted);
  margin-left: 8px;
}

/* ── 모델명 ── */
.wd-plist__model {
  font-size: 13px;
  font-weight: 600;
  color: var(--wd-text-muted);
  letter-spacing: 0.02em;
  margin-top: 6px;
}

/* ── 출시예정 뱃지 ── */
.wd-plist__badge--upcoming {
  background: #e8e8e8;
  color: var(--wd-text-secondary);
}

/* ── 전체 카탈로그 다운로드 ── */
.wd-plist__catalog {
  margin-top: 60px;
  padding: 48px;
  background: var(--wd-surface-light);
  text-align: center;
}

.wd-plist__catalog p {
  font-size: 16px;
  color: var(--wd-text-secondary);
  margin-bottom: 24px;
}

/* ── 반응형 ── */
@media (max-width: 640px) {
  .wd-plist__section-title {
    font-size: 20px;
  }

  .wd-plist__catalog {
    padding: 32px 20px;
  }
}
