/* ===== Resume Coach (루나 커리어) ===== */

.rc-positioning {
  border: 1px solid rgba(91, 168, 168, 0.4) !important;
  background: rgba(91, 168, 168, 0.08) !important;
  text-align: center;
  padding: 16px 20px;
  margin-bottom: 16px;
}

.rc-positioning-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(91, 168, 168, 0.2);
  color: #2F6B6B;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

.rc-positioning-text {
  margin: 0;
  font-size: 12.5px;
  color: var(--text-primary);
  line-height: 1.6;
}

/* --- 안전 처리 박스 --- */
.rc-safety-box {
  margin: 18px 0 20px;
  padding: 16px 18px;
  background: rgba(167, 139, 250, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 14px;
}

.rc-safety-item + .rc-safety-item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.rc-safety-item strong {
  display: block;
  font-size: 13px;
  color: var(--text-accent);
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.rc-safety-item p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-primary);
}

.rc-safety-honest strong { color: #BE185D; }

.rc-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-radius: 10px;
  font-size: 13px;
  color: var(--text-primary);
  cursor: pointer;
  margin: 16px 0 14px;
  line-height: 1.5;
}

.rc-consent-check input { accent-color: #7C3AED; margin-top: 2px; }

/* --- 입력 화면 --- */
.rc-required {
  display: inline-block;
  padding: 1px 6px;
  background: rgba(236, 72, 153, 0.14);
  color: #BE185D;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 4px;
}

.rc-char-count {
  text-align: right;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 4px;
}

/* --- 파일 업로드 --- */
.rc-upload-zone {
  border: 2px dashed rgba(139, 92, 246, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
  padding: 28px 20px;
  text-align: center;
  transition: all 0.2s ease;
}

.rc-upload-zone.rc-upload-zone-compact {
  padding: 14px 16px;
}

.rc-upload-zone.rc-drag-over {
  border-color: #7C3AED;
  background: rgba(167, 139, 250, 0.1);
}

.rc-upload-idle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.rc-upload-zone-compact .rc-upload-idle {
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.rc-upload-idle p {
  margin: 0;
  font-size: 13.5px;
  color: var(--text-primary);
  line-height: 1.5;
}

.rc-upload-idle p strong { color: var(--text-accent); }

.rc-upload-hint {
  font-size: 11.5px !important;
  color: var(--text-secondary) !important;
}

.rc-upload-busy {
  padding: 12px 0;
}

.rc-upload-progress {
  height: 8px;
  background: rgba(139, 92, 246, 0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.rc-upload-progress > div {
  height: 100%;
  background: linear-gradient(90deg, #7C3AED, #EC4899);
  border-radius: 4px;
  transition: width 0.2s ease;
}

.rc-upload-busy p {
  margin: 0;
  font-size: 12px;
  color: var(--text-accent);
  font-weight: 500;
}

.rc-upload-done {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.rc-upload-done span {
  flex: 1;
  font-size: 13.5px;
  color: var(--text-primary);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.rc-upload-remove {
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 16px;
  color: #BE185D;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  font-weight: 700;
}

.rc-upload-remove:hover { background: rgba(236, 72, 153, 0.18); }

.rc-text-fallback {
  margin-top: 10px;
}

.rc-text-fallback summary {
  font-size: 12px;
  color: #7C3AED;
  cursor: pointer;
  padding: 6px 0;
  list-style: none;
}

.rc-text-fallback summary::-webkit-details-marker { display: none; }

.rc-text-fallback summary::before {
  content: '▸ ';
  display: inline-block;
  transition: transform 0.2s;
}

.rc-text-fallback[open] summary::before {
  transform: rotate(90deg);
}

.rc-text-fallback textarea {
  margin-top: 8px;
}

.rc-price-notice {
  margin: 14px 0 18px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.06));
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 10px;
  font-size: 13px;
  color: var(--text-secondary);
  text-align: center;
}

.rc-price-notice strong {
  color: var(--text-accent);
  font-size: 15px;
  font-weight: 700;
}

/* --- ATS 점수 카드 --- */
.rc-ats-card {
  padding: 28px 24px;
  text-align: center;
}

.rc-ats-score {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.rc-ats-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(135deg, #EC4899, #7C3AED);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.rc-ats-label {
  font-size: 13px;
  color: var(--text-accent);
  font-weight: 600;
  margin-bottom: 18px;
}

.rc-ats-keywords {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 10px;
  text-align: left;
}

.rc-kw-group strong {
  display: block;
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 6px;
  font-weight: 700;
}

.rc-kw-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.rc-kw-list span {
  padding: 4px 10px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 8px;
  font-size: 11.5px;
  color: var(--text-accent);
  font-weight: 600;
}

.rc-kw-list.missing span {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.25);
  color: #BE185D;
}

/* --- 수정본 영역 --- */
.rc-revised-wrap {
  position: relative;
}

.rc-revised-text {
  background: rgba(255, 255, 255, 0.55) !important;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.7;
}

.rc-copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px !important;
  font-size: 12px !important;
  min-width: auto;
}

/* --- 키 체인지 --- */
#rc-key-changes {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rc-change-item {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 12px;
}

.rc-change-section {
  font-size: 12px;
  color: var(--text-accent);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.rc-change-diff {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.rc-change-row {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.6;
}

.rc-change-before {
  background: rgba(236, 72, 153, 0.08);
  border-left: 3px solid #EC4899;
  color: var(--text-primary);
  text-decoration: line-through;
  text-decoration-color: rgba(236, 72, 153, 0.5);
}

.rc-change-after {
  background: rgba(91, 168, 168, 0.12);
  border-left: 3px solid #5BA8A8;
  color: var(--text-primary);
  font-weight: 500;
}

.rc-change-reason {
  font-size: 12px;
  color: var(--text-secondary);
  font-style: italic;
  padding-left: 10px;
}

.rc-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--text-primary);
}

.rc-list li::marker { color: #a78bfa; }

.rc-warning-section {
  border-left: 3px solid #EC4899 !important;
}

@media (max-width: 600px) {
  .rc-ats-keywords { grid-template-columns: 1fr; }
  .rc-copy-btn { position: static; margin-top: 8px; width: 100%; }
}

/* ===== Coming Soon 페이지 ===== */
.rc-coming-hero {
  text-align: center;
  padding: 48px 28px 36px;
}

.rc-coming-badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #EC4899, #7C3AED);
  color: #fff;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.rc-coming-title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
}

.rc-coming-subtitle {
  margin: 0 0 28px;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.7;
}

.rc-coming-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 0;
}

.rc-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 14px;
  background: rgba(167, 139, 250, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 14px;
  min-width: 100px;
}

.rc-flow-icon { font-size: 32px; }

.rc-flow-label {
  font-size: 12.5px;
  color: var(--text-accent);
  font-weight: 700;
}

.rc-flow-arrow {
  color: #a78bfa;
  font-size: 22px;
  font-weight: 700;
}

/* 차별화 feature grid */
.rc-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.rc-feature-item {
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 12px;
  text-align: center;
}

.rc-feature-icon {
  font-size: 26px;
  margin-bottom: 6px;
}

.rc-feature-item strong {
  display: block;
  font-size: 13.5px;
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 4px;
}

.rc-feature-item p {
  margin: 0;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* 법적 리스트 */
.rc-coming-legal {
  background: rgba(91, 168, 168, 0.08) !important;
  border-color: rgba(91, 168, 168, 0.3) !important;
}

.rc-legal-list {
  margin: 10px 0 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-primary);
}

.rc-legal-list li::marker { color: #5BA8A8; }

/* 알림 받기 */
.rc-coming-notify {
  text-align: center;
  padding: 28px 24px;
}

.rc-coming-sub {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.rc-notify-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}

.rc-notify-form input { flex: 1; }

.rc-notify-status {
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  min-height: 18px;
}

.rc-notify-ok { color: #166534; }
.rc-notify-err { color: #BE185D; }

/* 다른 서비스 링크 */
.rc-coming-other { }

.rc-other-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.rc-other-link {
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.rc-other-link:hover {
  background: rgba(255, 255, 255, 0.6);
  border-color: #a78bfa;
  transform: translateY(-2px);
}

.rc-other-link strong {
  display: block;
  font-size: 15px;
  color: var(--text-accent);
  font-weight: 700;
  margin-bottom: 4px;
}

.rc-other-link p {
  margin: 0;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.55;
}

@media (max-width: 480px) {
  .rc-coming-title { font-size: 28px; }
  .rc-notify-form { flex-direction: column; }
  .rc-flow-step { min-width: 80px; padding: 12px 10px; }
}
