/* bzs.jashinmanman.com — 사업자자동차구독
   디자인 레퍼런스: kettal.com(에디토리얼 갤러리 구조: 큰 사진·넉넉한 여백·절제된 크롬)의 "구성 원리"만 차용.
   형제사이트 sddg.jashinmanman.com이 이미 웜샌드+골드+세리프(Cormorant Garamond) 조합을 쓰고 있어(frontend-design
   스킬이 지목하는 "AI생성 클리셰 #1" 그 자체) 팔레트·타이포는 의도적으로 반대 방향(쿨톤 흑백+네이비 포인트,
   세리프 없이 SUIT 굵기 대비로 위계 표현)으로 분리. */

@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css');

:root {
  --color-off-white: #eef0f1;
  --color-paper-white: #ffffff;
  --color-ink: #101214;
  --color-ink-soft: #3c4045;
  --color-stone: #d3d7da;
  --color-clay: #34506e;
  --color-accent: #2451a3;
  --color-taupe-dark: #1c2024;
  --color-brushed-steel: var(--color-ink-soft); /* 밝은 배경 위 저강조 캡션/각주 (누락되어 있던 토큰 복구) */
  --color-linen-mist: #aab0b6; /* 어두운 배경 위 저강조 캡션/각주 — 쿨톤 계열 유지 (누락되어 있던 토큰 복구) */

  --text-on-light: #101214;
  --text-on-dark: #eef0f1;

  --font-display: 'SUIT Variable', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: 'SUIT Variable', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --text-caption: 13px;
  --leading-caption: 1.5;
  --text-subheading: 19px;
  --leading-subheading: 1.4;
  --text-heading-sm: 28px;
  --leading-heading-sm: 1.22;
  --text-heading: 38px;
  --leading-heading: 1.1;
  --text-display: 60px;
  --leading-display: 1.02;
  --text-body: 17px;
  --leading-body: 1.65;

  --spacing-16: 16px; --spacing-20: 20px; --spacing-24: 24px; --spacing-28: 28px;
  --spacing-32: 32px; --spacing-40: 40px; --spacing-76: 96px; --section-gap: 140px;

  --radius-lg: 0;
  --radius-pill: 0;

  --page-max-width: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); font-weight: 400;
  color: var(--text-on-light); background: var(--color-off-white);
  font-size: var(--text-body); line-height: var(--leading-body);
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, li, td, th, a, span, div, button {
  word-break: keep-all;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 { margin: 0 0 var(--spacing-16); font-weight: 800; font-family: var(--font-display); letter-spacing: -.02em; }
h1 { font-size: var(--text-display); line-height: var(--leading-display); }
h2 { font-size: var(--text-heading); line-height: var(--leading-heading); font-weight: 800; letter-spacing: -.01em; }
h3 { font-size: var(--text-heading-sm); line-height: var(--leading-heading-sm); font-weight: 700; letter-spacing: 0; }
p { margin: 0 0 var(--spacing-16); }

a { color: inherit; text-decoration: none; }
a.link-arrow { text-decoration: underline; padding-bottom: 2px; }
a.link-arrow::after { content: ' \2192'; }

.wrap { max-width: var(--page-max-width); margin: 0 auto; padding: 0 var(--spacing-24); }

/* ---------- 섹션 표면(에디토리얼 리듬) ---------- */
.surface-gunmetal { background: var(--color-taupe-dark); color: var(--text-on-dark); }
.surface-white { background: var(--color-off-white); color: var(--text-on-light); }
.surface-graphite { background: var(--color-ink); color: var(--text-on-dark); }

section { padding: var(--spacing-76) 0; }
@media (max-width: 768px) { section { padding: var(--spacing-40) 0; } }

/* 같은 표면색이 연속될 때는 상단 여백을 생략해 하나의 챕터처럼 묶고,
   표면이 바뀌는 지점에서만 온전한 여백으로 전환을 강조(의도적 여백 리듬) */
section.surface-white + section.surface-white,
section.surface-graphite + section.surface-graphite,
section.surface-gunmetal + section.surface-gunmetal { padding-top: 0; }

/* 어두운 표면(surface-graphite/gunmetal) 위에서 --color-clay(짙은 네이비)를 쓰던 저강조 요소는
   대비가 무너지므로(≈2.2:1) 어두운 배경용 --color-linen-mist로 일괄 치환(원인 지점에서 한 번에 수정) */
.surface-graphite th, .surface-gunmetal th,
.surface-graphite .stat-label, .surface-gunmetal .stat-label,
.surface-graphite .card p, .surface-graphite .card .card-cap,
.surface-gunmetal .card p, .surface-gunmetal .card .card-cap,
.surface-graphite .two-col .cap, .surface-gunmetal .two-col .cap,
.surface-graphite .badge, .surface-gunmetal .badge { color: var(--color-linen-mist); }
.surface-graphite th, .surface-gunmetal th { border-bottom-color: rgba(238,240,241,.2); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .stagger > * { transition: none; animation: none; opacity: 1; transform: none; }
  .hero-slide { transition: none; }
  .hero-slide.active { animation: none; }
}

/* ---------- 헤더/네비 ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50; background: var(--color-off-white);
  box-shadow: 0 2px 16px rgba(16, 18, 20, .06);
}
.hdr-inner { display: flex; align-items: center; justify-content: space-between; padding: var(--spacing-16) var(--spacing-24); max-width: var(--page-max-width); margin: 0 auto; }
.hdr-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: var(--text-subheading); font-weight: 700; color: var(--color-ink); }
.hdr-logo img { width: 34px; height: 34px; display: block; }
.hdr-nav { display: flex; gap: var(--spacing-24); font-size: var(--text-caption); letter-spacing: .03em; text-transform: uppercase; }
.hdr-cta {
  border: 0; border-radius: var(--radius-pill); background: var(--color-accent); color: #fff;
  padding: 11px 22px; font-size: var(--text-caption); font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(36, 81, 163, .28); transition: background .2s ease, box-shadow .2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .hdr-cta:hover { background: #1d3f85; box-shadow: 0 8px 20px rgba(36, 81, 163, .38); }
}
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { width: 22px; height: 1px; background: var(--color-ink); display: block; }
#mob-nav { display: none; }

@media (max-width: 768px) {
  .hdr-nav, .hdr-cta { display: none; }
  .hamburger { display: flex; }
  #mob-nav.open {
    display: block; position: fixed; inset: 0 0 0 30%; background: var(--color-off-white);
    z-index: 60; padding: var(--spacing-24); box-shadow: -4px 0 20px rgba(0,0,0,.15);
  }
  #mob-nav ul { list-style: none; margin: var(--spacing-40) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--spacing-24); font-family: var(--font-display); font-size: 22px; }
  body { padding-bottom: 64px; }
}

/* ---------- 히어로(풀블리드 에디토리얼) ---------- */
.hero { position: relative; overflow: hidden; }
.hero-slides { position: relative; width: 100%; height: 78vh; min-height: 520px; max-height: 820px; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 45%;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
}
.hero-text-card {
  position: absolute; left: var(--spacing-24); right: var(--spacing-24); bottom: var(--spacing-40);
  max-width: 760px;
}
.hero-text-card .hero-sub { color: var(--text-on-dark); font-size: var(--text-caption); letter-spacing: .08em; text-transform: uppercase; margin: 0 0 var(--spacing-16); }
.hero-text-card .hero-sub::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); margin-right: 8px; vertical-align: middle; }
.hero-text-card h1 { color: var(--text-on-dark); font-size: 52px; margin: 0 0 var(--spacing-16); font-weight: 800; }
.hero-text-card .hero-benefit { color: var(--text-on-dark); font-size: var(--text-subheading); margin: 0 0 var(--spacing-24); opacity: .92; }
.hero-text-card .btn-ghost { margin-top: 4px; }
@media (max-width: 768px) { .hero-text-card h1 { font-size: 34px; } .hero-text-card .hero-benefit { font-size: var(--text-caption); } .hero-slides { height: 64vh; min-height: 420px; } }

