/* ============================================================
   인사노무 최고 책임자 AI 활용 실무 인증 과정 (CHO) — 모집 랜딩
   딥그린 톤 — 신문광고에서 뽑은 색을 그대로 쓴다:
     #051208 프레임 안쪽 / #133328·#28543d 배경 계열 / #7cbf4c 강조 / #a8dc7a 상단 띠
============================================================ */
:root {
  --green-950: #051208;
  --green-900: #0a1f16;
  --green-800: #133328;
  --green-700: #28543d;
  --lime: #7cbf4c;
  --lime-light: #a8dc7a;
  --green-ink: #256b2c;   /* 밝은 배경 위의 강조 텍스트 (명암비 확보용) */
  --text-main: #14261c;
  --text-sub: #5c6b60;
  --bg: #f5f9f5;
  --white: #ffffff;
  --line: #e3ebe3;
  --tint: #eff7ec;
  --ok: #1f9d63;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(5, 18, 8, 0.11);
  --shadow-sm: 0 4px 14px rgba(5, 18, 8, 0.08);
  --grad: linear-gradient(92deg, var(--lime), var(--lime-light));
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  color: var(--text-main);
  background: var(--bg);
  line-height: 1.7;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

/* 스크롤 등장 효과 */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5, 18, 8, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--white);
  border-bottom: 1px solid rgba(168, 220, 122, 0.12);
  transition: background 0.3s;
}
.site-header.scrolled { background: rgba(5, 18, 8, 0.96); }
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}
/* 헤더 로고 — 과정명 텍스트 대신 주관사 로고를 넣는다.
   (과정명은 히어로의 큰 제목에서만 한 번 노출) */
