@charset "utf-8";
/* ==========================================================================
   데일카네기 · 데일카네기클래스 — Design System
   ========================================================================== */

/* ---------- Font ---------- */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

/* ---------- Tokens ---------- */
:root {
  /* brand */
  --navy-900: #05132a;
  --navy-800: #0a2540;
  --navy-700: #123a63;
  --navy-600: #1b5088;
  --blue-500: #1f6fbd;
  --blue-400: #3b8ddd;
  --blue-050: #eef5fc;

  --red-600: #c8102e;
  --red-500: #e0243f;
  --red-050: #fdeef0;

  --gold-500: #b98b2e;
  --gold-050: #fbf5e8;

  /* neutral */
  --ink: #10161f;
  --gray-800: #2c3644;
  --gray-600: #55606f;
  --gray-500: #7a8494;
  --gray-400: #a6aeba;
  --gray-200: #dde2e9;
  --gray-100: #eef1f5;
  --bg-soft: #f6f8fb;
  --white: #fff;

  --line: #e3e8ef;

  /* system */
  --radius-s: 6px;
  --radius: 12px;
  --radius-l: 20px;
  --shadow-s: 0 1px 2px rgba(10, 37, 64, .06), 0 2px 8px rgba(10, 37, 64, .05);
  --shadow-m: 0 4px 12px rgba(10, 37, 64, .08), 0 12px 32px rgba(10, 37, 64, .07);
  --shadow-l: 0 18px 48px rgba(10, 37, 64, .14);

  --header-h: 76px;
  --container: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  color: var(--gray-800);
  background: var(--white);
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5 { margin: 0; color: var(--ink); font-weight: 700; line-height: 1.36; letter-spacing: -.025em; }
p { margin: 0; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.container-narrow { max-width: 860px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-soft { background: var(--bg-soft); }
.section-navy { background: var(--navy-800); color: rgba(255, 255, 255, .82); }
.section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }

.sec-head { max-width: 780px; margin-bottom: 48px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue-500); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--red-600); }
.section-navy .eyebrow { color: var(--blue-400); }
.sec-title { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.32; }
.sec-desc { margin-top: 18px; font-size: 17px; color: var(--gray-600); }
.section-navy .sec-desc { color: rgba(255, 255, 255, .74); }

.grid { display: grid; gap: 24px; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; border-radius: 999px;
  font-size: 16px; font-weight: 700; letter-spacing: -.01em;
  transition: transform .18s var(--ease), background-color .18s, box-shadow .18s, color .18s, border-color .18s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red-600); color: #fff; box-shadow: 0 6px 18px rgba(200, 16, 46, .28); }
.btn-primary:hover { background: var(--red-500); box-shadow: 0 10px 26px rgba(200, 16, 46, .34); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }
.btn-line { border: 1.5px solid var(--gray-200); color: var(--navy-800); background: #fff; }
.btn-line:hover { border-color: var(--navy-800); }
.btn-ghost-light { border: 1.5px solid rgba(255, 255, 255, .4); color: #fff; }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-lg { padding: 18px 38px; font-size: 17px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row.center { justify-content: center; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--blue-500); }
.link-arrow::after { content: "→"; transition: transform .2s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 900;
  height: var(--header-h); background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-s); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }

.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 9px; flex-shrink: 0;
  background: linear-gradient(140deg, var(--navy-700), var(--navy-900));
  color: #fff; display: grid; place-items: center;
  font-size: 19px; font-weight: 800; letter-spacing: -.04em;
}
.logo-mark span { color: var(--red-500); }
.logo-text strong { display: block; font-size: 19px; font-weight: 800; color: var(--navy-800); letter-spacing: -.045em; line-height: 1.15; }
.logo-text small { display: block; font-size: 11px; font-weight: 600; color: var(--gray-500); letter-spacing: .06em; }