/* ---------- 신뢰 스트립 ---------- */
.trust-strip { background: var(--color-paper-white); border-bottom: 1px solid var(--color-stone); padding: var(--spacing-16) 0; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: var(--spacing-24); align-items: center; justify-content: center; font-size: var(--text-caption); color: var(--color-ink-soft); letter-spacing: .01em; }
.trust-strip strong { color: var(--text-on-light); font-weight: 700; }
@media (max-width: 600px) { .trust-strip .wrap { flex-direction: column; gap: 6px; text-align: center; } }

/* ---------- 버튼 ---------- */
.btn-ghost {
  display: inline-block; background: transparent; border-radius: var(--radius-pill);
  padding: 15px 30px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  font-family: var(--font-body); cursor: pointer; border: 2px solid currentColor;
}
.btn-ghost.on-dark { border-color: var(--color-off-white); color: var(--color-off-white); }
.btn-ghost.on-light { border-color: var(--color-ink); color: var(--color-ink); }
.btn-secondary { border-radius: var(--radius-lg); border: 1px solid var(--color-stone); padding: 12px 20px; }

@media (hover: hover) and (pointer: fine) {
  .btn-ghost.on-dark:hover { background: var(--color-off-white); color: var(--color-ink); }
  .btn-ghost.on-light:hover { background: var(--color-ink); color: var(--color-off-white); }
  a.link-arrow:hover { opacity: .7; }
}
.btn-ghost:active { transform: scale(.97); }