.logo {
  display: inline-flex; align-items: flex-end; gap: 11px;
  white-space: nowrap; line-height: 1;
}
.logo img { display: block; width: auto; }
.hd-hankyung { height: 19px; }
.hd-x { color: rgba(255, 255, 255, 0.34); font-size: 0.86rem; font-weight: 400; position: relative; top: -1px; }
.hd-pwc { display: inline-flex; align-items: flex-end; gap: 3px; }
.hd-pwc img { height: 22px; }
.hd-pwc b {
  font-weight: 800; font-size: 1.06rem; letter-spacing: -0.02em; color: #fff;
  /* pwc의 p 내림획만큼 한글을 올려 밑선을 맞춤 (.partner b와 동일한 보정) */
  position: relative; top: -0.158em;
}
@media (max-width: 420px) {
  .site-header .container { gap: 10px; }
  .hd-hankyung { height: 16px; }
  .hd-pwc img { height: 19px; }
  .hd-pwc b { font-size: 0.94rem; }
  .logo { gap: 8px; }
}
.gnb { display: flex; align-items: center; gap: 22px; }
.gnb-link { font-size: 0.92rem; color: rgba(255, 255, 255, 0.82); transition: color 0.2s; }
.gnb-link:hover { color: var(--lime-light); }
.btn-classroom {
  background: rgba(168, 220, 122, 0.12); color: var(--lime-light);
  border: 1px solid rgba(168, 220, 122, 0.4);
  padding: 8px 18px; border-radius: 999px; font-size: 0.88rem; font-weight: 700;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-classroom:hover { background: rgba(168, 220, 122, 0.22); }
@media (max-width: 900px) {
  .gnb-link { display: none; }
}

/* ---------- 히어로 ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 82% 8%, rgba(124, 191, 76, 0.22), transparent 60%),
    radial-gradient(700px 420px at 8% 90%, rgba(40, 84, 61, 0.18), transparent 60%),
    linear-gradient(160deg, var(--green-950) 0%, var(--green-900) 45%, var(--green-800) 100%);
  color: var(--white);
  padding: 92px 0 72px;
  overflow: hidden;
}
.hero::after {
  content: "AI";
  position: absolute; right: -40px; top: 30px;
  font-size: 340px; font-weight: 900; line-height: 1;
  color: rgba(168, 220, 122, 0.05);
  pointer-events: none; user-select: none;
}
.hero .container { position: relative; z-index: 1; }
.badge {
  display: inline-block;
  background: var(--grad); color: var(--green-950);
  font-weight: 800; font-size: 0.86rem;
  padding: 7px 18px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  font-weight: 900; line-height: 1.22; letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.hero .accent { color: var(--lime-light); }
.cohort-tag {
  display: inline-block; vertical-align: middle;
  font-size: clamp(1rem, 2.2vw, 1.3rem); font-weight: 800;
  background: rgba(168, 220, 122, 0.14); color: var(--lime-light);
  border: 1px solid rgba(168, 220, 122, 0.45);
  border-radius: 999px; padding: 6px 20px; margin-left: 10px;
}
.hero .lead {
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85); margin-bottom: 34px;
}
.hero .lead b { color: var(--lime-light); font-weight: 800; }

/* 히어로 핵심 숫자 */
.hero-stats {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px;
}
.stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(168, 220, 122, 0.22);
  border-radius: 14px; padding: 14px 22px; min-width: 108px;
}
.stat b {
  display: block; font-size: 1.9rem; font-weight: 900; line-height: 1.1;
  color: var(--lime-light);
}
.stat small { font-size: 0.78rem; color: rgba(255, 255, 255, 0.7); }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary {
  display: inline-block;
  background: var(--grad); color: var(--green-950);
  font-weight: 800; font-size: 1.02rem;
  padding: 15px 36px; border-radius: 999px; border: none;
  box-shadow: 0 8px 24px rgba(124, 191, 76, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(124, 191, 76, 0.45); }
.btn-ghost {
  display: inline-block;
  color: var(--white); font-weight: 700; font-size: 1.02rem;
  padding: 15px 36px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.2s;
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }

/* 카운트다운 */
.countdown {
  display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(168, 220, 122, 0.3);
  border-radius: var(--radius); padding: 16px 26px;
}
.cd-label { font-weight: 800; color: var(--lime-light); font-size: 0.96rem; }
.cd-timer { display: flex; gap: 12px; }
.cd-unit { text-align: center; min-width: 52px; }
.cd-unit b {
  display: block; font-size: 1.7rem; font-weight: 900; line-height: 1.15;
  font-variant-numeric: tabular-nums;
}
.cd-unit small { font-size: 0.74rem; color: rgba(255, 255, 255, 0.65); }

/* ---------- 신뢰 배너 ---------- */
.trust-banner {
  background: var(--grad); color: var(--green-950);
  font-weight: 800; font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  padding: 13px 0; text-align: center;
}
.trust-banner .dot { margin: 0 10px; opacity: 0.55; }

/* ---------- 주관사 로고 (헤더 · 푸터) ----------
   로고 묶음 — 한글 글자와 영문 로고의 밑선을 맞춘다 */
/* '삼일'+pwc가 한 단어(삼일PwC)처럼 읽히도록 간격을 좁게 둔다 */
.partner {
  display: inline-flex; align-items: flex-end; gap: 3px;
  line-height: 1;
}
.partner b {
  font-weight: 800; font-size: 1.42rem; letter-spacing: -0.02em;
  color: var(--green-900);
  /* '삼일'과 pwc 로고의 기준선 맞춤 — pwc는 p의 내림획이 이미지 아래를
     차지하므로 한글을 그만큼 올린다. em 단위라 푸터의 작은 크기에서도
     같은 비율로 적용된다. */
  position: relative; top: -0.158em;
}
.partner img { display: block; width: auto; }
.pl-hankyung { height: 26px; }   /* 한국경제 (한글 로고) */
.pl-pwc { height: 30px; }        /* pwc (위쪽 쉐브론 포함이라 조금 크게) */
.partner-x { color: var(--line); font-size: 1.05rem; font-weight: 400; }

/* 푸터 안의 로고 (어두운 배경용 흰색 버전) */
.foot-logos { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.foot-logos .partner b { font-size: 1.02rem; color: rgba(255, 255, 255, 0.82); }
.foot-logos .pl-hankyung { height: 18px; opacity: 0.82; }
.foot-logos .pl-pwc { height: 21px; opacity: 0.82; }
.foot-logos .partner-x { color: rgba(255, 255, 255, 0.3); font-size: 0.9rem; }

/* ---------- 공통 섹션 ---------- */
section { padding: 84px 0; }
.section-label {
  color: var(--green-ink); font-weight: 800; font-size: 0.84rem;
  letter-spacing: 0.16em; margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.5rem, 3.4vw, 2.1rem); font-weight: 900;
  letter-spacing: -0.02em; margin-bottom: 14px;
}
.section-desc { color: var(--text-sub); font-size: 1.02rem; max-width: 700px; margin: 0 auto 44px; }
.section-desc b { color: var(--text-main); font-weight: 800; }
.hint { display: inline-block; margin-top: 6px; font-size: 0.86rem; color: var(--green-ink); font-weight: 700; }
.price-note { color: var(--text-sub); font-size: 0.88rem; margin-top: 20px; }
section .container > .section-label,
section .container > .section-title,
section .container > .section-desc { text-align: center; }

/* ---------- WHY NOW — 고민 카드 + 특징 ---------- */
.pain-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; text-align: left; margin-bottom: 56px;
}
.pain-card {
  background: var(--white); border: 1px solid var(--line);
  border-left: 4px solid var(--lime);
  border-radius: 14px; padding: 24px 26px;
  box-shadow: var(--shadow-sm);
}
.pain-q { font-weight: 800; font-size: 1.02rem; margin-bottom: 10px; }
.pain-a { color: var(--text-sub); font-size: 0.94rem; }
.pain-a span { color: var(--green-ink); font-weight: 900; margin-right: 4px; }
.pain-a b { color: var(--text-main); font-weight: 800; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 20px; text-align: left;
  box-shadow: var(--shadow-sm);
}
.feature-card .icon { font-size: 1.9rem; margin-bottom: 12px; }
.feature-card h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 8px; }
.feature-card p { color: var(--text-sub); font-size: 0.9rem; }
@media (max-width: 860px) {
  .pain-grid, .feature-grid { grid-template-columns: 1fr; }
}

