@charset "UTF-8";
/* ==========================================================================
   퍼스널멘토 · 무료 진단 마이크로사이트 — 공용 스타일 (v1.0 / 1차)
   적용: 그누보드5 (모바일 우선 375px~)
   브랜드: 메인 #0099ff · 포인트 #FFE000 · 네이비 #0a2540 · 배경 #F5F7FA
   폰트: Pretendard
   화면: landing.html / lead.html / result_cta.html 공용
   ========================================================================== */

/* ----- 폰트 ----- */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@latest/dist/web/static/pretendard.css");

/* ----- 토큰 ----- */
:root {
  --pm-blue: #0099ff;
  --pm-blue-deep: #0c7ff0;
  --pm-yellow: #FFE000;
  --pm-navy: #0a2540;
  --pm-ink: #14202b;
  --pm-text: #333333;
  --pm-sub: #5a6b7a;
  --pm-muted: #8595a3;
  --pm-faint: #9aabb8;
  --pm-bg: #f5f7fa;
  --pm-line: #e3e9ef;
  --pm-blue-tint: #e2f1ff;
  --pm-radius: 14px;
  --pm-shadow-sm: 0 4px 16px rgba(16,72,128,.06);
  --pm-shadow-md: 0 10px 28px rgba(16,72,128,.12);
  --pm-shadow-cta: 0 12px 26px rgba(255,200,0,.45);
}

/* ----- 리셋 ----- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--pm-bg);
  color: var(--pm-text);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; -webkit-tap-highlight-color: transparent; }

/* ----- 레이아웃 컨테이너 (모바일 우선, 데스크톱 중앙 정렬) ----- */
.pm-wrap { width: 100%; max-width: 480px; margin: 0 auto; min-height: 100vh; background: var(--pm-bg); display: flex; flex-direction: column; }