/* ---------- 그리드 ---------- */
.dp-g2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-24); align-items: start; }
.dp-g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-24); align-items: start; }
.dp-stat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-32); text-align: left; align-items: end; }
@media (max-width: 768px) { .dp-g2, .dp-g3 { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .dp-stat3 { grid-template-columns: 1fr; gap: var(--spacing-20); }
}

/* ---------- 카드(솔리드 배경+그림자, 커머셜 카드형) ---------- */
.card {
  border-radius: var(--radius-lg); border: 0;
  background: var(--color-paper-white); padding: var(--spacing-20);
  box-shadow: 0 4px 18px rgba(16, 18, 20, .07);
  transition: box-shadow .25s ease, transform .25s ease;
}
.card img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin: calc(var(--spacing-20) * -1) calc(var(--spacing-20) * -1) var(--spacing-20); width: calc(100% + var(--spacing-20) * 2); max-width: none; }
.card h3 { margin-bottom: 6px; font-size: 21px; }
.card p, .card .card-cap { color: var(--color-ink-soft); margin-bottom: 0; font-size: var(--text-caption); letter-spacing: .02em; }

.card-thumb-link { display: block; }
.card-thumb-link img { aspect-ratio: 4/3; object-fit: cover; }

@media (hover: hover) and (pointer: fine) {
  .card:hover { box-shadow: 0 14px 32px rgba(16, 18, 20, .14); transform: translateY(-3px); }
}

/* ---------- 뱃지 ---------- */
.card-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--spacing-16); }
.badge {
  font-size: var(--text-caption); font-weight: 700; padding: 6px 14px; border-radius: var(--radius-pill);
  border: 0; background: rgba(36, 81, 163, .1); color: var(--color-accent); letter-spacing: .02em;
}
@media (max-width: 768px) { .card-badges { flex-direction: column; align-items: flex-start; gap: 6px; } }

/* ---------- 2단 텍스트 블록 ---------- */
.two-col { display: grid; grid-template-columns: 280px 1fr; gap: var(--spacing-24); align-items: start; }
.two-col .cap { font-size: var(--text-caption); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: var(--leading-caption); max-width: 280px; color: var(--color-clay); }
.two-col .cap::before { content: ''; display: block; width: 40px; height: 4px; border-radius: 2px; background: var(--color-accent); margin-bottom: var(--spacing-16); }
@media (max-width: 768px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- 이미지+텍스트 에디토리얼 블록(텍스트 전용 섹션에 큰 사진을 붙여 리듬을 만듦) ---------- */
.split-media { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-76); align-items: center; }
.split-media.reverse .split-img { order: 2; }
.split-media .split-img { overflow: hidden; }
.split-media .split-img img { aspect-ratio: 4/5; object-fit: cover; will-change: transform; }
.split-media .split-text .cap { font-size: var(--text-caption); letter-spacing: .06em; text-transform: uppercase; color: var(--color-clay); margin-bottom: var(--spacing-16); display: block; }
@media (max-width: 900px) {
  .split-media { grid-template-columns: 1fr; gap: var(--spacing-32); }
  .split-media.reverse .split-img { order: 0; }
  .split-media .split-img img { aspect-ratio: 16/10; }
}

/* ---------- 스크롤 패럴랙스(사진이 배경보다 느리게 움직여 깊이감을 만듦, JS가 --py만 갱신) ---------- */
.editorial-break { overflow: hidden; }
.split-img img, .editorial-break img { transform: translateY(var(--py, 0px)) scale(1.14); }
@media (prefers-reduced-motion: reduce) { .split-img img, .editorial-break img { transform: none; } }

