/* ================================================================
   워크위크 홈페이지 디자인 시스템
   근거: design/ 1차 시안 (2026-08-31, 히어로 A안 확정 — D4)
   폰트: Pretendard (기획서 §7)
   ================================================================ */

:root {
  --ink: #16233b;
  --body: #49566b;
  --muted: #7a8699;
  --faint: #9aa6b7;
  --accent: #006fe5;
  --accent-dark: #0059b8;
  --accent-deep: #0f5cb0;
  --tint: #eaf3fe;
  --tint-soft: #f7fafe;
  --line: #e3e9f2;
  --line-soft: #e9eef6;
  --line-faint: #edf1f7;
  --bg-alt: #f6f9fd;
  --navy: #0b2544;
  --footer: #0f1a2b;
  --ok: #0f8a4d;
  --ok-bg: #e9f8f0;
  --warn: #8a6d0f;
  --warn-bg: #fdf6e3;
  --bad: #b3402a;
}

* { box-sizing: border-box; }

/* [hidden] 은 UA 스타일이라 .card{display:flex} 같은 클래스 규칙에 밀린다.
   JS 가 hidden 으로 감추는 요소(다운로드 내 기기 카드·계산기 라인 등)를 확실히 숨긴다. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  color: var(--ink);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  /* 한글은 어절 단위로 끊는다 — 단어 중간 줄바꿈 방지 (긴 영문/URL 만 강제 분리) */
  word-break: keep-all;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }

