/* home.css — index.html(메인 랜딩) 전용 스타일.
   공유 토큰·nav·footer·버튼 등 공통은 style.css에 있다(메인은 style.css 다음에 이 파일을 로드).
   2026-06-29 style.css에서 분리: index 전용 셀렉터만 이동(규칙집합 동치 검증 완료). */

/* ── 스크롤 진입 순차 등장(fade-in-up) ──
   기본은 '보임'(no-JS 안전). JS가 있을 때만 숨겨서 스크롤로 등장시킨다.
   reduced-motion은 script.js에서 즉시 visible 처리. */
.has-js .fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.has-js .fade-in-up.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .has-js .fade-in-up { opacity: 1; transform: none; transition: none; }
}
/* 한 줄에 함께 들어오는 스텝은 좌→우로 살짝 순차 등장 */
.has-js .flow-step.fade-in-up:nth-child(2) { transition-delay: 0.05s; }
.has-js .flow-step.fade-in-up:nth-child(3) { transition-delay: 0.10s; }
.has-js .flow-step.fade-in-up:nth-child(4) { transition-delay: 0.15s; }
.has-js .flow-step.fade-in-up:nth-child(5) { transition-delay: 0.20s; }
.has-js .flow-step.fade-in-up:nth-child(6) { transition-delay: 0.25s; }

.btn-lg { padding: 16px 32px; font-size: 16px; }.hero {
  min-height: calc(100dvh - var(--nav-h));
  display: flex;
  overflow: hidden;
  background: var(--surface);
}.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  /* mobile-first: 88px top / 64px bottom */
  padding: 88px 24px 64px;
}.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}.hero-market-word {
  color: var(--text);
  display: inline-block;
  transition: opacity 0.22s ease, transform 0.22s ease;
}.hero-cta-row {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
}.hero-visual {
  width: 100%;
  flex: 1;
  min-height: 0;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* mock desktop — 배경 카드 없이 브라우저 윈도우가 영역을 꽉 채운다.
   .mock-desktop은 크기(16/10)만 잡는 투명 컨테이너. 토큰은 docs/design-spec.md 기준. mobile-first */
.mock-desktop {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 10;
}
/* 데스크탑 = 테두리 두른 화면: 컨테이너를 인셋 0으로 꽉 채우고,
   하단은 테두리 없이 아래로 흐름(상단 모서리만 라운드) */
.mock-desktop__window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 4px solid var(--text-secondary);
  border-bottom: none;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}
.mock-desktop__viewport {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
/* stage 연출: stage1(쌓임) → 전환 → stage2(질문 고정 + 판매가 시나리오 교체).
   타임라인은 index.html 하단 JS 컨트롤러가 is-in/is-out 클래스로 제어. */
.stage { height: 100%; }
.stage-screen {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  transition: opacity 0.5s ease;
}
.stage-screen[hidden] { display: none; }
.stage-screen.is-out { opacity: 0; }
/* 쌓임형 화면(stage1·stage3) 항목은 서로 붙지 않게 간격을 더 준다.
   stage3는 얇은 띠 이미지가 섞여 있어 간격을 더 넉넉히 준다. */
.stage1 { gap: 14px; }
.stage3 { gap: 24px; }
/* 위로 떠오르며 등장(stage1 항목, stage2 질문 헤더) */
.stage-rise {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(14px);
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.06));
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.stage-rise.is-in { opacity: 1; transform: translateY(0); }
/* stage2/stage4/stage5 교체 영역: 남은 높이를 채우고 한 장씩 크로스페이드 */
.stage2-body,
.stage4-body,
.stage5-body { position: relative; flex: 1; min-height: 0; margin-top: 8px; }
.stage2-body img,
.stage4-body img,
.stage5-body img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  opacity: 0;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.06));
  transition: opacity 0.6s ease-out;
}
.stage2-body img.is-in,
.stage4-body img.is-in,
.stage5-body img.is-in { opacity: 1; }
/* stage5 대화 이미지는 세로로 길다. 위 기준으로 약 10%만 키우고 그만큼 아래가 잘리게 한다.
   (cover는 절반 넘게 잘려 과함) — 크롭 양은 scale 값으로 조절. */
