/* K-HACCP — Claude/Anthropic 톤 v3 (2026-05-14) */
:root {
  --primary: #0a5cae;
  --primary-dark: #15263a;
  --primary-light: #d0e6f8;
  --primary-deep: #15263a;
  --primary-ink: #1f2d3d;
  --primary-glow: rgba(10,92,174,0.15);
  --accent: #b81b22;
  --green: #14946a;
  --amber: #c87f1a;
  --text: #1f2d3d;
  --text-soft: #45525f;
  --text-mute: #64748b;
  --bg: #ffffff;
  --bg-soft: #f5f8fb;
  --bg-cream: #ebf3fb;
  --bg-warm: #ddeeff;
  --bg-dark: #15263a;
  --border: #e5ebf2;
  --border-soft: #eef3f9;
  --shadow-sm: 0 2px 8px rgba(20,60,110,0.05);
  --shadow: 0 8px 28px -8px rgba(20,60,110,0.08);
  --shadow-lg: 0 20px 50px -16px rgba(20,60,110,0.12);
  --shadow-hover: 0 24px 56px -14px rgba(10,92,174,0.22);
  --section-pad: 140px;
  --section-pad-sm: 100px;
  --font-sans: "Pretendard Variable", "Pretendard", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
@media (max-width: 760px) {
  :root { --section-pad: 80px; --section-pad-sm: 60px; }
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100vh; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}
body > .site-header { flex-shrink: 0; }
body > .lp-footer { margin-top: auto; }
body > section { flex-shrink: 0; }
.sec-h, h1, h2 { font-family: var(--font-sans); font-weight: 800; letter-spacing: -0.025em; }
.lp-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 760px) { .lp-container { padding: 0 20px; } }

/* ─── 공용 섹션 / 타이포 강화 ─── */
.sec-h {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  color: var(--text);
}
@media (max-width: 760px) { .sec-h { font-size: 36px; } }
.sec-h-small {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 18px;
}
.sec-sub {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.7;
}

/* 다크 풀블리드 섹션 */
.section-dark {
  background: linear-gradient(135deg, var(--primary-ink) 0%, var(--primary-deep) 60%, #2d5043 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(10,92,174,0.4) 0%, transparent 50%),
              radial-gradient(circle at 0% 100%, rgba(10,92,174,0.25) 0%, transparent 50%);
  pointer-events: none;
}
.section-dark > * { position: relative; z-index: 1; }
.section-dark .sec-h { color: #fff; }
.section-dark .sec-sub { color: rgba(255,255,255,0.7); }
.section-dark a, .section-dark p { color: rgba(255,255,255,0.85); }

/* 카드 elevated */
.elevated {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.elevated:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}

/* Header */
.lp-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white; font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
}
.brand-name { font-weight: 800; font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--text-soft); text-decoration: none; font-weight: 700; font-size: 15px; }
.nav-links a:hover { color: var(--primary); }
.btn-mini {
  background: var(--primary); color: white !important;
  padding: 8px 16px; border-radius: 8px;
}

