/* ============================================================
   CheckFix — 기능 상세 페이지 (근태 · 휴가 · 서류) 전용 CSS
   디자인 핸드오프(live_site) 이식. 토큰은 기존 사이트(tokens/base)
   를 쓰되, DS 전용 변수는 아래 :root 폴백으로 보강한다.
   ============================================================ */
:root {
  --font-sans: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-serif: 'Newsreader', Georgia, serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, monospace;
  --ink-2: #1f1e2a;
  --paper-2: #f7f7fa;
  --line-2: #d6d3e8;
  --ind-2: #6366F1;
  --ind-deep: #4338CA;
  --vio-soft: #A78BFA;
  --fill-indigo: #eef2ff;
  --dur: .2s; --dur-slow: .32s; --dur-fast: .12s;
  --ease: cubic-bezier(.16,1,.3,1);
  --shadow-sm: 0 10px 26px -12px rgba(31,30,42,.16);
  --shadow-lift: 0 22px 48px -22px rgba(79,70,229,.22);
  --shadow-pop: 0 18px 50px -16px rgba(31,30,42,.22);
}

/* ---- 공용 타입/헤더 ---- */
.feat-main .wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.feat-main .display { font-size: clamp(34px,4vw,54px); line-height: 1.12; letter-spacing: -0.035em; font-weight: 800; color: var(--ink); }
.feat-main .lede { font-size: 17px; color: var(--muted); line-height: 1.6; }
.eyebrow-line { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ind); font-family: var(--font-mono); }
.eyebrow-line::before { content: ""; width: 18px; height: 1px; background: currentColor; display: inline-block; }

.af-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.af-head .af-eye { display: inline-flex; }
.af-head h2 { font-size: clamp(27px,3.1vw,40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--ink); margin: 16px 0 0; }
.af-head h2 .em { color: var(--ind); }
.af-head p { font-size: 16px; color: var(--muted); line-height: 1.65; margin: 14px auto 0; max-width: 600px; }

