/* lts.jashinmanman.com — 장기자동차구독
   디자인 레퍼런스: SMDC "Editorial Minimalism" 구조(타이포그래피 중심, 화이트 베이스,
   섹션 배경 교차, 스크롤 등장 애니메이션)를 자동차구독 서비스에 맞게 컬러·콘텐츠만 교체해 이식.
   팔레트는 SMDC 원본(핑크+세이지)도, 형제사이트 BZS(쿨톤 흑백+네이비)도 아닌 딥 에메랄드+
   웜 아이보리 조합으로 분리. 변수명은 기존(색상/타이포/spacing/radius) 체계를 그대로 유지해
   페이지 마크업 변경 없이 토큰 값만 교체. */

@import url('https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/variable/pretendardvariable.css');

:root {
  --color-off-white: #f6f3ec;
  --color-paper-white: #ffffff;
  --color-ink: #15130f;
  --color-ink-soft: #4a453b;
  --color-stone: #e4ddcd;
  --color-clay: #0e6b4d;
  --color-accent: #0f7a57;
  --color-taupe-dark: #1c1913;
  --color-brushed-steel: var(--color-ink-soft);
  --color-linen-mist: #c8c0ad;

  --text-on-light: #15130f;
  --text-on-dark: #f6f3ec;

  --font-display: 'Pretendard Variable', Pretendard, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: 'Pretendard Variable', Pretendard, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: 'Pretendard Variable', Pretendard, ui-sans-serif, sans-serif;
  --font-serif-accent: Georgia, 'Times New Roman', serif;

  --text-caption: 13px;
  --leading-caption: 1.5;
  --text-subheading: 19px;
  --leading-subheading: 1.4;
  --text-heading-sm: 26px;
  --leading-heading-sm: 1.26;
  --text-heading: clamp(1.75rem, 4vw, 2.8rem);
  --leading-heading: 1.16;
  --text-display: clamp(2.5rem, 7vw, 5rem);
  --leading-display: 1.05;
  --text-body: 17px;
  --leading-body: 1.7;

  --spacing-16: 16px; --spacing-20: 20px; --spacing-24: 24px; --spacing-28: 28px;
  --spacing-32: 32px; --spacing-40: 40px; --spacing-76: clamp(80px, 12vw, 128px); --section-gap: 140px;

  --radius-lg: 2px;
  --radius-pill: 2px;

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

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

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 { font-family: var(--font-display); font-weight: 200; letter-spacing: -.04em; margin: 0 0 var(--spacing-16); font-size: var(--text-display); line-height: var(--leading-display); }
h2, h3 { margin: 0 0 var(--spacing-16); font-weight: 200; font-family: var(--font-display); letter-spacing: -.03em; }
h2 { font-size: var(--text-heading); line-height: var(--leading-heading); }
h3 { font-size: var(--text-heading-sm); line-height: var(--leading-heading-sm); font-weight: 600; letter-spacing: -.01em; }
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 clamp(20px, 4vw, 30px); }