.stage5-body img {
  transform: scale(1.2);
  transform-origin: top center;
}
@media (prefers-reduced-motion: reduce) {
  .stage-screen, .stage-rise, .stage2-body img, .stage4-body img, .stage5-body img { transition: none; }
}
@media (min-width: 1024px) {
/* 데스크톱: 좌측 텍스트 / 우측 큰 목업 2단 (채널톡 레퍼런스 방향) */
/* 히어로 + 하단 데이터 스트립(약 170px)이 첫 화면에 함께 보이도록,
   히어로가 뷰포트를 통째로 먹지 않게 스트립 높이만큼 빼 준다. */
.hero { min-height: calc(100dvh - var(--nav-h) - 180px); }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  text-align: left;
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 40px;
}
.hero-copy { align-items: flex-start; }
/* 데스크톱에선 타이틀을 무조건 한 줄로. 좁은 데스크톱(1024~1280px)에서 칸을
   넘지 않게 vw로 살짝 줄이고, 넓어지면 44px에서 멈춘다. */
.hero-title { font-size: clamp(32px, 3.3vw, 44px); white-space: nowrap; }
/* 영어 제목은 문장이 길어 nowrap이면 컬럼을 넘친다 → en만 줄바꿈 허용(KO는 한 줄 유지) */
html[lang="en"] .hero-title { white-space: normal; }
.hero-subtitle { max-width: none; }
.hero-cta-row { justify-content: flex-start; }
.hero-visual { padding-top: 0; flex: none; }
/* 목업: 우측 컬럼을 채우는 세로형 카드(이전 비율 4/3 복원, 크기는 축소 유지) */
.mock-desktop { max-width: none; aspect-ratio: 4 / 3; }
}

@media (max-width: 900px) {
.hero { min-height: calc(100dvh - 72px); }.hero-inner { padding: 88px 20px 64px; justify-content: flex-start; }.hero-visual { padding-top: 24px; }
}