/* ── 레이아웃 ─────────────────────────────── */
.wrap { max-width: 1120px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.wrap--narrow { max-width: 880px; }

.section { padding: 96px 0; }
.section--flush { padding-top: 10px; }
.section--alt { background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section--tint { background: var(--tint); }
.section--navy { background: var(--navy); padding: 72px 0; }
.section--center { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }

.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 720px; margin-bottom: 44px; }
.section-head--center { align-items: center; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 36px; }
.section-head .sub { margin: 0; }

/* ── 타이포 ─────────────────────────────── */
.eyebrow { font-size: 14px; font-weight: 700; color: var(--accent); letter-spacing: 0.02em; }
.h1 { font-size: 52px; font-weight: 900; line-height: 1.22; letter-spacing: -0.025em; margin: 0; }
.h1--page { font-size: 42px; line-height: 1.28; }
.h2 { font-size: 34px; font-weight: 900; line-height: 1.32; letter-spacing: -0.02em; margin: 0; }
.h2--sm { font-size: 27px; margin-bottom: 22px; }
.sub { font-size: 17px; font-weight: 400; color: var(--body); line-height: 1.75; margin: 0; }
.sub strong { color: var(--ink); }
.is-accent { color: var(--accent) !important; }
.is-dim { color: var(--faint) !important; }
.is-bad { color: var(--bad) !important; }

/* ── 아이콘 ─────────────────────────────── */
.ic { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ic--17 { width: 17px; height: 17px; stroke-width: 2; }
.ic--18 { width: 18px; height: 18px; }
.ic--19 { width: 19px; height: 19px; stroke-width: 2.2; }
.ic--20 { width: 20px; height: 20px; }
.ic--26 { width: 26px; height: 26px; }

/* ── 버튼 ─────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; font-weight: 700; border: 0; cursor: pointer; font-family: inherit; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.btn--p { background: var(--accent); color: #ffffff !important; }
.btn--p:hover { background: var(--accent-dark); color: #ffffff; }
.btn--s { background: #ffffff; color: var(--ink); border: 1px solid #d7dfea; }
.btn--s:hover { color: var(--ink); border-color: #b9c6d8; }
.btn--ghostw { background: transparent; color: #ffffff; border: 1.5px solid rgba(255,255,255,.5); }
.btn--ghostw:hover { color: #ffffff; border-color: #ffffff; }
.btn--lg { height: 54px; padding: 0 28px; font-size: 16px; }
.btn--md { height: 44px; padding: 0 20px; font-size: 14.5px; }
.btn--full { width: 100%; height: 50px; font-size: 15px; }

/* ── 카드 · 타일 · 필 ─────────────────────── */
.card { background: #ffffff; border: 1px solid var(--line); border-radius: 14px; }
.tile { width: 48px; height: 48px; border-radius: 12px; background: var(--tint); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--accent); }
.tile--lg { width: 60px; height: 60px; border-radius: 15px; }
.pill { display: inline-flex; align-items: center; border-radius: 999px; font-weight: 700; font-size: 12.5px; padding: 6px 14px; }
.pill--tint { background: var(--tint); color: var(--accent-deep); font-size: 13px; padding: 8px 14px; }
.pill--dashed { background: transparent; border: 1px dashed #c8d3e2; color: var(--body); font-weight: 500; font-size: 13.5px; padding: 9px 18px; }
.pill--warn { background: var(--warn-bg); color: var(--warn); }
.pill--ok { background: var(--ok-bg); color: var(--ok); font-style: normal; font-size: 10.5px; padding: 3px 9px; }
.pill--info { background: var(--tint); color: var(--accent); font-style: normal; font-size: 10.5px; padding: 3px 9px; }
/* 출시 예정 배지 — 카드 제목·애드온 표 행에 인라인으로 붙습니다 (siteData.taskSoon) */
.soon { display: inline-flex; align-items: center; vertical-align: middle; margin-left: 7px; font-size: 11.5px; font-weight: 700; color: var(--warn); background: var(--warn-bg); border-radius: 6px; padding: 3px 8px; white-space: nowrap; }

/* ── 그리드 ─────────────────────────────── */
.grid { display: grid; gap: 20px; }
.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ── GNB ─────────────────────────────── */
.gnb { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-faint); }
.gnb__inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gnb__logo { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -0.02em; color: var(--ink); }
.gnb__logo:hover { color: var(--ink); }
.gnb__nav { display: flex; align-items: center; gap: 32px; }
.gnb__nav a { font-size: 15px; font-weight: 500; color: #3d4a5e; padding: 8px 0; }
.gnb__nav a:hover { color: var(--ink); }
.gnb__nav a.is-active { color: var(--accent); font-weight: 700; }
.gnb__actions { display: flex; align-items: center; gap: 20px; }
.gnb__login { font-size: 15px; font-weight: 500; color: #3d4a5e; }
.gnb__burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--ink); }
.gnb__menu { display: none; }
.gnb__menu:not([hidden]) { display: flex; flex-direction: column; gap: 4px; padding: 12px 24px 20px; border-top: 1px solid var(--line-faint); background: #ffffff; }
.gnb__menu a { padding: 12px 4px; font-size: 16px; font-weight: 600; color: var(--ink); }
.gnb__menu .btn { margin-top: 8px; }

/* ── 히어로 ─────────────────────────────── */
.hero { background-image: radial-gradient(900px 480px at 88% -10%, #e5f0fd 0%, rgba(229,240,253,0) 62%); padding: 76px 0 92px; }
.hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__micro { margin: 0; font-size: 13.5px; color: var(--muted); }

.hero__visual { display: flex; flex-direction: column; gap: 14px; }
.mock-browser { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 48px -24px rgba(16,35,59,.18); overflow: hidden; }
.mock-browser__bar { height: 36px; display: flex; align-items: center; gap: 6px; padding-left: 14px; border-bottom: 1px solid var(--line-faint); background: #fbfcfe; }
.mock-browser__bar span { width: 9px; height: 9px; border-radius: 999px; background: #e4e9f1; }
.mock-browser__body { display: flex; }
.mock-browser__side { width: 118px; background: #f8fafd; border-right: 1px solid var(--line-faint); padding: 14px 12px; display: flex; flex-direction: column; gap: 10px; }
.bar { display: block; height: 10px; border-radius: 6px; background: #e8edf5; }
.bar--menu { height: 26px; border-radius: 8px; background: #e0edfc; }
.mock-browser__main { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.mock-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.mock-stat { border: 1px solid var(--line-faint); border-radius: 10px; padding: 10px 12px; }
.mock-stat p { margin: 0; font-size: 10.5px; color: var(--muted); }
.mock-stat strong { display: block; margin-top: 4px; font-size: 17px; font-weight: 900; }
.mock-rows { display: flex; flex-direction: column; gap: 9px; }
.mock-row { display: flex; align-items: center; gap: 10px; }
.mock-row .dot { width: 22px; height: 22px; border-radius: 999px; background: #e8edf5; flex-shrink: 0; }
.mock-row .bar { height: 9px; background: var(--line-faint); }
.mock-row .pill { margin-left: auto; }
.mock-phone { background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 18px 38px -22px rgba(16,35,59,.26); padding: 14px 15px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.mock-phone__head { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.mock-phone__head strong { font-size: 12px; }
.mock-phone__head span { font-size: 11px; color: var(--muted); }
.mock-phone__punch { width: 92px; height: 92px; border-radius: 999px; background: var(--tint); border: 5px solid #d5e7fc; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.mock-phone__punch strong { font-size: 15px; font-weight: 900; color: var(--accent); }
.mock-phone__punch span { font-size: 10.5px; color: #5b8fd0; }
.mock-phone__rows { width: 100%; display: flex; flex-direction: column; gap: 6px; }
.mock-phone__rows div { display: flex; justify-content: space-between; font-size: 11px; }
.mock-phone__rows span { color: var(--muted); }

/* ── 신뢰 바 ─────────────────────────────── */
.trustbar { background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 26px 0; }
.trustbar__inner { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.trustbar__inner div { display: flex; align-items: center; gap: 9px; color: var(--accent); }
.trustbar__inner span { font-size: 15px; font-weight: 700; color: var(--ink); }

/* ── 모듈 카드 ─────────────────────────────── */
.modcard { padding: 24px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.modcard:hover { color: var(--ink); border-color: #bcd6f5; box-shadow: 0 10px 24px -18px rgba(16,35,59,.25); }
.modcard strong { font-size: 16.5px; font-weight: 700; }
.modcard p { margin: 0; font-size: 13.5px; line-height: 1.65; color: #5b6779; }
.upcoming { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.upcoming__label { font-size: 13.5px; font-weight: 700; color: var(--muted); }

/* ── VS 비교 ─────────────────────────────── */
.vsgrid { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: stretch; }
.vspanel { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.vspanel--accent { border: 2px solid var(--accent); }
.vspanel__title { margin: 0; font-size: 14px; font-weight: 700; color: var(--muted); }
.vspanel__rows { display: flex; flex-direction: column; gap: 12px; }
.vspanel__row { border: 1px solid var(--line-soft); border-radius: 10px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.vspanel__row span { font-size: 15px; font-weight: 700; color: var(--body); }
.vspanel__row em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.vspanel__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vspanel__sum { margin: auto 0 0; font-size: 14px; font-weight: 700; }
.vs-badge { display: flex; align-items: center; justify-content: center; }
.vs-badge span { width: 46px; height: 46px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center; }

/* ── 자동화 스텝 ─────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.step { display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: 3px solid #cfe3fb; }
.step.is-first { border-top-color: var(--accent); }
.step span { font-size: 13px; font-weight: 900; color: var(--accent); }
.step strong { font-size: 17px; font-weight: 700; }
.step p { margin: 0; font-size: 14px; line-height: 1.7; color: #5b6779; }
.steps--boxed { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step--boxed { border-top: 0; padding: 28px; gap: 12px; align-items: flex-start; }
.step--boxed .btn { margin-top: 6px; }

/* ── 요금 프리뷰 칩 ─────────────────────────── */
.chips { width: 100%; }
.chip { padding: 26px; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.chip--featured { border: 2px solid var(--accent); }
.chip__range { font-size: 13.5px; font-weight: 700; color: var(--muted); }
.chip--featured .chip__range { color: var(--accent); }
.chip__price { font-size: 30px; font-weight: 900; }
.chip__price em { font-style: normal; font-size: 14px; font-weight: 700; color: var(--muted); }
.chip__note { font-size: 13px; color: var(--muted); }

/* ── 플랫폼 카드 (D9: 스토어 배지 없이 직접 다운로드) ── */
.plat { padding: 26px; display: flex; flex-direction: column; gap: 12px; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.plat:hover { color: var(--ink); border-color: #bcd6f5; box-shadow: 0 10px 24px -18px rgba(16,35,59,.25); }
.plat strong { font-size: 16.5px; font-weight: 800; }
.plat__sub { font-size: 12.5px; line-height: 1.6; color: var(--muted); }
.plat__badge { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: auto; font-size: 12.5px; font-weight: 700; color: var(--accent-deep); background: var(--tint); border: 1px solid #d3e5fb; border-radius: 8px; padding: 10px 8px; text-align: center; }

/* ── 네이비 밴드 ─────────────────────────────── */
.navyband { display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap; }
.navyband .h2 { color: #ffffff; }
.navyband p { margin: 14px 0 0; font-size: 16px; line-height: 1.75; color: #aebfd6; max-width: 680px; }

/* ── CTA ─────────────────────────────── */
.cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; }
.cta-link { font-size: 15px; font-weight: 700; }

/* ── 푸터 ─────────────────────────────── */
.footer { background: var(--footer); padding: 64px 0 40px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 0.9fr 0.9fr 1.4fr; gap: 36px; }
.footer__brand p { margin: 14px 0 0; font-size: 13.5px; line-height: 1.7; color: #8b9ab0; }
.footer__logo { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 900; color: #ffffff; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__title { margin: 0; font-size: 13px; font-weight: 700; color: #63748c; }
.footer__col a { font-size: 14px; color: #c2cddd; }
.footer__col a:hover { color: #ffffff; }
.footer__mail { display: inline-block; margin-top: 14px; font-size: 13.5px; font-weight: 600; color: #c2cddd; border-bottom: 1px solid #2c3c55; padding-bottom: 2px; }
.footer__mail:hover { color: #ffffff; border-color: #46587a; }

/* 앱 다운로드 — 접속 기기용 대표 버튼 + 나머지 선택지 */
.footer__dl { gap: 10px; }
.footer__dlmain { display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid #2c3c55; border-radius: 10px; color: #e8eef7 !important; transition: border-color .15s ease, background .15s ease; }
.footer__dlmain:hover { border-color: #46587a; background: #16233b; }
.footer__dlmain .ic { color: #8fb8ea; flex-shrink: 0; }
.footer__dlmain span { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.footer__dlmain strong { font-size: 13.5px; font-weight: 700; }
.footer__dlmain em { font-style: normal; font-size: 11px; color: #7b8ca6; }
.footer__dlabel { margin: 6px 0 0; font-size: 11.5px; color: #4d5f78; }
.footer__dlothers { display: flex; flex-wrap: wrap; gap: 6px; }
.footer__dlothers a { font-size: 12px; color: #97a6bc; border: 1px solid #22334d; border-radius: 6px; padding: 5px 10px; }
.footer__dlothers a:hover { color: #ffffff; border-color: #46587a; }

/* 하단 법적 표기 */
.footer__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer__copy { margin: 0; font-size: 12.5px; color: #4d5f78; white-space: nowrap; }
.footer__divider { border-top: 1px solid #22334d; margin: 44px 0 24px; }
.footer__legal { margin: 0; font-size: 12.5px; line-height: 1.9; color: #63748c; }

/* ── 페이지 히어로 ─────────────────────────── */
.pagehero { padding: 64px 0 48px; background-image: radial-gradient(800px 360px at 50% -20%, #e5f0fd 0%, rgba(229,240,253,0) 65%); }
.pagehero--center .section--center { gap: 16px; }
.pagehero__row { display: flex; gap: 24px; align-items: flex-start; margin-top: 18px; }
.pagehero__row .sub { margin-top: 12px; }
.crumb { margin: 0 0 6px; font-size: 13.5px; color: var(--muted); }

/* ── 기능 카드 ─────────────────────────────── */
.featcard { padding: 28px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.featcard:hover { color: var(--ink); border-color: #bcd6f5; box-shadow: 0 10px 24px -18px rgba(16,35,59,.25); }
.featcard strong { font-size: 18px; font-weight: 800; }
.featcard p { margin: 0; font-size: 14px; line-height: 1.7; color: #5b6779; }
.featcard__more { font-size: 13.5px; font-weight: 700; color: var(--accent); margin-top: auto; }
.featcard--slim { flex-direction: row; align-items: center; gap: 18px; padding: 22px 24px; }
.featcard--slim p { font-size: 13px; }
.pointcard { padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.pointcard strong { font-size: 17px; font-weight: 800; }
.pointcard p { margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--body); }
.related__title { margin: 0 0 20px; font-size: 15px; font-weight: 700; color: var(--muted); }
.pricenote { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.pricenote .sub { margin-top: 12px; }

.notice { margin: 28px 0 0; font-size: 14px; color: var(--warn); background: var(--warn-bg); border-radius: 10px; padding: 14px 18px; }

/* ── 요금 계산기 ─────────────────────────────── */
.calc { display: grid; grid-template-columns: 1.15fr 0.85fr; overflow: hidden; box-shadow: 0 20px 44px -28px rgba(16,35,59,.22); }
.calc__left { padding: 34px 36px; display: flex; flex-direction: column; gap: 26px; }
.calc__label { margin: 0; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.calc__count { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.calc__count .calc__label { font-size: 15px; color: var(--body); }
.calc__value { display: flex; align-items: center; gap: 12px; }
.calc__value strong { font-size: 28px; font-weight: 900; }
.calc__slider input[type="range"] { width: 100%; height: 22px; -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; }
.calc__slider input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) var(--fill, 45%), var(--line) var(--fill, 45%), var(--line) 100%); }
.calc__slider input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; margin-top: -8px; border-radius: 999px; background: #fff; border: 2.5px solid var(--accent); box-shadow: 0 2px 6px rgba(16,35,59,.2); }
.calc__slider input[type="range"]::-moz-range-track { height: 6px; border-radius: 999px; background: var(--line); }
.calc__slider input[type="range"]::-moz-range-progress { height: 6px; border-radius: 999px; background: var(--accent); }
.calc__slider input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 999px; background: #fff; border: 2.5px solid var(--accent); }
.calc__scale { display: flex; justify-content: space-between; font-size: 12px; color: var(--faint); margin-top: 6px; }
.calc__addons { display: flex; flex-direction: column; gap: 12px; }
.calc__addon { border: 1px solid var(--line-soft); border-radius: 10px; padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; cursor: pointer; }
.calc__addon--static { cursor: default; }
.calc__addon-info { display: flex; flex-direction: column; gap: 2px; }
.calc__addon-info strong { font-size: 14.5px; font-weight: 700; }
.calc__addon-info em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.toggle { -webkit-appearance: none; appearance: none; width: 44px; height: 24px; border-radius: 999px; background: #d7dfea; position: relative; cursor: pointer; transition: background .15s ease; flex-shrink: 0; margin: 0; }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 999px; background: #fff; transition: transform .15s ease; }
.toggle:checked { background: var(--accent); }
.toggle:checked::after { transform: translateX(20px); }
.calc__summary { background: var(--bg-alt); border-left: 1px solid var(--line-soft); padding: 34px 36px; display: flex; flex-direction: column; gap: 18px; }
.calc__line { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: var(--body); padding: 5px 0; }
.calc__line strong { color: var(--ink); font-weight: 700; }
.calc__total { border-top: 1px solid #dfe6f0; padding-top: 16px; }
.calc__total-num { display: flex; align-items: baseline; gap: 8px; }
.calc__total-num strong { font-size: 34px; font-weight: 900; }
.calc__total-num span { font-size: 13.5px; color: var(--muted); }
.calc__total p { margin: 6px 0 0; font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.calc__enterprise { background: #ffffff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.calc__enterprise p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--body); }
.calc__cta { margin-top: auto; }
.calc__foot { margin: 18px 0 0; text-align: center; font-size: 14.5px; color: var(--body); }

/* ── 티어 카드 ─────────────────────────────── */
.tiers { align-items: stretch; }
.tier { padding: 30px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.tier--featured { border: 2px solid var(--accent); }
.tier__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-size: 12.5px; font-weight: 700; color: #fff; background: var(--accent); border-radius: 999px; padding: 6px 16px; white-space: nowrap; }
.tier__head { display: flex; flex-direction: column; gap: 6px; }
.tier__head strong { font-size: 16px; font-weight: 900; }
.tier__head span { font-size: 13px; color: var(--muted); }
.tier__price { margin: 0; font-size: 38px; font-weight: 900; }
.tier__price em { font-style: normal; font-size: 14px; font-weight: 500; color: var(--muted); }
.tier__price--ask { font-size: 30px; }
.tier__note { margin: -8px 0 0; font-size: 12px; color: var(--muted); text-align: center; }
.tier .btn { margin-top: auto; }
.tier--featured .btn { margin-top: auto; }
.featlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.featlist li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.6; color: #3d4a5e; }
.featlist .ic { color: var(--accent); margin-top: 3px; }
.featlist__lead { font-weight: 700; color: var(--ink); }
.finefoot { margin: 28px 0 0; font-size: 12.5px; color: var(--faint); text-align: center; }
.finefoot--left { text-align: left; }
.finefoot a { font-weight: 700; }

/* ── TCO ─────────────────────────────── */
.tco { padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.tco--accent { border: 2px solid var(--accent); }
.tco__title { margin: 0 0 2px; font-size: 14px; font-weight: 700; color: var(--muted); }
.tco__line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; color: var(--body); }
.tco__line strong { color: var(--ink); font-weight: 700; }
.tco__sum { border-top: 1px solid var(--line-soft); padding-top: 14px; display: flex; justify-content: space-between; align-items: baseline; }
.tco__sum span { font-size: 14px; font-weight: 700; color: var(--body); }
.tco__sum strong { font-size: 26px; font-weight: 900; }
.tco__sum em { font-style: normal; font-size: 13px; font-weight: 700; color: var(--muted); }
.tco__tags { margin: 0; font-size: 13px; font-weight: 700; }

/* ── 모듈 매트릭스 ─────────────────────────── */
.matrix-wrap { overflow-x: auto; }
.matrix { width: 100%; border-collapse: collapse; font-size: 14px; }
.matrix th, .matrix td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line-faint); }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }
.matrix thead th { background: #fbfcfe; font-weight: 700; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.matrix tbody th { text-align: left; font-weight: 700; color: var(--ink); }
.matrix thead .matrix__us { background: #eef5fe; color: var(--accent); font-weight: 900; }
.matrix td.matrix__us { background: var(--tint-soft); }
.matrix__no { color: #c2ccd9; }
.matrix__part { font-size: 12.5px; color: var(--faint); font-weight: 700; }
.matrix__part.is-accent { color: var(--accent-deep); }
.matrix .ic { display: inline-block; vertical-align: middle; }

/* ── 애드온 목록 ─────────────────────────────── */
.addons { overflow: hidden; }
.addons__row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 26px; border-bottom: 1px solid var(--line-faint); }
.addons__row:last-child { border-bottom: 0; }
.addons__info { display: flex; flex-direction: column; gap: 3px; }
.addons__info strong { font-size: 15.5px; font-weight: 700; }
.addons__info span { font-size: 13px; color: var(--muted); }
.addons__price { font-size: 15px; font-weight: 900; white-space: nowrap; }
.addons__price em { font-style: normal; font-size: 12.5px; font-weight: 500; color: var(--muted); }

/* ── 결제 카드 ─────────────────────────────── */
.paycards { margin-top: 36px; }
.paycard { padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.paycard span { font-size: 13px; font-weight: 900; color: var(--accent); }
.paycard p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--body); }

/* ── FAQ ─────────────────────────────── */
.faq { display: flex; flex-direction: column; margin-top: 8px; }
.faq details { border-top: 1px solid var(--line-soft); }
.faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 4px; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--muted); transition: transform .15s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 4px 22px; font-size: 14.5px; line-height: 1.75; color: var(--body); }

/* ── 폼 ─────────────────────────────── */
.form { margin-top: 28px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field span { font-size: 13.5px; font-weight: 700; color: var(--body); }
.field input, .field select, .field textarea { font-family: inherit; font-size: 15px; color: var(--ink); border: 1px solid #d7dfea; border-radius: 10px; padding: 12px 14px; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: -1px; border-color: var(--accent); }
.field textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.agree { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--body); cursor: pointer; }
.agree input { margin-top: 3px; }
.form__result { margin: 0; font-size: 14.5px; font-weight: 700; padding: 13px 16px; border-radius: 10px; }
.form__result.is-ok { background: var(--ok-bg); color: var(--ok); }
.form__result.is-fail { background: var(--warn-bg); color: var(--warn); }

/* ── 다운로드 (D9: 앱스토어 미등록 · 직접 배포) ── */
.dlhero { padding: 26px 30px; display: flex; align-items: center; gap: 24px; border: 2px solid var(--accent); box-shadow: 0 18px 40px -26px rgba(0,111,229,.35); }
.dlhero--pending { border: 1px solid var(--line); box-shadow: none; }
.dlhero__body { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; flex: 1; }
.dlhero__body strong { font-size: 22px; font-weight: 900; letter-spacing: -0.015em; }
.dlhero__body p { margin: 0; font-size: 13.5px; color: var(--muted); }
.dlhero__cta { display: flex; flex-direction: column; align-items: stretch; gap: 8px; flex-shrink: 0; }
.dlhero__meta { margin: 0; font-size: 12px; color: var(--faint); text-align: center; }
.dlhero__auto { margin: 16px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13.5px; color: var(--accent-deep); }
.dlhero__auto .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--accent); animation: dlpulse 1.1s ease-in-out infinite; }

/* 기존 사용자용 앱 실행 카드 (D22) */
.applaunch { padding: 22px 26px; display: flex; align-items: center; gap: 22px; border-color: #bcd6f5; background: var(--tint-soft); }
.applaunch__body { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; flex: 1; min-width: 0; }
.applaunch__body strong { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.applaunch__body p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.applaunch__cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
@keyframes dlpulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

.dlgrid { align-items: stretch; }
.dl { padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.dl.is-mine { border: 2px solid var(--accent); }
.dl--pending { background: #fcfdff; }
.dl__head { display: flex; align-items: center; gap: 14px; }
.dl__title { display: flex; flex-direction: column; gap: 2px; }
.dl__title strong { font-size: 16.5px; font-weight: 800; }
.dl__title span { font-size: 12.5px; color: var(--muted); }
.dl__reco { margin-left: auto; }
.dl__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dl__ver { font-size: 12.5px; color: var(--muted); }
.dl .btn { margin-top: auto; }
.dl__guide { border-top: 1px solid var(--line-faint); padding-top: 12px; }
.dl__guide summary { list-style: none; cursor: pointer; font-size: 13px; font-weight: 700; color: var(--accent-deep); display: flex; align-items: center; gap: 6px; }
.dl__guide summary::-webkit-details-marker { display: none; }
.dl__guide summary::after { content: "+"; font-size: 16px; font-weight: 400; color: var(--muted); }
.dl__guide[open] summary::after { content: "−"; }
.dl__guide ol { margin: 12px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 7px; }
.dl__guide li { font-size: 13px; line-height: 1.65; color: var(--body); }

.sharebox { margin-top: 24px; padding: 24px 26px; display: flex; align-items: center; gap: 22px; }
.sharebox__qr { width: 88px; height: 88px; border-radius: 12px; border: 1.5px dashed #c8d3e2; display: flex; align-items: center; justify-content: center; color: var(--faint); font-size: 13px; font-weight: 700; flex-shrink: 0; background: repeating-linear-gradient(45deg, #f6f9fd, #f6f9fd 6px, #ffffff 6px, #ffffff 12px); }
.sharebox__body { display: flex; flex-direction: column; gap: 4px; }
.sharebox__body strong { font-size: 15.5px; font-weight: 800; }
.sharebox__body p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--muted); }
.sharebox__links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }

/* ── 법적 문서 ─────────────────────────────── */
.legal h3 { margin: 28px 0 8px; font-size: 17px; }
.legal p { margin: 0 0 8px; font-size: 14.5px; color: var(--body); line-height: 1.8; }
.legal .notice { margin: 0 0 12px; }

/* ── 반응형 ─────────────────────────────── */
@media (max-width: 1024px) {
  .cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { display: none; }
  .h1 { font-size: 42px; }
}

@media (max-width: 880px) {
  .gnb__nav { display: none; }
  .gnb__actions .gnb__login { display: none; }
  .gnb__actions .btn { display: none; }
  .gnb__burger { display: inline-flex; }
  .section { padding: 64px 0; }
  .cols-3 { grid-template-columns: 1fr; }
  .vsgrid { grid-template-columns: 1fr; gap: 8px; }
  .vs-badge { padding: 8px 0; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps--boxed { grid-template-columns: 1fr; }
  .calc { grid-template-columns: 1fr; }
  .calc__summary { border-left: 0; border-top: 1px solid var(--line-soft); }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .navyband { flex-direction: column; align-items: flex-start; }
  .h1 { font-size: 34px; }
  .h1--page { font-size: 30px; }
  .h2 { font-size: 27px; }
  .form__row { grid-template-columns: 1fr; }
  .pagehero__row { flex-direction: column; }
  .matrix th, .matrix td { padding: 13px 12px; }
}

@media (max-width: 560px) {
  .cols-2, .cols-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .trustbar__inner { gap: 18px; flex-direction: column; align-items: center; }
  .hero { padding: 52px 0 60px; }
  .hero__cta { width: 100%; }
  .hero__cta .btn { flex: 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .qrbox { flex-direction: column; align-items: flex-start; }
}

/* ── 티어별 포함 기능 비교표 (2026-08-31 추가) ── */
.tiertable { margin-top: 64px; }
.tiertable .h2--sm { margin-bottom: 20px; }
.matrix--tiers thead th em { display: block; font-size: 11.5px; font-weight: 500; color: var(--faint); font-style: normal; margin-top: 3px; }
.matrix--tiers thead .matrix__us em { color: var(--accent-deep); }
.matrix tbody .matrix__group td { text-align: left; background: #fbfcfe; font-size: 12.5px; font-weight: 700; color: var(--muted); padding: 11px 18px; }
.matrix__all { color: var(--body); font-size: 13px; }
.featlist .is-dim { color: var(--faint); }
.featlist .is-dim .ic { color: #c2ccd9; }
.calc__benefit { margin: -12px 0 0; font-size: 12.5px; color: var(--accent-deep); font-weight: 600; }
.chip__benefit { font-size: 12px; font-weight: 600; color: var(--accent-deep); }

/* ================================================================
   2026-09-01 개편 — 감사추적 · 12모듈 · 직접 다운로드 · 자금관리 계산기
   ================================================================ */

/* ── 공통 유틸 ─────────────────────────────── */
.ic--solid { fill: currentColor; stroke: none; }
.is-disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }

.ctarow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.ctarow--center { justify-content: center; }
.ctanote { font-size: 13.5px; color: var(--muted); }
.ctanote strong { color: var(--accent-deep); font-weight: 700; }

.tag { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; color: var(--accent-deep); background: var(--tint); border-radius: 6px; padding: 5px 9px; }
.tag--link { font-weight: 600; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.tag--link:hover { color: var(--accent-deep); background: #ddeafd; }

.statline { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
.statline div { display: flex; align-items: baseline; gap: 5px; }
.statline strong { font-size: 26px; font-weight: 900; color: var(--accent); }
.statline span { font-size: 13.5px; color: var(--muted); }

.checklist { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; line-height: 1.7; color: var(--body); }
.checklist .ic { color: var(--accent); margin-top: 4px; }
.checklist strong { color: var(--ink); font-weight: 700; }

/* ── 감사추적 섹션 (D11) ─────────────────────── */
.auditgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.auditgrid__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.auditgrid__copy .h2 { margin-top: 2px; }

.auditmock { padding: 22px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 22px 46px -30px rgba(16,35,59,.28); }
.auditmock__head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line-faint); }
.auditmock__head > div { display: flex; flex-direction: column; }
.auditmock__head strong { font-size: 15px; font-weight: 800; }
.auditmock__head em { font-style: normal; font-size: 12px; color: var(--muted); }
.auditmock__head .pill { margin-left: auto; }
.auditmock__chain { display: flex; flex-direction: column; }
.auditmock__foot { margin: 0; padding-top: 14px; border-top: 1px solid var(--line-faint); font-size: 12.5px; line-height: 1.7; color: var(--muted); }

.auditrec { border: 1px solid var(--line-soft); border-radius: 11px; padding: 14px 16px; display: flex; flex-direction: column; gap: 5px; background: #fff; }
.auditrec--last { border-color: #bcd6f5; background: var(--tint-soft); }
.auditrec__top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.auditrec__top strong { font-size: 14px; font-weight: 700; }
.auditrec__time { font-size: 11.5px; color: var(--faint); white-space: nowrap; }
.auditrec__who { margin: 0; font-size: 12.5px; color: var(--muted); }
.auditrec__diff { margin: 3px 0 0; display: flex; align-items: center; gap: 7px; font-size: 13px; flex-wrap: wrap; }
.auditrec__diff s { color: var(--faint); }
.auditrec__diff em { font-style: normal; color: var(--faint); }
.auditrec__diff b { color: var(--accent-deep); font-weight: 800; }
.auditrec__hash { display: inline-flex; align-items: center; gap: 5px; margin-top: 4px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; color: var(--faint); }
.auditrec__hash .ic { color: #b6c2d3; }
.chainlink { display: flex; align-items: center; justify-content: center; height: 26px; color: #b6c9e4; position: relative; }
.chainlink::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1.5px; background: linear-gradient(to bottom, #dbe5f2, #b6c9e4, #dbe5f2); }
.chainlink .ic { position: relative; background: #fff; padding: 2px; }

/* ── 업무관리 밴드 (D21) — 간트 목업 + 메신저 알림 목업 ─── */
.taskgrid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 52px; align-items: center; }
.taskgrid__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; order: 2; }
.taskgrid__copy .h2 { margin-top: 2px; }
.taskvis { order: 1; display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.gmock { padding: 20px 22px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 22px 46px -30px rgba(16,35,59,.28); }
.gmock__head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line-faint); }
.gmock__head > div { display: flex; flex-direction: column; min-width: 0; }
.gmock__head strong { font-size: 15px; font-weight: 800; }
.gmock__head em { font-style: normal; font-size: 12px; color: var(--muted); }
.gmock__head .pill { margin-left: auto; flex-shrink: 0; }

.gmock__grid { display: flex; gap: 12px; margin-bottom: 20px; }
.gmock__labels { flex: 0 0 128px; display: flex; flex-direction: column; }
.gmock__lb { height: 30px; display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--body); white-space: nowrap; overflow: hidden; }
.gmock__lb--plan { font-weight: 800; color: var(--ink); }
.gmock__lb--plan em { font-style: normal; font-size: 10px; font-weight: 700; color: var(--accent-deep); background: var(--tint); border-radius: 4px; padding: 2px 5px; }
.gmock__lb--sub { padding-left: 11px; color: var(--muted); }

/* 주 단위 세로 격자 — 25% 마다 한 줄 */
.gmock__tracks { flex: 1 1 auto; position: relative; min-width: 0;
  background-image: repeating-linear-gradient(to right, var(--line-faint) 0 1px, transparent 1px 25%); }
.gmock__row { height: 30px; position: relative; }

.gmock__today { position: absolute; top: -2px; bottom: -2px; width: 1.5px; background: var(--accent); z-index: 2; }
.gmock__today::after { content: "오늘"; position: absolute; bottom: -19px; left: 50%; transform: translateX(-50%);
  font-size: 9.5px; font-weight: 800; letter-spacing: .02em; color: #fff; background: var(--accent); border-radius: 4px; padding: 2px 6px; }

.gbar { position: absolute; top: 50%; transform: translateY(-50%); height: 10px; border-radius: 5px; background: #cfe0f6; }
.gbar--plan { height: 13px; border-radius: 7px; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); }
.gbar--done { background: var(--ok); }
.gbar--now { background: var(--accent); }
.gbar--late { background: var(--bad); }
.gms { position: absolute; top: 50%; width: 9px; height: 9px; background: var(--accent-deep); border: 1.5px solid #fff;
  border-radius: 2px; transform: translate(-50%, -50%) rotate(45deg); z-index: 3; }

.gmock__legend { display: flex; flex-wrap: wrap; gap: 6px 14px; padding-top: 12px; border-top: 1px solid var(--line-faint); }
.glg { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--muted); }
.glg::before { content: ""; width: 12px; height: 7px; border-radius: 4px; background: #cfe0f6; flex-shrink: 0; }
.glg--done::before { background: var(--ok); }
.glg--now::before { background: var(--accent); }
.glg--late::before { background: var(--bad); }
.glg--ms::before { width: 8px; height: 8px; border-radius: 2px; background: var(--accent-deep); transform: rotate(45deg); }

.tnotif { padding: 18px 20px; display: flex; flex-direction: column; gap: 13px; }
.tnotif__head { display: flex; align-items: center; gap: 11px; }
.tnotif__head .tile { width: 38px; height: 38px; border-radius: 10px; }
.tnotif__head .tile .ic { width: 20px; height: 20px; }
.tnotif__head > div { display: flex; flex-direction: column; }
.tnotif__head strong { font-size: 13.5px; font-weight: 800; }
.tnotif__head em { font-style: normal; font-size: 11.5px; color: var(--muted); }
.tnotif__head .pill { margin-left: auto; }
.tnotif__msg { background: var(--tint-soft); border: 1px solid var(--line-soft); border-radius: 11px; padding: 13px 15px; display: flex; flex-direction: column; gap: 4px; }
.tnotif__t { margin: 0; font-size: 11.5px; font-weight: 800; letter-spacing: .01em; color: var(--accent-deep); }
.tnotif__b { margin: 0; font-size: 13.5px; font-weight: 700; line-height: 1.55; color: var(--ink); }
.tnotif__m { margin: 0; font-size: 11.5px; color: var(--muted); }
.tnotif__link { display: inline-flex; align-items: center; gap: 5px; margin-top: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; font-weight: 700; color: var(--accent); }
.tnotif__flow { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.tstep { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; border-radius: 999px; padding: 5px 11px; background: #f2f5fa; color: var(--muted); }
.tstep.is-done { background: var(--ok-bg); color: var(--ok); }
.tstep.is-now { background: var(--tint); color: var(--accent-deep); }
.tstep .ic { width: 13px; height: 13px; stroke-width: 2.6; }
.tstep__arrow { font-size: 12px; color: var(--faint); }

/* eyebrow 안의 출시 예정 배지는 대문자 추적을 상속받지 않게 */
.eyebrow .soon { letter-spacing: 0; text-transform: none; }

/* ── 기능 상세 · 허브 보강 ─────────────────────── */
.featcard__price { font-size: 12px; font-weight: 700; color: var(--accent-deep); background: var(--tint); border-radius: 6px; padding: 4px 9px; align-self: flex-start; }
.featcard--slim { flex-direction: row; align-items: center; gap: 18px; padding: 22px 24px; }
.featcard--slim > div { display: flex; flex-direction: column; gap: 5px; }
.featcard--slim p { font-size: 13px; margin: 0; }

.pointcard { position: relative; }
.pointcard__mark { position: absolute; top: 24px; right: 22px; color: #cfe0f6; }

.specbox { padding: 26px 30px; display: flex; flex-direction: column; gap: 18px; }
.specbox__head { display: flex; align-items: center; gap: 14px; }
.specbox__head strong { font-size: 17px; font-weight: 800; }
.specbox__items { display: flex; flex-wrap: wrap; gap: 9px; }
.specbox__items .tag { font-size: 13px; padding: 8px 14px; }

/* ── 요금 계산기 — 자금관리 계좌·카드 (D12) ────── */
.calc__addon-wrap { border: 1px solid var(--line-soft); border-radius: 10px; overflow: hidden; }
.calc__addon-wrap .calc__addon { border: 0; border-radius: 0; }
.calc__sub { border-top: 1px dashed var(--line); background: var(--tint-soft); padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.calc__sub-title { margin: 0; font-size: 12.5px; color: var(--muted); }
.calc__sub-total { margin: 0; padding-top: 12px; border-top: 1px solid #dde7f3; display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: var(--body); }
.calc__sub-total strong { font-size: 16px; font-weight: 900; color: var(--accent-deep); }
.calc__note { margin: 0; font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.calc__note strong { color: var(--accent-deep); font-weight: 700; }
.calc__line--sub { padding-left: 12px; font-size: 13px; color: var(--muted); }
.calc__line--sub strong { font-weight: 600; color: var(--body); }

.stepper { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.stepper__label { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 700; color: var(--ink); }
.stepper__label em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--muted); }
.stepper__ctrl { display: flex; align-items: center; background: #fff; border: 1px solid #d7dfea; border-radius: 9px; overflow: hidden; flex-shrink: 0; }
.stepper__btn { width: 36px; height: 38px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 0; color: var(--accent); cursor: pointer; transition: background .12s ease; }
.stepper__btn:hover { background: var(--tint); }
.stepper__ctrl input { width: 48px; height: 38px; border: 0; border-left: 1px solid var(--line-faint); border-right: 1px solid var(--line-faint); text-align: center; font-family: inherit; font-size: 15px; font-weight: 800; color: var(--ink); -moz-appearance: textfield; }
.stepper__ctrl input::-webkit-outer-spin-button, .stepper__ctrl input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper__ctrl input:focus { outline: 2px solid var(--accent); outline-offset: -2px; }

.addons__calc { margin-top: 5px; font-size: 12.5px; font-weight: 700; color: var(--accent); }

/* ── 네이비 밴드 태그 ─────────────────────────── */
.navyband__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.navyband__tags span { font-size: 12.5px; font-weight: 600; color: #c9d9ef; border: 1px solid #2c3c55; border-radius: 999px; padding: 6px 13px; }

/* ── 반응형 (2026-09-01 추가분) ────────────────── */
@media (max-width: 1024px) {
  .auditgrid { grid-template-columns: 1fr; gap: 36px; }
  .taskgrid { grid-template-columns: 1fr; gap: 36px; }
  .taskgrid__copy { order: 1; }
  .taskvis { order: 2; }
}

@media (max-width: 880px) {
  .dlhero { flex-direction: column; align-items: flex-start; gap: 18px; }
  .dlhero__cta { width: 100%; }
  .applaunch { flex-direction: column; align-items: flex-start; gap: 16px; }
  .applaunch__cta { width: 100%; }
  .applaunch__cta .btn { flex: 1; }
  .statline { gap: 24px; }
  .specbox { padding: 22px; }
}

@media (max-width: 560px) {
  .sharebox { flex-direction: column; align-items: flex-start; }
  .stepper { flex-direction: column; align-items: flex-start; gap: 10px; }
  .stepper__ctrl { width: 100%; }
  .stepper__ctrl input { flex: 1; width: auto; }
  .statline { flex-direction: column; align-items: center; gap: 12px; }
  .ctarow { width: 100%; }
  .ctarow .btn { flex: 1; }
  .pointcard__mark { display: none; }
  .gmock__labels { flex-basis: 100px; }
  .gmock__lb { font-size: 11px; height: 27px; }
  .gmock__row { height: 27px; }
  .gmock { padding: 16px 16px; }
}

/* ── 히어로 보정 (2026-09-01) ────────────────────
   "근태부터 급여·품질관리까지," 가 한 줄에 들어가도록 카피 컬럼을 넓히고
   h1 을 44px 로 조정한다. keep-all 과 함께 어절 중간 줄바꿈을 막는다. */
.hero .wrap { max-width: 1240px; }
.hero__grid { grid-template-columns: 1fr 1.1fr; gap: 48px; }
.hero .h1 { font-size: 42px; line-height: 1.26; }

/* ── 히어로 자금 흐름 목업 ─────────────────────── */
.mock-fin { background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 18px 38px -22px rgba(16,35,59,.26); padding: 14px 15px; display: flex; flex-direction: column; gap: 12px; }
.mock-fin__head { display: flex; justify-content: space-between; align-items: baseline; }
.mock-fin__head strong { font-size: 12.5px; font-weight: 800; }
.mock-fin__head span { font-size: 11px; color: var(--muted); }
.mock-fin__chart { width: 100%; height: 56px; display: block; }
.mock-fin__rows { display: flex; flex-direction: column; gap: 6px; }
.mock-fin__rows div { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.mock-fin__key { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--muted); }
.mock-fin__rows strong { font-size: 12px; font-weight: 800; color: var(--accent-deep); font-variant-numeric: tabular-nums; }
.mock-fin__rows .is-out { color: #8a94a6; }
.sw { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.sw--in { background: var(--accent); }
.sw--out { background: #cfe0f6; }
.mock-fin__tags { display: flex; gap: 5px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid var(--line-faint); }
.mock-fin__tags span { font-size: 10px; font-weight: 700; color: var(--accent-deep); background: var(--tint); border-radius: 5px; padding: 3px 7px; }

@media (max-width: 1200px) {
  .hero .wrap { max-width: 1120px; }
  .hero .h1 { font-size: 40px; }
}
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero .h1 { font-size: 42px; }
}
@media (max-width: 880px) {
  .hero .h1 { font-size: 33px; }
}

/* ── 푸터 법적 표기 내 메일 링크 ─────────────── */
.footer__legal a { color: #8b9ab0; text-decoration: underline; text-underline-offset: 2px; }
.footer__legal a:hover { color: #ffffff; }

/* ── 히어로 연차 촉진 목업 (자동화 소구를 첫 화면에서 보여준다) ── */
.mock-annual { background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 18px 38px -22px rgba(16,35,59,.26); padding: 14px 16px; display: flex; flex-direction: column; gap: 11px; }
.mock-annual__head { display: flex; align-items: center; gap: 10px; }
.mock-annual__ic { width: 28px; height: 28px; border-radius: 8px; background: var(--tint); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mock-annual__head > div { display: flex; flex-direction: column; min-width: 0; }
.mock-annual__head strong { font-size: 12.5px; font-weight: 800; }
.mock-annual__head span { font-size: 10.5px; color: var(--muted); }
.mock-annual__rows { display: flex; flex-direction: column; gap: 6px; padding-top: 10px; border-top: 1px solid var(--line-faint); }
.mock-annual__rows > div { display: flex; align-items: center; gap: 8px; font-size: 10.5px; }
.mock-annual__rows span { color: var(--body); font-weight: 600; }
.mock-annual__rows em { font-style: normal; color: var(--muted); margin-left: auto; font-variant-numeric: tabular-nums; }
.mock-annual__rows i { font-style: normal; font-size: 9.5px; font-weight: 700; color: var(--faint); background: #f1f4f9; border-radius: 5px; padding: 3px 6px; width: 34px; text-align: center; }
.mock-annual__rows i.is-done { color: var(--ok); background: var(--ok-bg); }
.mock-annual__ok { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; color: var(--accent-deep); background: var(--tint); border-radius: 6px; padding: 5px 8px; align-self: flex-start; }
.mock-annual__ok .ic { stroke-width: 2.6; }

/* ── 노무 컴플라이언스 카드 (D13) ─────────────── */
.lawcard { padding: 26px 28px; display: flex; flex-direction: column; gap: 14px; }
.lawcard__head { display: flex; align-items: center; gap: 14px; }
.lawcard__head > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.lawcard__head strong { font-size: 16.5px; font-weight: 800; }
.lawcard__head em { font-style: normal; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.lawcard__head .pill { margin-left: auto; flex-shrink: 0; font-size: 11.5px; padding: 5px 11px; }
.lawcard p { margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--body); }
.lawcard p strong { color: var(--ink); font-weight: 700; }

@media (max-width: 560px) {
  .lawcard__head { flex-wrap: wrap; }
  .lawcard__head .pill { margin-left: 0; }
}

/* ── 히어로 3카드 정렬 행 (근태 · 자금 흐름 · 연차 촉진) ── */
.mock-trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.mock-trio > div { min-width: 0; }
.mock-phone__head { gap: 6px; }
.mock-phone__head span { font-size: 10px; white-space: nowrap; }
.mock-fin__tags span { font-size: 9.5px; padding: 3px 6px; }
.mock-annual__rows i { width: 30px; }

@media (max-width: 1240px) {
  .hero .wrap { max-width: 1160px; }
  .hero .h1 { font-size: 39px; }
}
@media (max-width: 1024px) {
  .hero .wrap { max-width: 1120px; }
  .hero .h1 { font-size: 42px; }
}

/* ── 노무 섹션 강조 카드 ─────────────────────── */
.lawcard--lead { margin-bottom: 20px; border: 2px solid var(--accent); box-shadow: 0 18px 40px -28px rgba(0,111,229,.35); }
.lawcard--lead .lawcard__head strong { font-size: 19px; }
.lawcard--lead p { font-size: 15px; }

/* ── TCO 비교: 타사 VAT 별도 표기 ─────────────── */
.tco__line strong em { font-style: normal; font-size: 11.5px; font-weight: 500; color: var(--faint); }

/* ── 차별점 카드 (D16) ─────────────────────────── */
.onlycard { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.onlycard__head { display: flex; align-items: center; gap: 14px; }
.onlycard__head strong { font-size: 17px; font-weight: 800; }
.onlycard p { margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--body); }
.onlycard p strong { color: var(--ink); font-weight: 700; }
.onlycard--wide { margin-top: 20px; border: 2px solid var(--accent); box-shadow: 0 18px 40px -28px rgba(0,111,229,.3); }
.onlycard--wide .onlycard__head strong { font-size: 19px; }
.onlycard--wide p { font-size: 15px; }
.onlycard__tags { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 14px; border-top: 1px solid var(--line-faint); }

/* ── 외부 연동 흐름 (D18: 세콤 출입통제) ────────── */
.syncflow { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: stretch; }
.syncstep { padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; position: relative; }
.syncstep--last { border-color: #bcd6f5; box-shadow: 0 14px 32px -24px rgba(0,111,229,.35); }
.syncstep__no { font-size: 12px; font-weight: 900; color: var(--accent); letter-spacing: .04em; }
.syncstep strong { font-size: 17px; font-weight: 800; }
.syncstep p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--body); }
.syncflow__arrow { align-self: center; justify-self: center; width: 22px; height: 22px; position: relative; }
.syncflow__arrow::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1.5px; background: #c3d5ec; }
.syncflow__arrow::after { content: ""; position: absolute; top: 50%; right: 0; width: 7px; height: 7px; border-top: 1.5px solid #c3d5ec; border-right: 1.5px solid #c3d5ec; transform: translateY(-50%) rotate(45deg); }

.syncnotes { margin-top: 28px; }
.syncnote { display: flex; align-items: flex-start; gap: 11px; }
.syncnote .ic { color: var(--accent); margin-top: 3px; flex-shrink: 0; }
.syncnote strong { font-size: 15px; font-weight: 700; }
.syncnote p { margin: 4px 0 0; font-size: 13.5px; line-height: 1.7; color: var(--body); }

@media (max-width: 880px) {
  .syncflow { grid-template-columns: 1fr; gap: 12px; }
  .syncflow__arrow { transform: rotate(90deg); margin: 2px auto; }
}

/* 차별점 카드 헤드의 무료 배지 */
.onlycard__head .pill { margin-left: auto; flex-shrink: 0; font-size: 11.5px; padding: 4px 10px; }
.onlycard__head strong { min-width: 0; }
.footer__ftc { font-size: 12px; color: #7b8ca6; border-bottom: 1px solid #2c3c55; }
.footer__ftc:hover { color: #c2cddd; border-color: #46587a; }
.legal__list { list-style: none; margin: 12px 0 16px; padding: 18px 20px; background: var(--bg-alt); border: 1px solid var(--line-soft); border-radius: 10px; }
.legal__list li { display: flex; flex-direction: column; gap: 4px; }
.legal__list strong { font-size: 14.5px; font-weight: 800; color: var(--ink); margin-bottom: 2px; }
.legal__list span { font-size: 14px; color: var(--body); }
.legal__table { margin: 14px 0 16px; }
.legal__table .matrix { font-size: 13.5px; }
.legal__table .matrix th, .legal__table .matrix td { padding: 12px 14px; text-align: left; }
.legal__table .matrix tbody th { white-space: nowrap; }
.legal__bullets { margin: 10px 0 16px; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.legal__bullets li { font-size: 14.5px; line-height: 1.8; color: var(--body); }
.legal__bullets strong { color: var(--ink); font-weight: 700; }
.legal p em { font-style: normal; color: var(--muted); font-size: 13.5px; }
.notice--info { color: var(--accent-deep); background: var(--tint); }
.notice--info strong { color: var(--ink); }
.legal__bullets .legal__table { margin: 12px 0 4px; }
.legal__hl { margin: 14px 0 18px !important; padding: 14px 18px; background: var(--ok-bg); border-radius: 10px; color: var(--ok) !important; font-size: 14.5px; }
.legal__hl strong { color: var(--ok); }
.legal__chg { display: block; margin-top: 6px; font-size: 13.5px; line-height: 1.75; color: var(--muted); }
.legal__chg strong { color: var(--body); font-weight: 700; }