/* ---------- 라벨/강조 유틸(SMDC 패턴) ---------- */
.label-caps { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--color-accent); margin: 0; }
.serif-italic { font-family: var(--font-serif-accent); font-style: italic; color: var(--color-accent); }
.surface-graphite .serif-italic, .surface-gunmetal .serif-italic { color: #6fd6ac; }

/* ---------- 섹션 표면(에디토리얼 리듬) ---------- */
.surface-gunmetal { background: var(--color-taupe-dark); color: var(--text-on-dark); }
.surface-white { background: var(--color-paper-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 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(246,243,236,.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; }
  .fade-in-up { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ---------- 스크롤 진행 바 ---------- */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--color-accent); z-index: 9999; transition: width .1s linear; pointer-events: none;
}

/* ---------- 헤더/네비 ---------- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}
.hdr.scrolled { box-shadow: 0 1px 30px rgba(21,19,15,.08); }
.hdr-inner { display: flex; align-items: center; justify-content: space-between; padding: var(--spacing-16) clamp(20px, 4vw, 30px); max-width: var(--page-max-width); margin: 0 auto; height: 76px; }
.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 { display: none; }
.hdr-nav { display: flex; gap: var(--spacing-24); font-size: var(--text-caption); font-weight: 600; letter-spacing: .02em; }
.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: .02em;
  transition: background .2s ease, box-shadow .2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .hdr-cta:hover { background: #0b5f43; }
}
.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-paper-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; font-weight: 300; }
  body { padding-bottom: 64px; padding-top: 64px; }
  .hdr-inner { height: 64px; }
}

/* ---------- 히어로(에디토리얼 타이포+이미지) ---------- */
.hero { position: relative; overflow: hidden; padding: 0; }
.hero-slides { position: relative; width: 100%; height: 72vh; min-height: 480px; max-height: 760px; }
.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; inset: 0;
  background: radial-gradient(ellipse at center, rgba(21,19,15,.72) 0%, rgba(21,19,15,.42) 45%, rgba(21,19,15,0) 78%);
}
.hero-text-card {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 clamp(20px, 5vw, 40px); max-width: 900px; margin: 0 auto;
}
.hero-text-card .hero-sub {
  color: var(--text-on-dark); font-size: 11px; font-weight: 700; letter-spacing: .4em; text-transform: uppercase;
  margin: 0 0 var(--spacing-20);
  animation: heroSubIn .8s cubic-bezier(.16,1,.3,1) .1s both;
}
.hero-text-card h1 {
  color: var(--text-on-dark); font-size: clamp(3rem, 9vw, 6.4rem); margin: 0 0 var(--spacing-20); font-weight: 200;
  text-shadow: 0 4px 40px rgba(0,0,0,.35);
  animation: heroTitleIn 1s cubic-bezier(.16,1,.3,1) .25s both;
}
.hero-text-card .hero-benefit {
  color: var(--text-on-dark); font-size: var(--text-subheading); margin: 0 0 var(--spacing-32); opacity: .92; font-weight: 300;
  animation: heroBenefitIn .8s cubic-bezier(.16,1,.3,1) .5s both;
}
.hero-text-card .btn-row { justify-content: center; animation: heroRowIn .8s cubic-bezier(.16,1,.3,1) .68s both; }
.hero-text-card .feature-tags { justify-content: center; animation: heroRowIn .8s cubic-bezier(.16,1,.3,1) .85s both; }
@keyframes heroSubIn { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroTitleIn { from { opacity: 0; transform: translateY(36px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes heroBenefitIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroRowIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { .hero-text-card h1 { font-size: 44px; } .hero-text-card .hero-benefit { font-size: var(--text-caption); } .hero-slides { height: 60vh; min-height: 400px; } }
@media (prefers-reduced-motion: reduce) {
  .hero-text-card .hero-sub, .hero-text-card h1, .hero-text-card .hero-benefit,
  .hero-text-card .btn-row, .hero-text-card .feature-tags { animation: none; opacity: 1; transform: none; }
}

/* ---------- 버튼 ---------- */
.btn-ghost {
  display: inline-block; background: transparent; border-radius: var(--radius-pill);
  padding: 15px 30px; font-size: 13px; font-weight: 700; letter-spacing: .05em; 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; }
  .marquee-track:hover { animation-play-state: paused; }
  .ftr-cols a:hover { color: var(--color-accent); }
}
.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: 1px; background: var(--color-stone); text-align: center; align-items: stretch; }
@media (max-width: 768px) { .dp-g2, .dp-g3 { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .dp-stat3 { grid-template-columns: 1fr; gap: 1px; }
}

/* ---------- 카드 ---------- */
.card {
  border-radius: var(--radius-lg); border: 0;
  background: var(--color-paper-white); padding: var(--spacing-20);
  box-shadow: 0 4px 18px rgba(21, 19, 15, .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; filter: grayscale(8%); }
.card h3 { margin-bottom: 6px; font-size: 20px; }
.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(21, 19, 15, .14); transform: translateY(-3px); }
  .card:hover img { filter: grayscale(0); }
}

/* ---------- 뱃지 ---------- */
.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(15, 122, 87, .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: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; line-height: var(--leading-caption); max-width: 280px; color: var(--color-accent); }
@media (max-width: 768px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- 마퀴(보유 차종 갤러리) ---------- */
.marquee-head { text-align: center; margin-bottom: var(--spacing-32); }
.marquee-container { overflow: hidden; }
.marquee-track { display: flex; gap: 8px; width: max-content; animation: marquee-scroll 60s linear infinite; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-item { flex-shrink: 0; width: 240px; position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.marquee-item img { width: 240px; height: 180px; object-fit: cover; filter: grayscale(15%); transition: filter .4s; }
@media (hover: hover) and (pointer: fine) { .marquee-item:hover img { filter: grayscale(0); } }
.marquee-item__label {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.55)); color: #fff; font-size: 11px; font-weight: 700;
}
@media (max-width: 600px) { .marquee-item, .marquee-item img { width: 180px; } .marquee-item img { height: 135px; } }

/* ---------- 원칙 리스트(다크 섹션) ---------- */
.principles { display: flex; flex-direction: column; gap: var(--spacing-24); margin-top: var(--spacing-32); }
.principle { display: flex; gap: var(--spacing-20); align-items: flex-start; }
.principle__num { flex-shrink: 0; font-family: var(--font-serif-accent); font-style: italic; font-size: 22px; color: var(--color-accent); opacity: .55; }
.principle__title { font-size: 18px; font-weight: 600; margin: 0 0 4px; }
.principle__desc { font-size: var(--text-caption); color: var(--color-linen-mist); margin: 0; }

/* ---------- 지역 태그 ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-40); margin-top: var(--spacing-32); }
.area-col-hd { display: flex; align-items: baseline; gap: 10px; margin-bottom: var(--spacing-16); padding-bottom: 12px; border-bottom: 1px solid rgba(246,243,236,.15); }
.area-col-name { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--text-on-dark); }
.area-col-sub { font-size: var(--text-caption); color: rgba(246,243,236,.5); }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.area-tag { font-size: var(--text-caption); padding: 8px 16px; border: 1px solid rgba(246,243,236,.2); color: rgba(246,243,236,.75); border-radius: var(--radius-pill); }
@media (max-width: 768px) { .area-grid { grid-template-columns: 1fr; gap: var(--spacing-32); } }

/* ---------- 프로세스 타임라인 ---------- */
.proc-list { display: flex; list-style: none; margin: var(--spacing-40) 0 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: 1px;
  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-ink); border: 0; color: var(--color-accent);
  font-family: var(--font-serif-accent); font-style: italic; font-weight: 400; font-size: 17px;
  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; }
}

/* ---------- 표 ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: 0 4px 18px rgba(21, 19, 15, .07); }
table { width: 100%; border-collapse: collapse; font-size: var(--text-caption); background: var(--color-paper-white); color: var(--text-on-light); }
th, td { text-align: left; padding: 16px; color: var(--text-on-light); }
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-body); 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; }

/* ---------- 체크리스트 ---------- */
.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: 700; display: flex; align-items: center; justify-content: center;
}

/* ---------- 통계 카운터 ---------- */
.stat-card { background: var(--color-paper-white); padding: 40px 20px; }
.stat-num { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); font-weight: 200; font-variant-numeric: tabular-nums; letter-spacing: -.02em; color: var(--color-accent); }
.stat-label { color: var(--color-ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }

/* ---------- 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; font-weight: 700; }
@media (max-width: 768px) { #mob-bar { display: block; } }

#float-cta {
  position: fixed; right: var(--spacing-24); bottom: 100px; z-index: 55;
  width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  background: var(--color-accent); color: #fff; border-radius: 100px;
  box-shadow: 0 8px 24px rgba(21, 19, 15, .28);
}
#float-cta svg { width: 24px; height: 24px; }
@media (max-width: 768px) { #float-cta { display: none; } }

/* ---------- 맨 위로 ---------- */
#back-to-top {
  position: fixed; right: var(--spacing-24); bottom: 24px; z-index: 54;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--color-stone);
  background: var(--color-paper-white); color: var(--color-ink); cursor: pointer;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
  font-size: 16px;
}
#back-to-top.visible { opacity: 1; visibility: visible; }
@media (max-width: 768px) { #back-to-top { display: none; } }

/* ---------- 푸터 ---------- */
.ftr { background: var(--color-ink); color: var(--text-on-dark); border-top: 4px solid var(--color-accent); 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: rgba(246,243,236,.55); }
.ftr-cols h4 { font-family: var(--font-body); color: var(--text-on-dark); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 12px; font-weight: 700; }
.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: 1024px) { .ftr-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .ftr-cols { grid-template-columns: 1fr; } }