/* mobile: 좁은 화면(≤480px)에서 히어로 CTA 문구가 nowrap으로 잘리지 않게 줄바꿈 허용 */
@media (max-width: 480px) {
.hero-cta-row .btn { white-space: normal; text-align: center; line-height: 1.3; padding: 14px 20px; }
}
/* mobile: 목업이 16/10이라 stage 콘텐츠(질문 배너+시나리오 화면)가 납작하게 눌려 보임 → 폰에선 4/3로 세워 세로 여유 확보 */
@media (max-width: 640px) {
.mock-desktop { aspect-ratio: 4 / 3; }
}
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 24px;
  background: var(--surface-subtle);
}.partners-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0;
}.partners-static {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}.marquee-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}.marquee-caption {
  font-size: 11px;
  color: var(--text-muted);
  white-space: nowrap;
}.partners-static img {
  width: 125px;
  height: 38px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.45;
  transition: opacity 0.2s, filter 0.2s;
}.partners-static img:hover { opacity: 1; filter: grayscale(0); }.home-cta-wrap {
  max-width: var(--maxw);
  margin: 0 auto 96px;
  padding: 24px 24px 0;
}.problem-section {
  background: var(--surface);
}.problem-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 24px;
}.problem-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}.problem-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 10px 0 16px;
}
/* ── "당신은 어떤 셀러인가요?" 페르소나 라우팅 카드 (solutions에서 이관) ── */
.routing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.routing-card {
  position: relative;
  border-radius: 20px;
  background: #d4d4d4 center / cover no-repeat;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 30px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.routing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}
/* 사진 레이어 — 채도·밝기를 낮춰 텍스트 가독성 확보 */
.routing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
  filter: saturate(0.6) brightness(0.9);
  z-index: 0;
}
.routing-card.kbeauty::before { background-image: url('/assets/image/shipping-boxes.jpg'); }
.routing-card.domestic::before { background-image: url('/assets/image/checking-sales.jpg'); }
.routing-card.inbound::before { background-image: url('/assets/image/international.jpg'); }
/* 상단 텍스트용 어두운 스크림 */
.routing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 62%);
  pointer-events: none;
  z-index: 0;
}
.routing-top, .routing-targets { position: relative; z-index: 1; }
.routing-top { display: flex; flex-direction: column; }
.routing-copy {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #fff;
}
.routing-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 10px;
  line-height: 1.6;
}
.routing-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.routing-more::after { content: '›'; font-size: 18px; }
.routing-more:hover { opacity: 0.6; }
.routing-targets { display: flex; flex-direction: column; gap: 10px; }
.routing-target-chip {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #0d0d0d;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 9px 15px;
  width: fit-content;
}.problem-bridge {
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: var(--text);
  background: var(--surface-subtle);
  padding: clamp(56px, 8vw, 88px) 24px;
  margin: 0;
}.problem-bridge-em {
  background: linear-gradient(transparent 55%, var(--green-hl) 55%);
}
@media (max-width: 900px) {
.routing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
.problem-head { margin-bottom: 40px; }
}
.hiw-section--cards {
  height: auto;
  background: var(--surface);
  padding: clamp(64px, 10vw, 120px) 24px;
  text-align: left;
}.hiw-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}.hiw-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}.hiw-list-item:last-child {
  border-bottom: none;
}
/* 이모지를 은은한 그린 원 안에 담아 색·온기 부여 */
.hiw-list-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  padding: 14px;
  box-sizing: border-box;
  background: rgba(36, 191, 88, 0.08);
  border-radius: 50%;
  object-fit: contain;
}.hiw-list-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
}.hiw-list-text {
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.25;
}.hiw-list-desc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
}
.hiw-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
}
.hiw-more:hover { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.hiw-title {
  font-family: 'Pretendard', sans-serif;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 48px;
}.faq-section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 24px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 72px;
  align-items: start;
}.faq-left {
  position: static;
}.faq-left-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 12px 0 0;
}.faq-list {
  border-top: 1px solid var(--border);
}.faq-item {
  border-bottom: 1px solid var(--border);
}.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  gap: 24px;
  user-select: none;
  transition: color 0.15s;
}.faq-item summary:hover { color: var(--text-secondary); }.faq-item summary:focus-visible { outline: 2px solid #1C9E47; outline-offset: 4px; border-radius: 6px; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary::marker { display: none; }.faq-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease;
  color: var(--text-muted);
}.faq-item[open] > summary .faq-chevron {
  transform: rotate(180deg);
}.faq-item[open] > summary {
  color: var(--text);
}.faq-answer {
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.faq-answer p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
}
@media (max-width: 900px) {
.faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 16px 80px;
  }.faq-left { position: static; }.faq-item summary { font-size: 15px; padding: 20px 0; }
}
.pipeline-h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 10px;
}.pipeline-lead {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-top: 14px;
}.center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}.flow {
  display: flex;
  align-items: stretch;
  padding: 16px 0 40px;
  position: relative;
}.flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
  position: relative;
}.flow-step::before {
  display: none;
}.flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}.flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: var(--surface-subtle);
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text);
}
/* 단계가 진행될수록 브랜드 그린이 차오른다(마지막이 가장 진함 = GO). 톤은 기존의 절반으로 낮춤. */
.flow-step:nth-child(2) .flow-num { background: color-mix(in srgb, var(--green) 5%, var(--surface)); }
.flow-step:nth-child(3) .flow-num { background: color-mix(in srgb, var(--green) 9%, var(--surface)); }
.flow-step:nth-child(4) .flow-num { background: color-mix(in srgb, var(--green) 14%, var(--surface)); }
.flow-step:nth-child(5) .flow-num { background: color-mix(in srgb, var(--green) 21%, var(--surface)); }
.flow-step:nth-child(6) .flow-num { background: color-mix(in srgb, var(--green) 50%, var(--surface)); }
.flow-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}.flow-q {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 6px;
  order: -1;
}.flow-body h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 8px;
}.flow-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}
/* 단계별 참여 AI 에이전트: 아바타 스택 + 인원 카운트 */
.flow-agents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /* 위 설명 글자 수와 무관하게 모든 아바타의 y를 맞추기 위해 하단 고정(스텝은 stretch로 동일 높이) */
  margin-top: auto;
  padding-top: 16px;
}.flow-avatars {
  display: flex;
  justify-content: center;
}.flow-avatar {
  width: 42px;
  height: 42px;
  /* 원 안에 정사각 아이콘이 잘리지 않도록 안쪽 여백을 두고 축소 배치 */
  padding: 6px;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  filter: drop-shadow(0 1px 1px rgba(13, 13, 13, .04));
}
/* 여러 명이 한 단계에 '함께' 붙는 느낌 → 살짝 겹침 */
.flow-avatar + .flow-avatar {
  margin-left: -10px;
}
/* 7개 에이전트 로스터(범례): 아이콘 ↔ 이름 매핑 */
.flow-roster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 44px;
  margin-top: 18px;
}
/* 로스터(=RAG 에이전트들) 위 작은 라벨. 구분선은 여기서 진다. */
.flow-roster-eyebrow {
  margin-top: 76px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}.flow-roster-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: -0.01em;
}.flow-roster-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 7px;
}
@media (max-width: 900px) {
/* mobile: 3열 그리드에 행·열 간격이 없어 6단계가 서로 붙어 보이던 문제 해결 */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 16px; padding: 32px 0; }
}
/* mobile: 좁은 폰에선 3열이 빽빽하고 질문 문구가 어색하게 줄바꿈됨 → 2열로 숨통 확보 */
@media (max-width: 560px) {
.flow { grid-template-columns: repeat(2, 1fr); gap: 40px 14px; }
/* mobile: 로스터를 세로형(아이콘 위·이름 아래) 컴팩트로 → 항목 폭이 좁아져 한 줄에 여럿 들어가고
   flex-wrap+center가 각 줄을 가운데 정렬해 4/3로 정돈된다(가로형 ragged 정렬 해소) */
.flow-roster { gap: 20px 12px; }
.flow-roster-item { flex-direction: column; gap: 6px; font-size: 11.5px; white-space: nowrap; }
.flow-roster-icon { width: 30px; height: 30px; }
}

