/* ============================================
   Landing Page CSS (모바일 퍼스트)
   기본 스타일 = 모바일, @media(min-width:769px) = 데스크톱
   ============================================ */

:root {
  --landing-primary: #059669;
  --landing-primary-dark: #047857;
  --landing-primary-light: #d1fae5;
  --landing-gray-50: #f8fafc;
  --landing-gray-100: #f1f5f9;
  --landing-gray-200: #e2e8f0;
  --landing-gray-300: #cbd5e1;
  --landing-gray-400: #94a3b8;
  --landing-gray-500: #64748b;
  --landing-gray-600: #475569;
  --landing-gray-700: #334155;
  --landing-gray-800: #1e293b;
  --landing-gray-900: #0f172a;
}

/* ── Reset & Base ── */
/* 앵커 네비(#features·#events·#pricing) 클릭 시 부드럽게 이동. 모션 민감 사용자는 즉시 점프 */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
.landing-page * { margin: 0; padding: 0; box-sizing: border-box; }
.landing-page {
  font-family: 'Wanted Sans Variable', 'Wanted Sans', 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--landing-gray-800); line-height: 1.7;
  -webkit-tap-highlight-color: transparent; touch-action: manipulation;
  background: #f8fdfb;
  background-image:
    radial-gradient(ellipse 900px 600px at -10% 0%, rgba(167,243,208,0.55), transparent),
    radial-gradient(ellipse 800px 500px at 110% 100%, rgba(167,243,208,0.5), transparent);
}
/* 기능 상세 페이지(히어로 없는 짧은 페이지)는 좌상단 ambient blob이 섹션 헤더를 덮어 톤이 들쭉날쭉 →
   홈 본문 섹션과 동일하게 평면 #f8fdfb 로 통일. 홈(.landing-features--home)은 히어로가 blob을 흡수하므로 제외. */
.landing-page:has(.landing-features:not(.landing-features--home)) { background-image: none; }
.landing-page a { text-decoration: none; color: inherit; }
.landing-page a:hover { color: inherit; }

.landing-container { max-width: 960px; margin: 0 auto; padding: 0 20px; }
.landing-section { padding: 15px 0; }
/* sticky 네비(약 69px) 가 앵커 섹션 제목을 가리지 않도록 스크롤 오프셋 (법률 페이지 80px 컨벤션 일치) */
.landing-section[id] { scroll-margin-top: 80px; }

/* ── Navigation ── */
.landing-nav {
  position: sticky; top: 0; z-index: 100;
  background: #fff; backdrop-filter: none;
  border-bottom: 1px solid var(--landing-gray-200); padding: 10px 0;
}
.landing-nav .landing-container { display: flex; align-items: center; justify-content: space-between; position: relative; }
/* 모바일: 홈 nav 는 메뉴/CTA 가 숨겨져 우측이 비므로 로고 중앙 정렬. 법률 페이지(.nav-back-group)는 space-between 유지 */
.landing-nav .landing-container:has(.nav-menu) { justify-content: center; }

.nav-logo { display: flex; align-items: center; gap: 8px; }
.nav-logo-wordmark { height: 48px; width: auto; display: block; }
/* feature 서브페이지: 로고 왼쪽 "← 홈" 텍스트 백링크 */
.nav-left { display: flex; align-items: center; gap: 12px; }
.nav-back-text { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--landing-gray-500); flex: 0 0 auto; padding: 6px 4px; transition: color .15s; }
.nav-back-text svg { width: 15px; height: 15px; transition: transform .15s; }
.landing-page .nav-back-text:hover { color: var(--landing-gray-900); }
.landing-page .nav-back-text:hover svg { transform: translateX(-2px); }
.nav-back { color: var(--landing-gray-500); font-size: 15px; font-weight: 700; transition: color .2s; }
.landing-page .nav-back:hover { color: var(--landing-gray-900); }
.nav-back-group { display: flex; align-items: center; gap: 20px; }
.nav-back-link { color: var(--landing-gray-500); font-size: 14px; font-weight: 600; transition: color .2s; }
.nav-back-link:hover { color: var(--landing-primary); }

/* nav CTA = Text Hierarchy (테두리 없는 텍스트 CTA + 화살표). nav-link(회색 600)와 emerald 800 으로 위계 차별 */
.nav-cta {
  display: none; align-items: center; gap: 6px;
  color: var(--landing-primary-dark) !important;
  padding: 8px 2px; font-weight: 800; font-size: 14.5px; transition: color .15s;
}
.nav-cta svg { width: 14px; height: 14px; transition: transform .15s; }
.landing-page .nav-cta:hover { color: var(--landing-primary) !important; }
.landing-page .nav-cta:hover svg { transform: translateX(2px); }

.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-link { display: none; font-size: 14px; font-weight: 600; color: var(--landing-gray-600); transition: color .15s; }
/* style.css 전역 .nav-link(admin/회원 네비) 의 padding·솔리드 배경이 새어 들어오는 것 차단 — 랜딩은 순수 Text Hierarchy */
.landing-page .nav-link:hover { background: transparent; color: var(--landing-gray-900); }
/* 스크롤 스파이: 현재 보고 있는 섹션 메뉴 강조 = emerald + 800 (Text Hierarchy, 채움·밑줄 없음) */
.landing-page .nav-link.active { background: transparent; color: var(--landing-primary-dark); font-weight: 800; }

/* ── Buttons ── */
/* Raised Hierarchy (admin 정합, 2026-06-23 — ADR 0034). primary=흰 면+emerald hairline+raised shadow+lift hover / secondary=흰 면+연민트 hairline(그림자 없음, 보조로 후퇴) */
.landing-btn-primary {
  background: #fff; color: var(--landing-primary) !important;
  padding: 14px 32px; border-radius: 10px; font-size: 15px; font-weight: 800;
  border: 1px solid #a7f3d0; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s; min-height: 48px; width: 100%; justify-content: center;
  box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 2px 8px -2px rgba(5,150,105,.18);
}
.landing-btn-primary:hover { background: #ecfdf5; color: var(--landing-primary-dark) !important; border-color: #6ee7b7; box-shadow: 0 2px 4px rgba(16,24,40,.08), 0 8px 18px -4px rgba(5,150,105,.28); transform: translateY(-1px); }

.landing-btn-secondary {
  background: #fff; color: var(--landing-primary) !important;
  padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700;
  border: 1px solid var(--landing-primary-light); cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s; min-height: 48px; width: 100%; justify-content: center;
}
.landing-btn-secondary:hover { background: #ecfdf5; border-color: #a7f3d0; color: var(--landing-primary) !important; }

/* 기능 페이지 deep link 행 (비교 페이지 허브 등 — 버튼형) */
.feature-deeplinks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }
.feature-deeplinks .landing-btn-secondary { width: auto; flex: 0 1 auto; }

/* 홈 features 섹션 끝 — 주제별 "더 알아보기" 행 (래퍼 + 라벨) */
.deep-textrow { margin-top: 52px; text-align: center; }
.deep-textrow-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--landing-gray-500); margin-bottom: 11px; }

