/* ===================================================
   로켓커리어연구소 — style.css
   =================================================== */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #1B2B4B;
  --navy2:  #243558;
  --green:  #27AE60;
  --green2: #219150;
  --white:  #FFFFFF;
  --gray-bg:#F8F9FA;
  --gray-1: #F1F3F5;
  --gray-2: #E9ECEF;
  --gray-3: #ADB5BD;
  --gray-4: #6C757D;
  --gray-5: #343A40;
  --text:   #1A1D23;
  --kakao:  #FEE500;
  --gold:   #F39C12;

  --radius-sm: 8px;
  --radius:    12px;
  --radius-lg: 20px;

  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow:    0 4px 20px rgba(0,0,0,.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.14);

  --t: .2s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-weight: 600;
  border: none; cursor: pointer;
  border-radius: var(--radius-sm);
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-sm   { padding: 8px 18px;   font-size: .875rem; }
.btn-lg   { padding: 16px 32px;  font-size: 1rem; }
.btn-full { width: 100%; justify-content: center; }

.btn-primary { background: var(--navy); color: var(--white); padding: 12px 24px; }
.btn-primary:hover { background: var(--navy2); box-shadow: var(--shadow); }

.btn-accent { background: var(--green); color: var(--white); }
.btn-accent:hover { background: var(--green2); box-shadow: var(--shadow); }

.btn-outline {
  background: transparent; color: var(--navy);
  border: 2px solid var(--navy); padding: 12px 24px;
}
.btn-outline:hover { background: var(--navy); color: var(--white); }

.btn-ghost {
  background: rgba(255,255,255,.12); color: var(--white);
  border: 2px solid rgba(255,255,255,.3);
}
.btn-ghost:hover { background: rgba(255,255,255,.2); }

.btn-kakao {
  background: var(--kakao); color: #3A1D1D;
  font-weight: 700; padding: 14px 28px; font-size: .95rem;
  border-radius: var(--radius-sm);
}
.btn-kakao:hover { filter: brightness(.95); box-shadow: var(--shadow); }

.btn-platform {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 600;
  background: var(--gray-1); color: var(--gray-5);
  border: 1px solid var(--gray-2);
  padding: 8px 14px; border-radius: var(--radius-sm);
  transition: background var(--t), border-color var(--t);
}
.btn-platform:hover { background: var(--gray-2); border-color: var(--gray-3); }

.btn-platform-lg {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; font-weight: 700;
  background: rgba(255,255,255,.12); color: var(--white);
  border: 1.5px solid rgba(255,255,255,.3);
  padding: 14px 28px; border-radius: var(--radius-sm);
  transition: background var(--t);
}
.btn-platform-lg:hover { background: rgba(255,255,255,.2); }

/* ── Section Commons ── */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag {
  display: inline-block; font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--green); background: rgba(39,174,96,.1);
  padding: 4px 12px; border-radius: 100px; margin-bottom: 16px;
}
.section-tag.light { color: var(--green); background: rgba(39,174,96,.15); }
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.4rem); font-weight: 800;
  line-height: 1.3; color: var(--navy); margin-bottom: 16px;
}
.section-title.light { color: var(--white); }
.section-desc { font-size: 1.05rem; color: var(--gray-4); max-width: 600px; margin: 0 auto; }
.section-desc.light { color: rgba(255,255,255,.75); }
.highlight { color: var(--green); }
.pc-br { display: block; }
.cta-center { text-align: center; margin-top: 48px; }