@media (max-width: 480px) {
.flow { grid-template-columns: repeat(2, 1fr); }
}
.dstats-section {
  background: var(--surface-subtle);
}.dstats-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 24px;
}.dstats-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}.dstats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}.dstat-card {
  background: var(--surface);
  border: none;
  border-radius: var(--radius-card);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}.dstat-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}.dstat-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}.dstat-num {
  font-size: clamp(36px, 5vw, var(--fs-stat));
  font-weight: 500;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  display: flex;
  line-height: 1.1;
  color: var(--text-strong);
  text-align: center;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}.dstat-num .plus {
  font-size: 0.7em;
  font-weight: 700;
  margin-left: 2px;
}.dstat-source {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-muted);
  text-align: right;
}

/* 히어로 직속 컴팩트 띠 변형 — footer 느낌으로 차분하게 */
.dstats-section--strip .dstats-inner {
  /* 히어로(1440px)와 좌우 폭을 맞춰 첫 화면에서 정렬이 어긋나지 않게 */
  max-width: 1440px;
  padding: clamp(20px, 3vw, 32px) 24px;
}.dstats-section--strip .dstats-grid {
  margin-bottom: 0;
}.dstats-section--strip .dstat-card {
  background: transparent;
  box-shadow: none;
  padding: 8px 16px;
}.dstats-section--strip .dstat-card:hover {
  box-shadow: none;
  transform: none;
}.dstats-section--strip .dstat-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
}.dstats-section--strip .dstat-num {
  font-size: clamp(26px, 3.2vw, 34px);
  padding: 4px 0;
}.dstats-section--strip .dstat-source {
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
@media (max-width: 768px) {
.dstats-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
.dstats-row { grid-template-columns: 1fr; }
}
/* ░░ 지원 채널 (신규 — mobile-first, "커버리지 패널" = 정렬된 계측 장비 감성) ░░ */
.chan-section {
  background: var(--surface);
}
.chan-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 24px;
}
.chan-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 44px;
}
.chan-title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.chan-date {
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.chan-lead {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}
/* 커버리지 표 — 지원 중 / 정식 오픈 시를 분리된 두 패널로 대비 */
.chan-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chan-group {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
/* 정식 오픈 예정: 아직 열리지 않은 상태 — 회색 배경·점선·뮤트로 눌러 대비 */
.chan-group--soon {
  background: var(--surface-subtle);
  border-style: dashed;
  box-shadow: none;
}
.chan-group-label {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-subtle);
}
.chan-group-label--live {
  color: var(--text);
  background: rgba(36, 191, 88, 0.06);
}
.chan-group--soon .chan-group-label {
  border-bottom-style: dashed;
}
.chan-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 16px 20px;
}
.chan-row + .chan-row {
  border-top: 1px solid var(--border-subtle);
}
.chan-loc {
  flex: 0 0 84px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  word-break: keep-all;
}
.chan-flag {
  font-size: 18px;
  line-height: 1;
}
.chan-chs {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.55;
}
.chan-group--soon .chan-row + .chan-row { border-top-style: dashed; }
.chan-group--soon .chan-loc { color: var(--text-secondary); }
.chan-group--soon .chan-chs { color: var(--text-muted); }
.chan-note {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}
.chan-note-link {
  color: #1C9E47;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.chan-note-link:hover {
  text-decoration-thickness: 2px;
}