/* ----- 헤더 ----- */
.pm-head { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid #eef1f5; }
.pm-head--center { justify-content: center; background: #fff; }
.pm-head__logo { height: 22px; width: auto; }
.pm-head__chat { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--pm-navy); background: var(--pm-yellow); padding: 8px 13px; border-radius: 999px; }

/* ----- 버튼 ----- */
.pm-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; border: none; cursor: pointer; border-radius: var(--pm-radius); font-family: inherit; font-weight: 800; text-align: center; }
.pm-btn--primary { padding: 18px; background: var(--pm-yellow); color: var(--pm-navy); font-size: 18px; box-shadow: var(--pm-shadow-cta); } /* 핵심 전환 */
.pm-btn--blue { padding: 16px; background: var(--pm-blue); color: #fff; font-size: 16px; box-shadow: 0 8px 18px rgba(0,153,255,.3); }
.pm-btn--ghost { padding: 14px; background: #fff; color: var(--pm-ink); border: 1.5px solid var(--pm-line); font-size: 13.5px; font-weight: 700; }
.pm-btn--outline { padding: 12px 22px; background: #fff; color: var(--pm-blue); border: 1.5px solid var(--pm-blue); font-size: 14px; font-weight: 700; }
.pm-btn:active { transform: translateY(1px); }

/* ----- 히어로 ----- */
.pm-hero { padding: 30px 22px 26px; text-align: center; background: linear-gradient(180deg,#e9f4ff,var(--pm-bg)); }
.pm-pill { display: inline-block; font-size: 12px; font-weight: 800; color: var(--pm-blue); background: #fff; padding: 6px 13px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,153,255,.12); margin-bottom: 16px; }
.pm-hero__title { margin: 0 0 12px; font-size: 26px; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; color: var(--pm-ink); }
.pm-hero__title .em { color: var(--pm-blue); }
.pm-hero__sub { margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: var(--pm-sub); }
.pm-hero__note { margin-top: 12px; font-size: 12.5px; color: var(--pm-muted); }

/* ----- 카드 ----- */
.pm-card { background: #fff; border-radius: 16px; box-shadow: var(--pm-shadow-sm); }
.pm-section { padding: 22px 18px; }
.pm-section--tight { padding: 6px 18px 22px; }

/* ----- 신뢰요소 3 ----- */
.pm-feats { display: flex; gap: 10px; }
.pm-feat { flex: 1; background: #fff; border-radius: var(--pm-radius); padding: 16px 8px; text-align: center; box-shadow: var(--pm-shadow-sm); }
.pm-feat__ico { font-size: 24px; margin-bottom: 6px; }
.pm-feat__t { font-size: 13.5px; font-weight: 800; color: var(--pm-ink); }
.pm-feat__d { font-size: 11.5px; color: var(--pm-muted); margin-top: 2px; }

/* ----- 체크 리스트 ----- */
.pm-list__t { font-size: 15px; font-weight: 800; color: var(--pm-ink); margin-bottom: 14px; }
.pm-list { display: flex; flex-direction: column; gap: 12px; }
.pm-list__item { display: flex; gap: 10px; align-items: flex-start; }
.pm-list__check { flex: none; width: 20px; height: 20px; border-radius: 999px; background: var(--pm-blue-tint); color: var(--pm-blue); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.pm-list__txt { font-size: 14px; line-height: 1.5; color: #4a5a68; }
.pm-list__txt b { color: var(--pm-ink); }

/* ----- 결과 미리보기 (블러) ----- */
.pm-preview__t { font-size: 13px; font-weight: 700; color: var(--pm-muted); margin-bottom: 11px; text-align: center; }
.pm-preview { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--pm-shadow-md); }
.pm-preview__blur { filter: blur(4px); background: #fff; padding: 20px; }
.pm-preview__lock { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.pm-preview__lock span { background: rgba(10,37,64,.82); color: #fff; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 999px; }
.pm-bar { height: 9px; border-radius: 999px; background: var(--pm-blue-tint); }
.pm-bar--y { background: #fff2b8; }

/* ----- 푸터 ----- */
.pm-foot { padding: 22px 18px 30px; background: #eef2f6; text-align: center; }
.pm-foot__logo { height: 18px; width: auto; opacity: .5; margin: 0 auto 8px; }
.pm-foot__txt { font-size: 11px; color: var(--pm-faint); line-height: 1.7; }
.pm-foot__links { display: flex; gap: 12px; justify-content: center; margin-top: 8px; font-size: 11px; color: var(--pm-faint); }

/* ----- 폼 ----- */
.pm-form { flex: 1; padding: 28px 22px; display: flex; flex-direction: column; }
.pm-progress { display: flex; align-items: center; gap: 7px; margin-bottom: 20px; }
.pm-progress__num { width: 26px; height: 26px; border-radius: 999px; background: var(--pm-blue); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.pm-progress__track { flex: 1; height: 4px; background: var(--pm-line); border-radius: 999px; overflow: hidden; }
.pm-progress__fill { height: 100%; background: var(--pm-blue); }
.pm-progress__label { font-size: 12px; font-weight: 700; color: var(--pm-muted); }
.pm-form__title { margin: 0 0 6px; font-size: 23px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); line-height: 1.35; }
.pm-form__sub { margin: 0 0 24px; font-size: 14px; color: var(--pm-sub); line-height: 1.55; }
.pm-toggle { display: flex; gap: 8px; background: #eaeef3; padding: 5px; border-radius: 12px; margin-bottom: 20px; }
.pm-toggle__opt { flex: 1; text-align: center; padding: 10px; color: var(--pm-muted); font-size: 14px; font-weight: 700; border-radius: 9px; cursor: pointer; }
.pm-toggle__opt.is-on { background: #fff; color: var(--pm-blue); font-weight: 800; box-shadow: 0 2px 8px rgba(16,72,128,.08); }
.pm-fields { display: flex; flex-direction: column; gap: 16px; }
.pm-field__label { display: block; font-size: 13px; font-weight: 700; color: #4a5a68; margin-bottom: 7px; }
.pm-input { width: 100%; padding: 15px 16px; background: #fff; border: 1.5px solid var(--pm-line); border-radius: 12px; font-size: 15px; font-family: inherit; color: var(--pm-ink); }
.pm-input::placeholder { color: #b8c2cc; }
.pm-input:focus { outline: none; border-color: var(--pm-blue); box-shadow: 0 0 0 3px rgba(0,153,255,.1); }
.pm-seg { display: flex; gap: 8px; }
.pm-seg__opt { flex: 1; text-align: center; padding: 14px 0; background: #fff; color: var(--pm-sub); border: 1.5px solid var(--pm-line); border-radius: 12px; font-size: 15px; font-weight: 700; cursor: pointer; }
.pm-seg__opt.is-on { background: var(--pm-blue); color: #fff; font-weight: 800; border-color: var(--pm-blue); }
.pm-spacer { flex: 1; }
.pm-form__guard { margin: 13px 0 0; font-size: 11.5px; color: var(--pm-faint); text-align: center; line-height: 1.55; }

/* ----- 결과 CTA 상단 요약 ----- */
.pm-result-head { padding: 22px 22px 18px; background: linear-gradient(135deg,var(--pm-blue),var(--pm-blue-deep)); color: #fff; }
.pm-result-head__eyebrow { font-size: 12.5px; opacity: .9; font-weight: 600; }
.pm-result-head__row { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.pm-result-head__type { font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.pm-result-head__tag { font-size: 11px; font-weight: 700; background: rgba(255,255,255,.2); padding: 4px 9px; border-radius: 999px; }
.pm-result-head__desc { font-size: 13px; opacity: .92; margin-top: 8px; line-height: 1.5; }

.pm-convert { flex: 1; padding: 24px 22px; display: flex; flex-direction: column; }
.pm-convert__head { text-align: center; margin-bottom: 20px; }
.pm-convert__title { margin: 0 0 10px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); line-height: 1.4; }
.pm-convert__title .em { color: var(--pm-blue); }
.pm-convert__sub { margin: 0; font-size: 14px; color: var(--pm-sub); line-height: 1.6; }
.pm-row2 { display: flex; gap: 10px; margin-top: 12px; }

/* ----- 보장 배지 ----- */
.pm-badge { display: flex; align-items: center; gap: 13px; background: #f4faff; border: 1px solid #d8ecfd; border-radius: 16px; padding: 16px 18px; margin-top: 18px; }
.pm-badge__ico { flex: none; width: 42px; height: 42px; border-radius: 11px; background: var(--pm-blue); display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 12px rgba(0,153,255,.28); }
.pm-badge__t { font-size: 14px; font-weight: 800; color: #0a4a7a; line-height: 1.35; }
.pm-note { text-align: center; margin-top: 20px; font-size: 11.5px; color: var(--pm-faint); line-height: 1.6; }

/* ----- 개인정보 동의 체크박스 ----- */
.pm-agree { display: flex; align-items: flex-start; gap: 9px; padding: 14px 14px; background: #fff; border: 1.5px solid var(--pm-line); border-radius: 12px; margin-bottom: 12px; cursor: pointer; }
.pm-agree__box { flex: none; width: 20px; height: 20px; margin: 0; accent-color: var(--pm-blue); cursor: pointer; }
.pm-agree__txt { font-size: 13px; line-height: 1.5; color: #4a5a68; }
.pm-agree__txt b { color: var(--pm-blue); font-weight: 700; }
.pm-agree__txt a { color: var(--pm-muted); text-decoration: underline; }

.mt12 { margin-top: 12px; }
.mt18 { margin-top: 18px; }

/* ==========================================================================
   2차 — 검사선택(select) · 문항(test) · 결과보고서(result)
   ========================================================================== */

/* ----- ③ 검사선택 카드 ----- */
.pm-pick { text-decoration: none; display: block; background: #fff; border: 2px solid #eef1f5; border-radius: 18px; padding: 20px; box-shadow: var(--pm-shadow-sm); margin-bottom: 14px; }
.pm-pick--hot { border-color: #cfe8ff; box-shadow: 0 8px 22px rgba(0,153,255,.10); }
.pm-pick__top { display: flex; align-items: center; gap: 13px; }
.pm-pick__ico { flex: none; width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.pm-pick__ico--blue { background: linear-gradient(135deg,#0099ff,#33b1ff); box-shadow: 0 6px 14px rgba(0,153,255,.3); }
.pm-pick__ico--yellow { background: linear-gradient(135deg,#ffcf2e,#ffe000); box-shadow: 0 6px 14px rgba(255,200,0,.34); }
.pm-pick__t { font-size: 17px; font-weight: 800; color: var(--pm-ink); }
.pm-pick__sub { font-size: 12.5px; color: var(--pm-muted); margin-top: 1px; }
.pm-pick__desc { font-size: 13.5px; color: var(--pm-sub); line-height: 1.5; margin: 14px 0; }
.pm-pick__foot { display: flex; align-items: center; justify-content: space-between; }
.pm-pick__time { font-size: 12px; font-weight: 700; color: var(--pm-blue); background: var(--pm-blue-tint); padding: 5px 11px; border-radius: 999px; }
.pm-pick__time--y { color: #b07d00; background: #fff5d1; }
.pm-pick__go { font-size: 14px; font-weight: 800; color: var(--pm-blue); }
.pm-pick-note { text-align: center; font-size: 12.5px; color: var(--pm-muted); margin-top: 18px; }

/* ----- ④ 문항 ----- */
.pm-test { height: 100%; display: flex; flex-direction: column; background: #fff; }
.pm-test__head { padding: 14px 20px; border-bottom: 1px solid #f1f5f9; }
.pm-test__bar-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pm-save { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; color: #0a7c4a; background: #e7f7ee; padding: 5px 10px; border-radius: 999px; } /* 자동 저장됨 */
.pm-test__prog { display: flex; align-items: center; gap: 10px; }
.pm-test__track { flex: 1; height: 8px; background: #eef2f6; border-radius: 999px; overflow: hidden; }
.pm-test__fill { height: 100%; background: linear-gradient(90deg,#0099ff,#33b1ff); border-radius: 999px; transition: width .35s cubic-bezier(.2,.8,.3,1); }
.pm-test__count { font-size: 13px; font-weight: 800; color: var(--pm-ink); white-space: nowrap; }
.pm-test__count .cur { color: var(--pm-blue); }
.pm-test__body { flex: 1; display: flex; flex-direction: column; padding: 26px 22px 0; overflow-y: auto; }
.pm-encourage { align-self: center; font-size: 12.5px; font-weight: 700; color: #b07d00; background: #fff5d1; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.pm-q__no { font-size: 12.5px; font-weight: 700; color: var(--pm-blue); margin-bottom: 9px; }
.pm-q__text { margin: 0 0 24px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); line-height: 1.45; }

/* 보기 공통 버튼 */
.pm-opts { display: flex; flex-direction: column; gap: 10px; }
.pm-opts--ab { gap: 13px; }
.pm-opts--yn { flex-direction: row; gap: 12px; }
.pm-opt { display: flex; align-items: center; gap: 13px; width: 100%; padding: 16px 18px; background: #fff; border: 2px solid var(--pm-line); border-radius: 14px; cursor: pointer; text-align: left; font-family: inherit; transition: border-color .12s ease, background .12s ease, transform .08s ease; }
.pm-opt:hover { border-color: var(--pm-blue); }
.pm-opt:active { transform: scale(.985); }
.pm-opt.is-on { border-color: var(--pm-blue); background: #f3f9ff; }
/* 유형1: 5점 척도 */
.pm-opt__dot { flex: none; width: 26px; height: 26px; border-radius: 999px; display: inline-block; }
.pm-opt__label { font-size: 16px; font-weight: 700; color: #2b3640; }
/* 유형2: 양자택일 A/B */
.pm-opt--ab { align-items: flex-start; padding: 20px 18px; background: #f7fbff; border-color: #cfe8ff; }
.pm-opt__tag { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--pm-blue); color: #fff; font-size: 15px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.pm-opt__ablabel { font-size: 16px; font-weight: 700; color: var(--pm-ink); line-height: 1.5; }
/* 유형3: 그렇다/아니다 */
.pm-opt--yn { flex: 1; flex-direction: column; align-items: center; gap: 8px; padding: 26px 12px; text-align: center; }
.pm-opt__emoji { font-size: 30px; }
.pm-opt__ynlabel { font-size: 16px; font-weight: 800; color: var(--pm-ink); }

.pm-test__foot { padding: 14px 22px 22px; border-top: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; }
.pm-prev { display: inline-flex; align-items: center; gap: 5px; padding: 11px 18px; background: #fff; color: var(--pm-sub); border: 1.5px solid var(--pm-line); border-radius: 11px; font-size: 14px; font-weight: 700; font-family: inherit; cursor: pointer; }
.pm-prev[disabled] { background: var(--pm-bg); color: #c2ccd6; border-color: #eef2f6; cursor: default; }
.pm-test__hint { font-size: 12px; color: var(--pm-faint); }

/* 완료 */
.pm-done { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 26px; text-align: center; }
.pm-done__chk { width: 92px; height: 92px; border-radius: 999px; background: linear-gradient(135deg,#0099ff,#33b1ff); display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 32px rgba(0,153,255,.34); }
.pm-done__t { margin: 22px 0 8px; font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); }
.pm-done__d { margin: 0 0 28px; font-size: 14.5px; color: var(--pm-sub); line-height: 1.6; }

/* ----- ⑤ 결과보고서 ----- */
.pm-rpt-head { padding: 22px 22px 26px; background: linear-gradient(135deg,var(--pm-blue),var(--pm-blue-deep)); color: #fff; }
.pm-rpt-head__top { display: flex; align-items: center; justify-content: space-between; }
.pm-rpt-head__logo { height: 19px; width: auto; filter: brightness(0) invert(1); opacity: .92; }
.pm-rpt-head__badge { font-size: 11px; font-weight: 700; background: rgba(255,255,255,.2); padding: 4px 10px; border-radius: 999px; }
.pm-rpt-head__lead { font-size: 13px; opacity: .92; margin-top: 20px; }
.pm-rpt-head__type { font-size: 30px; font-weight: 800; letter-spacing: -.02em; margin-top: 4px; }
.pm-rpt-head__axes { font-size: 12.5px; opacity: .9; margin-top: 6px; }

.pm-scores { margin: -14px 16px 0; background: #fff; border-radius: 16px; padding: 18px; box-shadow: var(--pm-shadow-md); }
.pm-scores__t { font-size: 13px; font-weight: 800; color: var(--pm-ink); margin-bottom: 14px; }
.pm-axis { margin-bottom: 13px; }
.pm-axis:last-child { margin-bottom: 0; }
.pm-axis__row { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 5px; }
.pm-axis__name { font-weight: 700; color: var(--pm-blue); }
.pm-axis__opp { color: #b8c2cc; }
.pm-axis__track { height: 8px; background: #eef2f6; border-radius: 999px; overflow: hidden; }
.pm-axis__fill { height: 100%; background: var(--pm-blue); border-radius: 999px; }

.pm-rpt-cards { padding: 20px 16px 8px; display: flex; flex-direction: column; gap: 12px; }
.pm-rcard { background: #fff; border-radius: 14px; padding: 18px; box-shadow: var(--pm-shadow-sm); }
.pm-rcard--tip { background: #fffdf2; border: 1px solid #ffe69c; box-shadow: none; }
.pm-rcard__head { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.pm-rcard__ico { font-size: 18px; }
.pm-rcard__t { font-size: 14px; font-weight: 800; color: var(--pm-ink); }
.pm-rcard__body { font-size: 13.5px; line-height: 1.65; color: #4a5a68; }

/* ==========================================================================
   3차 — 결과보고서 깔때기 완성형 (① 나의 결심 · ② 이메일 등록 · ③ 매칭 CTA)
   2차 result.html 16유형 카드 다음에 이어붙음.
   ========================================================================== */

/* 섹션 공통 헤더 (블록 제목) */
.pm-block { padding: 8px 16px 0; }
.pm-block__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .02em; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.pm-block__title { margin: 0 0 4px; font-size: 19px; font-weight: 800; letter-spacing: -.01em; color: var(--pm-ink); line-height: 1.4; }
.pm-block__sub { margin: 0; font-size: 13px; color: var(--pm-sub); line-height: 1.55; }

/* ----- ① 나의 결심 (감정 몰입) ----- */
.pm-resolve { padding: 22px 16px 6px; }
.pm-resolve__eyebrow { color: #b07d00; background: #fff5d1; }
.pm-resolve__card { position: relative; background: linear-gradient(160deg,#fffdf4,#fff8e6); border: 1.5px solid #ffe69c; border-radius: 18px; padding: 26px 22px 22px; margin-top: 14px; box-shadow: 0 8px 24px rgba(200,150,0,.10); }
.pm-resolve__quote { position: absolute; top: 8px; left: 18px; font-size: 56px; line-height: 1; color: #ffd84d; font-family: Georgia, "Times New Roman", serif; }
.pm-resolve__list { position: relative; display: flex; flex-direction: column; gap: 14px; padding-top: 12px; }
.pm-resolve__item { font-size: 17px; font-weight: 700; line-height: 1.6; color: #6b5410; letter-spacing: -.01em; }
.pm-resolve__by { margin-top: 18px; font-size: 13px; font-weight: 700; color: #b07d00; text-align: right; }

/* ----- ② 이메일 등록 (선가치) ----- */
.pm-email { padding: 18px 16px 6px; }
.pm-email__card { background: var(--pm-blue); background: linear-gradient(135deg,#0099ff,#0c7ff0); border-radius: 18px; padding: 24px 22px; color: #fff; box-shadow: 0 14px 30px rgba(0,123,240,.28); }
.pm-email__title { margin: 0 0 7px; font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.pm-email__sub { margin: 0 0 18px; font-size: 13px; line-height: 1.55; opacity: .94; }
.pm-email__row { display: flex; gap: 9px; }
.pm-email__input { flex: 1; min-width: 0; padding: 15px 16px; background: #fff; border: none; border-radius: 12px; font-size: 15px; font-family: inherit; color: var(--pm-ink); }
.pm-email__input::placeholder { color: #b8c2cc; }
.pm-email__input:focus { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.5); }
.pm-email__btn { flex: none; padding: 15px 20px; background: var(--pm-yellow); color: var(--pm-navy); border: none; border-radius: 12px; font-size: 15px; font-weight: 800; font-family: inherit; cursor: pointer; white-space: nowrap; }
.pm-email__btn:active { transform: translateY(1px); }
.pm-email__consent { display: flex; align-items: flex-start; gap: 8px; margin-top: 13px; font-size: 12px; line-height: 1.5; opacity: .92; }
.pm-email__consent input { flex: none; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--pm-yellow); }
.pm-email__consent a { color: #fff; text-decoration: underline; }
/* 성공 상태 (개발이 토글: .is-done 추가 시 폼 숨기고 성공 메시지) */
.pm-email__done { display: none; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; background: rgba(255,255,255,.16); padding: 15px 16px; border-radius: 12px; }
.pm-email.is-done .pm-email__row,
.pm-email.is-done .pm-email__consent { display: none; }
.pm-email.is-done .pm-email__done { display: flex; }

/* ----- ③ 매칭 CTA (행동) ----- */
.pm-match { padding: 18px 16px 8px; }
.pm-match__head { text-align: center; margin-bottom: 16px; }
.pm-match__title { margin: 0 0 6px; font-size: 21px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); line-height: 1.4; }
.pm-match__title .em { color: var(--pm-blue); }
.pm-match__sub { margin: 0; font-size: 14px; color: var(--pm-sub); line-height: 1.55; }
.pm-match__main { box-shadow: 0 12px 28px rgba(255,200,0,.5); }
.pm-match__safe { text-align: center; margin-top: 12px; font-size: 12.5px; color: var(--pm-muted); }
.pm-match__sec-label { text-align: center; font-size: 12px; color: var(--pm-faint); margin: 18px 0 10px; }


/* ==========================================================================
   카드 등록 완료 (card_done.html) — 매칭 후 결제수단 등록 완료 화면
   ========================================================================== */
.pm-cd-hero { text-align: center; padding: 34px 26px 26px; background: linear-gradient(180deg,#e9f4ff,var(--pm-bg)); }
.pm-cd-check { width: 96px; height: 96px; margin: 0 auto 18px; border-radius: 999px; background: linear-gradient(135deg,#0099ff,#33b1ff); display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 34px rgba(0,153,255,.36); }
.pm-cd-hero__t { margin: 0 0 10px; font-size: 27px; font-weight: 800; letter-spacing: -.02em; color: var(--pm-ink); }
.pm-cd-hero__sub { margin: 0; font-size: 15px; line-height: 1.6; color: var(--pm-sub); }
.pm-cd-hero__sub b { color: var(--pm-ink); }
.pm-cd-secure { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 12px; font-weight: 700; color: #0a7c4a; background: #e7f7ee; padding: 7px 13px; border-radius: 999px; }

.pm-cd-card { margin: 4px 18px 0; background: #fff; border-radius: 18px; padding: 8px 20px; box-shadow: 0 8px 24px rgba(16,72,128,.08); }
.pm-cd-row { display: flex; gap: 13px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #f1f5f9; }
.pm-cd-row:last-child { border-bottom: none; }
.pm-cd-ico { flex: none; width: 30px; height: 30px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.pm-cd-ico--ok { background: #e7f7ee; color: #0a7c4a; box-shadow: 0 3px 8px rgba(10,124,74,.15); }
.pm-cd-ico--pay { background: var(--pm-blue-tint); color: var(--pm-blue); }
.pm-cd-ico--sms { background: #fff5d1; color: #b07d00; }
.pm-cd-row__body { flex: 1; padding-top: 2px; }
.pm-cd-row__t { font-size: 15px; font-weight: 700; color: var(--pm-ink); line-height: 1.5; }
.pm-cd-row__t--hl { font-size: 15.5px; font-weight: 800; }
.pm-cd-row__d { font-size: 13.5px; color: var(--pm-sub); margin-top: 3px; line-height: 1.55; }
.pm-cd-row__d b { color: var(--pm-ink); }
.pm-cd-ok { color: #0a7c4a; }
.pm-cd-fee { color: var(--pm-blue); }

.pm-cd-next { margin: 16px 18px 28px; background: var(--pm-navy); border-radius: 18px; padding: 22px; text-align: center; color: #fff; }
.pm-cd-next__t { font-size: 15.5px; font-weight: 700; line-height: 1.6; }
.pm-cd-next__t b { color: var(--pm-yellow); }
.pm-cd-next__d { font-size: 13px; color: #b8c8d8; margin-top: 8px; }
.pm-cd-next__row { display: flex; gap: 9px; margin-top: 18px; }
.pm-cd-next__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px; background: rgba(255,255,255,.1); color: #fff; border-radius: 11px; font-size: 13px; font-weight: 700; text-decoration: none; }

/* ===== AI 신뢰 페이지 (ai_intro·ai_career·ai_learning_test·ai_studymethod) ===== */
.pm-ai-how{margin:16px 18px;background:#fff;border-radius:16px;box-shadow:var(--pm-shadow-sm);padding:22px}
.pm-ai-how__t{font-size:16px;font-weight:800;color:var(--pm-ink);margin-bottom:10px}
.pm-ai-how__d{font-size:14px;line-height:1.7;color:#4a5a68}
.pm-ai-chip{display:inline-block;font-size:12.5px;font-weight:700;color:var(--pm-blue);background:var(--pm-blue-tint);padding:5px 11px;border-radius:999px;margin:4px 4px 0 0}
.pm-ai-flow{margin:16px 18px;background:var(--pm-navy);border-radius:16px;padding:22px;color:#fff}
.pm-ai-flow__t{font-size:15px;font-weight:800;margin-bottom:14px}
.pm-ai-step{display:flex;gap:11px;align-items:flex-start;margin:11px 0}
.pm-ai-step__n{flex:none;width:24px;height:24px;border-radius:999px;background:var(--pm-yellow);color:var(--pm-navy);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}
.pm-ai-step__b{font-size:14px;line-height:1.5}
.pm-ai-step__b b{color:var(--pm-yellow)}
.pm-ai-area{margin:14px 18px;background:#fff;border-radius:16px;box-shadow:var(--pm-shadow-sm);padding:20px}
.pm-ai-area__t{display:flex;align-items:center;gap:9px;font-size:15.5px;font-weight:800;color:var(--pm-ink);margin-bottom:6px}
.pm-ai-area__ico{flex:none;width:30px;height:30px;border-radius:9px;background:var(--pm-blue-tint);color:var(--pm-blue);display:flex;align-items:center;justify-content:center;font-size:15px}
.pm-ai-area__d{font-size:13.5px;line-height:1.6;color:#4a5a68;margin-bottom:6px}
.pm-ai-area__sub{font-size:13px;font-weight:700;color:var(--pm-navy);margin-top:8px}