/* ════════════════════════════════════════════
   HEADER
════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), box-shadow var(--t);
}
.site-header.scrolled { border-bottom-color: var(--gray-2); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.logo { font-size: 1.25rem; font-weight: 800; color: var(--navy); flex-shrink: 0; white-space: nowrap; }
.logo-dot { color: var(--green); }
.nav-links { display: flex; gap: 24px; flex: 1; }
.nav-links a { font-size: .88rem; font-weight: 500; color: var(--gray-5); transition: color var(--t); }
.nav-links a:hover { color: var(--navy); }
/* 멘토 매칭 — 무료 진단(주력) 옆 보조 링크. 덜 튀는 슬레이트색 */
.header-cta { display: flex; align-items: center; gap: 16px; }
.nav-mentor-link {
  font-size: .85rem; font-weight: 600; color: #8C97A8; white-space: nowrap; transition: color var(--t);
}
.nav-mentor-link:hover { color: var(--navy); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }
.mobile-menu {
  display: none; flex-direction: column; gap: 4px;
  padding: 16px 24px 24px; border-top: 1px solid var(--gray-2); background: var(--white);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: .95rem; font-weight: 500; padding: 10px 0;
  color: var(--gray-5); border-bottom: 1px solid var(--gray-1);
}

/* ════════════════════════════════════════════
   SECTION 1 · HERO
════════════════════════════════════════════ */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #2a4175 60%, #1e3560 100%);
  color: var(--white); padding: 100px 0 80px; text-align: center;
}
.hero-bg-shape {
  position: absolute; bottom: -60px; right: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(39,174,96,.08); pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
}
.badge-dot {
  width: 8px; height: 8px; background: var(--green); border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.6; transform:scale(1.3); }
}
.hero-title {
  font-size: clamp(2rem, 5.5vw, 3.2rem); font-weight: 800;
  line-height: 1.25; margin-bottom: 24px; letter-spacing: -.02em;
}
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,.8); margin-bottom: 40px; line-height: 1.85; }
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats {
  display: inline-flex; align-items: center; gap: 32px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius); padding: 20px 40px;
}
.stat-item { text-align: center; }
.stat-num {
  display: block; font-size: 1.7rem; font-weight: 800; color: var(--white);
  line-height: 1; margin-bottom: 4px;
}
.stat-plus, .stat-unit { font-size: 1rem; color: var(--green); }
.stat-label { font-size: .75rem; color: rgba(255,255,255,.65); font-weight: 500; }
.stat-divider { width: 1px; height: 48px; background: rgba(255,255,255,.2); }

/* ════════════════════════════════════════════
   SECTION 2 · SOCIAL PROOF
════════════════════════════════════════════ */
.social-proof { padding: 56px 0; background: var(--gray-bg); border-bottom: 1px solid var(--gray-2); }
.proof-label {
  text-align: center; font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gray-3); margin-bottom: 32px;
}
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.proof-card {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border-radius: var(--radius);
  padding: 16px 14px; box-shadow: var(--shadow-sm);
}
.proof-icon { font-size: 1.6rem; flex-shrink: 0; }
.proof-text { font-size: .82rem; line-height: 1.45; color: var(--gray-5); }
.proof-text strong { color: var(--navy); display: block; margin-bottom: 2px; }

/* ════════════════════════════════════════════
   SECTION 3 · WHY RCL
════════════════════════════════════════════ */
.why-rcl { padding: 96px 0; background: var(--white); }
.compare-table {
  display: flex; align-items: stretch; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.compare-col { flex: 1; padding: 40px; }
.compare-general { background: var(--gray-1); }
.compare-henry   { background: var(--navy); }
.compare-header  { margin-bottom: 28px; }
.compare-tag {
  display: inline-block; font-size: .8rem; font-weight: 700;
  padding: 5px 14px; border-radius: 100px;
}
.compare-tag.general { background: var(--gray-2); color: var(--gray-4); }
.compare-tag.henry   { background: var(--green); color: var(--white); }
.compare-vs {
  display: flex; align-items: center; justify-content: center;
  background: var(--gray-2); padding: 0 20px; font-size: 1rem; font-weight: 800; color: var(--gray-4);
  writing-mode: vertical-rl; letter-spacing: .3em;
}
.compare-list { display: flex; flex-direction: column; gap: 14px; }
.compare-item { display: flex; align-items: flex-start; gap: 12px; font-size: .92rem; line-height: 1.5; }
.compare-item.neg { color: var(--gray-4); }
.compare-item.pos { color: rgba(255,255,255,.9); }
.compare-item.pos strong { color: var(--white); }
.check-icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; margin-top: 2px;
}
.check-icon.neg { background: var(--gray-2); color: var(--gray-3); }
.check-icon.pos { background: var(--green); color: var(--white); }