.compare-section {
  padding: clamp(64px, 10vw, 120px) 24px;
  background: var(--bg-base);
}
.compare-inner {
  max-width: 960px;
  margin: 0 auto;
}
.compare-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.compare-title {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
  margin: 10px 0 14px;
  text-wrap: balance;
}
.compare-desc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
}
.compare-table-wrap {
  overflow-x: auto;
  padding-top: 8px; /* 스포트라이트 컬럼 상단 여유 */
}
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
}
/* ── 헤더 ── */
.compare-table thead th {
  padding: 18px 18px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  border-bottom: 1px solid var(--border);
  vertical-align: bottom;
}
.compare-table thead th:first-child {
  text-align: left;
  width: 24%;
  color: var(--text-muted);
  font-weight: 600;
}
.cth-sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 4px;
}
/* ── 본문(대안 컬럼: 뮤트) ── */
.compare-table tbody td {
  padding: 17px 18px;
  color: var(--text-muted);
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.c-feat {
  text-align: left !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--text) !important;
}
.c-no::before {
  content: "✕";
  margin-right: 6px;
  color: var(--text-muted);
  font-size: 12px;
}
/* ── PreSelling 스포트라이트 컬럼(마지막 열) ── */
.compare-table thead th:last-child,
.compare-table tbody td:last-child {
  background: rgba(36, 191, 88, 0.06);
  border-left: 1px solid rgba(36, 191, 88, 0.30);
  border-right: 1px solid rgba(36, 191, 88, 0.30);
}
.compare-table thead th.c-us-head {
  background: var(--green);
  color: var(--text);
  border-color: var(--green);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  font-size: 17px;
}
.c-us-head .cth-sub { color: rgba(13, 13, 13, 0.72); }
.compare-table tbody tr:last-child td:last-child {
  border-bottom: 1px solid rgba(36, 191, 88, 0.30);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
.c-yes {
  color: var(--text) !important;
  font-weight: 600;
}
.c-yes::before {
  content: "✓";
  margin-right: 6px;
  color: #1C9E47;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 700px) {
  .compare-table thead th:nth-child(3),
  .compare-table tbody td:nth-child(3) { display: none; }
}
/* --- 2026-06-29 루트 style.css에서 추가 분리한 index 전용 규칙 --- */
.hero-title {
  font-family: 'Pretendard', sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}.hero-subtitle {
  font-size: var(--fs-lead);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-top: 16px;
  max-width: 560px;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 24px;
}