/* Hero — 전성 스타일: 다크 네이비→블루 그라디언트 */
.hero {
  min-height: auto;
  padding: 80px 0 72px;
  background: linear-gradient(155deg, #15263a 0%, #103253 48%, #0a5cae 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero::before {
  content: ""; position: absolute; top: -180px; right: -120px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(10,92,174,0.55), transparent 70%);
  pointer-events: none; filter: blur(8px); opacity: .5;
}
.hero::after {
  content: ""; position: absolute; bottom: -200px; left: -140px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(56,132,214,0.35), transparent 70%);
  pointer-events: none; filter: blur(8px); opacity: .5;
}
.hero > * { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.badge {
  display: inline-block;
  background: rgba(239,68,68,0.1); color: var(--accent);
  font-size: 13px; font-weight: 800; padding: 7px 16px; border-radius: 999px;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}
.badge.gov {
  background: rgba(10,92,174,0.08); color: var(--primary-dark);
  border: 1px solid rgba(10,92,174,0.18);
}
/* 2026-06-03 UI 5인 합의: clamp() 단일화 + !important 제거 + text-wrap balance */
/* 2026-06-06 v9 카피: 시장 1위 kicker 추가 */
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #e4eefb;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  padding: 7px 14px;
  border-radius: 999px;
  margin: 0 0 18px;
  backdrop-filter: blur(4px);
}
.hero-kicker b { color: #fff; font-weight: 700; }

/* 2026-06-06 v21 10인 합의 — 3대 상품 1:1:1 라인업 카드 (디지털 라이트·스마트 다크+골드·기준서 화이트+테라코타) */
.lineup { padding: 64px 0 56px; background: #fff; border-top: 1px solid var(--border, #e5e7eb); }
.lineup-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .04em; color: var(--primary, #0a5cae); background: var(--primary-50, #ebf3fb); padding: 5px 12px; border-radius: 999px; margin: 0 0 14px; }
.lineup-h { font-size: clamp(24px, 3.4vw, 38px); font-weight: 900; color: var(--primary-deep, #15263a); letter-spacing: -0.02em; margin: 0 0 10px; line-height: 1.2; text-wrap: balance; }
.lineup-hl { color: var(--primary, #0a5cae); }
.lineup-sub { font-size: 15px; color: var(--text-soft, #475569); margin: 0 0 32px; line-height: 1.65; }
.lineup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 18px; }
@media (max-width: 960px) { .lineup-grid { grid-template-columns: 1fr; } }
.lineup-card { display: block; padding: 28px 26px 26px; border-radius: 16px; text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; position: relative; overflow: hidden; }
.lineup-card:hover { transform: translateY(-4px); }
.lc-tag { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .02em; margin: 0 0 14px; }
.lc-h { font-size: 22px; font-weight: 900; line-height: 1.25; letter-spacing: -0.02em; margin: 0 0 12px; }
.lc-sub { font-size: 13.5px; line-height: 1.65; margin: 0 0 20px; opacity: .85; }
.lc-price { margin: 0 0 18px; padding: 14px 0; border-top: 1px solid rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.08); }
.lc-price b { display: block; font-size: 22px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; }
.lc-price span { display: block; font-size: 11.5px; margin-top: 4px; opacity: .7; font-weight: 600; }
.lc-feat { list-style: none; padding: 0; margin: 0 0 22px; font-size: 13px; line-height: 1.85; font-weight: 600; }
.lc-go { font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; gap: 4px; }

/* 디지털 = Tint 라이트 */
.lc-digital { background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%); border: 1px solid var(--primary-300, #7fc4ff); color: var(--primary-deep, #15263a); box-shadow: 0 1px 0 rgba(21,38,58,0.04); }
.lc-digital:hover { box-shadow: 0 12px 32px rgba(10,92,174,0.12); }
.lc-digital .lc-tag { background: var(--primary-50, #ebf3fb); color: var(--primary, #0a5cae); }
.lc-digital .lc-price { border-color: rgba(10,92,174,0.15); }
.lc-digital .lc-price b { color: var(--primary, #0a5cae); }
.lc-digital .lc-go { color: var(--primary, #0a5cae); }

/* 스마트 = Ink 다크 + Gold */
.lc-smart { background: linear-gradient(135deg, var(--primary-deep, #15263a) 0%, #0a1929 100%); border: 1px solid #cba258; color: #fff; box-shadow: 0 4px 24px rgba(21,38,58,0.18); }
.lc-smart:hover { box-shadow: 0 14px 40px rgba(21,38,58,0.32); }
.lc-smart .lc-tag { background: #cba258; color: #15263a; }
.lc-smart .lc-h { color: #fff; }
.lc-smart .lc-price { border-color: rgba(203,162,88,0.3); }
.lc-smart .lc-price b { color: #cba258; }
.lc-smart .lc-go { color: #cba258; }

/* 기준서 = 화이트 + Accent 테라코타 */
.lc-plan { background: #ffffff; border: 1px solid #f5d3c4; color: var(--primary-deep, #15263a); box-shadow: 0 1px 0 rgba(21,38,58,0.04); position: relative; }
.lc-plan::after { content: 'NEW'; position: absolute; top: 14px; right: 14px; background: #d97757; color: #fff; font-size: 10px; font-weight: 900; padding: 3px 9px; border-radius: 999px; letter-spacing: .04em; }
.lc-plan:hover { box-shadow: 0 12px 32px rgba(217,119,87,0.15); }
.lc-plan .lc-tag { background: rgba(217,119,87,0.12); color: #d97757; }
.lc-plan .lc-price { border-color: rgba(217,119,87,0.18); }
.lc-plan .lc-price b { color: #d97757; }
.lc-plan .lc-go { color: #d97757; }

.lineup-note { margin: 24px 0 0; font-size: 12px; color: var(--text-soft, #94a3b8); line-height: 1.7; }
.lineup-note a { color: var(--primary, #0a5cae); font-weight: 700; }

/* 2026-06-06 v10 30인 합의 D 5/5 — Hero 직후 전화+사업자견적서 단일 게이트 */
.hero-tail-cta { padding: 36px 0 24px; background: linear-gradient(180deg, #fff 0%, #fdfbf6 100%); }
.htc-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 880px) { .htc-wrap { grid-template-columns: 1fr; } }
.htc-card { padding: 28px 28px 26px; border: 1px solid var(--border, #e2e8f0); border-radius: 16px; background: #fff; box-shadow: 0 1px 0 rgba(21,38,58,0.04); transition: box-shadow .18s, transform .18s; }
.htc-card:hover { box-shadow: 0 10px 28px rgba(21,38,58,0.08); transform: translateY(-2px); }
.htc-tag { display: inline-block; padding: 4px 10px; background: var(--primary-50, #ebf3fb); color: var(--primary, #0a5cae); border-radius: 999px; font-size: 11.5px; font-weight: 800; letter-spacing: .02em; margin-bottom: 14px; }
.htc-card h2 { font-size: 20px; font-weight: 900; color: var(--primary-deep, #15263a); margin: 0 0 8px; letter-spacing: -0.02em; line-height: 1.35; }
.htc-card p { font-size: 14.5px; color: var(--text-soft, #475569); margin: 0 0 18px; line-height: 1.6; }
.htc-card .cta-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; font-size: 15.5px; }
.htc-card .cta-quote { background: var(--primary-deep, #15263a); }
.htc-card small { display: block; margin-top: 10px; color: var(--text-soft, #94a3b8); font-size: 12px; }

/* 2026-06-06 v10 30인 합의 D 3/5 — 익명 처리 후기 6칸 */
.proof-anon { padding: 64px 0; background: #fff; }
.pa-head { text-align: center; margin: 0 0 36px; }
.pa-eyebrow { display: inline-block; font-size: 11.5px; font-weight: 800; color: var(--primary, #0a5cae); background: var(--primary-50, #ebf3fb); padding: 4px 12px; border-radius: 999px; letter-spacing: .04em; }
.pa-head h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; color: var(--primary-deep, #15263a); margin: 14px 0 8px; letter-spacing: -0.02em; }
.pa-sub { font-size: 14px; color: var(--text-soft, #64748b); margin: 0; }
.pa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 960px) { .pa-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pa-grid { grid-template-columns: 1fr; } }
.pa-card { padding: 22px; background: var(--bg-cream, #faf9f5); border: 1px solid var(--border, #e2e8f0); border-radius: 12px; border-left: 4px solid var(--primary, #0a5cae); }
.pa-quote { font-size: 14.5px; line-height: 1.65; color: var(--text, #1e293b); margin: 0 0 12px; font-weight: 600; }
.pa-meta { font-size: 12.5px; color: var(--text-soft, #64748b); }
.pa-meta b { color: var(--primary-deep, #15263a); font-weight: 800; }
.pa-foot { text-align: center; margin: 28px 0 0; font-size: 12px; color: var(--text-soft, #94a3b8); }
.hero h1 {
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}
/* 히어로 하이라이트 — 라이트 블루 그라디언트 텍스트 (전성 스타일) */
.hl {
  background: linear-gradient(100deg, #7fc4ff 0%, #d8ecff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #7fc4ff;
}
.hero-sub { font-size: clamp(15px, 1.8vw, 17.5px); color: rgba(255,255,255,0.80); margin-bottom: 34px; line-height: 1.70; }
.hero-sub b { color: #fff; font-weight: 700; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.cta-primary {
  background: var(--primary); color: white !important; text-decoration: none;
  padding: 16px 28px; border-radius: 10px; font-weight: 700; font-size: 15.5px;
  box-shadow: 0 4px 14px -4px rgba(10,92,174,0.30);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
  letter-spacing: -0.01em;
}
.cta-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 10px 24px -6px rgba(10,92,174,0.38); }
.cta-primary.big { padding: 22px 40px; font-size: 18px; }
.cta-secondary {
  background: white; color: var(--text) !important; text-decoration: none;
  padding: 16px 32px; border-radius: 12px; font-weight: 800; font-size: 16px;
  border: 2px solid var(--border);
  transition: all 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.cta-secondary:hover { border-color: var(--primary); color: var(--primary) !important; transform: translateY(-2px); }
.hero-stats { display: flex; gap: 40px; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat b { font-size: 32px; font-weight: 900; color: var(--primary); letter-spacing: -0.02em; }
.stat span { font-size: 13px; color: var(--text-mute); font-weight: 700; margin-top: 4px; }

/* ─── 효과 그리드 + 정의 카드 공통 (smart-haccp·index 공유) ─── */
.def-card {
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 34px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.def-icon { font-size: 48px; line-height: 1; flex-shrink: 0; }
.def-body h3 { font-size: 22px; font-weight: 800; margin: 0 0 12px; color: var(--text); line-height: 1.4; }
.def-body p { font-size: 16px; line-height: 1.75; color: var(--text-soft); margin: 0; }
.def-body p b { color: var(--text); }
.def-cite { margin-top: 14px !important; font-size: 12px !important; color: var(--text-mute) !important; }
.def-source { text-align: center; margin-top: 24px; font-size: 12px; line-height: 1.7; color: var(--text-mute); }
.def-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.def-cta a { min-width: 260px; text-align: center; }

.effect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}
@media (max-width: 900px) {
  .effect-grid { grid-template-columns: repeat(2, 1fr); }
}
.effect-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  transition: transform 0.15s, box-shadow 0.15s;
}
.effect-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(31,27,26,0.06);
  border-color: var(--primary);
}
.effect-card.highlight {
  border-color: var(--primary);
  background: linear-gradient(135deg, #fff, var(--primary-light, #d0e6f8));
}
.effect-card.special {
  border-color: #15263a;
  background: linear-gradient(135deg, #fff, rgba(0, 98, 65, 0.06));
}
.ef-num {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.025em;
}
.effect-card.special .ef-num { color: #15263a; }
.ef-num span {
  font-size: 18px;
  font-weight: 800;
  margin-left: 2px;
}
.ef-num.small { font-size: 24px; line-height: 1.2; }
.ef-label {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-soft);
  letter-spacing: -0.01em;
}

/* ─── 비교표 공통 (smart-haccp·pricing 공유) ─── */
.compare-grid {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
}
.cmp-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.cmp-row:last-child { border-bottom: none; }
.cmp-row.cmp-head {
  background: linear-gradient(135deg, var(--bg-soft), #fff);
  font-weight: 800;
}
.cmp-cell {
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.55;
  border-right: 1px solid var(--border);
}
.cmp-cell:last-child { border-right: none; }
.cmp-cell.cmp-label {
  font-weight: 800;
  color: var(--text);
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  font-size: 15px;
}
.cmp-cell.cmp-old {
  color: var(--text-soft);
  background: rgba(148, 163, 184, 0.05);
}
.cmp-cell.cmp-new {
  color: var(--text);
  background: linear-gradient(135deg, rgba(0, 98, 65, 0.04), #fff);
}
.cmp-cell small { display: block; margin-top: 4px; font-size: 12px; color: var(--text-mute); }
.cmp-cell.cmp-new small { color: var(--text-soft); }
.cmp-cell small b { color: var(--primary); font-weight: 800; }
.cmp-row.cmp-head .cmp-cell {
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 22px;
}
.cmp-row.cmp-head .cmp-new { color: var(--primary); }
.cmp-cell .x, .cmp-cell .o {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  font-weight: 900;
  font-size: 13px;
  vertical-align: middle;
}
.cmp-cell .x { background: rgba(148, 163, 184, 0.18); color: #6b6660; }
.cmp-cell .o { background: var(--primary); color: #fff; }
@media (max-width: 760px) {
  .cmp-row { grid-template-columns: 1fr; }
  .cmp-cell { border-right: none; border-bottom: 1px dashed var(--border); padding: 14px 18px; }
  .cmp-row.cmp-head { display: none; }
  .cmp-cell.cmp-old::before { content: "❌ 기존: "; font-weight: 800; color: #6b6660; }
  .cmp-cell.cmp-new::before { content: "✅ K-HACCP: "; font-weight: 800; color: var(--primary); }
}
.cmp-note { text-align: center; margin-top: 22px; font-size: 12px; color: var(--text-mute); line-height: 1.7; }
.cmp-cta { text-align: center; margin-top: 28px; }
.cmp-cta a { min-width: 320px; }

/* ─── Step Grid 공통 (smart-haccp·services 공유) ─── */
.step-grid {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.step-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-card.featured {
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary-light), #fff);
}
.step-num {
  font-size: 12px;
  font-weight: 900;
  color: var(--text-mute);
  letter-spacing: 0.12em;
}
.step-card.featured .step-num { color: var(--primary); }
.step-body h3 { font-size: 15px; font-weight: 800; color: var(--text); margin: 0 0 6px; }
.step-body p { font-size: 13px; color: var(--text-soft); line-height: 1.5; margin: 0; }
.step-arrow {
  align-self: center;
  color: var(--text-mute);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .step-arrow { transform: rotate(90deg); }
}

/* ─── Bento Grid (스타벅스 톤) ─── */
.bento { padding: 100px 0; background: var(--bg); }
.bento-head { text-align: center; margin-bottom: 50px; }
.bento-head .sec-sub { color: var(--text-mute); font-size: 17px; margin-top: 12px; }
.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  grid-auto-rows: minmax(220px, auto);
}
.bento-card {
  position: relative;
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s, scale 0.35s;
  min-height: 280px;
  color: var(--text);
}
.bento-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.04) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
}
.bento-card:hover {
  transform: translateY(-8px) scale(1.005);
  box-shadow: 0 32px 72px -16px rgba(31,27,26,0.22);
}
.bento-card:hover::before { opacity: 1; }
.bento-card.big.bento-dark::after,
.bento-card.big.bento-stat::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 140%;
  background: radial-gradient(circle, rgba(203,162,88,0.18), transparent 60%);
  pointer-events: none;
}
.bento-card.big { grid-column: span 3; min-height: 360px; }
.bento-card:not(.big) { grid-column: span 2; }
@media (max-width: 1100px) {
  .bento-grid { grid-template-columns: repeat(4, 1fr); }
  .bento-card.big { grid-column: span 4; }
  .bento-card:not(.big) { grid-column: span 2; }
}
@media (max-width: 700px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.big, .bento-card:not(.big) { grid-column: span 1; }
}

.bento-dark { background: linear-gradient(135deg, #15263a 0%, #0a5cae 100%); color: #fff; }
.bento-dark .bento-tag { background: rgba(255,255,255,0.15); color: #d0e6f8; }
.bento-dark .bento-cta { color: #cba258; }
.bento-cream { background: #f5f8fb; }
.bento-warm  { background: #cba258; color: #15263a; }
.bento-warm .bento-tag { background: rgba(21,38,58,0.15); color: #15263a; }
.bento-warm .bento-cta { color: #15263a; }
.bento-light { background: #d0e6f8; }
.bento-stat  { background: linear-gradient(135deg, #0a5cae 0%, #15263a 100%); color: #fff; }
.bento-stat .bento-tag { background: rgba(255,255,255,0.15); color: #d0e6f8; }
.bento-stat .bento-cta { color: #cba258; }

.bento-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(10,92,174,0.1);
  color: var(--primary);
  margin-bottom: 18px;
}
.bento-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.bento-card.big .bento-title { font-size: 46px; line-height: 1.08; }
@media (max-width: 700px) {
  .bento-title { font-size: 26px; }
  .bento-card.big .bento-title { font-size: 32px; }
}
.bento-desc {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
  max-width: 480px;
}
.bento-cta {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
  color: var(--primary);
  transition: transform 0.2s;
  align-self: flex-start;
}
.bento-card:hover .bento-cta { transform: translateX(4px); }
.bento-img {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 220px;
  max-width: 40%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  opacity: 0.92;
}
@media (max-width: 900px) {
  .bento-img { width: 160px; bottom: 18px; right: 18px; opacity: 0.6; }
}
@media (max-width: 540px) {
  .bento-img { display: none; }
}
.bento-stats {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.bento-stats > div { display: flex; flex-direction: column; }
.bento-stats b {
  font-size: 32px;
  font-weight: 900;
  color: #cba258;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bento-stats span {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  margin-top: 4px;
}

/* ─── 페이지 Hero 공통 — (나) 크림 톤 통일 ─── */
.about-hero, .pr-hero, .sh-hero, .dx-hero,
.svc-hero, .cs-hero, .nt-hero {
  padding: 110px 0 80px !important;
  background: linear-gradient(180deg, var(--bg-cream) 0%, #ffffff 100%) !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-hero::before, .pr-hero::before, .sh-hero::before,
.dx-hero::before, .svc-hero::before, .cs-hero::before, .nt-hero::before {
  content: "";
  position: absolute;
  top: -180px; right: -100px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,92,174,0.08), transparent 70%);
  pointer-events: none;
}
.about-hero > .lp-container, .pr-hero > .lp-container,
.sh-hero > .lp-container, .dx-hero > .lp-container,
.svc-hero > .lp-container, .cs-hero > .lp-container,
.nt-hero > .lp-container { position: relative; z-index: 1; }

.about-hero h1, .pr-hero h1, .sh-hero h1, .dx-hero h1,
.svc-hero h1, .cs-hero h1, .nt-hero h1 {
  font-size: 64px !important;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 24px 0 24px;
  color: var(--primary-deep);
}
@media (max-width: 760px) {
  .about-hero h1, .pr-hero h1, .sh-hero h1, .dx-hero h1,
  .svc-hero h1, .cs-hero h1, .nt-hero h1 {
    font-size: 40px !important;
  }
}

/* ─── Footer 로고 ─── */
.brand-foot { margin-bottom: 12px; }
.brand-foot img.foot-logo,
.foot-logo {
  height: 32px !important;
  max-height: 32px !important;
  width: auto !important;
  max-width: 180px !important;
  display: block !important;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* ─── 권위 띠 (Hero 직후) ─── */
.authority-band {
  background: #fff;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 24px 0;
  position: relative;
  z-index: 3;
}
.authority-band .lp-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .authority-band .lp-container { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 480px) { .authority-band .lp-container { grid-template-columns: 1fr; } }
.auth-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.4;
  font-weight: 700;
}
.auth-item .auth-ic {
  width: 36px; height: 36px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.auth-item b { display: block; color: var(--text); font-size: 14px; font-weight: 800; }
.auth-item small { display: block; font-size: 11px; color: var(--text-mute); font-weight: 600; margin-top: 2px; }

/* ─── Pain 카드 도형 강화 ─── */
.pain-card { position: relative; transition: transform 0.25s, box-shadow 0.25s; }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.pain-card .pi {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(239,68,68,0.12), rgba(239,68,68,0.04));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 8px 20px -8px rgba(239,68,68,0.25);
}
.pain-card:nth-child(2) .pi { background: linear-gradient(135deg, rgba(245,158,11,0.14), rgba(245,158,11,0.04)); box-shadow: 0 8px 20px -8px rgba(245,158,11,0.25); }
.pain-card:nth-child(3) .pi { background: linear-gradient(135deg, rgba(10,92,174,0.12), rgba(10,92,174,0.04)); box-shadow: 0 8px 20px -8px rgba(10,92,174,0.25); }
.pain-card:nth-child(4) .pi { background: linear-gradient(135deg, rgba(21,38,58,0.10), rgba(31,27,26,0.04)); box-shadow: 0 8px 20px -8px rgba(21,38,58,0.25); }

/* ─── 플랜 카드 강화 ─── */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .plan-grid { grid-template-columns: 1fr; }
}
.plan-grid.two-col { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto; }
@media (max-width: 700px) { .plan-grid.two-col { grid-template-columns: 1fr; } }
.plan-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
}
.pl-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 98, 65, 0.3);
}
.pl-tier {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-mute);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pl-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-top: 4px;
  margin-bottom: 18px;
  line-height: 1.3;
}
.pl-price {
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 22px;
}
.plan-card.featured .pl-price {
  background: linear-gradient(135deg, var(--primary-light), #fff);
  border: 1px solid rgba(0, 98, 65, 0.18);
}
.pl-pmonth { font-size: 15px; font-weight: 700; color: var(--text-soft); }
.pl-pmonth b { color: var(--text); font-size: 22px; font-weight: 900; letter-spacing: -0.01em; }
.pl-pyear { font-size: 12px; color: var(--text-mute); margin-top: 4px; }
.pl-feat { list-style: none; padding: 0; margin: 0 0 24px; flex-grow: 1; }
.pl-feat li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.5;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.pl-feat li:last-child { border-bottom: none; }
.pl-feat li b { color: var(--text); font-weight: 800; }
.plan-cta {
  display: block;
  text-align: center;
  padding: 13px 20px;
  background: var(--bg-soft);
  color: var(--text);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--border);
  transition: all 0.15s;
}
.plan-cta:hover { border-color: var(--primary); color: var(--primary); }
.plan-cta.primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.plan-cta.primary:hover { filter: brightness(1.08); color: #fff; }
.plan-addon {
  margin-top: 40px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.plan-addon h4 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--text-soft);
  letter-spacing: 0.04em;
}
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 700px) { .addon-grid { grid-template-columns: 1fr; } }
.addon-item {
  background: var(--bg-soft);
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--text-soft);
}
.addon-item b { color: var(--text); font-weight: 800; }
.addon-note { margin-top: 14px; font-size: 12px; color: var(--text-mute); }

.plan-card {
  position: relative;
  border-radius: 20px !important;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}
.plan-card.featured {
  position: relative;
  overflow: visible;
}
.plan-card.featured::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  z-index: -1;
  opacity: 0.15;
  filter: blur(20px);
}
.plan-card .pl-tier { color: var(--primary) !important; }
.plan-card.featured .pl-tier { color: var(--primary-dark) !important; }
.pl-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-light), #fff);
  border: 1px solid var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 18px;
  box-shadow: 0 6px 18px -6px rgba(10,92,174,0.25);
}
.pl-icon.featured {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-color: var(--primary-dark);
  box-shadow: 0 10px 24px -6px rgba(10,92,174,0.45);
}

/* ─── 스크롤 페이드 인 ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ─── CTA 블록 공통 배경 (jeonseong cta-bg) ─── */
.sh-cta-block, .about-cta {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.55), rgba(0, 98, 65, 0.78)),
    url('/img/bg/cta-bg.png') !important;
  background-size: cover, cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

/* Phone mock */
.hero-right { display: flex; justify-content: center; }
.phone-mock {
  width: 280px; height: 560px; background: var(--bg-dark);
  border-radius: 36px; padding: 18px; position: relative;
  box-shadow: var(--shadow-lg);
}
.phone-screen {
  background: var(--bg-soft); border-radius: 24px;
  height: 100%; padding: 24px 18px; overflow: hidden;
}
.ps-h { font-weight: 800; font-size: 18px; margin-bottom: 18px; color: var(--text); }
.ps-card {
  background: white; padding: 12px 14px; border-radius: 10px;
  margin-bottom: 10px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--border); display: flex; align-items: center; gap: 8px;
}
.ps-card.warn { background: #fef3c7; border-color: var(--amber); color: #92400e; }
.ps-card .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.ps-foot {
  position: absolute; bottom: 40px; left: 18px; right: 18px;
  text-align: center; padding: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white; border-radius: 10px; font-weight: 700; font-size: 14px;
}

/* Pain */
.pain { padding: 90px 0; background: var(--bg-soft); }
.sec-h {
  font-size: 36px; font-weight: 800; text-align: center; margin-bottom: 50px;
  letter-spacing: -0.02em;
}
.sec-h-small { font-size: 24px; font-weight: 800; text-align: center; margin-bottom: 30px; }
.sec-sub { text-align: center; color: var(--text-mute); font-size: 17px; margin-bottom: 40px; margin-top: -30px; }
.pain-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.pain-card {
  background: white; padding: 28px 22px; border-radius: 14px;
  border: 1px solid var(--border); text-align: center;
  transition: all 0.2s;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pi { font-size: 40px; margin-bottom: 14px; }
.pain-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.pain-card p { font-size: 14px; color: var(--text-mute); }

/* Demo */
.demo { padding: 90px 0; }
.video-wrap { max-width: 800px; margin: 0 auto; }
.video-placeholder {
  aspect-ratio: 16/9; background: linear-gradient(135deg, #1e293b, #1f1b1a);
  border-radius: 14px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; color: white; cursor: pointer;
  box-shadow: var(--shadow-lg); transition: transform 0.2s;
}
.video-placeholder:hover { transform: scale(1.02); }
.play {
  width: 80px; height: 80px; border-radius: 50%; background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin-bottom: 20px; padding-left: 6px;
  box-shadow: 0 0 0 8px rgba(10,92,174,0.3);
}
.vp-text { font-size: 18px; font-weight: 700; text-align: center; }
.vp-text span { display: block; font-size: 13px; font-weight: 400; opacity: 0.7; margin-top: 6px; }

/* Diagnose CTA */
.diagnose-cta { padding: 70px 0; background: var(--bg-soft); }
.diag-card {
  max-width: 720px; margin: 0 auto;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white; padding: 54px 40px; border-radius: 20px; text-align: center;
  box-shadow: var(--shadow-lg);
}
.diag-card .badge { background: rgba(255,255,255,0.2); color: white; }
.diag-card h2 {
  color: white; font-size: 30px; font-weight: 800; margin: 16px 0 14px;
}
.diag-card p { font-size: 17px; opacity: 0.95; margin-bottom: 28px; }
.diag-card .cta-primary {
  background: white; color: var(--primary) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.diag-card .cta-primary:hover { background: #f7faf8; }
.diag-card .micro { font-size: 12px; opacity: 0.8; margin-top: 20px; margin-bottom: 0; }

/* FAQ */
.faq { padding: 90px 0; }
.faq-item {
  max-width: 800px; margin: 0 auto 12px;
  background: var(--bg-soft); border-radius: 12px; padding: 22px 26px;
  border: 1px solid var(--border);
}
.faq-item summary {
  font-weight: 700; font-size: 17px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--primary); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin-top: 16px; color: var(--text-mute); font-size: 15px; line-height: 1.7;
}
.faq-item p b { color: var(--text); }

/* Social Proof */
.social-proof { padding: 70px 0; background: var(--bg-soft); }
.logo-row {
  display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; margin-bottom: 40px;
}
.proof-item { text-align: center; }
.proof-item b { display: block; font-size: 36px; font-weight: 800; color: var(--primary); }
.proof-item span { font-size: 13px; color: var(--text-mute); font-weight: 600; }
.testimonial {
  max-width: 700px; margin: 0 auto; padding: 30px;
  background: white; border-radius: 14px; border-left: 4px solid var(--primary);
  font-size: 17px; line-height: 1.7; font-style: italic;
}
.testimonial cite { display: block; margin-top: 14px; font-size: 13px; color: var(--text-mute); font-style: normal; font-weight: 700; }

/* CTA Grid */
.cta { padding: 90px 0; background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); }
.cta h2 { font-size: 36px; font-weight: 800; text-align: center; margin-bottom: 10px; }
.cta > .lp-container > p { text-align: center; color: var(--text-mute); margin-bottom: 40px; font-size: 17px; }
.cta-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 900px; margin: 0 auto;
}
.cta-tile {
  background: white; border: 2px solid var(--border); border-radius: 14px;
  padding: 28px 22px; text-decoration: none; color: var(--text);
  text-align: center; transition: all 0.2s; display: block;
}
.cta-tile:hover {
  border-color: var(--primary); transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.cta-tile.primary {
  background: var(--primary); color: white;
}
.cta-tile.primary .ct-sub { color: rgba(255,255,255,0.85); }
.ct-icon { font-size: 32px; margin-bottom: 12px; }
.ct-h { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.ct-sub { font-size: 13px; color: var(--text-mute); }

/* Footer */
.lp-footer {
  background: var(--bg-dark); color: #bcb6ad;
  padding: 60px 0 24px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid #1e293b;
}
.lp-footer h4 { color: white; font-size: 14px; font-weight: 800; margin-bottom: 14px; }
.lp-footer a { color: #8d8780; text-decoration: none; display: block; padding: 4px 0; font-size: 13px; }
.lp-footer a:hover { color: white; }
.brand-foot { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
.lp-footer p { font-size: 13px; color: #8d8780; }
.lp-footer .addr { margin-top: 12px; font-size: 12px; }
.foot-bottom {
  padding-top: 24px; text-align: center; font-size: 12px; color: #6b6660;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  /* h1 font-size는 상단 clamp() 단일화 — 미디어쿼리 중복 제거(5인 UI 합의) */
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links a:not(.btn-mini) { display: none; }
}
@media (max-width: 600px) {
  .hero { padding: 50px 0 70px; }
  /* h1 font-size는 상단 clamp() 단일화 */
  .sec-h { font-size: 26px; }
  .pain-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .logo-row { gap: 30px; }
  .proof-item b { font-size: 26px; }
}

/* ─── v4 모던 마이크로 인터랙션 (2026-05-15) ─── */

/* 스크롤 진행 바 */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  z-index: 9999;
  transition: width 0.1s ease-out;
  pointer-events: none;
}

/* Hero 강조 텍스트 - 그라데이션 + 미세 글로우 */
.hl {
  background: linear-gradient(180deg, transparent 60%, rgba(10,92,174,0.22) 60%);
  position: relative;
  display: inline-block;
}

/* h1·h2 그라데이션 텍스트 (옵션 .grad-text) */
.grad-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 카드 hover - 부드러운 cubic-bezier 통일 */
.bento-card, .plan-card, .pain-card, .feat-card, .effect-card,
.svc-card, .sp-card, .mis-card, .ip-card, .cert-pill-card, .client-card,
.gb-card, .sf-card, .vp-feat, .qp-card, .b9-card, .qa-item, .sst-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease-out !important;
}

/* 버튼 누름 효과 */
.cta-primary:active, .cta-secondary:active, .plan-cta:active, .qp-cta:active {
  transform: translateY(0) scale(0.98) !important;
  transition-duration: 0.08s !important;
}

/* 통계 숫자 강조 (hover 시 살짝 확대) */
.stat:hover b, .proof-item:hover b, .phs-item:hover b,
.abs-item:hover b, .dhs-item:hover b, .tnc-num:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}
.stat b, .proof-item b, .phs-item b, .abs-item b, .dhs-item b, .tnc-num {
  display: inline-block;
  transition: transform 0.2s ease-out;
}

/* 페이드인 stagger (자식 요소 순차 등장) */
.reveal.in > * {
  animation: fadeInStagger 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.reveal.in > *:nth-child(1) { animation-delay: 0.05s; }
.reveal.in > *:nth-child(2) { animation-delay: 0.15s; }
.reveal.in > *:nth-child(3) { animation-delay: 0.25s; }
.reveal.in > *:nth-child(4) { animation-delay: 0.35s; }
.reveal.in > *:nth-child(5) { animation-delay: 0.45s; }
@keyframes fadeInStagger {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero CTA — 다크 배경 위 흰색 primary, ghost secondary (전성 스타일) */
.hero .cta-primary {
  background: #fff;
  color: var(--primary) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  animation: heroPulse 3s ease-in-out infinite;
}
.hero .cta-primary:hover {
  background: #f0f4fa;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
}
.hero .cta-secondary {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border-color: rgba(255,255,255,0.32);
}
.hero .cta-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.22); }
  50%      { box-shadow: 0 12px 32px rgba(0,0,0,0.30); }
}

/* 링크 호버 - 미세 밑줄 애니메이션 */
.hero-sub a, .sec-sub a, .qcr-note a {
  position: relative;
  background-image: linear-gradient(var(--primary), var(--primary));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.3s ease-out;
}
.hero-sub a:hover, .sec-sub a:hover {
  background-size: 100% 2px;
}

/* 섹션 진입 시 헤더 강조 */
section h2.sec-h, section h2.sec-h-small {
  position: relative;
}

/* 모바일 sticky CTA 살짝 떠오르는 효과 */
@media (max-width: 760px) {
  .mobile-sticky-cta {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
  }
  body.scrolled .mobile-sticky-cta {
    transform: translateY(0);
  }
}

/* 포커스 링 통일 (접근성) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
  border-radius: 4px;
}

/* 부드러운 스크롤 */
html { scroll-behavior: smooth; }

/* 이미지 로딩 페이드인 */
img {
  transition: opacity 0.3s ease-out;
}
img[loading="lazy"] {
  opacity: 0;
}
img[loading="lazy"].loaded {
  opacity: 1;
}

/* 다크 섹션의 통계 숫자 */
.section-dark .stat b, .section-dark .proof-item b {
  background: linear-gradient(135deg, #fff, rgba(255,255,255,0.85));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 호버 시 부드러운 elevation */
.bento-card:hover, .plan-card:hover, .feat-card:hover,
.svc-card:hover, .sp-card:hover, .mis-card:hover,
.qp-card:hover, .b9-card:hover, .sst-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 48px -16px rgba(10, 92, 174, 0.18) !important;
}

/* 카드 내부 강조 텍스트 */
.bento-desc b, .plan-feat li b, .qp-card li b, .pain-card p b {
  position: relative;
  background: linear-gradient(180deg, transparent 60%, rgba(10,92,174,0.15) 60%);
  padding: 0 2px;
}

/* === 고객사 트러스트 밴드 (실제 K-HACCP 도입 고객사 — 가짜 X) === */
.client-band {
  padding: 56px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.client-band .eyebrow {
  display: block; text-align: center;
  font-size: 12px; font-weight: 800; color: var(--primary);
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 10px;
}
.client-band .client-cap {
  text-align: center; color: var(--text-mute);
  font-size: 14px; line-height: 1.7; max-width: 760px;
  margin: 0 auto 28px; padding: 0 24px;
}
.client-grid {
  display: grid; grid-template-columns: repeat(8, 1fr);
  gap: 24px 32px; max-width: 1240px; margin: 0 auto; padding: 0 32px;
  align-items: center;
}
.client-grid img {
  width: 100%; height: 56px; object-fit: contain;
  filter: grayscale(1); opacity: 0.62;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}
.client-grid img:hover {
  filter: grayscale(0); opacity: 1; transform: translateY(-2px);
}
@media (max-width: 960px) {
  .client-grid { grid-template-columns: repeat(4, 1fr); gap: 20px 24px; }
}
@media (max-width: 560px) {
  .client-grid { grid-template-columns: repeat(3, 1fr); gap: 14px 18px; }
  .client-grid img { height: 44px; }
  .client-band { padding: 40px 0; }
}

/* 견적 폼 위 작은 신뢰 스트립 */
.client-strip {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  flex-wrap: wrap; padding: 18px 22px; margin: 12px auto 28px;
  max-width: 880px; border: 1px solid var(--border);
  border-radius: 12px; background: #fff;
}
.client-strip .lbl {
  font-size: 12px; font-weight: 800; color: var(--primary);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.client-strip img {
  height: 36px; max-width: 110px; object-fit: contain;
  filter: grayscale(1); opacity: 0.7;
}
@media (max-width: 560px) {
  .client-strip { gap: 14px; padding: 14px 12px; }
  .client-strip img { height: 28px; max-width: 86px; }
}