.rcl-note {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(39,174,96,.06); border: 1.5px solid rgba(39,174,96,.2);
  border-radius: var(--radius); padding: 20px 24px; margin-top: 40px;
}
.rcl-note-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.rcl-note strong { color: var(--navy); display: block; margin-bottom: 4px; font-size: .95rem; }
.rcl-note span { font-size: .88rem; color: var(--gray-4); line-height: 1.7; }

/* ════════════════════════════════════════════
   SECTION 4 · HOW IT WORKS
════════════════════════════════════════════ */
.how-it-works {
  padding: 96px 0;
  background: linear-gradient(135deg, var(--navy) 0%, #2a4175 100%);
}
.steps-grid { display: flex; align-items: flex-start; }
.step-card {
  flex: 1;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: background var(--t);
}
.step-card:hover { background: rgba(255,255,255,.1); }
.step-num { font-size: .72rem; font-weight: 800; color: var(--green); letter-spacing: .1em; margin-bottom: 12px; }
.step-icon { font-size: 2rem; margin-bottom: 16px; }
.step-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.step-desc { font-size: .85rem; color: rgba(255,255,255,.65); line-height: 1.7; }
.step-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 10px; color: var(--green); font-size: 1.4rem;
  flex-shrink: 0; margin-top: 60px;
}

/* ════════════════════════════════════════════
   SECTION 5 · SERVICES
════════════════════════════════════════════ */
.services { padding: 96px 0; background: var(--gray-bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  position: relative; background: var(--white);
  border-radius: var(--radius); padding: 32px 24px 28px;
  border: 2px solid transparent; box-shadow: var(--shadow-sm);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  display: flex; flex-direction: column; gap: 12px;
}
.service-card:hover { border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card.featured { border-color: var(--green); box-shadow: 0 4px 24px rgba(39,174,96,.2); }
.service-badge {
  position: absolute; top: -12px; left: 24px;
  background: var(--green); color: var(--white);
  font-size: .73rem; font-weight: 700; padding: 3px 12px; border-radius: 100px;
}
.service-icon  { font-size: 1.8rem; }
.service-title { font-size: 1rem; font-weight: 700; color: var(--navy); line-height: 1.4; }
.service-desc  { font-size: .86rem; color: var(--gray-4); line-height: 1.65; flex: 1; }
.service-tags  { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: .73rem; font-weight: 600; background: var(--gray-1); color: var(--gray-5); padding: 3px 10px; border-radius: 100px; }
.service-price { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.price-original { font-size: .82rem; color: var(--gray-3); text-decoration: line-through; }
.price-current  { font-size: 1.15rem; font-weight: 800; color: var(--navy); }
.price-start    { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.service-btns   { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }

/* ════════════════════════════════════════════
   SECTION 6 · REVIEWS
════════════════════════════════════════════ */
.reviews {
  padding: 96px 0;
  background: linear-gradient(135deg, #1B2B4B 0%, #243558 100%);
}

/* 통계 바 */
.review-stat-bar {
  display: flex; align-items: center; justify-content: center; gap: 40px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 24px 40px; margin-bottom: 56px;
}
.rstat { text-align: center; }
.rstat-num { display: block; font-size: 1.9rem; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 4px; }
.rstat-label { font-size: .75rem; color: rgba(255,255,255,.6); font-weight: 500; }
.rstat-div { width: 1px; height: 44px; background: rgba(255,255,255,.15); }

/* 하이라이트 후기 */
.reviews-highlight-title {
  font-size: .85rem; font-weight: 700; color: var(--green);
  letter-spacing: .05em; margin-bottom: 20px;
}
.reviews-highlight { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 48px; }
.highlight-card {
  border: 1.5px solid rgba(39,174,96,.4) !important;
  background: rgba(39,174,96,.07) !important;
}
.review-result {
  font-size: .82rem; font-weight: 700; color: var(--green);
  background: rgba(39,174,96,.12); border-radius: 100px;
  padding: 5px 14px; display: inline-block;
}

/* 필터 탭 */
.review-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.rtab {
  font-family: inherit; font-size: .82rem; font-weight: 600;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.15); border-radius: 100px;
  padding: 7px 18px; cursor: pointer; transition: background var(--t), color var(--t), border-color var(--t);
}
.rtab:hover { background: rgba(255,255,255,.14); color: var(--white); }
.rtab.active { background: var(--green); color: var(--white); border-color: var(--green); }

/* 후기 그리드 */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 18px;
  margin-bottom: 48px;
}
.review-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: background var(--t);
}
.review-card:hover { background: rgba(255,255,255,.1); }
.highlight-mini { background: rgba(255,255,255,.1) !important; }
.review-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.review-stars { color: var(--gold); font-size: .9rem; letter-spacing: 1px; }
.review-product {
  font-size: .72rem; font-weight: 600;
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.75);
  padding: 2px 10px; border-radius: 100px;
}
.result-badge {
  font-size: .72rem; font-weight: 700;
  background: rgba(39,174,96,.25); color: var(--green);
  padding: 2px 10px; border-radius: 100px;
}
.review-text { font-size: .86rem; color: rgba(255,255,255,.8); line-height: 1.75; flex: 1; }
.review-author { display: flex; align-items: center; gap: 10px; }
.author-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--green); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .78rem; flex-shrink: 0;
}
.author-name { font-size: .85rem; font-weight: 600; color: var(--white); }
.author-info { font-size: .74rem; color: rgba(255,255,255,.5); }