/* 핵심 기능 — 홈 하단 기능 요약 (헤어라인 에디토리얼 행, 라벨 고정폭 좌측 정렬) */
.deep-list { margin-top: 12px; text-align: left; }
.deep-row { position: relative; display: flex; align-items: baseline; gap: 14px; padding: 16px 4px; border-top: 1px solid var(--landing-gray-200); transition: padding-left .15s ease; }
.deep-row:last-child { border-bottom: 1px solid var(--landing-gray-200); }
.deep-row:hover { padding-left: 8px; }
.deep-row-label { font-size: 15px; font-weight: 800; letter-spacing: -.02em; color: var(--landing-gray-900); min-width: 84px; flex-shrink: 0; }
.deep-row-desc { font-size: 13px; font-weight: 500; color: var(--landing-gray-600); line-height: 1.55; }
.deep-row-arrow { margin-left: auto; width: 16px; height: 16px; color: var(--landing-gray-400); flex-shrink: 0; align-self: center; transition: color .15s ease, transform .15s ease; }
.deep-row:hover .deep-row-arrow { color: var(--landing-primary); transform: translateX(3px); }
.deep-kakao { margin-top: 18px; text-align: center; font-size: 12.5px; color: var(--landing-gray-500); }
.deep-kakao a { color: var(--landing-primary-dark); font-weight: 700; }
/* 모바일에서 숨김 — SEO 페이지(PC 제작)라 데스크톱만 노출, 카카오 문의는 상시 플로팅 버튼이 커버.
   th:href 앵커는 HTML 에 남아 크롤러 내부링크는 유지(display:none 무관). */
@media (max-width: 768px) {
  .deep-textrow { display: none; }
}

/* ── Hero Section ── */
.landing-hero {
  padding: 16px 0 16px; position: relative; overflow: hidden;
}
.landing-hero .landing-container { text-align: center; position: relative; z-index: 1; }

.hero-text h1 { font-size: 32px; font-weight: 800; color: var(--landing-gray-900); line-height: 1.18; margin-bottom: 12px; }
.hero-text h1 span { color: var(--landing-primary); display: block; }
.hero-text p { font-size: 15px; font-weight: 500; color: var(--landing-gray-600); line-height: 1.8; margin-bottom: 22px; }
/* 모바일 hero 는 첫 문장만 노출(심플) — 나머지 2문장은 데스크톱에서만 */
.hero-sub-extra { display: none; }

/* Hero CTA — 모바일은 하단 sticky 바가 전담하므로 숨김(데스크톱에서만 노출) */
.hero-cta { display: none; flex-direction: column; gap: 10px; margin-top: 22px; }

/* ============================================
   가짜 제품 화면 (실제 어드민 토큰 미러)
   ============================================ */
.shot { background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 14px; overflow: hidden; box-shadow: 0 18px 50px -24px rgba(15,23,42,.3); }
.shot-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; background: #fafbfc; border-bottom: 1px solid var(--landing-gray-100); }
.shot-body { padding: 16px; }
.shot-h { font-size: 12px; font-weight: 800; color: var(--landing-gray-900); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }

/* 회원 행: 이름 위 + 띠 라인(belt 바 + 레벨명·그랄) 아래 + 우측 이용권.
   띠는 실제 belt 컴포넌트(style.css §.belt) 재사용 — 가짜 컬러 알약 폐기.
   실제 모바일 회원 카드(mb-belt-line) 패턴과 동일. */