/* ---------- 프로세스 타임라인 ---------- */
.proc-list { display: flex; list-style: none; margin: 0; padding: 0; }
.proc-step { flex: 1; position: relative; padding: 0 12px; text-align: center; }
.proc-step:not(:last-child)::after {
  content: ''; position: absolute; top: 20px; left: 50%; width: 100%; height: 3px;
  background: var(--color-stone); z-index: 0;
}
.proc-num {
  position: relative; z-index: 1; margin: 0 auto 14px; width: 40px; height: 40px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--color-accent); border: 0; color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 17px;
  box-shadow: 0 6px 16px rgba(36, 81, 163, .3);
  transition: transform .25s ease;
}
@media (hover: hover) and (pointer: fine) { .proc-step:hover .proc-num { transform: scale(1.12); } }
.proc-step p { font-size: var(--text-caption); margin: 0; letter-spacing: .02em; }
@media (max-width: 768px) {
  .proc-list { flex-direction: column; gap: 10px; }
  .proc-step { padding: 24px 0; }
  .proc-step::after { display: none; }
}

/* ---------- 에디토리얼 이미지 브레이크(텍스트 전용 페이지의 시각적 쉼표) ---------- */
.editorial-break { padding: 0; }
.editorial-break img { width: 100%; height: 46vh; min-height: 280px; max-height: 480px; object-fit: cover; }
@media (max-width: 768px) { .editorial-break img { height: 32vh; min-height: 220px; } }

/* ---------- 표 ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: 0 4px 18px rgba(16, 18, 20, .07); }
table { width: 100%; border-collapse: collapse; font-size: var(--text-caption); background: var(--color-paper-white); }
th, td { text-align: left; padding: 16px; }
td { border-bottom: 1px solid var(--color-stone); }
th { background: var(--color-ink); color: #fff; font-weight: 700; letter-spacing: .02em; }

/* ---------- FAQ 아코디언 ---------- */
.faq-item { border-bottom: 1px solid var(--color-stone); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; padding: var(--spacing-20) 0;
  font-size: var(--text-subheading); font-family: var(--font-display); font-weight: 600; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; color: var(--text-on-light);
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--color-ink-soft); }
.faq-a p { padding-bottom: var(--spacing-20); }
.faq-item.open .faq-a { max-height: 400px; }

/* ---------- 팩트 로우(줄글 대신 핵심 수치·키워드를 카드형으로 나열, .stagger가 순차 페이드인 처리) ---------- */
.fact-row { display: flex; flex-wrap: wrap; gap: 12px; margin: var(--spacing-24) 0 0; padding: 0; list-style: none; }
.fact-row li { flex: 1 1 150px; background: var(--color-paper-white); padding: 16px 18px; box-shadow: 0 4px 14px rgba(16, 18, 20, .06); }
.fact-row strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 21px; color: var(--color-ink); margin-bottom: 4px; }
.fact-row span { display: block; font-size: var(--text-caption); color: var(--color-ink-soft); letter-spacing: .01em; }

/* ---------- 체크리스트 ---------- */
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--spacing-16); }
.checklist li { padding-left: 32px; position: relative; }
.checklist li::before {
  content: '\2713'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--color-accent); color: #fff;
  font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}

/* ---------- 통계 카운터 ---------- */
.stat-num { font-family: var(--font-display); font-size: 56px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.stat-label { color: var(--color-clay); font-size: var(--text-caption); letter-spacing: .02em; }

/* ---------- CTA 밴드 ---------- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: var(--spacing-16); }

/* ---------- 모바일 스티키 CTA ---------- */
#mob-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 55;
  background: var(--color-ink); padding: 12px var(--spacing-16);
  text-align: center;
}
#mob-bar a { color: var(--color-off-white); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 768px) { #mob-bar { display: block; } }

#float-cta {
  position: fixed; right: var(--spacing-24); bottom: 100px; z-index: 55;
  width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
  background: var(--color-accent); color: #fff; border-radius: var(--radius-lg);
  border-left: 3px solid var(--color-accent);
  box-shadow: 0 8px 24px rgba(16, 18, 20, .28);
}
#float-cta svg { width: 26px; height: 26px; }
#float-cta::after {
  content: ''; position: absolute; inset: -6px; border-radius: inherit;
  border: 2px solid var(--color-accent); animation: float-cta-pulse 2.4s ease-out infinite;
}
@keyframes float-cta-pulse {
  0% { opacity: .6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.22); }
}
@media (prefers-reduced-motion: reduce) { #float-cta::after { animation: none; display: none; } }
@media (max-width: 768px) { #float-cta { display: none; } }

/* ---------- 푸터 ---------- */
.ftr { background: var(--color-off-white); border-top: 1px solid var(--color-stone); padding: var(--spacing-40) 0; }
.ftr-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--spacing-32); font-size: var(--text-caption); color: var(--color-clay); }
.ftr-cols h4 { font-family: var(--font-body); color: var(--text-on-light); font-size: var(--text-caption); letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; }
.ftr-cols ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ftr-biz p { margin: 0 0 4px; }
@media (max-width: 768px) { .ftr-cols { grid-template-columns: 1fr; } }