/* ---------- 스크롤 리빌 / 애니메이션 ---------- */
.reveal, .fade-in-up { opacity: 0; transform: translateY(20px); transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1); }
.reveal.in, .fade-in-up.is-visible { opacity: 1 !important; transform: translateY(0) !important; }
.stagger > * { opacity: 0; }
.stagger.in > * { animation: fade-up .6s ease forwards; }
.stagger.in > *:nth-child(2) { animation-delay: .12s; }
.stagger.in > *:nth-child(3) { animation-delay: .24s; }
.stagger.in > *:nth-child(4) { animation-delay: .36s; }
.stagger.in > *:nth-child(5) { animation-delay: .48s; }
.stagger.in > *:nth-child(6) { animation-delay: .6s; }
@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; font-style: italic; font-family: var(--font-serif-accent); }
.surface-graphite .highlight, .surface-gunmetal .highlight { color: #6fd6ac; }

/* ---------- 넘버 아이브로우 ---------- */
.eyebrow-num {
  display: flex; align-items: center; gap: 12px; margin-bottom: var(--spacing-24);
  font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--color-accent);
}
.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-serif-accent); font-style: italic; font-size: 13px; font-weight: 400; 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) 버튼 ---------- */
.btn-solid {
  display: inline-block; border-radius: var(--radius-pill); padding: 15px 30px;
  font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-family: var(--font-body);
  cursor: pointer; border: 1px solid var(--color-accent); background: var(--color-accent); color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-solid:hover { background: #0b5f43; border-color: #0b5f43; }
}
.btn-solid:active { transform: scale(.97); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- 소형 모바일(480px 이하) — 1열 강제 ---------- */
@media (max-width: 480px) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn-solid, .btn-row .btn-ghost { text-align: center; width: 100%; }
  .card-badges { flex-direction: column; align-items: flex-start; }
}

/* ---------- 전환 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-idx { display: block; font-family: var(--font-serif-accent); font-style: italic; font-size: var(--text-caption); color: var(--color-accent); 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; } }