.mrow { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid #eaecef; border-radius: 10px; margin-bottom: 8px; background: #fff; }
.mrow:last-child { margin-bottom: 0; }
/* style.css .belt 의 tape 패딩이 .landing-page * 리셋(padding:0)에 먹히지 않도록 복구 */
.landing-page .belt__tape { padding: 0 2px; }
.m-belt-line { display: flex; align-items: center; gap: 7px; min-width: 0; }
.m-belt-name { font-size: 12px; font-weight: 700; color: var(--landing-gray-700); white-space: nowrap; }
.m-belt-grau { font-size: 12px; font-weight: 500; color: var(--landing-gray-500); font-variant-numeric: tabular-nums; white-space: nowrap; }
.mmeta { font-size: 12px; color: var(--landing-gray-500); font-weight: 500; white-space: nowrap; }

/* 승급 대상 조회 (hero shot) — 조건 칩 + 진급 라인(현재 띠 ─→ 진급 후 띠) */
/* 모바일 hero 컨테이너는 text-align:center → 제품 화면(shot)은 항상 좌측 정렬로 고정 */
.hero-shot .shot-body { text-align: left; }
/* 조건 칩 줄(pc-cond)은 데스크톱 전용 — 모바일은 한 줄 텍스트(pc-cond-m)로 대체해 칩 줄바꿈 회피 */
.pc-cond { display: none; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 13px; }
/* 모바일 조건 라인: 벨트 스와치 + "블루벨트 · 6개월+ · 출석 50회+" 한 줄(절대 wrap 안 함) */
.pc-cond-m { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; padding: 8px 11px; border: 1px solid #eef1f4; border-radius: 9px; background: #fbfcfd; }
.pc-cond-m-sw { width: 16px; height: 5.5px; border-radius: 2px; background: #1e40af; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); flex: 0 0 auto; }
.pc-cond-m-tx { font-size: 12px; font-weight: 600; color: var(--landing-gray-600); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc-cond-m-tx b { color: var(--landing-gray-900); font-weight: 800; }
.pc-cond-m-dot { color: var(--landing-gray-300); margin: 0 1px; }
/* 모바일은 승급 후보 1행만 노출(밀도 축소) — 2번째 행은 데스크톱에서 복원 */
.hero-shot .pc-row + .pc-row { display: none; }
.pc-cl { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--landing-gray-500); margin-right: 2px; }
.pc-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #fff; background: var(--landing-gray-900); padding: 4px 11px; border-radius: 50px; }
.pc-chip svg { width: 11px; height: 11px; color: #6ee7b7; flex: 0 0 auto; }
/* 벨트 필터 칩 — 임계값 칩(체크)과 구분되는 카테고리 필터. 좌측 미니 블루벨트 스와치(BJJ 벨트 컬러 예외) */
.pc-chip--belt { gap: 7px; }
.pc-chip-belt { width: 15px; height: 5px; border-radius: 2px; background: #1e40af; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); flex: 0 0 auto; }
.pc-count { display: flex; align-items: baseline; gap: 7px; margin-bottom: 11px; }
.pc-count b { font-size: 13px; font-weight: 800; color: var(--landing-gray-900); }
.pc-count b em { color: var(--landing-primary-dark); font-style: normal; }
.pc-count span { font-size: 12px; color: var(--landing-gray-500); font-weight: 600; }
/* 후보 행: 이름+스탯 헤더 위 · 현재 띠 ─→ 진급 후 띠 진행 라인 아래. 박스 대신 hairline 구분선 */
.pc-list { display: flex; flex-direction: column; }
.pc-row { padding: 12px 4px; border-top: 1px solid #eef1f4; }
.pc-row:first-child { border-top: none; }
.pc-rhead { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.pc-pname { font-size: 13.5px; font-weight: 800; color: var(--landing-gray-900); }
.pc-pstat { font-size: 12px; font-weight: 600; color: var(--landing-gray-500); white-space: nowrap; }
.pc-pstat b { color: var(--landing-gray-800); font-weight: 800; font-variant-numeric: tabular-nums; }
.pc-sdot { color: var(--landing-gray-300); margin: 0 5px; }
.pc-prog { display: flex; align-items: center; gap: 10px; }
.pc-step { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.pc-glabel { font-size: 12px; font-weight: 700; color: var(--landing-gray-500); white-space: nowrap; }
.pc-glabel.is-next { color: var(--landing-primary-dark); font-weight: 800; }
.pc-arrow { flex: 0 0 auto; color: var(--landing-primary); display: inline-flex; }
.pc-arrow svg { width: 18px; height: 18px; display: block; }

/* 빠른 시작 폼 목업 (feat-shot · 01 쉽게 시작) */
.fm-field { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; border: 1px solid #eaecef; border-radius: 10px; margin-bottom: 8px; }
.fm-label { font-size: 12px; font-weight: 600; color: var(--landing-gray-500); }
.fm-val { font-size: 13px; font-weight: 700; color: var(--landing-gray-900); }
.fm-note { font-size: 12px; font-weight: 600; color: var(--landing-gray-700); text-align: center; margin: 12px 0 14px; }
.fm-btn { display: block; text-align: center; font-size: 13px; font-weight: 800; color: var(--landing-primary); background: #fff; border: 1px solid #a7f3d0; padding: 12px; border-radius: 11px; box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 2px 6px -2px rgba(5,150,105,.16); transition: all .2s; }
.fm-btn:hover { background: #ecfdf5; border-color: #6ee7b7; box-shadow: 0 2px 4px rgba(16,24,40,.08), 0 6px 14px -4px rgba(5,150,105,.26); transform: translateY(-1px); }

/* 이용권 일괄 연장 목업 (more.html · 01 일괄 혜택) — Hairline 행 + 만료일 Before→After.
   emerald 는 신호 위치(+N일·이후 날짜·화살표)에만 — 배경 칠 없음(carded surface color rail 금지). */
.ext-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.ext-title { font-size: 13px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.01em; }
.ext-tag { font-size: 12px; font-weight: 800; color: var(--landing-primary-dark); font-variant-numeric: tabular-nums; }
.ext-sub { font-size: 12px; font-weight: 600; color: var(--landing-gray-500); margin-bottom: 8px; }
.ext-sub b { color: var(--landing-gray-900); font-weight: 800; }
.ext-row { display: flex; align-items: center; gap: 10px; padding: 11px 2px; border-top: 1px solid #eef1f4; }
.ext-id { display: flex; align-items: center; gap: 9px; min-width: 0; }
.ext-name { font-size: 13px; font-weight: 700; color: var(--landing-gray-900); }
.ext-dates { margin-left: auto; display: flex; align-items: center; gap: 7px; font-variant-numeric: tabular-nums; }
.ext-from { font-size: 12px; font-weight: 600; color: var(--landing-gray-400); }
.ext-arrow { flex: 0 0 auto; color: var(--landing-primary); display: inline-flex; }
.ext-arrow svg { width: 13px; height: 13px; display: block; }
.ext-to { font-size: 13px; font-weight: 800; color: var(--landing-primary-dark); }

/* 도장 개설 입력 폼 목업 (feat-shot · 01 쉽게 시작) — 입력 중 화면 연출 */
.af-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.af-title { font-size: 15px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.01em; }
.af-step { font-size: 12px; font-weight: 800; color: var(--landing-primary-dark); background: #ecfdf5; border: 1px solid #a7f3d0; padding: 3px 9px; border-radius: 999px; }
.af-group { margin-bottom: 12px; }
.af-lab { display: block; font-size: 12px; font-weight: 700; color: var(--landing-gray-500); margin-bottom: 6px; }
.af-input { display: flex; align-items: center; font-size: 13.5px; font-weight: 600; color: var(--landing-gray-900); background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 10px; padding: 11px 13px; height: 44px; }
.af-input.is-focus { border-color: var(--landing-primary); box-shadow: 0 0 0 3px rgba(5,150,105,.15); }
.af-caret { display: inline-block; width: 1.5px; height: 17px; background: var(--landing-primary); margin-left: 1px; animation: afBlink 1.1s steps(1) infinite; }
@keyframes afBlink { 50% { opacity: 0; } }
.af-btn { display: flex; align-items: center; justify-content: center; gap: 6px; text-align: center; font-size: 14px; font-weight: 800; color: var(--landing-primary); background: #fff; border: 1px solid #a7f3d0; padding: 13px; border-radius: 11px; margin-top: 16px; box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 2px 8px -2px rgba(5,150,105,.18); transition: all .2s; }
.af-btn:hover { background: #ecfdf5; border-color: #6ee7b7; box-shadow: 0 2px 4px rgba(16,24,40,.08), 0 8px 18px -4px rgba(5,150,105,.28); transform: translateY(-1px); }
.af-btn svg { width: 15px; height: 15px; }
/* 셀렉트형 필드(띠·이용권) — belt/text/chevron 정렬 (member-management 등록 폼) */
.af-input--select { gap: 9px; }
.af-chev { margin-left: auto; width: 15px; height: 15px; color: var(--landing-gray-400); flex: 0 0 auto; }

/* 검색 + 필터 칩 목업 (member-management 조회 shot · 등록 방법 탭 공용) */
.sf-search { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 10px; padding: 10px 13px; height: 42px; margin-bottom: 10px; }
.sf-search svg { width: 15px; height: 15px; stroke: var(--landing-gray-400); flex: 0 0 auto; }
.sf-search span { font-size: 13px; font-weight: 600; color: var(--landing-gray-400); }
.sf-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.sf-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 50px; white-space: nowrap; }
.sf-chip--off { color: var(--landing-gray-600); background: #fff; border: 1px solid var(--landing-gray-200); }
.sf-chip--off::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--landing-gray-300); flex: 0 0 auto; }
.sf-chip--on { color: var(--landing-primary); background: #fff; border: 1px solid #a7f3d0; font-weight: 800; }
.sf-chip--on .sf-x { opacity: .7; font-weight: 800; }
.sf-result { font-size: 12px; font-weight: 700; color: var(--landing-gray-500); margin-bottom: 10px; }
.sf-result b { color: var(--landing-gray-900); font-weight: 800; }
.xls-file { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 10px; padding: 11px 13px; margin-bottom: 11px; }
.xls-ic { width: 18px; height: 18px; color: var(--landing-primary); flex: 0 0 auto; }
.xls-name { flex: 1; min-width: 0; font-size: 13px; font-weight: 700; color: var(--landing-gray-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xls-count { flex: 0 0 auto; font-size: 12px; font-weight: 800; color: var(--landing-primary); background: #ecfdf5; padding: 3px 9px; border-radius: 50px; font-variant-numeric: tabular-nums; }

/* 승급/벨트 목업 (feat-shot · 02 주짓수 전용) */
.belt-row-main { flex: 1; min-width: 0; }

/* 관원 내려받기 목업 (feat-shot · 03 부담 없이) */
.lst-tool { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.lst-count { font-size: 12px; font-weight: 600; color: var(--landing-gray-500); }
.lst-count b { font-weight: 800; color: var(--landing-gray-900); font-variant-numeric: tabular-nums; }
.lst-dls { display: flex; gap: 6px; }
.dl-mini { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; color: var(--landing-gray-700); background: #fff; border: 1px solid var(--landing-gray-200); padding: 6px 11px; border-radius: 8px; }
.dl-mini svg { width: 13px; height: 13px; stroke: var(--landing-primary); flex: 0 0 auto; }
.m-main { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.mname { font-size: 13px; font-weight: 700; color: var(--landing-gray-900); }
.passb { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--landing-gray-700); background: #fff; border: 1px solid var(--landing-gray-200); padding: 4px 10px; border-radius: 50px; white-space: nowrap; }
.passb::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--landing-primary); flex: 0 0 auto; }
.passb-c2::before { background: #6ee7b7; }
.passb-c3::before { background: var(--landing-primary-dark); }
.lst-foot { text-align: center; font-size: 12px; font-weight: 600; color: var(--landing-gray-500); margin-top: 11px; }

/* 이용권 종류 목록 행 (가격표 shot) */
.prow { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid #eaecef; border-radius: 10px; margin-bottom: 8px; }
.ptype { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; font-size: 12px; font-weight: 800; color: var(--landing-gray-900); background: #fff; border: 1px solid var(--landing-gray-200); padding: 4px 10px; border-radius: 50px; white-space: nowrap; }
.ptype::before { content: ''; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; background: var(--landing-primary); }
.ptype--period::before { background: #6ee7b7; }
.ptype--count::before { background: #059669; }
.ptype--weekly::before { background: #047857; }
.ptype--day::before { background: #065f46; }
.pdesc { flex: 1 1 auto; font-size: 12px; font-weight: 600; color: var(--landing-gray-700); min-width: 0; }
.pprice { flex: 0 0 auto; font-size: 12.5px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }

/* feat-text 인라인 텔레포트 링크 */
.th-inline-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; font-size: 13px; font-weight: 800; color: var(--landing-primary-dark); }
.th-inline-link svg { width: 13px; height: 13px; flex: 0 0 auto; }

/* ── feat 02: 띠 체계 세로 사다리 (그리드로 띠 칸 고정 — 전부 같은 너비·정렬선) ── */
.bl-split { display: flex; flex-direction: column; gap: 16px; }
.bl-col-h { font-size: 12px; font-weight: 800; color: var(--landing-gray-500); letter-spacing: .03em; margin-bottom: 11px; }
.bl-ladder { display: grid; grid-template-columns: 72px auto; gap: 14px; align-items: center; width: max-content; margin: 0; }
.bl-belt { --belt-w: 72px; --belt-h: 21px; --belt-tape-w: 24px; --belt-stripe-w: 3px; --belt-stripe-gap: 2.25px; border-radius: 4px; }
.bl-name { font-size: 13.5px; font-weight: 700; color: var(--landing-gray-800); }
.bl-cap { margin-top: 16px; font-size: 12px; color: var(--landing-gray-500); font-weight: 600; text-align: center; }
.bl-cap b { color: var(--landing-gray-800); }

/* 결제수단 칩 (띠 사다리 옆) */
.pm-col { border-top: 1px solid var(--landing-gray-200); padding-top: 14px; }
.pm-chips { display: flex; flex-direction: column; gap: 7px; }
.pm-chip { display: flex; align-items: center; gap: 8px; width: 100%; padding: 7px 11px; border-radius: 9px; font-size: 12.5px; font-weight: 700; border: 1px solid var(--landing-gray-200); background: #fff; color: var(--landing-gray-800); }
.pm-logo { width: 18px; height: 18px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.pm-logo svg { width: 12px; height: 12px; }
.pm-logo-card, .pm-logo-bank { background: var(--landing-gray-100); color: var(--landing-gray-600); font-weight: 800; }
.pm-logo-card { font-size: 12px; letter-spacing: -0.03em; }
.pm-logo-bank { font-size: 12px; }
.pm-logo-kakao { background: #fee500; color: #3a1d1d; }
.pm-logo-naver { background: #03c75a; color: #fff; font-size: 12px; font-weight: 800; }
@media (min-width: 560px) {
  .bl-split { flex-direction: row; align-items: stretch; gap: 20px; }
  .bl-col, .pm-col { flex: 1 1 0; min-width: 0; }
  .pm-col { display: flex; flex-direction: column; justify-content: center; border-top: none; border-left: 1px solid var(--landing-gray-200); padding-top: 0; padding-left: 20px; }
}

/* ── feat 03: 미니 다운로드 패널 (텍스트 중심 row 우측) ── */
.mini { border: 1px solid var(--landing-gray-200); border-radius: 14px; padding: 18px; background: #fff; box-shadow: 0 10px 30px -22px rgba(15,23,42,.3); }
.mini-h { font-size: 13px; font-weight: 800; color: var(--landing-gray-900); margin-bottom: 3px; }
.mini-sub { font-size: 12px; color: var(--landing-gray-500); font-weight: 600; margin-bottom: 14px; }
.mini-btns { display: flex; gap: 9px; margin-bottom: 13px; }
.mini-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 13px; font-weight: 800; color: var(--landing-gray-800); background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 10px; padding: 11px; }
.mini-btn svg { width: 16px; height: 16px; stroke: var(--landing-primary); flex: 0 0 auto; }
.mini-foot { font-size: 12px; font-weight: 600; color: var(--landing-gray-500); text-align: center; }

/* ============================================
   섹션 헤더 (eyebrow + h2)
   ============================================ */
.section-eyebrow { display: block; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--landing-primary); margin-bottom: 8px; }

/* ============================================
   기능 소개 (alternating rows)
   ============================================ */
.landing-features .section-header { text-align: center; margin-bottom: 12px; }
.landing-features .section-header :is(h1, h2) { font-size: 24px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.025em; }

.feat-row { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; margin-top: 32px; }
/* grid 아이템이 고정폭 자식(.lf-phone 330px 등) min-content 에 끌려가 1fr 트랙이 넓어지는 것 차단 — 좁은 폰 가로 스크롤 방지 */
.feat-row > * { min-width: 0; }
.feat-text h2, .feat-text h3 { display: flex; gap: 12px; align-items: baseline; font-size: 21px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.02em; }
/* 번호 = 제목과 동일 크기 상속 (모바일 21px · 데스크톱 23px) */
.feat-no { color: var(--landing-primary); font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: 0; flex: 0 0 auto; }
.feat-text p { font-size: 14.5px; color: var(--landing-gray-600); margin-top: 10px; line-height: 1.75; }
.feat-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.feat-list li { font-size: 13.5px; color: var(--landing-gray-700); font-weight: 600; display: flex; gap: 8px; align-items: flex-start; }
.feat-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--landing-primary); margin-top: 8px; flex: 0 0 auto; }
/* 라벨(방법 이름) + 설명 변형 */
.feat-list--labeled li { align-items: baseline; gap: 12px; }
.feat-list--labeled li::before { margin-top: 9px; }
.feat-list--labeled .fl-label { font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.01em; min-width: 76px; flex: 0 0 auto; }
.feat-list--labeled .fl-desc { font-weight: 500; color: var(--landing-gray-600); line-height: 1.55; }
/* 모바일에서 산문 숨김 — 불릿(feat-list)이 같은 메시지를 담아 중복 회피, 데스크톱은 유지 */
@media (max-width: 768px) {
  .feat-p-mobile-hide { display: none; }
  /* 모바일에서는 eyebrow 만 남기고 섹션 제목 h2 숨김 (간결한 첫인상) */
  .landing-features--home .section-header h2 { display: none; }
  /* 홈 features 모바일: 제목 → 그림 → (산문) → 불릿 순서.
     feat-text 를 display:contents 로 풀어 자식(h3·p·ul)이 feat-row flex 에 직접 참여 → order 로 정렬.
     산문은 대개 feat-p-mobile-hide 로 숨겨져 실제로는 제목 → 그림 → 불릿. (DOM·데스크톱 2열 불변) */
  .landing-features--home .feat-row { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
  .landing-features--home .feat-text { display: contents; }
  .landing-features--home .feat-text h3 { order: 1; }
  .landing-features--home .feat-text p { order: 2; margin-top: 0; }
  /* 모바일: 목업 스크린샷 3개(.feat-shot) 전부 숨김 — 페이지 길이 축소.
     불릿(feat-list)이 메시지를 담아 정보 손실 없음. 데스크톱은 유지. 04 폰 목업(feat-member-visual)은 노출. */
  .landing-features--home .feat-shot { display: none; }
  .landing-features--home .feat-member-visual { order: 3; }
  .landing-features--home .feat-text .feat-list { order: 4; margin-top: 0; }
  /* features 상세 페이지 모바일: 제목 → 그림 → 불릿 (홈 리듬과 동일, 단 목업은 노출 유지).
     불릿 위에 목업이 먼저 보이는 편이 매력적 — feat-text 를 display:contents 로 풀어
     자식(h2·p·ul)이 feat-row flex 에 직접 참여, feat-shot 을 그 사이 order 로 끼움. */
  .landing-features:not(.landing-features--home) .feat-row { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
  .landing-features:not(.landing-features--home) .feat-text { display: contents; }
  .landing-features:not(.landing-features--home) .feat-text h2,
  .landing-features:not(.landing-features--home) .feat-text h3 { order: 1; }
  .landing-features:not(.landing-features--home) .feat-text p { order: 2; margin-top: 8px; }
  .landing-features:not(.landing-features--home) .feat-shot { order: 3; }
  .landing-features:not(.landing-features--home) .feat-text .feat-list { order: 4; margin-top: 12px; }
}

/* ── 입체 프레임 ── */
.feat-text { position: relative; }

/* ── 입체 프레임: 글로우 + 겹친 카드 ── */
.feat-shot { position: relative; }
.feat-glow {
  position: absolute; inset: -22px -14px; z-index: 0; pointer-events: none;
  background: radial-gradient(58% 58% at 60% 38%, rgba(5,150,105,.15), transparent 70%);
  filter: blur(6px);
}
.feat-peek {
  position: absolute; z-index: 1; top: 16px; left: 14px; right: -14px; bottom: -14px;
  background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 14px; opacity: .5;
  pointer-events: none;
}
.feat-row-reverse .feat-peek { left: -14px; right: 14px; }
.feat-shot .shot { position: relative; z-index: 2; }

/* ── 윈도우 크롬: shot-bar 를 앱 창처럼 (3 dots + 컨텍스트 칩) ── */
.shot-bar { justify-content: flex-start; }
.shot-dots { display: flex; gap: 6px; flex: 0 0 auto; }
.shot-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--landing-gray-300); }
.shot-tab {
  flex: 1; text-align: center; font-size: 12px; font-weight: 700; color: var(--landing-gray-500);
  background: #fff; border: 1px solid var(--landing-gray-200); border-radius: 50px;
  padding: 4px 12px; max-width: 240px; margin: 0 auto;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── 회원 PWA 폰 목업 (member/dashboard.html md-* 어휘 양식화) ── */
.feat-member-visual { display: flex; justify-content: center; }
.lf-phone { width: 330px; max-width: 100%; border-radius: 38px; background: #0f172a; padding: 10px; box-shadow: 0 30px 70px -30px rgba(15,23,42,.5); }
.lf-phone-scr { background: #f6f8f9; border-radius: 30px; overflow: hidden; }
.lf-phone-notch { height: 26px; display: flex; align-items: center; justify-content: center; }
.lf-phone-notch::before { content: ''; width: 86px; height: 6px; border-radius: 50px; background: #1e293b; }
.lf-phone-body { padding: 14px; display: flex; flex-direction: column; gap: 12px; }
.lf-idcard { background: #fff; border: 1px solid #eaecef; border-radius: 18px; padding: 16px; display: flex; align-items: center; gap: 12px; }
.lf-id-text { min-width: 0; }
.lf-id-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lf-id-name { font-size: 20px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; color: var(--landing-gray-900); }
.lf-id-grade { font-size: 12.5px; font-weight: 700; color: var(--landing-primary-dark); margin-top: 4px; }
.lf-passbar { background: var(--landing-primary); color: #fff; border-radius: 16px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; }
.lf-pb-num { font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.lf-pb-num small { font-size: 13px; font-weight: 600; margin-left: 3px; opacity: .9; }
.lf-pb-meta { flex: 1; min-width: 0; }
.lf-pb-type { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; opacity: .85; }
.lf-pb-exp { font-size: 12px; margin-top: 3px; opacity: .9; font-variant-numeric: tabular-nums; }
.lf-pb-btn { background: #fff; color: var(--landing-primary-dark); font-size: 12px; font-weight: 800; padding: 9px 12px; border-radius: 10px; white-space: nowrap; flex: 0 0 auto; }
.lf-card { background: #fff; border: 1px solid #eaecef; border-radius: 16px; padding: 14px 16px; }
.lf-card-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.lf-card-t { font-size: 13px; font-weight: 800; letter-spacing: -.01em; color: var(--landing-gray-900); }
.lf-card-count { font-size: 12px; font-weight: 700; color: var(--landing-primary-dark); background: #ecfdf5; padding: 3px 9px; border-radius: 50px; }
/* 이용권 스트립 — 잔여 게이지 변형 (라이트 카드: emerald 는 dot·트랙 신호 위치에만) */
.lf-passbar--gauge { flex-direction: column; align-items: stretch; gap: 12px; background: #fff; color: var(--landing-gray-900); border: 1px solid #eaecef; }
.lf-pbg-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.lf-pbg-num { font-size: 32px; font-weight: 800; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: var(--landing-gray-900); }
.lf-pbg-num small { font-size: 13px; font-weight: 600; margin-left: 4px; color: var(--landing-gray-500); }
.lf-pbg-type { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--landing-gray-600); margin-top: 8px; letter-spacing: -.01em; text-transform: none; }
.lf-pbg-type::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--landing-primary); flex: 0 0 auto; }
.lf-pbg-bar { height: 6px; border-radius: 50px; background: var(--landing-gray-100); overflow: hidden; }
.lf-pbg-bar > span { display: block; height: 100%; border-radius: 50px; background: var(--landing-primary); }
.lf-pbg-exp { font-size: 12px; color: var(--landing-gray-500); font-variant-numeric: tabular-nums; }
.lf-passbar--gauge .lf-pb-btn { flex: 0 0 auto; align-self: flex-start; background: transparent; color: var(--landing-gray-500); font-weight: 700; padding: 6px 2px; border-radius: 0; }

/* 출석 — 월간 히트맵 캘린더 (member/dashboard md-cal 미러, 출석일 = 솔리드 emerald).
   셀 정사각(aspect-ratio:1≈32px) 해제 → 높이 27px 고정. 폰 ~20px 낮아지고,
   주 효과는 납작한 셀로 빈 회색칸의 세로 여백이 줄어 '비어보임' 완화 (4줄이라 높이 감소 자체는 작음) */
.lf-mcal-month { font-size: 12px; font-weight: 800; color: var(--landing-gray-500); text-align: center; margin-bottom: 9px; letter-spacing: -.01em; }
.lf-mcal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.lf-mcal-dow { text-align: center; font-size: 12px; font-weight: 700; color: var(--landing-gray-400); padding-bottom: 2px; }
.lf-mcal-dow--sun { color: #ef4444; }
.lf-mcal-dow--sat { color: #3b82f6; }
.lf-mcal-d { height: 27px; border-radius: 6px; background: var(--landing-gray-100); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--landing-gray-400); font-variant-numeric: tabular-nums; }
.lf-mcal-d--att { background: var(--landing-primary); color: #fff; font-weight: 800; }
.lf-mcal-d--off { opacity: .3; }
.lf-mcal-d--today { box-shadow: inset 0 0 0 1.5px var(--landing-primary); color: var(--landing-primary-dark); font-weight: 800; }

/* ============================================
   FAQ 아코디언
   ============================================ */
.landing-faq .section-header { text-align: center; margin-bottom: 24px; }
.landing-faq .section-header h2 { font-size: 24px; font-weight: 800; color: var(--landing-gray-900); letter-spacing: -.025em; }
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #eaecef; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; text-align: left; padding: 17px 20px; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--landing-gray-900); background: transparent; border: none; font-family: inherit; }
.faq-chev { flex: 0 0 auto; width: 18px; height: 18px; color: var(--landing-gray-400); transition: transform .2s, color .2s; }
.faq-item.open .faq-chev { transform: rotate(180deg); color: var(--landing-primary); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; font-size: 14px; color: var(--landing-gray-600); line-height: 1.8; }
.faq-item.open .faq-a { max-height: 280px; }
.faq-a div { padding: 0 20px 18px; }

/* ── Events Section ── */
.landing-events .section-header { text-align: center; margin-bottom: 24px; }
.landing-events .section-header h2 { font-size: 24px; font-weight: 800; color: var(--landing-gray-900); }

.events-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }

.event-card {
  position: relative; background: #fff;
  border: 1px solid #eaecef; border-radius: 14px; overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.event-card:hover { border-color: #a7f3d0; transform: translateY(-2px); }
.event-card-body { padding: 22px 24px; }
.event-card-tag {
  display: inline-block;
  font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--landing-primary);
  margin-bottom: 8px;
}
.event-card-title { font-size: 16px; font-weight: 700; color: var(--landing-gray-900); margin-bottom: 4px; letter-spacing: -0.015em; }
.event-card-desc { font-size: 13px; color: var(--landing-gray-500); line-height: 1.7; }

/* ── Pricing Section ── */
.pricing-header { text-align: center; margin-bottom: 28px; }
.pricing-header h2 { font-size: 24px; font-weight: 800; color: var(--landing-gray-900); margin-bottom: 8px; }
.pricing-header p { font-size: 15px; color: var(--landing-gray-500); }

/* ============================================
   Pricing Card - Interactive (V4 B)
   ============================================ */
.pricing-card-single {
  background: #fff; border-radius: 20px; border: 1px solid var(--landing-gray-200);
  overflow: hidden; max-width: 540px; margin: 0 auto;
}

.pricing-hero {
  padding: 32px 32px 26px; text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--landing-gray-100);
}
.pricing-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #ecfdf5; color: var(--landing-primary);
  font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 50px;
  border: 1px solid #a7f3d0; margin-bottom: 18px;
}
.pricing-includes-wrap { margin-bottom: 22px; }
.pricing-includes-label {
  font-size: 12px; font-weight: 700; color: var(--landing-gray-400);
  text-transform: uppercase; letter-spacing: 0.7px;
  margin-bottom: 8px;
}
.pricing-includes {
  display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap;
  justify-content: center;
}
.pricing-pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700;
  padding: 5px 11px; border-radius: 50px;
  background: #fff; border: 1px solid var(--landing-gray-200);
  letter-spacing: -0.01em;
}
.pricing-pill.yes { color: #047857; border-color: #a7f3d0; background: #ecfdf5; }
.pricing-pill.no { color: var(--landing-gray-400); border-color: var(--landing-gray-200); background: var(--landing-gray-50); }
.pricing-pill svg { width: 11px; height: 11px; flex-shrink: 0; }
.pricing-pill.yes svg { stroke: var(--landing-primary); }
.pricing-pill.no svg { stroke: var(--landing-gray-300); }
.pricing-pill.no span { text-decoration: line-through; text-decoration-color: var(--landing-gray-300); }

.pricing-divider {
  height: 1px; background: var(--landing-gray-100);
  margin: 0 auto 18px; max-width: 70%;
}

.pricing-strike { text-align: center; margin-bottom: 8px; }
.pricing-discount-ribbon {
  display: inline-block; font-size: 13px; font-weight: 800; color: #fff;
  background: var(--landing-primary);
  padding: 4px 14px; border-radius: 20px; margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.pricing-original {
  display: block; font-size: 17px; font-weight: 600; color: var(--landing-gray-400);
  text-decoration: line-through; text-decoration-thickness: 2px;
}
.pricing-amount {
  font-size: 54px; font-weight: 900; color: var(--landing-primary);
  letter-spacing: -0.03em; line-height: 1;
  font-feature-settings: 'tnum';
}
.pricing-amount .currency { font-size: 20px; font-weight: 800; color: var(--landing-primary); margin-left: 4px; letter-spacing: 0; }
.pricing-period { font-size: 12px; color: var(--landing-gray-500); margin-top: 10px; font-weight: 600; }

.pricing-slider-wrap { padding: 24px 32px 22px; }
.pricing-slider-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
}
.pricing-slider-title { font-size: 12px; font-weight: 700; color: var(--landing-gray-500); text-transform: uppercase; letter-spacing: 0.7px; }
.pricing-slider-value {
  font-size: 13px; font-weight: 800; color: var(--landing-primary);
  background: #ecfdf5; padding: 5px 13px; border-radius: 50px;
  border: 1px solid #a7f3d0;
  font-feature-settings: 'tnum';
}
.pricing-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 8px; border-radius: 50px;
  background: var(--landing-gray-200);
  outline: none;
  touch-action: none;
}
.pricing-slider::-webkit-slider-runnable-track {
  height: 8px; border-radius: 50px;
  background: linear-gradient(90deg, #10b981 0%, #059669 var(--pricing-progress, 30%), var(--landing-gray-200) var(--pricing-progress, 30%), var(--landing-gray-200) 100%);
}
.pricing-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 3px solid var(--landing-primary);
  cursor: pointer;
  margin-top: -10px;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.18);
  transition: transform .15s, box-shadow .15s;
}
.pricing-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.28);
}
.pricing-slider::-moz-range-track { height: 8px; border-radius: 50px; background: var(--landing-gray-200); }
.pricing-slider::-moz-range-progress { height: 8px; border-radius: 50px; background: var(--landing-primary); }
.pricing-slider::-moz-range-thumb {
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 3px solid var(--landing-primary);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.18);
}
.pricing-scale {
  display: flex; justify-content: space-between; margin-top: 10px;
  font-size: 12px; color: var(--landing-gray-400); font-weight: 600;
}

.pricing-formula {
  padding: 22px 32px 30px;
  border-top: 1px solid var(--landing-gray-100);
  background: var(--landing-gray-50);
}
.pricing-formula-title {
  font-size: 12px; font-weight: 700; color: var(--landing-gray-500);
  text-transform: uppercase; letter-spacing: 0.7px; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.pricing-formula-title-meta {
  color: var(--landing-gray-400); font-weight: 700; letter-spacing: 0.04em; text-transform: none;
  font-feature-settings: 'tnum';
}
.pricing-formula-row {
  display: flex; align-items: center; gap: 10px; padding: 10px 0;
  font-size: 14px; transition: opacity .15s;
}
.pricing-formula-row + .pricing-formula-row { border-top: 1px dashed var(--landing-gray-200); }
.pricing-formula-row.inactive { opacity: 0.45; }
.pricing-formula-row-mark {
  width: 18px; height: 18px; border-radius: 50%;
  flex-shrink: 0;
  background: var(--landing-gray-200);
  display: inline-flex; align-items: center; justify-content: center;
  color: transparent; font-size: 12px;
}
.pricing-formula-row.active .pricing-formula-row-mark {
  background: var(--landing-primary); color: #fff;
}
.pricing-formula-row-mark svg { width: 11px; height: 11px; display: block; }
.pricing-formula-text { flex: 1; color: var(--landing-gray-600); line-height: 1.4; }
.pricing-formula-text strong { color: var(--landing-gray-900); font-weight: 700; }
.pricing-formula-row.active .pricing-formula-text { color: var(--landing-gray-900); }
.pricing-formula-price { font-weight: 800; color: var(--landing-gray-900); white-space: nowrap; font-feature-settings: 'tnum'; }

@media (max-width: 520px) {
  .pricing-amount { font-size: 46px; }
  .pricing-slider-wrap, .pricing-formula { padding-left: 24px; padding-right: 24px; }
  .pricing-hero { padding: 28px 24px 24px; }
}

/* 요금제 카드 전환 CTA — 가격 확인 직후 동선 (2026-07-01) */
.pricing-cta-wrap { padding: 20px 32px 28px; }
.pricing-cta-wrap .landing-btn-primary { display: block; width: 100%; text-align: center; }
@media (max-width: 520px) { .pricing-cta-wrap { padding: 18px 24px 24px; } }

/* feature 페이지 하단 마감 CTA 밴드 — 데스크톱 전환 진입점 (2026-07-01) */
.feature-cta-band { background: var(--landing-gray-50); border-top: 1px solid var(--landing-gray-100); }
.feature-cta-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.feature-cta-title { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: var(--landing-gray-900); margin: 0 0 10px; }
.feature-cta-desc { font-size: 15px; color: var(--landing-gray-500); margin: 0 0 22px; line-height: 1.6; }

/* ── Scroll Fade-in Animation ── */
.landing-fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.landing-fade-in.visible { opacity: 1; transform: translateY(0); }
.landing-stagger .landing-fade-child {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.landing-stagger .landing-fade-child.visible { opacity: 1; transform: translateY(0); }

/* ── Footer ── */
.landing-footer { background: #fff; border-top: 1px solid var(--landing-gray-200); color: var(--landing-gray-500); padding: 28px 0; }
.landing-footer .landing-container { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.footer-business { font-size: 12px; color: var(--landing-gray-500); line-height: 1.7; margin: 12px 0; font-style: normal; text-align: center; }
.footer-business a { color: inherit; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; font-size: 12px; color: var(--landing-gray-400); }
.footer-bottom a { font-size: 12px; color: var(--landing-gray-400); transition: color .2s; }
.footer-bottom a:hover { color: var(--landing-gray-900); }
.footer-sep { color: var(--landing-gray-200); }

/* ── Mobile Sticky CTA Bar ── */
.landing-mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
  background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
  border-top: 1px solid var(--landing-gray-200);
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  opacity: 0; transition: opacity .3s; pointer-events: none;
}
.landing-mobile-cta.show { opacity: 1; pointer-events: auto; }
.landing-mobile-cta .landing-btn-primary { width: 100%; }

/* ============================================
   Desktop (min-width: 769px)
   ============================================ */
@media (min-width: 769px) {
  .landing-container { padding: 0 32px; }
  .landing-section { padding: 36px 0; }

  /* Nav */
  .landing-nav .landing-container:has(.nav-menu) { justify-content: space-between; }
  .nav-logo-wordmark { height: 52px; }
  .nav-cta { display: inline-flex; }
  .nav-link { display: inline; }

  /* Hero */
  .landing-hero { padding: 56px 0 28px; }
  .landing-hero .landing-container { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; text-align: left; }
  .hero-text h1 { font-size: 44px; line-height: 1.3; }
  .hero-text h1 span { display: block; }
  .hero-text p { font-size: 17px; }
  .hero-sub-extra { display: inline; }
  .hero-cta { display: flex; flex-direction: row; margin-top: 26px; }
  /* Hero shot — 데스크톱은 칩 조건 줄 + 승급 후보 2행 복원 */
  .pc-cond { display: flex; }
  .pc-cond-m { display: none; }
  .hero-shot .pc-row + .pc-row { display: block; }
  .landing-btn-primary { width: auto; }
  .landing-btn-secondary { width: auto; }

  /* Features */
  .landing-features .section-header :is(h1, h2) { font-size: 32px; }
  .feat-row { grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 44px; }
  .feat-row-reverse .feat-text { order: 2; }
  .feat-text h2, .feat-text h3 { font-size: 23px; }

  /* FAQ */
  .landing-faq .section-header h2 { font-size: 32px; }

  /* Events */
  .landing-events .section-header h2 { font-size: 36px; }
  .events-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }

  /* Pricing */
  .pricing-header h2 { font-size: 36px; }

  /* Footer */
  .landing-footer .landing-container { flex-direction: column; }

  /* Hide mobile sticky CTA on desktop */
  .landing-mobile-cta { display: none; }
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  .landing-fade-in { transition: none; opacity: 1; transform: none; }
  .landing-stagger .landing-fade-child { transition: none; opacity: 1; transform: none; }
  .event-card { transition: none; }
}

/* ── Legal Pages (이용약관, 개인정보처리방침) ── */
.legal-page { padding: 40px 0; }
.legal-title { font-size: 28px; font-weight: 800; color: var(--landing-gray-900); margin-bottom: 8px; }
.legal-date { font-size: 13px; color: var(--landing-gray-400); margin-bottom: 24px; }

/* 목차 (약관·개인정보 inline 앵커 chips) */
.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 16px;
  margin-bottom: 28px;
  background: var(--landing-gray-50, #f8fafc);
  border: 1px solid var(--landing-gray-200, #e2e8f0);
  border-radius: 10px;
  max-width: 720px;
}
.legal-toc a {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid var(--landing-gray-200, #e2e8f0);
  border-radius: 6px;
  color: var(--landing-primary-700, #047857);
  text-decoration: none;
  transition: all 0.15s;
}
.legal-toc a:hover {
  background: var(--landing-primary-50, #ecfdf5);
  border-color: var(--landing-primary-300, #6ee7b7);
}
/* h2 앵커 스크롤 시 상단 고정 nav 높이만큼 offset */
.legal-content h2[id] { scroll-margin-top: 80px; }

.legal-content { max-width: 720px; }
.legal-content h2 { font-size: 17px; font-weight: 700; color: var(--landing-gray-800); margin: 28px 0 12px; }
.legal-content p { font-size: 14px; color: var(--landing-gray-600); line-height: 1.8; margin-bottom: 12px; }
.legal-content ol,
.legal-content ul { padding-left: 20px; margin-bottom: 12px; }
.legal-content li { font-size: 14px; color: var(--landing-gray-600); line-height: 1.8; padding: 2px 0; }
.legal-content ul { list-style: disc; }
.legal-table { width: 100%; border-collapse: collapse; margin: 12px 0 16px; font-size: 13px; }
.legal-table th,
.legal-table td { padding: 10px 14px; border: 1px solid var(--landing-gray-200); text-align: left; color: var(--landing-gray-600); }
.legal-table th { background: var(--landing-gray-50); font-weight: 600; color: var(--landing-gray-700); }
@media (max-width: 768px) {
  .legal-content { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .legal-table { min-width: 480px; }
}
.legal-notice { margin-top: 32px; padding: 16px 20px; background: var(--landing-gray-50); border-radius: 8px; }
.legal-notice p { margin-bottom: 0; color: var(--landing-gray-500); }

/* ── 이용권 페이지 (features/membership-pass) 전용 ── */
/* 이용권 종류 목업 행 (shot 내 4종 리스트) */
.ptr { display: flex; align-items: center; gap: 10px; padding: 11px 2px; border-top: 1px solid var(--landing-gray-100); }
.ptr:first-of-type { border-top: none; }
.ptr-dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.ptr-name { font-size: 13px; font-weight: 800; color: var(--landing-gray-900); }
.ptr-ex { font-size: 12px; color: var(--landing-gray-500); }
.ptr-price { margin-left: auto; font-size: 12.5px; font-weight: 800; color: var(--landing-gray-900); font-variant-numeric: tabular-nums; }

/* 결제 방법 목업 — 결제수단 종류 칩 (shot 내) */
.pay-types { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pay-type { font-size: 12px; font-weight: 800; padding: 8px 14px; border-radius: 50px; line-height: 1; background: #fff; color: var(--landing-gray-900); border: 1px solid var(--landing-gray-200); }
/* 간편결제 브랜드 칩 (카카오·네이버페이) — 결제 외부 식별자 컬러 예외 */
.pay-brand { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; padding: 8px 11px; border-radius: 50px; line-height: 1; white-space: nowrap; }
.pay-brand svg { width: 13px; height: 13px; flex: 0 0 auto; }
.pay-brand.kakao { background: #fee500; color: #3c1e1e; }
.pay-brand.kakao svg { fill: #3c1e1e; }
.pay-brand.naver { background: #03c75a; color: #fff; }
.pay-brand.naver svg { fill: #fff; }