.gnb { display: flex; align-items: center; gap: 4px; margin-right: auto; }
.gnb > li { position: relative; }
.gnb > li > a {
  display: block; padding: 0 17px; line-height: var(--header-h);
  font-size: 16px; font-weight: 700; color: var(--navy-800); letter-spacing: -.02em;
  position: relative;
}
.gnb > li > a::after {
  content: ""; position: absolute; left: 17px; right: 17px; bottom: 20px; height: 2.5px;
  background: var(--red-600); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease);
}
.gnb > li:hover > a::after, .gnb > li.active > a::after { transform: scaleX(1); }

.submenu {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px);
  min-width: 230px; padding: 10px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-m);
  opacity: 0; visibility: hidden; transition: all .2s var(--ease);
}
.gnb > li:hover .submenu, .gnb > li:focus-within .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.submenu a {
  display: block; padding: 10px 14px; border-radius: 8px;
  font-size: 15px; font-weight: 600; color: var(--gray-800); white-space: nowrap;
}
.submenu a:hover { background: var(--blue-050); color: var(--navy-700); }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-tel { font-size: 15px; font-weight: 800; color: var(--navy-800); letter-spacing: -.01em; }
.header-tel small { display: block; font-size: 11px; font-weight: 600; color: var(--gray-500); letter-spacing: 0; }

.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; }
.nav-toggle i { display: block; width: 22px; height: 2px; background: var(--navy-800); position: relative; transition: background .2s; }
.nav-toggle i::before, .nav-toggle i::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--navy-800); transition: transform .25s var(--ease); }
.nav-toggle i::before { top: -7px; }
.nav-toggle i::after { top: 7px; }
.nav-toggle.is-open i { background: transparent; }
.nav-toggle.is-open i::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open i::after { transform: translateY(-7px) rotate(-45deg); }

body { padding-top: var(--header-h); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(118deg, var(--navy-900) 0%, var(--navy-800) 46%, var(--navy-700) 100%);
  color: #fff; padding: 96px 0 0;
}
.hero::before {
  content: ""; position: absolute; top: -18%; right: -8%; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 141, 221, .28), transparent 68%);
}
.hero::after {
  content: ""; position: absolute; left: -6%; bottom: -30%; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 16, 46, .2), transparent 70%);
}
.hero .container { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2);
  font-size: 13px; font-weight: 700; letter-spacing: -.01em; color: #fff; margin-bottom: 26px;
}
.hero-badge b { color: #ffd166; }
.hero h1 { font-size: clamp(32px, 5vw, 58px); line-height: 1.26; color: #fff; letter-spacing: -.035em; }
.hero h1 em { font-style: normal; color: #ffc94d; }
.hero-lead { margin-top: 24px; font-size: clamp(16px, 1.5vw, 19px); color: rgba(255, 255, 255, .82); max-width: 640px; }
.hero .btn-row { margin-top: 38px; }
.hero-keywords { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-keywords span {
  padding: 6px 13px; border-radius: 999px; font-size: 13px; font-weight: 600;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .8);
}
.hero-stats {
  margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.hero-stats div { padding: 30px 8px 40px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .1); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: clamp(24px, 2.6vw, 34px); font-weight: 800; color: #fff; letter-spacing: -.03em; }
.hero-stats span { font-size: 13.5px; color: rgba(255, 255, 255, .66); }

/* page hero (sub pages) */
.page-hero {
  background: linear-gradient(118deg, var(--navy-900), var(--navy-700));
  color: #fff; padding: 68px 0 62px; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -60px; top: -80px; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 141, 221, .26), transparent 70%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.page-hero p { margin-top: 18px; font-size: 17px; color: rgba(255, 255, 255, .78); max-width: 720px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: rgba(255, 255, 255, .6); margin-bottom: 18px; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: rgba(255, 255, 255, .35); }

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 34px 30px; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column; height: 100%;
}
a.card:hover, .card.hoverable:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-color: transparent; }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--blue-050); color: var(--navy-700); margin-bottom: 20px; flex-shrink: 0;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 20px; margin-bottom: 12px; }
.card p { font-size: 15.5px; color: var(--gray-600); }
.card-tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 6px; }
.card-tags span { font-size: 12.5px; font-weight: 600; color: var(--navy-600); background: var(--blue-050); padding: 5px 11px; border-radius: 6px; }
.card-foot { margin-top: auto; padding-top: 22px; }