/* 플랫폼 CTA */
.reviews-platform-cta {
  text-align: center; border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.reviews-platform-cta p { font-size: .88rem; color: rgba(255,255,255,.55); }

/* ════════════════════════════════════════════
   SECTION 7 · ABOUT
════════════════════════════════════════════ */
.about { padding: 96px 0; background: var(--white); }
.about-inner { display: flex; align-items: flex-start; gap: 64px; }
.about-photo-wrap { flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; }
.about-photo-placeholder {
  width: 240px;
  background: linear-gradient(135deg, var(--navy) 0%, #2a4175 100%);
  border-radius: var(--radius-lg); padding: 40px 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--white); box-shadow: var(--shadow-lg); text-align: center; gap: 8px;
}
.photo-rocket { font-size: 2.5rem; }
.photo-initials { font-size: .88rem; font-weight: 700; line-height: 1.4; }
.photo-sub { font-size: .78rem; color: rgba(255,255,255,.6); }
.about-quick-stats {
  background: var(--gray-bg); border-radius: var(--radius);
  padding: 16px; display: flex; flex-direction: column; gap: 10px;
  border: 1px solid var(--gray-2);
}
.qs-item { display: flex; justify-content: space-between; align-items: center; }
.qs-num { font-size: 1rem; font-weight: 800; color: var(--navy); }
.qs-label { font-size: .78rem; color: var(--gray-4); }

.about-content { flex: 1; }
.about-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800;
  line-height: 1.3; color: var(--navy); margin: 12px 0 20px;
}
.about-desc { font-size: .95rem; color: var(--gray-4); line-height: 1.85; margin-bottom: 16px; }
.about-desc strong { color: var(--navy); }

.about-credentials { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.cred-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--gray-bg); border-radius: var(--radius-sm);
  padding: 14px 18px; border-left: 4px solid var(--green);
}
.cred-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cred-item strong { font-size: .9rem; color: var(--navy); display: block; margin-bottom: 2px; }
.cred-item span   { font-size: .8rem; color: var(--gray-4); }

