/* ══════════════════════════════════════════════════════════════
   CmsHom — 프리미엄 사이트제작 (/free-create/premium)
   프리픽스 .pm- · 화이트 에디토리얼 + 딥잉크 리듬
   토큰은 layouts/cmshom-page.blade.php 제공(--accent/--accent-2/--accent-3 …)
   ⭐ 이 페이지의 격(格) 표현 = 앰버골드(--accent-3)를 주 강조로,
      전환 CTA 만 오렌지(--accent) — 「고급」 상품이라는 신호를 색으로 준다.
   2026-08-02 v1
   ══════════════════════════════════════════════════════════════ */

.pm-page { color: var(--body); }
.pm-shell { max-width: 1160px; margin: 0 auto; padding: 0 40px; }

/* ── 공통 타이포 ──
   ⛔ kicker 는 영문·숫자 전용이다 — 한글에 letter-spacing 을 주면 「임 대 블 로 그」처럼 자간이 벌어진다 */
.pm-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
    color: var(--accent-3-hover); margin: 0 0 16px;
}
.pm-kicker span { width: 22px; height: 1px; background: currentColor; display: inline-block; }
.pm-page h2 {
    font-size: clamp(27px, 3.2vw, 38px); line-height: 1.32; letter-spacing: -.02em;
    color: var(--ink); margin: 0 0 16px; font-weight: 700; word-break: keep-all;
}
.pm-page h3 { word-break: keep-all; }
.pm-lead {
    font-size: 17px; line-height: 1.78; color: var(--body); margin: 0; max-width: 760px;
    word-break: keep-all;
}
.pm-section { padding: 104px 0; }
.pm-section--band { background: var(--band); }
.pm-section--ink { background: #17161a; }
.pm-section--ink h2, .pm-section--ink .pm-lead b { color: #fff; }
.pm-section--ink .pm-lead { color: rgba(255,255,255,.68); }
.pm-section--ink .pm-kicker { color: #E8912A; }
.pm-head { margin-bottom: 48px; }
.pm-head--mid { text-align: center; }
.pm-head--mid .pm-lead { margin-left: auto; margin-right: auto; }

/* 스크롤 리빌 */
.pm-rise { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.pm-rise.pm-in { opacity: 1; transform: none; }
.pm-d1 { transition-delay: .07s; } .pm-d2 { transition-delay: .14s; }
.pm-d3 { transition-delay: .21s; } .pm-d4 { transition-delay: .28s; }
@media (prefers-reduced-motion: reduce) {
    .pm-rise { opacity: 1; transform: none; transition: none; }
}

/* ── 버튼 ── */
.pm-btn {
    display: inline-flex; align-items: center; gap: 9px; padding: 15px 30px;
    border-radius: var(--r); font-size: 16px; font-weight: 600; text-decoration: none;
    border: 1px solid transparent; cursor: pointer;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.pm-btn-primary { background: var(--accent); color: var(--on-accent); }
.pm-btn-primary:hover { background: var(--accent-hover); color: var(--on-accent); transform: translateY(-2px); }
.pm-btn-quiet { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.pm-btn-quiet:hover { background: var(--surface-alt); color: var(--ink); transform: translateY(-2px); }
.pm-section--ink .pm-btn-quiet { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.28); }
.pm-section--ink .pm-btn-quiet:hover { background: rgba(255,255,255,.08); color: #fff; }

/* ══ § 1  히어로 ══ */
.pm-hero {
    padding: 92px 0 96px;
    background: linear-gradient(180deg, #17161a 0%, #1d1b21 62%, #221f26 100%);
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.72);
}
.pm-hero-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 52px; align-items: center; }
.pm-hero .pm-kicker { color: #E8912A; }
/* ⚠ 상한 40px = 「프리미엄 디자인·영상·프로그램」이 좌측 컬럼에 한 줄로 들어가는 크기.
   더 키우면 「프로그램」만 둘째 줄로 떨어져 조판이 어긋난다(실측으로 정한 값). */
.pm-hero h1 {
    font-size: clamp(29px, 3.4vw, 40px); line-height: 1.3; letter-spacing: -.03em;
    color: #fff; font-weight: 700; margin: 0 0 22px; word-break: keep-all;
}
.pm-hero h1 b { color: #F0B054; font-weight: 700; }
.pm-hero-lead { font-size: 17.5px; line-height: 1.8; color: rgba(255,255,255,.74); margin: 0 0 26px; word-break: keep-all; }
.pm-hero-lead b { color: #fff; font-weight: 700; }
.pm-price-chip {
    display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
    padding: 11px 20px; border-radius: 999px; margin: 0 0 26px;
    background: rgba(232,145,42,.14); border: 1px solid rgba(240,176,84,.34);
    color: #F3BE72; font-size: 15px; font-weight: 700;
}
.pm-price-chip i { font-size: 16px; }
.pm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.pm-hero .pm-btn-quiet { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.26); }
.pm-hero .pm-btn-quiet:hover { background: rgba(255,255,255,.08); color: #fff; }
.pm-trust { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.pm-trust li { display: flex; gap: 10px; font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.6; word-break: keep-all; }
.pm-trust i { color: #E8912A; font-size: 17px; flex: none; margin-top: 1px; }

/* 히어로 우측 = 전용 제작 3요소 스택(이미지 파일 의존 0) */
.pm-hero-figure { margin: 0; }
.pm-stack { display: grid; gap: 14px; }
.pm-stack-card {
    display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start;
    padding: 22px 24px; border-radius: var(--r-lg);
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11);
    backdrop-filter: blur(2px);
}
.pm-stack-ico {
    width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
    background: linear-gradient(145deg, rgba(232,145,42,.22), rgba(232,145,42,.06));
    border: 1px solid rgba(240,176,84,.3); color: #F0B054; font-size: 23px;
}
.pm-stack-card h2, .pm-stack-card h3 { font-size: 17px; color: #fff; margin: 0 0 6px; font-weight: 700; letter-spacing: -.01em; }
.pm-stack-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.62); word-break: keep-all; }
.pm-stack-foot {
    margin-top: 4px; padding: 15px 20px; border-radius: var(--r-lg); text-align: center;
    background: rgba(240,176,84,.1); border: 1px dashed rgba(240,176,84,.36);
    font-size: 14.5px; font-weight: 600; color: #F3BE72; word-break: keep-all;
}

/* ══ § 2  이런 경우 / 10만원이면 충분한 경우 ══ */
.pm-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.pm-fit {
    padding: 34px 32px 30px; border-radius: var(--r-lg); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pm-fit--yes { border-color: rgba(232,145,42,.42); box-shadow: 0 10px 34px rgba(232,145,42,.1); }
.pm-fit-tag {
    display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px;
    font-size: 13px; font-weight: 700; margin-bottom: 16px;
}
.pm-fit--yes .pm-fit-tag { background: var(--accent-3-soft); color: var(--accent-3-hover); }
.pm-fit--no  .pm-fit-tag { background: var(--surface-alt); color: var(--muted); }
.pm-fit h3 { font-size: 20px; color: var(--ink); margin: 0 0 18px; font-weight: 700; letter-spacing: -.015em; }
.pm-fit ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 12px; }
.pm-fit li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.62; color: var(--body); word-break: keep-all; }
.pm-fit li i { flex: none; margin-top: 2px; font-size: 16px; }
.pm-fit--yes li i { color: var(--accent-3); }
.pm-fit--no  li i { color: var(--dim); }
.pm-fit-note {
    margin: 0; padding-top: 18px; border-top: 1px solid var(--line);
    font-size: 14.5px; line-height: 1.6; color: var(--muted); word-break: keep-all;
}
.pm-fit-note a { color: var(--accent); font-weight: 600; text-decoration: none; }
.pm-fit-note a:hover { text-decoration: underline; }

/* ══ § 3  무엇이 프리미엄인가 — 5가지 정의 ══ */
.pm-def-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pm-def {
    position: relative; padding: 30px 28px 28px; border-radius: var(--r-lg);
    background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pm-def:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pm-def-num {
    display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px;
    background: var(--accent-3-soft); color: var(--accent-3-hover);
    font-size: 14px; font-weight: 700; margin-bottom: 15px;
}
.pm-def h3 { font-size: 18.5px; color: var(--ink); margin: 0 0 10px; font-weight: 700; letter-spacing: -.015em; }
.pm-def p { margin: 0 0 16px; font-size: 15px; line-height: 1.68; color: var(--body); word-break: keep-all; }
.pm-def-vs { display: grid; gap: 7px; padding-top: 15px; border-top: 1px solid var(--line); }
.pm-def-vs div { display: grid; grid-template-columns: 74px 1fr; gap: 10px; font-size: 13.5px; line-height: 1.55; word-break: keep-all; }
.pm-def-vs b { font-weight: 700; }
.pm-def-vs .is-basic b { color: var(--dim); }
.pm-def-vs .is-basic  { color: var(--muted); }
.pm-def-vs .is-prem b { color: var(--accent-3-hover); }
.pm-def-vs .is-prem   { color: var(--ink); font-weight: 600; }

/* ══ § 4  비교표 ══ */
.pm-tblwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface); }
.pm-tbl { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 15px; }
.pm-tbl th, .pm-tbl td { padding: 17px 20px; text-align: left; border-bottom: 1px solid var(--line); word-break: keep-all; }
.pm-tbl thead th { background: #17161a; color: #fff; font-size: 14.5px; font-weight: 700; letter-spacing: -.01em; }
.pm-tbl thead th.is-prem { background: #2A2118; color: #F0B054; }
.pm-tbl tbody th { width: 130px; font-weight: 700; color: var(--ink); background: var(--band); font-size: 14.5px; }
.pm-tbl td { color: var(--body); line-height: 1.6; }
.pm-tbl td.is-prem { color: var(--ink); font-weight: 600; background: rgba(232,145,42,.05); }
.pm-tbl tbody tr:last-child th, .pm-tbl tbody tr:last-child td { border-bottom: 0; }
.pm-tbl-cap { margin: 14px 0 0; font-size: 14px; color: var(--muted); word-break: keep-all; }

/* ══ § 5  3축 (다크) ══ */
.pm-axis { display: grid; gap: 20px; }
.pm-axis-row {
    display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: start;
    padding: 34px 36px; border-radius: var(--r-lg);
    background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1);
}
.pm-axis-side { display: grid; gap: 13px; }
.pm-axis-ico {
    width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
    background: linear-gradient(145deg, rgba(232,145,42,.24), rgba(232,145,42,.06));
    border: 1px solid rgba(240,176,84,.32); color: #F0B054; font-size: 24px;
}
.pm-axis-side h3 { font-size: 21px; color: #fff; margin: 0; font-weight: 700; letter-spacing: -.02em; }
.pm-axis-side p { margin: 0; font-size: 14.5px; line-height: 1.66; color: rgba(255,255,255,.6); word-break: keep-all; }
.pm-axis-body { display: grid; gap: 18px; }
.pm-axis-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pm-axis-list li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.82); word-break: keep-all; }
.pm-axis-list i { color: #E8912A; flex: none; margin-top: 3px; font-size: 15px; }
.pm-proofbox {
    padding: 18px 22px; border-radius: var(--r); background: rgba(232,145,42,.1);
    border-left: 3px solid #E8912A;
}
.pm-proofbox b { display: block; color: #F3BE72; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; letter-spacing: .02em; }
.pm-proofbox p { margin: 0; font-size: 14.5px; line-height: 1.68; color: rgba(255,255,255,.76); word-break: keep-all; }
.pm-proofbox p + p { margin-top: 7px; }

/* ══ § 5-2  데모(제작 예시) ══ */
.pm-demo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.pm-demo-two { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 22px; }
.pm-demo-list--row { grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; }
/* ⛔ 프레임(#0A0C0F) 위에 얹히므로 밝은 글자여야 한다 — var(--ink) 를 쓰면 배경에 묻힌다 */
.pm-demo-meta {
    display: block; padding: 18px 20px 16px; font-size: 14px; line-height: 1.62;
    background: #11151A; color: rgba(255,255,255,.62); word-break: keep-all;
    border-top: 1px solid #212932;
}
.pm-demo-meta b { display: block; color: #EAF0F5; font-size: 15.5px; margin-bottom: 5px; }
.pm-demo-frame {
    display: block; border-radius: var(--r-lg); overflow: hidden; text-decoration: none;
    border: 1px solid var(--line); background: #0A0C0F; box-shadow: var(--shadow-lg);
    transition: transform .25s ease, box-shadow .25s ease;
}
.pm-demo-frame:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(0,0,0,.22); }
.pm-demo-bar { display: flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; background: #161B21; }
.pm-demo-bar i { width: 9px; height: 9px; border-radius: 50%; background: #333C46; flex: none; }
.pm-demo-bar b {
    margin-left: 10px; font-size: 11.5px; font-weight: 500; color: #6E7C8A;
    background: #0F1318; padding: 4px 14px; border-radius: 999px; letter-spacing: .01em;
}
/* 1440px 화면을 축소해 얹는다 — 카드 전체가 새 창 링크라 iframe 은 입력을 받지 않는다 */
.pm-demo-view { display: block; position: relative; height: 430px; overflow: hidden; }
.pm-demo-view iframe {
    position: absolute; top: 0; left: 0; width: 1440px; height: 1180px; border: 0;
    transform: scale(.437); transform-origin: 0 0; pointer-events: none;
}
.pm-demo-open {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px; background: #11151A; color: #4CC9E8; font-size: 14.5px; font-weight: 700;
    border-top: 1px solid #212932; transition: background .2s ease;
}
.pm-demo-frame:hover .pm-demo-open { background: #161B21; }
.pm-demo-kind {
    display: inline-block; margin: 0 0 14px; padding: 5px 14px; border-radius: 999px;
    background: var(--accent-3-soft); color: var(--accent-3-hover); font-size: 12.5px; font-weight: 700;
}
.pm-demo-side h3 { font-size: 21px; color: var(--ink); margin: 0 0 22px; font-weight: 700; letter-spacing: -.02em; }
.pm-demo-list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 18px; align-items: start; }
.pm-demo-list li {
    padding-left: 16px; border-left: 2px solid var(--accent-3);
    font-size: 15px; line-height: 1.68; color: var(--body); word-break: keep-all;
}
.pm-demo-list li b { display: block; color: var(--ink); font-size: 15.5px; margin-bottom: 5px; }
.pm-demo-list li b + b { display: inline; font-size: inherit; margin: 0; }
.pm-demo-cta {
    display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
    padding: 14px 26px; border-radius: var(--r); text-decoration: none;
    background: var(--accent-3); color: #fff; font-size: 15.5px; font-weight: 700;
    transition: background .18s ease, transform .18s ease;
}
.pm-demo-cta:hover { background: var(--accent-3-hover); color: #fff; transform: translateY(-2px); }
.pm-demo-cta b { font-weight: 700; }
.pm-demo-note { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.6; word-break: keep-all; }

/* ══ § 6  왜 싼가 — 시세 막대 + 근거 4 ══ */
.pm-bars { display: grid; gap: 15px; margin-bottom: 20px; }
.pm-bar { display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: center; }
.pm-bar-label { font-size: 14.5px; color: var(--body); line-height: 1.45; word-break: keep-all; }
.pm-bar-label b { display: block; color: var(--ink); font-weight: 700; font-size: 15px; }
.pm-bar-track { position: relative; height: 40px; border-radius: var(--r); background: var(--surface-alt); overflow: hidden; }
.pm-bar-fill {
    position: absolute; inset: 0 auto 0 0; width: 0; border-radius: var(--r);
    background: linear-gradient(90deg, #C9C4BC, #A9A39A);
    transition: width 1.1s cubic-bezier(.16,1,.3,1);
    display: flex; align-items: center; justify-content: flex-end; padding-right: 14px;
    color: #fff; font-size: 14px; font-weight: 700; white-space: nowrap;
}
.pm-bar.is-ours .pm-bar-fill { background: linear-gradient(90deg, var(--accent), #F0873D); }
.pm-bar.is-ours .pm-bar-label b { color: var(--accent); }
.pm-bar-note { margin: 0 0 42px; font-size: 13.5px; color: var(--dim); word-break: keep-all; }
.pm-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pm-why {
    padding: 28px 28px 26px; border-radius: var(--r-lg); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pm-why-num { font-size: 13px; font-weight: 700; color: var(--accent-3-hover); letter-spacing: .1em; margin: 0 0 10px; }
.pm-why h3 { font-size: 18px; color: var(--ink); margin: 0 0 10px; font-weight: 700; letter-spacing: -.015em; }
.pm-why p { margin: 0; font-size: 15px; line-height: 1.68; color: var(--body); word-break: keep-all; }
.pm-punch {
    margin-top: 34px; padding: 30px 34px; border-radius: var(--r-lg); text-align: center;
    background: #17161a; color: #fff;
}
.pm-punch p { margin: 0; font-size: clamp(17px, 2vw, 21px); line-height: 1.62; font-weight: 700; letter-spacing: -.015em; word-break: keep-all; }
.pm-punch b { color: #F0B054; }
.pm-punch small { display: block; margin-top: 12px; font-size: 14.5px; font-weight: 400; color: rgba(255,255,255,.6); letter-spacing: 0; }

/* ══ § 7  비용 ══ */
.pm-price-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: start; }
.pm-price-card {
    padding: 34px 32px; border-radius: var(--r-lg); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pm-price-card.is-base { border-color: rgba(232,145,42,.42); box-shadow: 0 10px 34px rgba(232,145,42,.1); }
.pm-price-card h3 { font-size: 19px; color: var(--ink); margin: 0 0 6px; font-weight: 700; letter-spacing: -.015em; }
.pm-price-num { display: flex; align-items: baseline; gap: 8px; margin: 0 0 20px; }
.pm-price-num strong { font-size: 38px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.pm-price-num span { font-size: 15px; color: var(--muted); font-weight: 600; }
.pm-price-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.pm-price-list li { display: flex; gap: 10px; font-size: 15px; line-height: 1.58; color: var(--body); word-break: keep-all; }
.pm-price-list i { flex: none; margin-top: 3px; font-size: 15px; }
.is-base .pm-price-list i { color: var(--accent-3); }
.is-extra .pm-price-list i { color: var(--dim); }
.pm-range {
    margin-top: 24px; padding: 18px 22px; border-radius: var(--r);
    background: var(--accent-3-soft); border: 1px solid rgba(232,145,42,.28);
    font-size: 15px; line-height: 1.6; color: var(--ink); word-break: keep-all;
}
.pm-range b { color: var(--accent-3-hover); }
.pm-price-foot { margin: 22px 0 0; font-size: 14px; line-height: 1.66; color: var(--muted); word-break: keep-all; }

/* ══ § 8  과정 ══ */
.pm-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.pm-step {
    position: relative; padding: 26px 22px 24px; border-radius: var(--r-lg);
    background: var(--surface); border: 1px solid var(--line);
}
.pm-step-n {
    display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 9px;
    background: #17161a; color: #F0B054; font-size: 13px; font-weight: 700; margin-bottom: 13px;
}
.pm-step h3 { font-size: 16.5px; color: var(--ink); margin: 0 0 8px; font-weight: 700; letter-spacing: -.015em; }
.pm-step p { margin: 0 0 12px; font-size: 14px; line-height: 1.6; color: var(--body); word-break: keep-all; }
.pm-step-when { font-size: 12.5px; font-weight: 700; color: var(--accent-3-hover); }
.pm-steps-cap { margin: 22px 0 0; font-size: 14.5px; color: var(--muted); word-break: keep-all; }

/* ══ § 9  신뢰 ══ */
.pm-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 34px; }
.pm-stat {
    padding: 30px 24px; border-radius: var(--r-lg); text-align: center;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
}
.pm-stat strong {
    display: block; font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; color: #F0B054;
    letter-spacing: -.03em; line-height: 1.1; margin-bottom: 9px;
}
.pm-stat span { display: block; font-size: 14.5px; color: rgba(255,255,255,.68); line-height: 1.5; word-break: keep-all; }
/* 「98+1,000종」처럼 자릿수가 긴 값은 같은 크기로 두면 카드를 넘긴다 — 그 카드만 낮춘다 */
.pm-stat.is-long strong { font-size: clamp(23px, 2.4vw, 30px); }
.pm-proof-note {
    padding: 24px 28px; border-radius: var(--r-lg);
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    font-size: 15.5px; line-height: 1.75; color: rgba(255,255,255,.74); word-break: keep-all; margin: 0;
}
.pm-proof-note b { color: #fff; }

/* ══ § 10  FAQ ══ */
.pm-faq { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.pm-faq details {
    border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface);
    overflow: hidden; transition: border-color .18s ease;
}
.pm-faq details[open] { border-color: rgba(232,145,42,.45); }
.pm-faq summary {
    list-style: none; cursor: pointer; padding: 21px 26px; display: flex; gap: 14px; align-items: flex-start;
    font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: -.015em; word-break: keep-all;
}
.pm-faq summary::-webkit-details-marker { display: none; }
.pm-faq summary::before { content: 'Q'; flex: none; color: var(--accent-3-hover); font-weight: 700; }
.pm-faq summary::after {
    content: ''; flex: none; margin-left: auto; width: 9px; height: 9px; margin-top: 6px;
    border-right: 2px solid var(--dim); border-bottom: 2px solid var(--dim);
    transform: rotate(45deg); transition: transform .2s ease;
}
.pm-faq details[open] summary::after { transform: rotate(-135deg); }
.pm-faq-a {
    padding: 0 26px 24px 50px; margin: 0; font-size: 15.5px; line-height: 1.78;
    color: var(--body); word-break: keep-all;
}
.pm-faq-a b { color: var(--ink); }

/* ══ § 11  신청 ══ */
.pm-apply { background: var(--band); }
.pm-apply-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: start; }
.pm-apply-copy h2 { margin-bottom: 14px; }
.pm-apply-copy .pm-lead { margin-bottom: 26px; }
.pm-apply-points { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.pm-apply-points li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.6; color: var(--body); word-break: keep-all; }
.pm-apply-points i { color: var(--accent-3); flex: none; margin-top: 2px; }
.pm-apply-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.pm-contact-label { font-size: 15px; font-weight: 700; color: var(--ink); }
.pm-contact-when { font-size: 14.5px; color: var(--muted); }
.pm-chat-btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px;
    border-radius: 999px; border: 1px solid var(--accent-3); background: var(--accent-3-soft);
    color: var(--accent-3-hover); font-size: 15px; font-weight: 700; font-family: inherit; cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.pm-chat-btn:hover { background: var(--accent-3); color: #fff; transform: translateY(-2px); }
.pm-chat-btn i { font-size: 15px; }
.pm-form {
    padding: 32px 32px 30px; border-radius: var(--r-lg); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.pm-field { margin-bottom: 17px; }
.pm-field label { display: block; font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.pm-field label .req { color: var(--accent); margin-left: 3px; }
.pm-input {
    width: 100%; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: var(--r);
    font-size: 15px; font-family: inherit; color: var(--ink); background: var(--canvas);
    transition: border-color .18s ease, box-shadow .18s ease;
}
.pm-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
textarea.pm-input { min-height: 118px; resize: vertical; line-height: 1.6; }
.pm-form-msg { margin: 0 0 14px; font-size: 14.5px; font-weight: 600; display: none; }
.pm-form-msg.is-err { display: block; color: #C62828; }
.pm-submit {
    width: 100%; padding: 16px; border: 0; border-radius: var(--r); cursor: pointer;
    background: var(--accent); color: var(--on-accent); font-size: 16.5px; font-weight: 700; font-family: inherit;
    transition: background .18s ease, transform .18s ease;
}
.pm-submit:hover:not(:disabled) { background: var(--accent-hover); transform: translateY(-1px); }
.pm-submit:disabled { opacity: .6; cursor: default; }
.pm-form-note { margin: 14px 0 0; font-size: 13px; color: var(--dim); line-height: 1.6; text-align: center; word-break: keep-all; }
.pm-done { display: none; text-align: center; padding: 26px 8px 14px; }
.pm-done i { font-size: 46px; color: var(--accent-2); }
.pm-done h3 { font-size: 21px; color: var(--ink); margin: 14px 0 10px; font-weight: 700; }
.pm-done p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--body); }

/* ══ 반응형 ══ */
@media (max-width: 1080px) {
    .pm-def-grid { grid-template-columns: repeat(2, 1fr); }
    .pm-steps { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
    .pm-shell { padding: 0 26px; }
    .pm-section { padding: 76px 0; }
    .pm-hero { padding: 66px 0 70px; }
    .pm-hero-grid { grid-template-columns: 1fr; gap: 38px; }
    .pm-fit-grid, .pm-why-grid, .pm-price-grid, .pm-apply-grid, .pm-demo-grid,
    .pm-demo-two, .pm-demo-list--row { grid-template-columns: 1fr; }
    .pm-demo-view { height: 360px; }
    .pm-demo-view iframe { transform: scale(.42); }
    .pm-apply-grid { gap: 32px; }
    .pm-axis-row { grid-template-columns: 1fr; gap: 22px; padding: 28px 26px; }
    .pm-proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .pm-shell { padding: 0 20px; }
    .pm-section { padding: 62px 0; }
    .pm-def-grid { grid-template-columns: 1fr; }
    .pm-steps { grid-template-columns: 1fr; }
    .pm-bar { grid-template-columns: 1fr; gap: 7px; }
    .pm-bar-track { height: 34px; }
    .pm-fit, .pm-price-card, .pm-form { padding: 26px 22px; }
    .pm-faq summary { padding: 18px 20px; font-size: 15.5px; }
    .pm-faq-a { padding: 0 20px 20px 42px; font-size: 15px; }
    .pm-stack-card { grid-template-columns: 44px 1fr; gap: 13px; padding: 18px 19px; }
    .pm-stack-ico { width: 44px; height: 44px; font-size: 20px; }
    .pm-punch { padding: 24px 22px; }
}