.card-num {
  font-size: 13px; font-weight: 800; letter-spacing: .1em; color: var(--red-600);
  display: block; margin-bottom: 12px;
}

/* program card */
.prog-card { position: relative; overflow: hidden; padding-top: 30px; }
.prog-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--navy-700), var(--blue-400)); }
.prog-card .meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 14px 0 0; font-size: 13.5px; color: var(--gray-500); font-weight: 600; }
.prog-card .meta b { color: var(--navy-700); font-weight: 700; }

/* ---------- Pain point / problem list ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--red-600);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 22px 24px;
  font-size: 16px; font-weight: 600; color: var(--gray-800); line-height: 1.6;
}
.pain small { display: block; margin-top: 8px; font-size: 13.5px; font-weight: 500; color: var(--gray-500); }

/* ---------- Target / 직급별 ---------- */
.target-card {
  position: relative; padding: 30px 26px; border-radius: var(--radius-l);
  background: #fff; border: 1px solid var(--line); height: 100%;
  display: flex; flex-direction: column; transition: all .25s var(--ease);
}
.target-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.target-card .step { font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--gray-400); }
.target-card h3 { margin: 8px 0 6px; font-size: 21px; }
.target-card .role { font-size: 13.5px; font-weight: 700; color: var(--red-600); margin-bottom: 14px; }
.target-card ul { display: grid; gap: 8px; margin-top: 4px; }
.target-card li { position: relative; padding-left: 17px; font-size: 15px; color: var(--gray-600); }
.target-card li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-400); }