/* ---------- 모집 일정 ---------- */
.schedule-section { background: var(--tint); }
.cohort-cards {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px; max-width: 720px; margin: 0 auto 28px;
}
/* 기수가 하나뿐일 때 — 카드가 반쪽만 차지해 비어 보이지 않게 */
.cohort-cards.single { grid-template-columns: 1fr; max-width: 420px; }
.cohort-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 24px;
  box-shadow: var(--shadow-sm);
}
.cohort-card.featured {
  border: 2px solid var(--lime);
  box-shadow: 0 10px 30px rgba(124, 191, 76, 0.22);
}
.cohort-name { font-size: 1.3rem; font-weight: 900; margin-bottom: 8px; }
.chip {
  display: inline-block; vertical-align: middle;
  background: var(--grad); color: var(--green-950);
  font-size: 0.74rem; font-weight: 800;
  border-radius: 999px; padding: 3px 12px; margin-left: 8px;
}
.chip-line { background: none; border: 1px solid var(--lime); color: var(--green-ink); }
.cohort-date { font-size: 1.14rem; font-weight: 800; color: var(--green-ink); margin-bottom: 10px; }
.cohort-card p { color: var(--text-sub); font-size: 0.95rem; }

.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.info-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 22px; text-align: left;
  box-shadow: var(--shadow-sm);
}
.info-card h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 8px; }
.info-card p { color: var(--text-sub); font-size: 0.93rem; }
@media (max-width: 760px) {
  .cohort-cards, .info-grid { grid-template-columns: 1fr; }
}

/* ---------- 강사진 (클릭 시 상세 프로필 펼침) ---------- */
/* 7명 → 4+3 배치. 마지막 줄이 가운데 오도록 flex 사용 */
.instructor-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 20px; align-items: flex-start;
}
.instructor-grid > * { flex: 0 1 calc(25% - 15px); }
@media (max-width: 900px) {
  .instructor-grid > * { flex-basis: calc(50% - 10px); }
}
.instructor-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.instructor-card[open] { border-color: var(--lime); box-shadow: 0 10px 30px rgba(124, 191, 76, 0.18); }
.instructor-card > summary {
  list-style: none; cursor: pointer;
  padding: 30px 18px 24px;
}
.instructor-card > summary::-webkit-details-marker { display: none; }
.more-link {
  display: inline-block; margin-top: 12px;
  font-size: 0.82rem; font-weight: 800; color: var(--green-ink);
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 14px;
  transition: background 0.2s;
}
.instructor-card > summary:hover .more-link { background: var(--tint); }
.instructor-card[open] .more-link { background: var(--tint); }
.instructor-card[open] .more-link::after { content: ""; }
.instructor-card .profile {
  text-align: left; padding: 0 22px 26px;
  border-top: 1px solid var(--line); margin-top: 4px; padding-top: 18px;
}
.instructor-card .profile h4 {
  font-size: 0.8rem; font-weight: 800; color: var(--green-ink);
  letter-spacing: 0.06em; margin-bottom: 6px;
}
.instructor-card .profile p { color: var(--text-sub); font-size: 0.88rem; margin-bottom: 16px; }
.instructor-card .profile ul { list-style: none; display: grid; gap: 7px; }
.instructor-card .profile li {
  position: relative; padding-left: 14px;
  color: var(--text-sub); font-size: 0.86rem; line-height: 1.55;
}
.instructor-card .profile li::before {
  content: "·"; position: absolute; left: 2px;
  color: var(--green-ink); font-weight: 900;
}
.instructor-card p .sub { font-size: 0.82rem; color: var(--green-ink); font-weight: 700; }
.avatar {
  width: 108px; height: 108px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--lime);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 900; color: var(--green-ink);
  background: var(--tint);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.instructor-card h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 4px; }