/* ---------- 스크롤 리빌 / 애니메이션 ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.stagger.in > * { animation: fade-up .6s ease forwards; }
.stagger.in > *:nth-child(2) { animation-delay: .1s; }
.stagger.in > *:nth-child(3) { animation-delay: .2s; }
@keyframes fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-drift { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }
.hero-slide.active { animation: hero-drift 14s ease-in-out infinite; }

/* ---------- 강조 인라인(헤드라인 안의 핵심 단어, 리빌 시 밑줄이 스윕인) ---------- */
.highlight { position: relative; color: var(--color-accent); white-space: nowrap; }
.highlight::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px;
  background: var(--color-accent); transform: scaleX(0); transform-origin: left;
  transition: transform .7s cubic-bezier(.16,1,.3,1) .15s;
}
.reveal.in .highlight::after { transform: scaleX(1); }
.surface-graphite .highlight, .surface-gunmetal .highlight { color: #6f97e0; }
.surface-graphite .highlight::after, .surface-gunmetal .highlight::after { background: #6f97e0; }
@media (prefers-reduced-motion: reduce) { .highlight::after { transition: none; transform: scaleX(1); } }

/* ---------- 넘버 아이브로우(솔리드 뱃지, 섹션 구조 신호) ---------- */
.eyebrow-num {
  display: flex; align-items: center; gap: 12px; margin-bottom: var(--spacing-24);
  font-size: var(--text-caption); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--color-ink-soft);
}
.surface-graphite .eyebrow-num, .surface-gunmetal .eyebrow-num { color: var(--color-linen-mist); }
.eyebrow-num .n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--color-accent); color: #fff;
  font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: 0;
}

/* ---------- 기능 태그줄(점 구분) ---------- */
.feature-tags { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: var(--spacing-24) 0 0; padding: 0; list-style: none; font-size: var(--text-caption); color: var(--color-ink-soft); }
.feature-tags li { position: relative; padding-left: 16px; }
.feature-tags li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); }
.hero-text-card .feature-tags { color: var(--text-on-dark); opacity: .9; }
.hero-text-card .feature-tags li::before { background: var(--text-on-dark); }

/* ---------- 필(solid) 버튼 — 고스트와 짝을 이루는 1차 CTA ---------- */
.btn-solid {
  display: inline-block; border-radius: var(--radius-pill); padding: 15px 30px;
  font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font-body);
  cursor: pointer; border: 1px solid var(--color-accent); background: var(--color-accent); color: #fff;
  box-shadow: 0 8px 20px rgba(36, 81, 163, .28);
}
@media (hover: hover) and (pointer: fine) {
  .btn-solid:hover { background: #1d3f85; border-color: #1d3f85; box-shadow: 0 10px 24px rgba(36, 81, 163, .38); }
}
.btn-solid:active { transform: scale(.97); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- 전환 CTA 화살표(호버 시 오른쪽으로 살짝 이동, 커머셜 톤) ---------- */
.hdr-cta, .btn-solid, .cta-band a {
  display: inline-flex; align-items: center; gap: 8px;
}
.hdr-cta::after, .btn-solid::after, .cta-band a::after {
  content: '\2192'; display: inline-block; transition: transform .25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .hdr-cta:hover::after, .btn-solid:hover::after, .cta-band a:hover::after { transform: translateX(4px); }
}

/* ---------- 스탯 카드(번호+큰 수치+캡션, 솔리드 액센트 스트라이프) ---------- */
.stat-card { border-top: 0; border-left: 5px solid var(--color-accent); padding-top: 0; padding-left: var(--spacing-20); }
.stat-card .stat-idx { display: block; font-size: var(--text-caption); color: var(--color-accent); font-family: var(--font-display); font-weight: 800; margin-bottom: var(--spacing-16); }

/* ---------- 반응형 br ---------- */
.br-mobile { display: none; }
.br-desktop { display: inline; }
@media (max-width: 768px) { .br-mobile { display: inline; } .br-desktop { display: none; } }