/* ---- 히어로 ---- */
.af-hero { position: relative; overflow: hidden; min-height: 600px; display: flex; align-items: center; padding: 100px 0; }
.af-hero .fh-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; z-index: 0; }
.af-hero .fh-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,7,13,.88) 0%, rgba(8,7,13,.64) 34%, rgba(8,7,13,.24) 64%, rgba(8,7,13,.04) 100%), linear-gradient(0deg, rgba(8,7,13,.45), transparent 42%); }
.af-hero .wrap { position: relative; z-index: 2; width: 100%; }
.af-hero .fh-text { max-width: 600px; text-align: left; }
.af-hero .fh-eye .eyebrow-line { color: #C4B5FD; }
.af-hero h1.display { color: #fff; font-size: clamp(34px,4vw,58px); line-height: 1.08; margin-top: 18px; }
.af-hero h1 .em { color: #C4B5FD; }
.af-hero .lede { color: rgba(255,255,255,.86); font-size: 18px; max-width: 540px; margin: 22px 0 0; }

/* ---- 쇼케이스 (좌 리스트 / 우 목업) ---- */
.af-aud { padding: 92px 0; background: #fff; border-top: 1px solid var(--line); }
.af-aud.atf-shaded, .af-aud.shaded { background: #fafafd; }
.af-show { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; max-width: 1120px; margin: 0 auto; }
.af-show-list { display: flex; flex-direction: column; gap: 10px; }
.af-show-item { position: relative; display: flex; align-items: flex-start; gap: 15px; width: 100%; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 17px 20px 17px 22px; cursor: pointer; font-family: var(--font-sans); transition: border-color var(--dur-slow), box-shadow var(--dur-slow), background var(--dur-slow); }
.af-show-item:hover { border-color: var(--line-2); }
.af-show-item.on { border-color: transparent; box-shadow: 0 12px 30px -20px rgba(79,70,229,.16); }
.af-show-item.on::before { content: ""; position: absolute; left: 0; top: 16px; bottom: 16px; width: 3px; border-radius: 0 99px 99px 0; background: var(--grad); }
.af-show-item .pi { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; background: var(--grad-soft); color: var(--ind); align-items: center; justify-content: center; flex-shrink: 0; transition: background var(--dur-slow), color var(--dur-slow); }
.af-show-item.on .pi { background: var(--grad); color: #fff; }
.af-show-it-body { flex: 1; min-width: 0; }
.af-show-it-t { display: block; font-size: 16.5px; font-weight: 800; letter-spacing: -0.018em; color: var(--ink); line-height: 1.3; }
.af-show-it-d { display: block; font-size: 13.5px; color: var(--muted); line-height: 1.62; max-height: 0; opacity: 0; overflow: hidden; transition: max-height var(--dur-slow), opacity var(--dur-slow), margin-top var(--dur-slow); }
.af-show-item.on .af-show-it-d { max-height: 90px; opacity: 1; margin-top: 7px; }
.af-show-no { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 23px; line-height: 1; color: var(--ind); opacity: .32; flex-shrink: 0; margin-top: 2px; }
.af-show-panel { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; }
/* 글로우 제거 (요청) */
.af-show-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(12px) scale(.985); transition: opacity .42s var(--ease), transform .42s var(--ease); pointer-events: none; }
.af-show-stage.on { opacity: 1; transform: none; pointer-events: auto; }

/* ---- 목업 카드 프리미티브 ---- */
.ucard { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 26px 54px -22px rgba(31,30,42,.28), 0 0 0 1px rgba(0,0,0,.04); max-width: 430px; margin: 0 auto; width: 100%; }
.ucard .uc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ucard .uc-title { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.u-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 99px; }
.u-badge.warn { color: #d97706; background: #fffbeb; }
.u-badge.ok { color: #059669; background: #ecfdf5; }
.u-badge.brand { color: var(--ind); background: var(--grad-soft); }
.u-badge.info { color: #2563eb; background: #eef2ff; }
.u-badge.neutral { color: var(--soft); background: var(--paper-2); }
.u-badge .bdot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.af-trigger { display: flex; align-items: center; gap: 11px; padding: 13px 14px; border-radius: 12px; background: var(--grad-soft); margin-bottom: 6px; }
.af-trigger .at { font-size: 13.5px; font-weight: 800; color: var(--ink); }
.af-trigger .as { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.af-trigger .ar { margin-left: auto; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; color: var(--ind); text-transform: uppercase; }
.af-step { display: flex; align-items: center; gap: 11px; padding: 8px 0; }
.af-step .ac { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; background: #ecfdf5; box-shadow: 0 0 0 1.5px #a7f3d0; display: flex; align-items: center; justify-content: center; color: #059669; }
.af-step .an { flex: 1; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.af-step .ag { font-size: 10.5px; color: var(--soft); font-weight: 700; background: var(--paper-2); padding: 3px 8px; border-radius: 99px; }
.mp-row { display: flex; align-items: center; gap: 12px; padding: 12px 2px; }
.mp-row .mp-name { flex: 1; font-size: 13.5px; font-weight: 600; }
.mp-row .mp-meta { font-size: 12.5px; color: var(--soft); font-weight: 600; }

/* AI 리포트 캐러셀 — 한 번에 한 슬라이드만 */
.ai-slide { display: none; }
.ai-slide.on { display: block; }

/* ---- 흐름 (이렇게 진행됩니다) — 웨이브 애니 ---- */
.atf-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 34px; max-width: 1060px; margin: 0 auto; }
.atf-flow-step { position: relative; }
.atf-flow-step:not(:nth-child(3n)):not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -24px; transform: translateY(-50%); font-size: 17px; font-weight: 700; color: var(--line-2); }
.atf-flow-card { position: relative; height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px; box-shadow: 0 12px 32px -24px rgba(31,30,42,.2); transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); overflow: hidden; }
.atf-flow-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.atf-flow-card .n { position: absolute; top: 15px; right: 18px; font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 30px; line-height: 1; color: var(--ind); opacity: .24; }
.atf-flow-card .fi { display: flex; width: 42px; height: 42px; border-radius: 12px; background: var(--grad-soft); color: var(--ind); align-items: center; justify-content: center; margin-bottom: 14px; }
.atf-flow-card h4 { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 7px; }
.atf-flow-card p { font-size: 12.5px; color: var(--muted); line-height: 1.58; margin: 0; }
@keyframes atfFlowWave { 0%,6%,100% { transform: translateY(0); border-color: var(--line); box-shadow: 0 12px 32px -24px rgba(31,30,42,.2); } 13% { transform: translateY(-6px); border-color: rgba(124,58,237,.5); box-shadow: 0 0 0 1px rgba(124,58,237,.28), 0 20px 42px -20px rgba(99,102,241,.5); } 24% { transform: translateY(0); border-color: var(--line); box-shadow: 0 12px 32px -24px rgba(31,30,42,.2); } }
@keyframes atfArrowPulse { 0%,100% { color: var(--line-2); transform: translateY(-50%) translateX(0); } 10% { color: var(--ind); transform: translateY(-50%) translateX(4px); } 24% { color: var(--line-2); transform: translateY(-50%) translateX(0); } }
@media (prefers-reduced-motion: no-preference) {
  .atf-flow-card { animation: atfFlowWave 6s ease-in-out infinite; }
  .atf-flow-step:nth-child(1) .atf-flow-card { animation-delay: 0s; }
  .atf-flow-step:nth-child(2) .atf-flow-card { animation-delay: 1s; }
  .atf-flow-step:nth-child(3) .atf-flow-card { animation-delay: 2s; }
  .atf-flow-step:nth-child(4) .atf-flow-card { animation-delay: 3s; }
  .atf-flow-step:nth-child(5) .atf-flow-card { animation-delay: 4s; }
  .atf-flow-step:nth-child(6) .atf-flow-card { animation-delay: 5s; }
  .atf-flow-step:not(:nth-child(3n)):not(:last-child)::after { animation: atfArrowPulse 6s ease-in-out infinite; }
  .atf-flow-step:nth-child(1)::after { animation-delay: .5s; }
  .atf-flow-step:nth-child(2)::after { animation-delay: 1.5s; }
  .atf-flow-step:nth-child(4)::after { animation-delay: 3.5s; }
  .atf-flow-step:nth-child(5)::after { animation-delay: 4.5s; }
  .atf-flow:hover .atf-flow-card, .atf-flow:hover .atf-flow-step::after { animation-play-state: paused; }
}

/* ---- 보조 기능 2×2 ---- */
.atf-aux { padding: 92px 0; background: #fff; border-top: 1px solid var(--line); }
.atf-aux-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.atf-aux-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px 26px 24px; box-shadow: 0 12px 32px -24px rgba(31,30,42,.16); transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.atf-aux-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.atf-aux-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.atf-aux-no { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 26px; line-height: 1; color: var(--ind); opacity: .4; }
.atf-aux-ic { width: 44px; height: 44px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.atf-aux-card h4 { font-size: 17.5px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.atf-aux-card > p { margin: 9px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.62; }

/* ---- 비교 ---- */
.atf-compare { padding: 92px 0; background: #fafafd; border-top: 1px solid var(--line); }
.atf-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.atf-compare-col { border-radius: 20px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.atf-compare-col.before { background: #f3f4f8; }
.atf-compare-col.after { background: linear-gradient(180deg, #eef0fb, #fff 70%); border-color: rgba(124,58,237,.22); box-shadow: 0 18px 44px -22px rgba(99,102,241,.3); }
.atf-compare-head { margin-bottom: 16px; }
.atf-compare-head .t { display: block; font-size: 16px; font-weight: 800; color: var(--ink); }
.atf-compare-head .s { display: block; font-size: 12.5px; font-weight: 600; color: var(--soft); margin-top: 3px; }
.atf-compare-col.after .atf-compare-head .t { color: var(--ind); }
.atf-compare-row { display: flex; align-items: flex-start; gap: 11px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; line-height: 1.45; }
.atf-compare-row .mk { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.atf-compare-row .mk.x { background: #fef2f2; color: #ef4444; font-size: 12px; font-weight: 800; }
.atf-compare-row .mk.c { background: var(--grad); color: #fff; }
.atf-compare-col.before .atf-compare-row { color: var(--soft); }
.atf-compare-col.after .atf-compare-row { color: var(--ink-2); }

/* ---- 노무/법적 3카드 ---- */
.atf-comply { padding: 92px 0; background: #f7f6fd; border-top: 1px solid var(--line); }
.atf-comply-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1080px; margin: 0 auto; }
.atf-comply-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 26px; transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.atf-comply-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.atf-comply-card .ci { width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.atf-comply-card h5 { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 9px; }
.atf-comply-card p { font-size: 13.5px; color: var(--muted); line-height: 1.66; margin: 0; }

/* ---- 업종 (2×2, best 강조) ---- */
.af-fit { padding: 92px 0; background: #fafafd; border-top: 1px solid var(--line); }
.af-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1100px; margin: 0 auto; }
.af-fit-card { display: flex; align-items: flex-start; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 28px; transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.af-fit-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.af-fit-card .fi { flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.af-fit-card h5 { font-size: 16.5px; font-weight: 800; letter-spacing: -0.015em; color: var(--ink); margin: 0 0 7px; }
.af-fit-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin: 0; }
.af-fit-card.best { border-color: rgba(124,58,237,.28); background: linear-gradient(180deg, #eef0fb, #fff 70%); box-shadow: 0 0 0 1px rgba(124,58,237,.22), 0 14px 36px -20px rgba(99,102,241,.32), 0 0 24px -10px rgba(124,58,237,.2); }
.af-fit-card.best:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(124,58,237,.3), 0 20px 44px -20px rgba(99,102,241,.4), 0 0 30px -8px rgba(124,58,237,.28); }
.af-fit-card.best .fi { background: var(--grad); color: #fff; }
.af-fit-card .fit-tag { display: inline-flex; align-items: center; margin-left: 9px; position: relative; top: -1px; font-family: var(--font-mono); font-size: 9.5px; font-weight: 800; letter-spacing: .04em; color: #fff; background: var(--grad); padding: 3px 9px; border-radius: 99px; white-space: nowrap; box-shadow: 0 3px 9px -3px rgba(99,102,241,.38); }

/* ---- FAQ ---- */
.af-faq { padding: 92px 0; background: #fff; border-top: 1px solid var(--line); }
.af-faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; margin-bottom: 12px; background: #fff; overflow: hidden; transition: border-color var(--dur), box-shadow var(--dur); }
.faq-item.on { border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 24px; font-family: var(--font-sans); font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.faq-q .fq-ic { flex-shrink: 0; color: var(--soft); transition: transform var(--dur), color var(--dur); }
.faq-item.on .faq-q .fq-ic { transform: rotate(180deg); color: var(--ind); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease); }
.faq-a-inner { padding: 0 24px 22px; font-size: 14.5px; color: var(--muted); line-height: 1.7; }

/* ---- 반응형 ---- */
@media (max-width: 980px) {
  .af-show { grid-template-columns: 1fr; gap: 36px; }
  .af-show-panel { min-height: 0; order: -1; }
  .af-show-stage { position: static; opacity: 1; transform: none; display: none; }
  .af-show-stage.on { display: flex; }
  .atf-flow { grid-template-columns: 1fr 1fr; gap: 16px; }
  .atf-flow-step::after { display: none; }
  .atf-aux-grid, .atf-comply-grid, .atf-compare-grid, .af-fit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .af-hero { min-height: 460px; padding: 64px 0; }
  .af-hero .fh-scrim { background: linear-gradient(0deg, rgba(8,7,13,.9) 0%, rgba(8,7,13,.5) 55%, rgba(8,7,13,.66) 100%); }
  .af-aud, .atf-aux, .atf-compare, .atf-comply, .af-fit, .af-faq { padding: 64px 0; }
}
@media (max-width: 560px) { .atf-flow { grid-template-columns: 1fr; } }

/* ============================================================
   휴가관리(.lf) 전용 — attendance 공용 위 델타
   ============================================================ */
.lf .af-hero .fh-bg { object-position: 50% 30%; }
.lf .af-show-item.on .af-show-it-d { max-height: 160px; }
.lf .af-aud.lf-shaded { background: #fafafd; }
/* 휴가 목업이 커서: 카드를 상단 정렬해 리스트와 같은 지점에서 시작 → 부제목 침범 없이 아래로만 늘어남 */
.lf .af-show-panel { min-height: 440px; }
.lf .af-show-stage { align-items: flex-start; }

/* 부가 기능 4가지 — 2×2 (목업 임베드) */
.lf-extra { padding: 92px 0; background: #fafafd; border-top: 1px solid var(--line); }
.lf-extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1100px; margin: 0 auto; }
.lf-extra-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px 26px 24px; transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.lf-extra-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.lf-extra-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.lf-extra-no { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 26px; line-height: 1; color: var(--ind); opacity: .4; }
.lf-extra-ic { width: 44px; height: 44px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.lf-extra-card h4 { font-size: 17.5px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.lf-extra-card > p { margin: 9px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.62; }
.lf-extra-mock { margin-top: 20px; }

/* 비교 */
.lf-compare { padding: 92px 0; background: #fff; border-top: 1px solid var(--line); }
.lf-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.lf-compare-col { border-radius: 20px; padding: 28px; border: 1px solid var(--line); }
.lf-compare-col.before { background: #fafafd; }
.lf-compare-col.after { background: linear-gradient(180deg, #eef0fb, #fff 70%); border-color: rgba(124,58,237,.22); box-shadow: 0 18px 44px -22px rgba(99,102,241,.3); }
.lf-compare-head { margin-bottom: 16px; }
.lf-compare-head .t { display: block; font-size: 16px; font-weight: 800; color: var(--ink); }
.lf-compare-head .s { display: block; font-size: 12.5px; font-weight: 600; color: var(--soft); margin-top: 3px; }
.lf-compare-col.after .lf-compare-head .t { color: var(--ind); }
.lf-compare-row { display: flex; align-items: flex-start; gap: 11px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; line-height: 1.45; }
.lf-compare-row .mk { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.lf-compare-row .mk.x { background: #fef2f2; color: #ef4444; font-size: 12px; font-weight: 800; }
.lf-compare-row .mk.c { background: var(--grad); color: #fff; }
.lf-compare-col.before .lf-compare-row { color: var(--soft); }
.lf-compare-col.after .lf-compare-row { color: var(--ink-2); }

/* 노무 3카드 */
.lf-comply { padding: 92px 0; background: #f7f6fd; border-top: 1px solid var(--line); }
.lf-comply-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1080px; margin: 0 auto; }
.lf-comply-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 26px; transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.lf-comply-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.lf-comply-card .ci { width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.lf-comply-card h5 { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 9px; }
.lf-comply-card p { font-size: 13.5px; color: var(--muted); line-height: 1.66; margin: 0; }

@media (max-width: 980px) { .lf-extra-grid, .lf-compare-grid, .lf-comply-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .lf-extra, .lf-compare, .lf-comply { padding: 64px 0; } }

/* ============================================================
   서류관리(.df) 전용
   ============================================================ */
.df .af-hero .fh-bg { object-position: 50% 40%; }
.df .af-hero .fh-text { max-width: 760px; }
.df .af-show-item.on .af-show-it-d { max-height: 160px; }
.df .af-aud.df-shaded { background: #fafafd; }
/* 서류 목업도 커서 휴가와 동일하게 상단 정렬 */
.df .af-show-panel { min-height: 440px; }
.df .af-show-stage { align-items: flex-start; }

/* 보조 기능 4가지 — 2×2 (목업 임베드) */
.df-aux { padding: 92px 0; background: #fff; border-top: 1px solid var(--line); }
.df-aux-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1100px; margin: 0 auto; }
.df-aux-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px 26px 24px; box-shadow: 0 12px 32px -22px rgba(31,30,42,.18); transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.df-aux-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.df-aux-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.df-aux-no { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 26px; line-height: 1; color: var(--ind); opacity: .4; }
.df-aux-ic { width: 44px; height: 44px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.df-aux-card h4 { font-size: 17.5px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.df-aux-card > p { margin: 9px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.62; }
.df-aux-mock { margin-top: 20px; }

/* 비교 */
.df-compare { padding: 92px 0; background: #fafafd; border-top: 1px solid var(--line); }
.df-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.df-compare-col { border-radius: 20px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.df-compare-col.before { background: #f3f4f8; }
.df-compare-col.after { background: linear-gradient(180deg, #eef0fb, #fff 70%); border-color: rgba(124,58,237,.22); box-shadow: 0 18px 44px -22px rgba(99,102,241,.3); }
.df-compare-head { margin-bottom: 16px; }
.df-compare-head .t { display: block; font-size: 16px; font-weight: 800; color: var(--ink); }
.df-compare-head .s { display: block; font-size: 12.5px; font-weight: 600; color: var(--soft); margin-top: 3px; }
.df-compare-col.after .df-compare-head .t { color: var(--ind); }
.df-compare-row { display: flex; align-items: flex-start; gap: 11px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; line-height: 1.45; }
.df-compare-row .mk { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.df-compare-row .mk.x { background: #fef2f2; color: #ef4444; font-size: 12px; font-weight: 800; }
.df-compare-row .mk.c { background: var(--grad); color: #fff; }
.df-compare-col.before .df-compare-row { color: var(--soft); }
.df-compare-col.after .df-compare-row { color: var(--ink-2); }

/* 법적 의무 3카드 */
.df-comply { padding: 92px 0; background: #f7f6fd; border-top: 1px solid var(--line); }
.df-comply-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1080px; margin: 0 auto; }
.df-comply-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 26px; transition: transform var(--dur-slow), box-shadow var(--dur-slow), border-color var(--dur-slow); }
.df-comply-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.df-comply-card .ci { width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); color: var(--ind); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.df-comply-card h5 { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 9px; }
.df-comply-card p { font-size: 13.5px; color: var(--muted); line-height: 1.66; margin: 0; }

@media (max-width: 980px) { .df-aux-grid, .df-compare-grid, .df-comply-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .df-aux, .df-compare, .df-comply { padding: 64px 0; } }