/* ════════════════════════════════════════════
   SECTION 8 · FINAL CTA + FORM
════════════════════════════════════════════ */
.final-cta { padding: 96px 0; background: var(--gray-bg); }
.cta-box {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.cta-header {
  background: linear-gradient(135deg, var(--navy) 0%, #2a4175 100%);
  padding: 56px 48px; text-align: center;
}
.cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800;
  color: var(--white); margin: 12px 0 16px; line-height: 1.3;
}
.cta-desc { font-size: 1rem; color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 20px; }
.cta-guarantees {
  display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.guarantee-item {
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  padding: 5px 14px; border-radius: 100px;
}

/* Form */
.form-wrap { padding: 48px; }
.diagnosis-form { display: flex; flex-direction: column; gap: 28px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.form-group { display: flex; flex-direction: column; gap: 10px; }
.form-label { font-size: .92rem; font-weight: 600; color: var(--navy); }
.required { color: var(--green); }
.form-hint { font-size: .78rem; color: var(--gray-3); margin-top: -4px; }
.form-bottom-note { font-size: .78rem; color: var(--gray-3); text-align: center; margin-top: -8px; }

.form-input, .form-select, .form-textarea {
  font-family: inherit; font-size: .95rem; color: var(--text);
  background: var(--gray-bg); border: 2px solid var(--gray-2);
  border-radius: var(--radius-sm); padding: 12px 16px;
  transition: border-color var(--t), box-shadow var(--t); width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(27,43,75,.08); background: var(--white);
}
.form-textarea { resize: vertical; }
.form-select   { appearance: none; cursor: pointer; }

.radio-group { display: flex; flex-direction: column; gap: 8px; }
.radio-group.horizontal { flex-direction: row; flex-wrap: wrap; gap: 8px 20px; }
.checkbox-group { display: flex; flex-direction: column; gap: 8px; }
.checkbox-group.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.radio-item, .checkbox-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: var(--gray-5); cursor: pointer;
}
.radio-item input, .checkbox-item input {
  width: 17px; height: 17px; accent-color: var(--navy); cursor: pointer; flex-shrink: 0;
}
/* .form-privacy 는 FAQ 섹션 위의 통합 스타일로 관리됩니다 */

/* Success */
.form-success {
  flex-direction: column; align-items: center;
  text-align: center; gap: 16px; padding: 64px 48px;
}
.success-icon  { font-size: 3rem; }
.success-title { font-size: 1.4rem; font-weight: 700; color: var(--navy); }
.success-desc  { font-size: .95rem; color: var(--gray-4); line-height: 1.85; }

/* Kakao */
.cta-kakao {
  text-align: center; padding: 32px 48px 48px;
  border-top: 1px solid var(--gray-2);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.cta-kakao p { font-size: .88rem; color: var(--gray-4); }

/* ── 개인정보 박스 ── */
.form-privacy { background: var(--gray-bg); border-radius: var(--radius-sm); padding: 16px; }
.privacy-title { font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.privacy-body p { font-size: .82rem; color: var(--gray-4); line-height: 1.7; margin-bottom: 6px; }

/* ── 오류 메시지 ── */
.form-error {
  display: flex; align-items: flex-start; gap: 10px;
  background: #FFF3F3; border: 1.5px solid #E74C3C;
  border-radius: var(--radius-sm); padding: 14px 18px;
  font-size: .88rem; color: #C0392B; line-height: 1.6;
}
.form-error span { font-size: 1.1rem; flex-shrink: 0; }
.form-error a { color: #C0392B; font-weight: 700; text-decoration: underline; }

/* ── 채용공고 필드 박스 ── */
.job-info-toggle { padding: 2px 0; }
.job-info-fields {
  background: rgba(39,174,96,.05); border: 1.5px solid rgba(39,174,96,.2);
  border-radius: var(--radius-sm); padding: 16px;
}

/* ════════════════════════════════════════════
   FAQ SECTION
════════════════════════════════════════════ */
.faq-section { padding: 96px 0; background: var(--white); }
.faq-list { display: flex; flex-direction: column; gap: 0; max-width: 780px; margin: 0 auto 48px; }
.faq-item { border-bottom: 1px solid var(--gray-2); }
.faq-item:first-child { border-top: 1px solid var(--gray-2); }

.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 1rem; font-weight: 600; color: var(--navy);
  padding: 20px 0; transition: color var(--t);
}
.faq-q:hover { color: var(--green); }
.faq-arrow {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--gray-1); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 300; transition: transform var(--t), background var(--t);
  line-height: 1;
}
.faq-item.open .faq-arrow { transform: rotate(45deg); background: var(--green); color: var(--white); }
.faq-item.open .faq-q { color: var(--green); }

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  padding: 0 0 0;
}
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 20px; }
.faq-a p { font-size: .92rem; color: var(--gray-4); line-height: 1.8; margin-bottom: 8px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a strong { color: var(--navy); }

.faq-steps { display: flex; flex-direction: column; gap: 10px; margin: 10px 0; }
.faq-steps li { display: flex; align-items: flex-start; gap: 12px; }
.faq-step-num {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; margin-top: 2px;
}
.faq-steps div { font-size: .92rem; color: var(--gray-4); line-height: 1.6; }
.faq-steps strong { color: var(--navy); }

.faq-org-list { display: flex; flex-direction: column; gap: 8px; margin: 10px 0; }
.faq-org-list li { font-size: .9rem; color: var(--gray-5); line-height: 1.5; }

.faq-link {
  font-size: .88rem; font-weight: 700; color: var(--navy);
  text-decoration: underline; transition: color var(--t);
}
.faq-link:hover { color: var(--green); }

.faq-bottom {
  text-align: center; max-width: 780px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.faq-bottom p { font-size: .9rem; color: var(--gray-4); }

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.6); padding: 40px 0; }
.footer-inner {
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
}
.footer-brand .logo { color: var(--white); margin-bottom: 4px; }
.footer-tagline { font-size: .85rem; color: rgba(255,255,255,.5); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: .85rem; color: rgba(255,255,255,.5); transition: color var(--t); }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.3); }

