/* ============================================================
   새솔경영자문센터 | 진행과정 전용 스타일
   theme/saesol/css/process.css
   ============================================================ */

/* ── 히어로 ── */
.pr-hero {
  position       : relative;
  min-height     : 380px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : #111 url('../img/process-bg.jpg') center/cover no-repeat;
  padding-top    : 80px;
}
.pr-hero::after {
  content  : '';
  position : absolute; inset: 0;
  background: rgba(0,0,0,.62);
}
.pr-hero-body {
  position  : relative; z-index: 1;
  padding   : 0 40px;
  text-align: center;
  width     : 100%;
}
.pr-hero-title {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size     : clamp(22px, 2.8vw, 46px);
  font-weight   : 800;
  color         : #fff;
  letter-spacing: -.02em;
}
.pr-hero-title em { color: #2C6E2C; font-style: normal; }

/* ── 섹션 타이틀 블록 (about.php와 동일 — 좌측 정렬 + 하단 수평선) ── */
.pr-title-wrap  { background: #fff; }
.pr-title-block {
  text-align   : left;
  padding      : 52px 0 40px;
  background   : #fff;
  max-width    : 1200px;
  margin       : 0 auto;
  padding-left : 60px;
  padding-right: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.pr-title-h {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size     : clamp(28px, 3.5vw, 52px);
  font-weight   : 700;
  color         : #111;
  letter-spacing: -.03em;
  margin-bottom : 10px;
  line-height   : 1.2;
}
.pr-title-sub  { font-size: 14px; color: #999; }

/* 세로 구분선 숨김 */
.pr-title-line,
.pr-title-line2 { display: none; }

/* ── 프로세스 섹션 ── */
.proc-section {
  background: #f7f8f7;
  padding   : 64px 0 80px;
}
.proc-section-inner {
  max-width: 1200px;
  margin   : 0 auto;
  padding  : 0 60px;
}

/* 섹션 헤더 */
.proc-section-eyebrow {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 600;
  color         : #2C6E2C;
  letter-spacing: -.01em;
  margin-bottom : 10px;
}
.proc-section-headline {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 600;
  color         : #111;
  letter-spacing: -.03em;
  line-height   : 1.3;
  margin-bottom : 52px;
}

/* ── 3×2 그리드 카드 ── */
.proc-grid {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.proc-gcard {
  position     : relative;
  border-radius: 8px;
  padding      : 32px 28px 36px;
  overflow     : hidden;
  min-height   : 280px;
  display      : flex;
  flex-direction: column;
}
.proc-gcard--green {background: #478626;}
.proc-gcard--gray  {background: #939393;}

/* 번호 — 우상단 */
.proc-gcard-num {
  position      : absolute;
  top: 27px;
  right: 31px;
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color         : rgba(255,255,255,.25);
  letter-spacing: -.02em;
  line-height   : 1;
}

/* 배경 아이콘 — 우하단 */
.proc-gcard-bg-icon {
  /* position : absolute; */
  bottom   : -4px;
  right    : -4px;
  width: 65px;
  height: 70px;
  opacity: 0.4;
  pointer-events: none;
}
.proc-gcard-bg-icon svg {
  width : 100%;
  height: 100%;
  stroke: #fff;
}

/* 카드 콘텐츠 */
.proc-gcard-title {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 600;
  color         : #fff;
  letter-spacing: -.02em;
  margin-bottom: 17px;
  margin-top: 16px;
  line-height   : 1.3;
}
.proc-gcard-desc {
  font-size: 16px;
  color        : rgba(255,255,255,.82);
  line-height: 1.4;
  margin-bottom: auto;
}

/* 태그 목록 */
.proc-gcard-tags {
  display  : flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 20px;
}
.proc-gcard-tag {
  display      : inline-block;
  padding      : 4px 12px;
  background   : rgba(255,255,255,.18);
  color        : rgba(255,255,255,.88);
  border-radius: 20px;
  font-size    : 12px;
  font-weight  : 500;
  letter-spacing: -0.04em;
  white-space  : nowrap;
}

/* ══════════════════════════════════════════════════════════════
   FAQ 섹션
   ══════════════════════════════════════════════════════════════ */
.proc-faq-section {
  background: #fff;
  padding   : 80px 0;
}
.proc-faq-inner {
  max-width: 1200px;
  margin   : 0 auto;
  padding  : 0 60px;
}
.proc-faq-head {
  margin-bottom: 40px;
}
.proc-faq-eyebrow {
  font-size    : 13px;
  font-weight  : 700;
  color        : #2C6E2C;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom : 12px;
}
.proc-faq-title {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size     : clamp(22px, 2.8vw, 38px);
  font-weight   : 700;
  color         : #111;
  letter-spacing: -.03em;
}
.proc-faq-title em { color: #2C6E2C; font-style: normal; }

.proc-faq { display: flex; flex-direction: column; gap: 12px; }
.proc-faq-item {
  background   : #fff;
  border       : 1.5px solid #e8e8e8;
  border-radius: 10px;
  overflow     : hidden;
  transition   : border-color .2s;
}
.proc-faq-item[open] { border-color: #2C6E2C; }
.proc-faq-q {
  display    : flex; align-items: center; gap: 14px;
  padding    : 20px 24px; cursor: pointer;
  font-size  : 16px; font-weight: 600; color: #111;
  list-style : none; user-select: none;
}
.proc-faq-q::-webkit-details-marker { display: none; }
.proc-faq-icon {
  flex-shrink  : 0; width: 28px; height: 28px;
  border-radius: 50%; background: #2C6E2C; color: #fff;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.proc-faq-icon--a { background: #8a8a8a; }
.proc-faq-arrow {
  width: 20px; height: 20px; margin-left: auto;
  flex-shrink: 0; stroke: #888; transition: transform .25s;
}
.proc-faq-item[open] .proc-faq-arrow { transform: rotate(180deg); }
.proc-faq-a {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 24px 20px; font-size: 15px; color: #555;
  line-height: 1.8; border-top: 1px solid #f0f0f0;
}

/* ── CTA 섹션 ── */
.cta-section {
  position  : relative;
  padding   : 100px 40px;
  text-align: center;
  overflow  : hidden;
}
.cta-bg {
  position           : absolute; inset: 0;
  background-size    : cover;
  background-position: center;
  filter             : brightness(.38);
  z-index            : 0;
}
.cta-body  { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.cta-title {
  font-family   : 'Paperlogy', 'Pretendard', sans-serif;
  font-size     : clamp(18px, 2.4vw, 32px);
  font-weight   : 800;
  color         : #fff;
  letter-spacing: -.02em;
  line-height   : 1.5;
  margin-bottom : 36px;
}
.cta-btn {
  display        : inline-flex;
  align-items    : center;
  gap            : 10px;
  padding        : 17px 40px;
  background     : #2C6E2C;
  color          : #fff;
  border-radius  : 50px;
  font-family    : 'Paperlogy', 'Pretendard', sans-serif;
  font-size      : 16px;
  font-weight    : 700;
  text-decoration: none;
  transition     : background .2s, transform .15s, box-shadow .2s;
  box-shadow     : 0 4px 20px rgba(44,110,44,.35);
}
.cta-btn:hover { background: #235823; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(44,110,44,.4); }

/* ── 반응형 ── */
@media (max-width: 960px) {
  .proc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pr-hero        { min-height: 200px; }
  .pr-hero-body   { padding: 0 24px; }
  .pr-title-block { padding: 32px 20px 28px; }
  .proc-section-inner,
  .proc-faq-inner { padding: 0 20px; }
  .proc-section   { padding: 48px 0 56px; }
  .proc-faq-section { padding: 56px 0; }
  .proc-grid      { grid-template-columns: 1fr; }
  .proc-gcard     { min-height: auto; }
  .cta-section    { padding: 72px 24px; }
}