.instructor-card > summary > p { color: var(--text-sub); font-size: 0.86rem; line-height: 1.5; }

/* ---------- 커리큘럼 (클릭 시 세부 학습 내용 펼침) ---------- */
.curriculum-list { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
.curr-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.curr-item[open] { border-color: var(--lime); box-shadow: 0 10px 30px rgba(124, 191, 76, 0.16); }
.curr-item > summary {
  display: flex; gap: 20px; align-items: center;
  padding: 20px 24px; cursor: pointer; list-style: none;
}
.curr-item > summary::-webkit-details-marker { display: none; }
.curr-day {
  flex: 0 0 76px; text-align: center;
  background: var(--green-900); color: var(--lime-light);
  border-radius: 12px; padding: 9px 0;
}
.curr-day small { display: block; font-size: 0.68rem; letter-spacing: 0.02em; opacity: 0.8; }
.curr-day b { font-size: 1.05rem; font-weight: 900; line-height: 1.3; display: block; }
.curr-head { flex: 1; }
.curr-head h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 4px; line-height: 1.45; }
.curr-head .slash { color: var(--line); font-weight: 400; }
.curr-instructor { color: var(--green-ink); font-size: 0.86rem; font-weight: 700; }
.curr-toggle {
  flex: 0 0 auto; color: var(--green-ink); font-size: 1.15rem; font-weight: 800;
  transition: transform 0.2s;
}
.curr-item[open] .curr-toggle { transform: rotate(45deg); }
.curr-detail {
  padding: 4px 24px 24px 120px;
  border-top: 1px solid var(--line); margin: 0 24px 0 24px;
  padding-left: 96px; padding-top: 18px;
}
.curr-detail .sess + .sess { margin-top: 18px; }
.curr-detail h4 { font-size: 0.96rem; font-weight: 800; margin-bottom: 8px; }
.curr-detail h4 em {
  font-style: normal; font-size: 0.78rem; font-weight: 700;
  color: var(--green-ink); background: var(--tint);
  border-radius: 999px; padding: 2px 10px; margin-left: 6px;
}
.curr-detail ul { list-style: none; display: grid; gap: 7px; }
.curr-detail li {
  position: relative; padding-left: 16px;
  color: var(--text-sub); font-size: 0.9rem; line-height: 1.6;
}
.curr-detail li::before {
  content: "–"; position: absolute; left: 0; color: var(--green-ink); font-weight: 800;
}
@media (max-width: 640px) {
  .curr-item > summary { gap: 14px; padding: 18px 18px; }
  .curr-day { flex-basis: 64px; }
  .curr-detail { margin: 0 18px; padding: 16px 0 20px 0; }
}

/* ---------- 인증서 쇼케이스 ----------
   이미지는 CFO 인증서를 베이스로 CHO용으로 만든 것 (네이비→딥그린, 문구·엠블럼·
   인증번호 교체). 정식 시안이 나오면 img/certificate.jpg 만 갈아끼우면 된다. */