/* ════════════════════════════════════════════
   RESPONSIVE — TABLET (≤960px)
════════════════════════════════════════════ */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .site-header .btn-primary { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }

  .proof-grid { grid-template-columns: repeat(2, 1fr); }

  .compare-table { flex-direction: column; }
  .compare-vs { writing-mode: horizontal-tb; padding: 12px; }

  .steps-grid { flex-direction: column; gap: 16px; }
  .step-arrow { transform: rotate(90deg); margin: -4px auto; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }

  .reviews-highlight { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }

  .about-inner { flex-direction: column; gap: 40px; align-items: center; }
  .about-photo-placeholder { width: 100%; max-width: 300px; }
  .about-quick-stats { flex-direction: row; gap: 16px; width: 100%; max-width: 300px; }
  .qs-item { flex-direction: column; align-items: center; gap: 2px; }

  .form-row-2 { grid-template-columns: 1fr; }
  .cta-header { padding: 40px 28px; }
  .form-wrap  { padding: 32px 28px; }
  .cta-kakao  { padding: 28px; }

  .hero-stats { gap: 20px; padding: 16px 24px; }
  .stat-divider { height: 36px; }

  .review-stat-bar { gap: 24px; padding: 20px 28px; }
}

/* ════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤600px)
════════════════════════════════════════════ */
@media (max-width: 600px) {
  .pc-br { display: none; }
  .hero { padding: 72px 0 56px; }
  .hero-stats { flex-direction: column; gap: 16px; width: 100%; padding: 24px; }
  .stat-divider { width: 100%; height: 1px; }
  .hero-cta-group { flex-direction: column; align-items: stretch; }
  .btn-lg { justify-content: center; }

  .proof-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .checkbox-group.grid-2 { grid-template-columns: 1fr; }
  .radio-group.horizontal { flex-direction: column; }

  .review-stat-bar { flex-direction: column; gap: 20px; padding: 24px; }
  .rstat-div { width: 100%; height: 1px; }
  .review-tabs { gap: 6px; }
  .rtab { font-size: .78rem; padding: 6px 14px; }

  .footer-links { flex-direction: column; gap: 12px; }
  .cta-header { padding: 32px 20px; }
  .form-wrap  { padding: 24px 20px; }
  .cta-kakao  { padding: 24px 20px; }
  .cta-guarantees { gap: 8px; }
}