/* ---------- Stat / trust ---------- */
.trust-bar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trust-bar div { background: #fff; padding: 26px 12px; text-align: center; }
.trust-bar strong { display: block; font-size: 26px; font-weight: 800; color: var(--navy-800); letter-spacing: -.03em; }
.trust-bar span { font-size: 13.5px; color: var(--gray-500); }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process li {
  position: relative; padding: 30px 24px; background: #fff; border-radius: var(--radius-l);
  border: 1px solid var(--line); counter-increment: step;
}
.process li::before {
  content: "0" counter(step);
  display: block; font-size: 14px; font-weight: 800; color: var(--red-600); letter-spacing: .08em; margin-bottom: 12px;
}
.process li h4 { font-size: 18px; margin-bottom: 8px; }
.process li p { font-size: 14.5px; color: var(--gray-600); }

/* ---------- Table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.tbl { min-width: 720px; font-size: 15px; }
.tbl thead th {
  background: var(--navy-800); color: #fff; font-weight: 700; font-size: 14.5px;
  padding: 15px 16px; text-align: left; white-space: nowrap;
}
.tbl tbody td { padding: 16px; border-top: 1px solid var(--line); color: var(--gray-700, var(--gray-600)); vertical-align: middle; }
.tbl tbody tr:hover { background: var(--bg-soft); }
.tbl .name { font-weight: 700; color: var(--navy-800); }
.tbl .price { font-weight: 700; color: var(--red-600); white-space: nowrap; }
.badge {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 700; white-space: nowrap;
}
.badge-open { background: var(--blue-050); color: var(--navy-600); }
.badge-corp { background: var(--gold-050); color: var(--gold-500); }
.badge-hot { background: var(--red-050); color: var(--red-600); }

/* ---------- Accordion / FAQ ---------- */
.acc { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-btn {
  width: 100%; display: flex; align-items: center; gap: 16px; justify-content: space-between;
  padding: 24px 4px; text-align: left; font-size: 17px; font-weight: 700; color: var(--navy-800);
}
.acc-btn::after {
  content: "+"; flex-shrink: 0; font-size: 24px; font-weight: 400; color: var(--gray-400);
  transition: transform .25s var(--ease), color .2s;
}
.acc-item.is-open .acc-btn::after { transform: rotate(45deg); color: var(--red-600); }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .32s var(--ease); }
.acc-panel > div { padding: 0 4px 26px; font-size: 15.5px; color: var(--gray-600); }

/* ---------- Quote / review ---------- */
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l); padding: 32px 30px;
  height: 100%; display: flex; flex-direction: column;
}
.review .stars { color: #f5a623; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.review blockquote { margin: 0; font-size: 16.5px; font-weight: 600; color: var(--ink); line-height: 1.7; }
.review .who { margin-top: auto; padding-top: 22px; font-size: 14px; color: var(--gray-500); }
.review .who b { display: block; color: var(--navy-800); font-size: 15px; }

.case-card { padding: 32px 30px; }
.case-card .tag { font-size: 12.5px; font-weight: 700; color: var(--red-600); letter-spacing: .04em; }
.case-card h3 { margin: 10px 0 14px; font-size: 19px; line-height: 1.5; }
.case-flow { margin-top: 20px; display: grid; gap: 10px; }
.case-flow div { display: grid; grid-template-columns: 62px 1fr; gap: 12px; font-size: 14.5px; align-items: start; }
.case-flow dt, .case-flow b { font-size: 12.5px; font-weight: 800; color: #fff; background: var(--navy-700); border-radius: 5px; padding: 3px 0; text-align: center; height: fit-content; }
.case-flow div:nth-child(2) b { background: var(--blue-500); }
.case-flow div:nth-child(3) b { background: var(--red-600); }

/* ---------- Insight / blog ---------- */
.post-card { padding: 0; overflow: hidden; }
.post-thumb {
  height: 168px; display: grid; place-items: center; padding: 20px; text-align: center;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -.02em; line-height: 1.5;
}
.post-thumb.v2 { background: linear-gradient(135deg, #123a63, #1f6fbd); }
.post-thumb.v3 { background: linear-gradient(135deg, #6d1120, #c8102e); }
.post-thumb.v4 { background: linear-gradient(135deg, #2c3644, #55606f); }
.post-thumb.v5 { background: linear-gradient(135deg, #14524a, #1f8f7d); }
.post-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-size: 12.5px; font-weight: 700; color: var(--red-600); }
.post-body h3 { margin: 9px 0 10px; font-size: 18px; line-height: 1.5; }
.post-body p { font-size: 14.5px; color: var(--gray-600); }
.post-meta { margin-top: auto; padding-top: 18px; font-size: 13px; color: var(--gray-400); }

/* ---------- Article ---------- */
.article { max-width: 760px; margin-inline: auto; }
.article > * + * { margin-top: 22px; }
.article h2 { font-size: 26px; margin-top: 54px; padding-top: 8px; line-height: 1.42; }
.article h3 { font-size: 20px; margin-top: 40px; color: var(--navy-700); }
.article p { font-size: 17px; line-height: 1.86; color: var(--gray-800); }
.article ul.dot { display: grid; gap: 10px; }
.article ul.dot li { position: relative; padding-left: 20px; font-size: 16.5px; color: var(--gray-800); }
.article ul.dot li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--red-600); }
.article .callout {
  background: var(--blue-050); border-left: 4px solid var(--blue-500);
  padding: 24px 26px; border-radius: 0 var(--radius) var(--radius) 0; font-size: 16.5px; color: var(--navy-800); font-weight: 600;
}
.article .quote {
  font-size: 20px; font-weight: 700; color: var(--navy-800); line-height: 1.6;
  padding: 8px 0 8px 22px; border-left: 4px solid var(--red-600);
}
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; color: var(--gray-500); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row a, .tag-row span {
  font-size: 13px; font-weight: 600; color: var(--gray-600); background: var(--gray-100);
  padding: 6px 13px; border-radius: 999px;
}
.tag-row a:hover { background: var(--navy-800); color: #fff; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(112deg, var(--navy-900), var(--navy-700));
  color: #fff; border-radius: var(--radius-l); padding: 54px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); }
.cta-band p { margin-top: 12px; color: rgba(255, 255, 255, .76); font-size: 16px; }

/* ---------- Form ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l); padding: 40px; box-shadow: var(--shadow-s); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14.5px; font-weight: 700; color: var(--navy-800); }
.field label .req { color: var(--red-600); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--gray-200); border-radius: 10px;
  background: #fff; font-size: 15.5px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 132px; resize: vertical; line-height: 1.7; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(31, 111, 189, .12);
}
.field input::placeholder, .field textarea::placeholder { color: var(--gray-400); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--gray-600); }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--red-600); }
.form-note { font-size: 13.5px; color: var(--gray-500); }
.form-msg {
  display: none; margin-top: 18px; padding: 16px 18px; border-radius: 10px;
  background: var(--blue-050); color: var(--navy-700); font-size: 15px; font-weight: 600;
}
.form-msg.is-on { display: block; }

/* ---------- Filter chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--gray-200);
  font-size: 14.5px; font-weight: 700; color: var(--gray-600); background: #fff; transition: all .2s;
}
.chip:hover { border-color: var(--navy-700); color: var(--navy-800); }
.chip.is-active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .58); padding: 66px 0 34px; font-size: 14.5px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand .logo-text strong { color: #fff; }
.footer-brand .logo-text small { color: rgba(255, 255, 255, .5); }
.footer-brand p { margin-top: 18px; font-size: 14px; line-height: 1.8; }
.footer-col h4 { font-size: 15px; color: #fff; margin-bottom: 16px; }
.footer-col li + li { margin-top: 10px; }
.footer-col a { font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(255, 255, 255, .42); }
.footer-keywords { margin-top: 22px; font-size: 12.5px; line-height: 1.9; color: rgba(255, 255, 255, .3); }

/* ---------- Floating CTA ---------- */
.float-cta { position: fixed; right: 22px; bottom: 22px; z-index: 800; display: flex; flex-direction: column; gap: 10px; }
.float-cta a {
  display: flex; align-items: center; gap: 9px; padding: 13px 20px; border-radius: 999px;
  font-size: 14.5px; font-weight: 700; box-shadow: var(--shadow-l); transition: transform .2s var(--ease);
}
.float-cta a:hover { transform: translateY(-3px); }
.float-cta .f-call { background: #fff; color: var(--navy-800); border: 1px solid var(--line); }
.float-cta .f-ask { background: var(--red-600); color: #fff; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  :root { --header-h: 66px; }
  .nav-toggle { display: grid; }
  .header-tel { display: none; }
  .gnb {
    position: fixed; inset: var(--header-h) 0 0 auto; width: min(320px, 86vw);
    flex-direction: column; align-items: stretch; gap: 0; background: #fff;
    padding: 16px; overflow-y: auto; box-shadow: var(--shadow-l);
    transform: translateX(105%); transition: transform .3s var(--ease); margin: 0;
  }
  .gnb.is-open { transform: none; }
  .gnb > li > a { line-height: 1.5; padding: 15px 12px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .gnb > li > a::after { display: none; }
  .submenu {
    position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none;
    border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 6px 0 12px; min-width: 0;
    display: none;
  }
  .gnb > li.is-expanded .submenu { display: block; }
  .submenu a { padding: 9px 24px; color: var(--gray-600); }
  .g-4 { grid-template-columns: repeat(2, 1fr); }
  .g-3 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar { grid-template-columns: repeat(3, 1fr); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div:nth-child(2n) { border-right: 0; }
  .section { padding: 72px 0; }
}
@media (max-width: 680px) {
  body { font-size: 15.5px; }
  .section { padding: 56px 0; }
  .section-sm { padding: 44px 0; }
  .sec-head { margin-bottom: 32px; }
  .g-2, .g-3, .g-4, .pain-grid, .process, .form-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 62px; }
  .hero-stats { margin-top: 48px; }
  .hero-stats div { padding: 20px 6px 26px; }
  .cta-band { padding: 36px 26px; text-align: center; justify-content: center; }
  .cta-band .btn-row { justify-content: center; width: 100%; }
  .form-card { padding: 26px 20px; }
  .card { padding: 28px 22px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .float-cta { right: 14px; bottom: 14px; flex-direction: row; }
  .float-cta a { padding: 12px 16px; font-size: 13.5px; }
  .article h2 { font-size: 22px; margin-top: 42px; }
  .article p { font-size: 16px; }
  .btn { padding: 14px 22px; font-size: 15px; }
}

/* ---------- Logo image ---------- */
.logo { gap: 13px; }
.logo-img { height: 44px; width: auto; flex-shrink: 0; }
.logo-divider { width: 1px; height: 28px; background: var(--gray-200); flex-shrink: 0; }
.site-footer .logo-img { filter: brightness(0) invert(1); }
.site-footer .logo-divider { background: rgba(255, 255, 255, .24); }
@media (max-width: 1024px) { .logo-img { height: 38px; } .logo-divider { height: 24px; } }
@media (max-width: 680px) {
  .logo { gap: 9px; }
  .logo-img { height: 32px; }
  .logo-divider { display: none; }
  .logo-text strong { font-size: 16px; }
  .logo-text small { font-size: 10px; }
}

/* ---------- Form error state ---------- */
.form-msg.is-error { background: var(--red-050); color: var(--red-600); }
.field .hint { font-size: 13px; color: var(--gray-500); font-weight: 500; }

/* ---------- Poster / 홍보물 gallery ---------- */
.poster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.poster-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.poster-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.poster-thumb {
  position: relative; aspect-ratio: 3 / 4; background: var(--gray-100);
  display: grid; place-items: center; overflow: hidden;
}
.poster-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.poster-thumb .ph {
  display: none; padding: 26px; text-align: center; color: #fff;
  background: linear-gradient(150deg, var(--navy-800), var(--navy-600));
  width: 100%; height: 100%; place-content: center; align-content: center;
}
.poster-thumb.is-empty { background: var(--navy-800); }
.poster-thumb.is-empty .ph { display: grid; }
.poster-thumb .ph .region { font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.poster-thumb .ph .gi { margin-top: 6px; font-size: 14px; color: rgba(255, 255, 255, .7); }
.poster-thumb .ph .note { margin-top: 18px; font-size: 12px; color: rgba(255, 255, 255, .45); line-height: 1.6; }
.poster-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.poster-body h3 { font-size: 18px; }
.poster-body dl { margin: 14px 0 0; display: grid; grid-template-columns: 62px 1fr; gap: 7px 10px; font-size: 14.5px; }
.poster-body dt { color: var(--gray-500); font-weight: 600; }
.poster-body dd { margin: 0; font-weight: 600; color: var(--gray-800); }
.poster-body dd.fee { color: var(--red-600); font-weight: 800; }
.poster-body .btn { margin-top: 20px; }
@media (max-width: 1024px) { .poster-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .poster-grid { grid-template-columns: 1fr; } }

/* ---------- Keyword cloud (SEO 내부링크) ---------- */
.kw-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.kw-cloud a {
  font-size: 14px; font-weight: 600; color: var(--gray-600);
  border: 1px solid var(--line); background: #fff; padding: 8px 15px; border-radius: 999px;
  transition: all .2s;
}
.kw-cloud a:hover { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-visual {
  border-radius: var(--radius-l); padding: 44px 40px; color: #fff;
  background: linear-gradient(140deg, var(--navy-900), var(--navy-600));
}
.split-visual ul { display: grid; gap: 16px; }
.split-visual li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: rgba(255, 255, 255, .86); }
.split-visual li b { color: #ffc94d; flex-shrink: 0; font-size: 14px; padding-top: 3px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Anchor nav (sub page) ---------- */
.anchor-nav { border-bottom: 1px solid var(--line); background: #fff; }
.anchor-nav ul { display: flex; gap: 4px; overflow-x: auto; }
.anchor-nav a {
  display: block; padding: 17px 18px; font-size: 15px; font-weight: 700; color: var(--gray-600);
  white-space: nowrap; border-bottom: 3px solid transparent;
}
.anchor-nav a:hover, .anchor-nav a.is-active { color: var(--navy-800); border-bottom-color: var(--red-600); }

@media print {
  .site-header, .float-cta, .site-footer { display: none; }
  body { padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