.cert-section {
  background:
    radial-gradient(700px 400px at 90% 10%, rgba(124, 191, 76, 0.18), transparent 60%),
    linear-gradient(160deg, var(--green-950), var(--green-800));
  color: var(--white);
}
.cert-section .section-title { color: var(--white); }
.cert-section .section-desc { color: rgba(255, 255, 255, 0.8); }
.cert-section .section-desc b { color: var(--lime-light); }
.cert-flex { display: flex; align-items: center; gap: 56px; }
.cert-text { flex: 1 1 46%; }
.cert-text .section-desc { margin: 0 0 24px; }
.cert-points { list-style: none; display: grid; gap: 10px; }
/* 이미지 없이 텍스트만 놓는 배치 — 체크리스트를 가운데로 모은다 */
.cert-points-center {
  justify-content: center; width: fit-content;
  margin: 0 auto; text-align: left;
}
.cert-points li {
  padding-left: 30px; position: relative;
  color: rgba(255, 255, 255, 0.88); font-size: 0.98rem; font-weight: 600;
}
.cert-points li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--green-950); background: var(--grad);
  width: 21px; height: 21px; border-radius: 50%;
  font-size: 0.78rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin-top: 4px;
}
.cert-image { flex: 1 1 54%; }
.cert-image img {
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(168, 220, 122, 0.35);
  transform: rotate(-1.2deg);
}
@media (max-width: 860px) {
  .cert-flex { flex-direction: column; gap: 36px; }
}

/* ---------- 수강료 ---------- */
.pricing-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px; max-width: 640px; margin: 0 auto;
}
.price-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 24px;
  box-shadow: var(--shadow-sm);
}
.price-card.featured {
  border: 2px solid var(--lime);
  box-shadow: 0 10px 30px rgba(124, 191, 76, 0.22);
}
.price-label { font-weight: 800; color: var(--text-sub); font-size: 0.92rem; margin-bottom: 8px; }
.price { font-size: 2.6rem; font-weight: 900; color: var(--green-ink); line-height: 1.1; }
.price small { font-size: 1.1rem; font-weight: 800; margin-left: 2px; }
.price-sub { color: var(--text-sub); font-size: 0.86rem; margin-top: 8px; }
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ---------- 신청 폼 ---------- */
.apply-section { background: var(--tint); }
.apply-form {
  max-width: 720px; margin: 0 auto 34px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 38px 34px;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 18px; }
.form-field label { display: block; font-weight: 800; font-size: 0.9rem; margin-bottom: 7px; }
.form-field label em { color: #d64545; font-style: normal; }
.form-field label .optional {
  font-size: 0.74rem; font-weight: 700; color: var(--text-sub);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 9px; margin-left: 5px;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 15px;
  border: 1px solid var(--line); border-radius: 10px;
  font-size: 0.96rem; font-family: inherit; background: var(--bg);
}
.form-field textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--green-ink); border-color: transparent; background: var(--white);
}
.char-count { text-align: right; font-size: 0.78rem; color: var(--text-sub); margin-top: 5px; }
.agree-row {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.85rem; color: var(--text-sub);
  margin: 6px 0 22px; cursor: pointer;
}
.agree-row input { margin-top: 4px; accent-color: var(--green-ink); }
.btn-submit { width: 100%; font-size: 1.08rem; padding: 16px; }
.form-msg { margin-top: 14px; font-size: 0.94rem; font-weight: 700; text-align: center; min-height: 1.4em; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: #d64545; }
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .apply-form { padding: 28px 20px; }
}

.alt-channels { text-align: center; color: var(--text-sub); font-size: 0.92rem; }
.alt-channels p { margin-bottom: 10px; font-weight: 700; }
.alt-grid { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.alt-grid b { color: var(--text-main); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 720px; margin: 0 auto; text-align: left; display: grid; gap: 12px; }
.faq-list details {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 22px;
  box-shadow: var(--shadow-sm);
}
.faq-list summary {
  font-weight: 800; font-size: 0.98rem; cursor: pointer;
  list-style: none; position: relative; padding-right: 28px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  color: var(--green-ink); font-size: 1.3rem; font-weight: 800;
  transition: transform 0.2s;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { color: var(--text-sub); font-size: 0.93rem; padding-top: 12px; }

/* ---------- CTA ---------- */
.cta {
  background:
    radial-gradient(700px 400px at 50% 0%, rgba(124, 191, 76, 0.2), transparent 65%),
    linear-gradient(160deg, var(--green-950), var(--green-800));
  color: var(--white); text-align: center;
}
.cta h2 {
  font-size: clamp(1.5rem, 3.6vw, 2.2rem); font-weight: 900;
  letter-spacing: -0.02em; margin-bottom: 14px; line-height: 1.35;
}
.cta p { color: rgba(255, 255, 255, 0.8); margin-bottom: 30px; }

/* ---------- 푸터 ---------- */
.site-footer {
  background: var(--green-950); color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem; padding: 26px 0;
}
.site-footer .container {
  display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap;
}
