/* ── recruit.html 전용 스타일 ── */

/* section-label: amber */
.section-label {
  display: inline-block; background: var(--amber); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  padding: 4px 12px; border-radius: 100px; margin-bottom: 12px;
}
.section-header { margin-bottom: 4px; }

/* NAV */
.nav-logo-text span { color: var(--amber); }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-recruit { color: rgba(255,255,255,0.55); font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-recruit:hover { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) { .nav-links { display: none; } }

/* HERO */
#hero { background: linear-gradient(135deg, #0f172a 0%, #1e2a1a 60%, #0f172a 100%); }
#hero::before { background: radial-gradient(circle, rgba(245,158,11,0.1) 0%, transparent 70%); top: -200px; right: -200px; width: 600px; height: 600px; }
#hero > div { max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-badge { background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.4); color: var(--amber); }
.hero-title .highlight { color: var(--amber); }
.hero-sub { max-width: 520px; margin-bottom: 40px; font-size: clamp(15px, 2.5vw, 18px); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.hero-tag { background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3); color: var(--amber); font-size: 13px; font-weight: 700; padding: 5px 12px; border-radius: 100px; }
.hero-stats { gap: 40px; margin-top: 56px; border-top: none; padding-top: 0; }
.hero-stat-num { font-size: 36px; font-weight: 900; color: var(--amber); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.5); }

/* 앱 목업 */
.app-mockup { display: flex; justify-content: center; align-items: center; position: relative; }
.app-screen { width: 100%; height: 100%; background: #f8fafc; overflow: hidden; display: flex; flex-direction: column; }
.app-header { background: linear-gradient(135deg, #0f172a, #1e293b); padding: 28px 14px 12px; display: flex; align-items: center; justify-content: space-between; }
.app-logo { font-size: 13px; font-weight: 900; color: #fff; }
.app-logo span { color: var(--amber); }
.app-user { width: 24px; height: 24px; background: var(--amber); border-radius: 50%; }
.app-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 10px 10px 6px; }
.app-stat-card { background: #fff; border-radius: 8px; padding: 8px 6px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.app-stat-num { font-size: 13px; font-weight: 900; color: var(--amber); }
.app-stat-label { font-size: 7px; color: #64748b; margin-top: 1px; }
.app-section-label { font-size: 9px; font-weight: 700; color: #64748b; padding: 4px 10px; }
.app-report-item { background: #fff; margin: 0 10px 6px; border-radius: 10px; padding: 10px; display: flex; align-items: center; gap: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.app-report-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.app-report-content { flex: 1; }
.app-report-title { font-size: 9px; font-weight: 700; color: #1e293b; }
.app-report-sub { font-size: 7px; color: #94a3b8; margin-top: 1px; }
.app-report-badge { font-size: 7px; font-weight: 700; padding: 2px 5px; border-radius: 4px; }
.app-badge { position: absolute; background: #fff; border-radius: 12px; padding: 8px 12px; box-shadow: 0 6px 24px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 6px; }
.app-badge-left { left: -16px; top: 80px; }
.app-badge-right { right: -16px; bottom: 90px; }
.app-badge-num { font-size: 14px; font-weight: 900; color: var(--amber); }
.app-badge-label { font-size: 9px; color: var(--gray); }

/* WHY */
#why { background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.why-card { background: #f8fafc; border-radius: 14px; padding: 20px 16px; border-top: 3px solid var(--amber); }
.why-icon { font-size: 24px; margin-bottom: 10px; }
.why-title { font-size: 15px; font-weight: 900; margin-bottom: 6px; }
.why-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* WORK */
#work { background: var(--amber-light); }
.work-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
.work-card { background: #fff; border-radius: 14px; padding: 18px 16px; display: flex; gap: 14px; align-items: flex-start; border-left: 4px solid var(--amber); }
.work-icon { width: 44px; height: 44px; background: var(--amber-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.work-body { flex: 1; }
.work-title { font-size: 16px; font-weight: 900; margin-bottom: 5px; }
.work-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* INCOME */
#income { background: var(--dark); color: #fff; }
#income .section-title { color: #fff; }
#income .section-sub { color: rgba(255,255,255,0.6); }

/* BENEFITS */
#benefits { background: var(--green-light); }
.benefits-list { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
.benefit-item { background: #fff; border-radius: 12px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.benefit-check { width: 28px; height: 28px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.benefit-text { font-size: 15px; font-weight: 700; color: var(--text); }
.benefit-sub { font-size: 12px; color: var(--gray); margin-top: 2px; }

/* REVIEWS */
.review-card { background: var(--amber-light); border-radius: 14px; padding: 16px; border: 1px solid #fef3c7; }
.review-bubble { background: var(--amber); border-radius: 12px 12px 12px 4px; padding: 12px 14px; margin-bottom: 12px; }
.review-text { color: #191919; }
.review-meta { display: flex; align-items: center; gap: 8px; }
.review-avatar { width: 28px; height: 28px; background: var(--amber-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.review-name { font-weight: 500; }

/* CTA */
#cta { background: linear-gradient(135deg, #92400e, #b45309, #d97706); padding: 72px 24px; }
#cta .section-sub { color: rgba(255,255,255,0.85); }

/* FOOTER */
.footer-logo-text span { color: var(--amber); }
.footer-link { color: var(--green); }

/* FLOATING */
.floating-btn { background: var(--amber); color: #fff; }
.floating-btn:hover { background: var(--amber-dark); }

/* 반응형 */
@media (max-width: 768px) {
  #hero > div { grid-template-columns: 1fr !important; }
  .app-mockup { display: none; }
}
