@charset "utf-8";
/* ==========================================================================
   앤텔레콤 안심개통 — 공용 스타일시트
   정적 사이트(index / region / hub / funnel / guide) 공용. 외부 리소스 0개.
   디자인 시스템: Mintlify (DESIGN-mintlify.md)
     · 잉크 블랙(#0a0a0a)이 주 CTA — 모든 버튼/배지/태그는 필(9999px)
     · 민트(#00d4a4)는 악센트 전용 — 텍스트 색으로 절대 사용 금지
     · 카드는 플랫 — 흰 면 + 1px 헤어라인 + 12px 라운드
   ========================================================================== */

/* ---------- 0. 웹폰트 (셀프호스팅 · 외부 CDN 0개) ---------- */
@font-face {
  font-family: 'Pretendard Variable';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

/* ---------- 1. 토큰 (Mintlify 매핑) ---------- */
:root {
  /* 브랜드 — 잉크 블랙 도미넌트 */
  --primary:        #0a0a0a;   /* colors.primary / ink — 주 CTA·헤드라인 (19.8:1) */
  --primary-strong: #1c1c1e;   /* colors.charcoal — pressed 상태 (17.0:1) */
  --primary-vivid:  #00d4a4;   /* colors.brand-green — 악센트 전용, 텍스트 금지 */
  --mint-deep:      #00b48a;   /* colors.brand-green-deep — pressed 악센트 */
  --accent:         #3a3a3c;   /* colors.slate — 보조 강조 텍스트 (11.4:1) */
  --kakao-bg:       #fee500;
  --kakao-ink:      #191600;   /* 카카오 노랑 위 14.2:1 */

  /* 뉴트럴 — 그레이 스케일 */
  --ink:      #0a0a0a;         /* colors.ink       헤드라인 (19.8:1) */
  --ink-soft: #1c1c1e;         /* colors.charcoal  본문 (17.0:1) */
  --slate:    #3a3a3c;         /* colors.slate     보조 (11.4:1) */
  --muted:    #5a5a5c;         /* colors.steel     캡션·3차 (6.9:1) */
  --stone:    #888888;         /* colors.stone     장식 전용(텍스트 금지, 3.5:1) */
  --line:     #ededed;         /* colors.hairline-soft  구분선 */
  --line-2:   #e5e5e5;         /* colors.hairline       카드 보더 */
  --bg:       #ffffff;         /* colors.canvas */
  --bg-soft:  #fafafa;         /* colors.surface-soft */
  --tint:     #f7f7f7;         /* colors.surface   섹션 배경·hover 면 */
  --tint-2:   #e5e5e5;         /* 칩/필 배경 강조 */

  /* 형태 — Mintlify 라디우스 스케일 */
  --r-xs: 4px;
  --r-sm: 8px;    /* rounded.md  — 컴팩트 UI */
  --r:    12px;   /* rounded.lg  — 표준 카드 */
  --r-lg: 12px;   /* 카드는 12px로 통일 (18px 소프트닝 제거) */
  --r-xl: 16px;
  --r-pill: 9999px; /* rounded.full — 모든 버튼·배지·태그 */

  /* 엘리베이션 — 문서 5단계 표 */
  --shadow-1: 0 1px 2px 0 rgba(0, 0, 0, .04);            /* L1 subtle */
  --shadow-2: 0 4px 12px 0 rgba(0, 0, 0, .08);           /* L2 card */
  --shadow-3: 0 24px 48px -8px rgba(0, 0, 0, .12);       /* L3 mockup */
  --shadow-mint: 0 8px 24px rgba(0, 212, 164, .08);      /* L4 brand-tinted */
  --shadow-lift: 0 4px 12px 0 rgba(0, 0, 0, .08);
  --ring: 0 0 0 5px rgba(0, 212, 164, .40);              /* 민트 포커스 헤일로 */

  --wrap: 1080px;
  --gap: 16px;

  --ease-out: cubic-bezier(.22, .61, .36, 1);

  --font: 'Pretendard Variable', system-ui, -apple-system, "Segoe UI", "Apple SD Gothic Neo",
          "Malgun Gothic", "맑은 고딕", Roboto, "Noto Sans KR", sans-serif;
}

/* ---------- 2. 리셋 / 기본 ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;               /* typography.body-md */
  color: var(--ink-soft);
  background: var(--bg);
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-synthesis-weight: none;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* hidden 속성이 author display 선언에 밀리지 않도록 */
[hidden] { display: none !important; }

img, svg { max-width: 100%; height: auto; }

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
h1 { font-size: 1.75rem; font-weight: 700; letter-spacing: -.032em; line-height: 1.15; }
h2 { font-size: 1.375rem; font-weight: 700; letter-spacing: -.026em; line-height: 1.2; }
h3 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -.018em; line-height: 1.3; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: -.014em; line-height: 1.35; }
p  { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.15em; }
li { margin: .3em 0; }
strong, b { font-weight: 600; color: var(--ink); }
em { font-style: normal; color: var(--ink); font-weight: 600; }

a { color: var(--ink); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 2px; }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 var(--r) 0;
}
.skip-link:focus { left: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- 3. 레이아웃 ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }

.section { padding: 44px 0; border-top: 1px solid var(--line); }
/* 스티키 헤더에 앵커 타깃이 가리지 않도록 */
[id] { scroll-margin-top: 74px; }
.section:first-of-type { border-top: 0; }
.section--tint { background: var(--tint); border-top-color: var(--line-2); }
.section--soft { background: var(--bg-soft); }

.section-head { margin-bottom: 24px; }
.section-head h2 { margin-bottom: .3em; letter-spacing: -.028em; }
.section-head p { margin: 0; color: var(--muted); font-size: .9375rem; line-height: 1.5; }

/* 필 라벨 (badge-type 패턴) */
.eyebrow {
  display: inline-block; margin-bottom: 10px;
  font-size: .8125rem; font-weight: 600; letter-spacing: 0;
  color: var(--ink); background: var(--tint);
  border: 1px solid var(--line-2);
  padding: 4px 12px; border-radius: var(--r-pill);
}

.grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; }

/* ---------- 4. 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 12px;
  min-height: 60px;
}
.brand {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 1.0625rem; color: var(--ink);
  letter-spacing: -.03em; text-decoration: none; white-space: nowrap;
}
.brand:hover { text-decoration: none; }
.brand-mark { font-size: 1.25rem; line-height: 1; }
.brand-name em { color: var(--ink); font-weight: 700; }

.site-nav { margin-left: auto; }
.site-nav ul {
  display: flex; align-items: center; gap: 16px;
  list-style: none; margin: 0; padding: 0;
}
.site-nav a {
  font-size: .875rem; font-weight: 500; color: var(--muted);
  padding: 6px 2px;
}
.site-nav a:hover { color: var(--ink); text-decoration: none; }

/* 헤더 CTA — 잉크 필 (button-primary) */
.header-call {
  display: none;
  font-weight: 500; font-size: .875rem; white-space: nowrap;
  color: #fff; background: var(--ink);
  border: 1px solid var(--ink); border-radius: var(--r-pill);
  padding: 9px 18px;
}
.header-call:hover { background: var(--primary-strong); border-color: var(--primary-strong); color: #fff; text-decoration: none; }

/* ---------- 5. 버튼 / CTA ---------- */
.cta-row {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 20px 0 0;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 24px;
  font-family: inherit; font-size: 1rem; font-weight: 600; letter-spacing: -.01em;
  line-height: 1.3;
  border-radius: var(--r-pill); border: 1px solid transparent; cursor: pointer;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
  flex: 1 1 220px;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: none; }

/* button-primary — 잉크 필 + 흰 글자 (19.8:1) */
.btn-call { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-call:hover { background: var(--primary-strong); border-color: var(--primary-strong); color: #fff; }

/* 카카오 노랑 유지 — 형태만 필로 */
.btn-kakao { background: var(--kakao-bg); border-color: var(--kakao-bg); color: var(--kakao-ink); }
.btn-kakao:hover { background: #f5d900; border-color: #f5d900; color: var(--kakao-ink); }

/* button-secondary — 아웃라인 필 */
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--tint); border-color: var(--stone); color: var(--ink); }

.btn-sm { min-height: 40px; padding: 9px 18px; font-size: .875rem; flex: 0 0 auto; }

/* 하단 고정 상담 바 (전화문의 | 카카오톡 상담) */
body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
.floating-bar {
  position: fixed; left: 50%; transform: translateX(-50%);
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 50; display: flex; gap: 6px;
  width: min(480px, calc(100% - 24px));
  padding: 6px; background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  backdrop-filter: saturate(160%) blur(10px);
}
.fbar-btn {
  flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 44px; padding: 8px 10px; border-radius: var(--r-pill);
  font-weight: 600; font-size: .9375rem; letter-spacing: -.01em; line-height: 1.3;
  text-decoration: none; transition: background-color .15s ease, color .15s ease;
}
.fbar-btn:hover { text-decoration: none; }
.fbar-btn--call { background: var(--ink); color: #fff; }
.fbar-btn--call:hover { background: var(--primary-strong); color: #fff; }
.fbar-btn--kakao { background: var(--kakao-bg); color: var(--kakao-ink); }
.fbar-btn--kakao:hover { background: #f5d900; color: var(--kakao-ink); }

/* ---------- 6. 히어로 (대기감 워시 그라디언트) ---------- */
.hero {
  position: relative;
  isolation: isolate;
  padding: 40px 0 36px;
  background:
    radial-gradient(900px 420px at 78% -12%, rgba(217, 244, 236, .85) 0%, rgba(217, 244, 236, 0) 68%),
    radial-gradient(720px 340px at 6% 104%, rgba(250, 246, 239, .9) 0%, rgba(250, 246, 239, 0) 70%),
    linear-gradient(180deg, #eef8f4 0%, #faf6ef 46%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}
.hero > .wrap { position: relative; }
.hero h1 {
  font-size: clamp(1.7rem, 6.6vw, 3rem);
  font-weight: 700; letter-spacing: -.04em; margin-bottom: .32em;
  line-height: 1.12;                     /* 매거진급 타이트 리딩 */
  color: var(--ink);
}
.hero h1 .hl {
  background: linear-gradient(transparent 62%, rgba(0, 212, 164, .28) 62%);
  color: var(--ink);
}

/* 히어로(센터형) — 메인 페이지 전용 */
.notice-bar {
  background: var(--tint); border-bottom: 1px solid var(--line);
  padding: 9px 0; color: var(--muted); text-align: center;
  /* 38자 문구가 어떤 가로폭에서도 한 줄 유지되도록 뷰포트 연동 */
  white-space: nowrap; font-size: clamp(8.2px, 2.36vw, 13px);
}
.notice-bar .wrap { padding: 0 8px; }
.hero--center { text-align: center; }
.hero--center .hero-sub { margin: 0 auto; }
.hero--center .cta-row { justify-content: center; }

/* button-accent-green / badge-discount — 뷰포트당 1개 민트 악센트 (잉크 글자 10.3:1) */
.hero-pill {
  display: inline-block; margin-bottom: 14px; padding: 6px 16px;
  background: var(--primary-vivid); color: var(--ink);
  font-weight: 600; font-size: .8125rem; letter-spacing: 0;
  border-radius: var(--r-pill);
}
.hero-question {
  margin: 10px 0 4px; font-size: 1.0625rem; font-weight: 600; color: var(--ink);
}
.hero-badges {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  list-style: none; margin: 16px 0 0; padding: 0;
}
.hero-badges li {
  padding: 6px 14px; background: #fff; border: 1px solid var(--line-2);
  border-radius: var(--r-pill); font-size: .8125rem; font-weight: 500; color: var(--ink-soft);
}
.auth-cards {
  display: grid; grid-template-columns: 1fr; gap: 14px;
  max-width: 640px; margin: 22px auto 0;
}
.auth-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 24px 18px 20px; background: #fff; text-decoration: none;
  border: 1px solid var(--line-2); border-radius: var(--r);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.auth-card--alt { border-color: var(--line-2); }
.auth-card:hover { border-color: var(--stone); box-shadow: var(--shadow-1); text-decoration: none; }
.auth-ico { font-size: 2.2rem; line-height: 1; }
.auth-title { font-size: 1.0625rem; font-weight: 600; color: var(--ink); }
.auth-desc { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.auth-go { margin-top: 6px; font-size: .875rem; font-weight: 500; color: var(--ink); }
.auth-card--alt .auth-go { color: var(--slate); }
@media (min-width: 560px) {
  .auth-cards { grid-template-columns: 1fr 1fr; }
}
.hero-sub {
  font-size: 1.0625rem; color: var(--slate); max-width: 46ch; margin-bottom: 0;
  line-height: 1.6;
}
.hero-price {
  display: inline-flex; align-items: baseline; gap: 6px;
  margin-top: 16px; padding: 8px 18px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-pill);
  font-size: .875rem; font-weight: 500; color: var(--slate);
}
.hero-price b { color: var(--ink); font-size: 1.125rem; font-weight: 700; letter-spacing: -.02em; }

/* ---------- 7. 신뢰 배지 ---------- */
.badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  list-style: none; margin: 18px 0 0; padding: 0;
}
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line-2);
  font-size: .875rem; font-weight: 500; color: var(--ink-soft);
  white-space: nowrap;
}
/* pill-tab-active 패턴 — 잉크 채움 필 */
.badge--hot { background: var(--ink); border-color: var(--ink); color: #fff; font-weight: 600; }

/* ---------- 8. 요금제 ---------- */
.net-group + .net-group { margin-top: 32px; }
.net-head {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line-2);
}
.net-head h3 { margin: 0; font-size: 1.125rem; }
.net-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 12px; border-radius: var(--r-pill);
  font-size: .8125rem; font-weight: 600; letter-spacing: 0;
}
.net-tag--k { background: var(--ink); color: #fff; }
.net-tag--l { background: #fff; color: var(--ink); border: 1px solid var(--line-2); }
.net-head .net-note { margin-left: auto; font-size: .8125rem; color: var(--muted); }

.plan-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }

/* card-base / pricing-card — 플랫 + 헤어라인 */
.plan-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 24px 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.plan-card:hover { border-color: var(--stone); box-shadow: var(--shadow-1); }
/* 추천 티어 — Mintlify pricing-card-featured: 민트 2px + 민트 틴트 글로우
   (inset 트릭으로 레이아웃 시프트 0) */
.plan-card--best {
  border-color: var(--primary-vivid);
  box-shadow: inset 0 0 0 1px var(--primary-vivid), var(--shadow-mint);
}
.plan-card--best:hover {
  border-color: var(--mint-deep);
  box-shadow: inset 0 0 0 1px var(--mint-deep), var(--shadow-mint), var(--shadow-2);
}
/* 인기 플래그 — badge-discount 패턴: 민트 배경 + 잉크 글자 (대비 10.3:1) */
.plan-flag {
  position: absolute; top: -11px; left: 16px;
  padding: 3px 12px; border-radius: var(--r-pill);
  background: var(--primary-vivid); color: var(--ink);
  font-size: .75rem; font-weight: 600; letter-spacing: 0;
}
.plan-name { font-size: 1.0625rem; font-weight: 600; margin: 0 0 6px; letter-spacing: -.02em; color: var(--ink); }
.plan-data { font-size: .875rem; color: var(--muted); margin: 0 0 14px; font-weight: 400; }
.plan-price {
  display: flex; align-items: baseline; gap: 4px;
  margin: 0 0 14px; font-weight: 700; letter-spacing: -.03em;
}
.plan-price .num { font-size: 1.875rem; color: var(--ink); }
.plan-price .unit { font-size: .9375rem; color: var(--muted); font-weight: 500; }
.plan-feat { list-style: none; margin: 0 0 4px; padding: 0; font-size: .9375rem; color: var(--ink-soft); line-height: 1.5; }
.plan-feat li { display: flex; gap: 8px; align-items: flex-start; margin: 6px 0; }
.plan-feat li::before { content: "✔"; color: var(--ink); font-weight: 600; flex: 0 0 auto; }
.plan-note { margin: 14px 0 0; font-size: .8125rem; color: var(--muted); line-height: 1.5; }

/* 지역 페이지 축약 요금표 — feature-comparison-table 패턴 */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-sm); }
.plan-table {
  width: 100%; min-width: 480px; border-collapse: collapse;
  background: #fff; font-size: .875rem;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
}
.plan-table caption { text-align: left; padding: 0 0 10px; color: var(--muted); font-size: .875rem; }
.plan-table th, .plan-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.plan-table thead th { background: var(--tint); font-size: .75rem; color: var(--muted); white-space: nowrap; font-weight: 600; letter-spacing: .04em; }
.plan-table tbody th { font-weight: 600; white-space: nowrap; color: var(--ink); }
.plan-table td.price { font-weight: 600; color: var(--ink); white-space: nowrap; }
.plan-table tbody tr:last-child th, .plan-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- 9. 개통 절차 ---------- */
.steps { display: grid; gap: 14px; grid-template-columns: 1fr; counter-reset: step; list-style: none; margin: 0; padding: 0; }
.step {
  position: relative;
  padding: 24px 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; margin-bottom: 12px;
  border-radius: var(--r-pill); background: var(--ink); color: #fff;
  font-weight: 600; font-size: .9375rem;
}
.step h3 { margin: 0 0 6px; font-size: 1.0625rem; }
.step p { margin: 0; font-size: .9375rem; color: var(--slate); line-height: 1.5; }

/* ---------- 10. 강점 카드 ---------- */
.why-card {
  padding: 24px 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.why-ico { font-size: 1.5rem; line-height: 1; display: block; margin-bottom: 12px; }
.why-card h3 { margin: 0 0 6px; font-size: 1.0625rem; }
.why-card p { margin: 0; font-size: .9375rem; color: var(--slate); line-height: 1.5; }

/* ---------- 11. FAQ (faq-accordion-item) ---------- */
.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
  overflow: hidden;
}
.faq-item[open] { border-color: var(--line-2); box-shadow: var(--shadow-1); }
.faq-item > summary {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 16px 46px 16px 18px;
  font-weight: 600; font-size: 1rem; color: var(--ink);
  cursor: pointer; position: relative; list-style: none;
  line-height: 1.4;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::before { content: "Q"; color: var(--ink); font-weight: 700; flex: 0 0 auto; }
.faq-item > summary::after {
  content: "＋";
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-weight: 500; font-size: 1.125rem; line-height: 1;
}
.faq-item[open] > summary::after { content: "－"; }
.faq-item > summary:hover { background: var(--tint); }
.faq-item .faq-a,
.faq-item > div,
.faq-item > p {
  margin: 0; padding: 0 18px 18px 40px;
  font-size: .9375rem; color: var(--slate); border-top: 1px solid var(--line);
  padding-top: 14px; line-height: 1.7;
}
.faq-item .faq-a p:last-child { margin-bottom: 0; }

/* ---------- 12. 브레드크럼 ---------- */
.breadcrumb { padding: 14px 0 2px; font-size: .8125rem; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.breadcrumb li { display: flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "›"; color: var(--stone); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }

/* ---------- 13. 요약 답변 박스 (AEO) ---------- */
.answer-box {
  position: relative;
  margin: 20px 0 26px; padding: 22px 20px 20px;
  background: var(--bg-soft);
  border: 1px solid var(--line-2); border-left: 3px solid var(--ink);
  border-radius: var(--r);
}
.answer-box .answer-label {
  display: inline-flex; align-items: center; gap: 6px;
  margin-bottom: 10px; padding: 3px 12px; border-radius: var(--r-pill);
  background: var(--ink); color: #fff;
  font-size: .75rem; font-weight: 600; letter-spacing: 0;
}
.answer-box p { margin: 0 0 .7em; font-size: 1rem; font-weight: 500; color: var(--ink-soft); line-height: 1.6; }
.answer-box p:last-child { margin-bottom: 0; }
.answer-box ul, .answer-box ol { margin: 0; font-size: .9375rem; color: var(--slate); line-height: 1.6; }
.answer-box strong { color: var(--ink); font-weight: 600; }

/* ---------- 14. 본문 산문 ---------- */
.prose { font-size: 1rem; color: var(--ink-soft); line-height: 1.75; }
.prose h2 { margin-top: 1.5em; font-size: 1.25rem; color: var(--ink); }
.prose h3 { margin-top: 1.3em; color: var(--ink); }
.prose p { margin: 0 0 1.05em; }
.prose ul, .prose ol { margin-bottom: 1.05em; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--stone); }

/* ---------- 15. 지역 링크(칩) / 허브 ---------- */
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chip {
  display: inline-flex; align-items: center;
  min-height: 36px; padding: 7px 16px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-pill);
  font-size: .875rem; font-weight: 500; color: var(--ink-soft);
  text-decoration: none; white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.chip:hover, .chip:focus-visible {
  background: var(--tint); border-color: var(--ink); color: var(--ink);
  text-decoration: none;
}
.chip--more { border-style: dashed; color: var(--ink); }

.initial-group { margin: 0 0 28px; }
.initial-group h2 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 32px; margin: 0 0 12px; padding: 0 14px;
  background: var(--ink); color: #fff; border-radius: var(--r-pill);
  font-size: 1rem; font-weight: 600;
}

.hub-cards { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hub-card {
  display: flex; flex-direction: column; gap: 4px;
  padding: 20px 18px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  color: var(--ink); text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hub-card:hover {
  border-color: var(--ink); box-shadow: var(--shadow-1);
  text-decoration: none;
}
.hub-card .hub-ico { font-size: 1.375rem; line-height: 1; }
.hub-card .hub-name { font-size: 1rem; font-weight: 600; letter-spacing: -.02em; }
.hub-card .hub-count { font-size: .8125rem; color: var(--muted); font-weight: 400; }

/* ---------- 16. 안내 박스 / 공지 ---------- */
.notice {
  padding: 18px; border-radius: var(--r);
  background: var(--bg-soft); border: 1px solid var(--line-2);
  font-size: .9375rem; color: var(--slate); line-height: 1.6;
}
.notice strong { color: var(--ink); }
.notice p:last-child { margin-bottom: 0; }

/* card-feature 패턴 */
.cta-panel {
  margin-top: 8px; padding: 32px 24px;
  background: var(--tint); border: 1px solid var(--line-2); border-radius: var(--r);
  text-align: center;
}
.cta-panel h2 { margin-bottom: .3em; font-size: 1.25rem; }
.cta-panel p { margin: 0 auto; max-width: 44ch; color: var(--slate); font-size: .9375rem; line-height: 1.6; }
.cta-panel .cta-row { justify-content: center; }

/* ---------- 17. 푸터 (footer-region) ---------- */
.site-footer {
  margin-top: 8px; padding: 40px 0 44px;
  background: #fff; border-top: 1px solid var(--line-2);
  font-size: .875rem; color: var(--muted); line-height: 1.6;
}
.site-footer .brand { font-size: 1rem; color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; margin: 16px 0; padding: 0; }
.footer-links a { color: var(--muted); font-weight: 400; }
.footer-links a:hover { color: var(--ink); }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--ink); }
.biz-info { margin: 14px 0 0; line-height: 1.85; }
.biz-info dl { display: flex; flex-wrap: wrap; gap: 0 10px; margin: 0 0 8px; }
.biz-info dt { font-weight: 600; color: var(--slate); }
.biz-info dt::after { content: ""; }
.biz-info dd { margin: 0 12px 0 0; }
.biz-info dd::after { content: "|"; margin-left: 12px; color: var(--line-2); }
.biz-info dd:last-of-type::after { content: ""; }
.footer-disclaimer {
  margin: 14px 0 0; padding: 14px 16px;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-sm);
  font-size: .8125rem; line-height: 1.7; color: var(--muted);
}
.copyright { margin: 16px 0 0; font-size: .8125rem; color: var(--muted); }

/* ---------- 18. 유틸 ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.muted { color: var(--muted); }
.nowrap { white-space: nowrap; }

/* ---------- 19. 반응형 ---------- */
@media (min-width: 480px) {
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  h1 { font-size: 2.25rem; letter-spacing: -.036em; }
  h2 { font-size: 1.625rem; letter-spacing: -.028em; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 28px; }
  .hero { padding: 72px 0 60px; }
  .hero-sub { font-size: 1.125rem; }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .header-call { display: inline-flex; align-items: center; }
  .btn { flex: 0 0 auto; }
  .plan-table { min-width: 0; }
}

@media (min-width: 1024px) {
  .section { padding: 72px 0; }
  .plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hub-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .hero h1 { max-width: 20ch; }
  /* 센터 히어로는 제한 폭 블록도 가운데 정렬 유지 */
  .hero--center h1 { margin-left: auto; margin-right: auto; }
}

/* 좁은 화면에서 헤더 내비 축소 */
@media (max-width: 599px) {
  .site-nav { display: none; }
}

/* ---------- 20. 인쇄 ---------- */
@media print {
  body { padding-bottom: 0; color: #000; }
  .site-header, .floating-bar, .cta-row, .cta-panel { display: none !important; }
  .faq-item > div, .faq-item > .faq-a { display: block !important; }
  a { color: #000; text-decoration: underline; }
}

/* ==========================================================================
   21. 개통 위저드 (메인 히어로 + /개통신청/ 공용)
   ========================================================================== */
.fn-main { padding: 8px 0 44px; }
.fn-head { max-width: 640px; margin: 0 auto; text-align: center; padding: 18px 0 6px; }
.fn-head h1 { margin: 0 0 10px; font-size: 1.75rem; line-height: 1.15; letter-spacing: -.036em; }
.fn-head p { margin: 0; color: var(--slate); font-size: .9375rem; line-height: 1.6; }
/* button-accent-green — 개통신청 페이지의 유일한 민트 악센트 */
.fn-head .fn-pill {
  display: inline-block; margin: 0 0 12px; padding: 5px 14px;
  background: var(--primary-vivid); color: var(--ink);
  border-radius: var(--r-pill); font-size: .8125rem; font-weight: 600;
}

/* card-base — 플랫 흰 면 + 헤어라인 */
.fn-wizard {
  max-width: 760px; margin: 24px auto 0; padding: 24px 20px 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  box-shadow: var(--shadow-1);
  text-align: left;
}

.fn-progress { display: flex; align-items: center; gap: 12px; margin: 16px 0 2px; }
.fn-progress-track { flex: 1 1 auto; height: 4px; background: var(--line-2); border-radius: var(--r-pill); overflow: hidden; }
/* 진행바 채움 — 민트 악센트 */
.fn-progress-bar { display: block; height: 100%; background: var(--primary-vivid); border-radius: var(--r-pill); }
.fn-progress-num { flex: 0 0 auto; font-size: .75rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }

.fn-q { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.3; letter-spacing: -.028em; font-weight: 700; text-align: center; color: var(--ink); }
.fn-q:focus, .fn-q:focus-visible { outline: none; }
.fn-q-sub { margin: 0 0 18px; color: var(--muted); font-size: .875rem; line-height: 1.6; text-align: center; }

/* 선택지 — 모바일에서도 좌우 배치, 정사각형 카드 */
.fn-opts {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; max-width: 560px; margin: 0 auto 14px;
}
.fn-opts--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; }
.fn-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; width: 100%; aspect-ratio: 1 / 1; padding: 14px 12px; text-align: center;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  font-family: inherit; color: var(--ink); cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.fn-card:hover { border-color: var(--ink); background: #fff; box-shadow: var(--shadow-1); }
.fn-card:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.fn-card-ico { flex: 0 0 auto; font-size: clamp(1.6rem, 6vw, 2.2rem); line-height: 1; }
.fn-card-txt { flex: 0 1 auto; display: block; min-width: 0; }
.fn-card-txt strong { display: block; font-size: clamp(.875rem, 3.4vw, 1.0625rem); font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.fn-card-txt small { display: block; margin-top: 5px; font-size: clamp(.6875rem, 2.6vw, .8125rem); line-height: 1.5; color: var(--muted); font-weight: 400; }
.fn-card-go { display: none; }

/* pricing-card-featured — 주 선택 카드: 2px 민트 보더(inset) + 민트 틴트 글로우 */
.fn-card--best {
  border-color: var(--primary-vivid);
  box-shadow: inset 0 0 0 1px var(--primary-vivid), var(--shadow-mint);
}
.fn-card--best:hover {
  border-color: var(--mint-deep);
  box-shadow: inset 0 0 0 1px var(--mint-deep), 0 8px 24px rgba(0, 212, 164, .16);
}
.fn-card--alt { border-color: var(--line-2); }
.fn-card--alt:hover { border-color: var(--ink); background: #fff; }

/* 카드 내 액션 문구 = 알약 CTA */
.fn-card-act {
  flex: 0 0 auto; margin-top: 4px;
  display: inline-block; white-space: nowrap;
  padding: 7px 15px; border-radius: var(--r-pill);
  font-size: clamp(.6875rem, 2.6vw, .8125rem); font-weight: 600;
  background: #fff; color: var(--ink); border: 1px solid var(--line-2);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
/* button-primary — 주 카드의 잉크 필 (19.8:1) */
.fn-card--best .fn-card-act {
  background: var(--ink); color: #fff; border-color: var(--ink);
}
.fn-card--best:hover .fn-card-act { background: var(--primary-strong); border-color: var(--primary-strong); }
/* button-secondary — 보조 카드의 아웃라인 필 */
.fn-card-act--alt { background: #fff; color: var(--ink); border-color: var(--line-2); }
.fn-card--alt:hover .fn-card-act--alt { border-color: var(--ink); }
.fn-card:hover .fn-card-act { border-color: var(--ink); }

.fn-tag {
  display: inline-block; margin-left: 6px; padding: 2px 9px; vertical-align: 2px;
  background: var(--ink); color: #fff; border-radius: var(--r-pill);
  font-size: .6875rem; font-weight: 600; letter-spacing: 0;
}
/* 모바일 3열: 설명문 숨겨 정사각형 유지 */
@media (max-width: 559px) {
  .fn-opts--3 .fn-card-txt small { display: none; }
  .fn-opts--3 .fn-tag { display: block; width: fit-content; margin: 4px auto 0; }
}

.fn-back {
  display: inline-flex; align-items: center; gap: 4px;
  min-height: 44px; padding: 8px 16px; margin: 4px 0 0;
  background: none; border: 0; border-radius: var(--r-pill); font-family: inherit;
  font-size: .875rem; font-weight: 500; color: var(--muted); cursor: pointer;
  transition: color .15s ease, background-color .15s ease;
}
.fn-back:hover { color: var(--ink); background: var(--tint); }
.fn-foot-link { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
.fn-foot-link button {
  background: none; border: 0; padding: 8px 6px; min-height: 44px;
  font-family: inherit; font-size: .875rem; font-weight: 500;
  color: var(--muted); text-decoration: underline; text-underline-offset: 2px; cursor: pointer;
}
.fn-foot-link button:hover { color: var(--ink); }

/* 경고 박스 — brand-warn 계열 유지, 플랫화 */
.fn-warn {
  margin: 4px 0 16px; padding: 16px;
  background: #fffbf2; border: 1px solid var(--line-2); border-left: 3px solid #c37d0d;
  border-radius: var(--r); font-size: .875rem; line-height: 1.7; color: var(--slate);
  text-align: left;
}
.fn-warn strong { color: var(--ink); }
.fn-warn ul { margin: 8px 0 0; padding-left: 18px; }
.fn-warn li { margin: 2px 0; }

.fn-result-title { margin: 0 0 10px; font-size: 1.375rem; line-height: 1.25; letter-spacing: -.03em; font-weight: 700; color: var(--ink); }
.fn-result-title:focus, .fn-result-title:focus-visible { outline: none; }
.fn-result-lead { margin: 0 0 18px; font-size: .9375rem; line-height: 1.7; color: var(--slate); }
.fn-summary { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.fn-summary li {
  flex: 1 1 150px; padding: 12px 14px;
  background: var(--tint); border: 1px solid var(--line-2); border-radius: var(--r-sm);
}
.fn-summary span { display: block; font-size: .75rem; font-weight: 500; color: var(--muted); }
.fn-summary strong { display: block; margin-top: 4px; font-size: .9375rem; font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.fn-steps { margin: 0 0 18px; padding: 0; list-style: none; counter-reset: fnstep; }
.fn-steps li {
  position: relative; padding: 0 0 14px 40px; counter-increment: fnstep;
  font-size: .9375rem; line-height: 1.65; color: var(--slate);
}
.fn-steps li::before {
  content: counter(fnstep); position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff; border-radius: var(--r-pill);
  font-size: .75rem; font-weight: 600;
}
.fn-steps li strong { display: block; color: var(--ink); font-weight: 600; }
.fn-note {
  margin: 0 0 18px; padding: 14px 16px;
  background: var(--bg-soft); border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font-size: .875rem; line-height: 1.7; color: var(--slate); text-align: left;
}
.fn-note strong { color: var(--ink); }
.fn-cta { display: flex; flex-direction: column; gap: 10px; margin: 0 0 6px; }
.fn-cta .btn { flex: 1 1 auto; width: 100%; }
.fn-hours { margin: 14px 0 0; text-align: center; font-size: .8125rem; color: var(--muted); }

.fn-noscript {
  max-width: 640px; margin: 18px auto 0; padding: 24px 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r);
  text-align: left;
}
.fn-noscript h2 { margin: 0 0 8px; font-size: 1.125rem; }
.fn-noscript p { margin: 0 0 16px; font-size: .9375rem; line-height: 1.6; color: var(--slate); }

@media (min-width: 560px) {
  .fn-head h1 { font-size: 2rem; }
  .fn-wizard { padding: 28px 28px 22px; }
  .fn-cta { flex-direction: row; flex-wrap: wrap; }
  .fn-cta .btn { width: auto; flex: 1 1 200px; }
}

/* ==========================================================================
   22. 타이포 디테일 / 리빌 / 포커스
   ========================================================================== */

/* ---------- 22-1. 타이포 디테일 ---------- */
.brand { letter-spacing: -.04em; }
.hero h1 .hl { padding: 0 .04em; }
/* 금액·숫자는 고정폭 자릿수로 정렬 */
.plan-price .num, .plan-table td.price, .hero-price b, .fn-summary strong {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* ---------- 22-2. 로드 시 스태거 리빌 (은은하게) ---------- */
@keyframes fnRevealUp {
  from { opacity: 0; transform: translateY(10px); }
}
@keyframes fnRevealSoft {
  from { opacity: 0; transform: translateY(6px); }
}

.hero--center .hero-pill,
.hero--center h1,
.hero--center .hero-question,
.hero--center .hero-sub,
.hero--center .hero-badges,
.hero--center .fn-wizard,
.hero--center .hero-price {
  animation: fnRevealUp .42s var(--ease-out) backwards;
}
.hero--center .hero-pill     { animation-delay: 0s; }
.hero--center h1             { animation-delay: .05s; }
.hero--center .hero-question { animation-delay: .10s; }
.hero--center .hero-sub      { animation-delay: .14s; }
.hero--center .hero-badges   { animation-delay: .19s; }
.hero--center .fn-wizard     { animation-delay: .24s; }
.hero--center .hero-price    { animation-delay: .30s; }

/* 개통신청(퍼널) 페이지 헤드 */
.fn-main .fn-pill,
.fn-main .fn-head h1,
.fn-main .fn-head p,
.fn-main .fn-wizard {
  animation: fnRevealUp .42s var(--ease-out) backwards;
}
.fn-main .fn-pill     { animation-delay: 0s; }
.fn-main .fn-head h1  { animation-delay: .05s; }
.fn-main .fn-head p   { animation-delay: .10s; }
.fn-main .fn-wizard   { animation-delay: .17s; }

@keyframes fnFloatIn {
  from { opacity: 0; transform: translateY(12px); }
}
.floating-bar { animation: fnFloatIn .4s var(--ease-out) backwards; animation-delay: .45s; }

/* ---------- 22-3. 위저드 스텝 전환 ---------- */
@keyframes fnStepIn {
  from { opacity: 0; transform: translateY(8px); }
}
@keyframes fnBarGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.fn-wizard [data-step]:not([hidden]) {
  animation: fnStepIn .28s var(--ease-out) backwards;
}
.fn-wizard [data-step]:not([hidden]) .fn-opts,
.fn-wizard [data-step]:not([hidden]) .fn-cta,
.fn-wizard [data-step]:not([hidden]) .fn-summary,
.fn-wizard [data-step]:not([hidden]) .fn-steps {
  animation: fnRevealSoft .32s var(--ease-out) .06s backwards;
}

/* 진행 게이지 — 매 스텝 좌→우로 차오름 */
.fn-progress-bar {
  transform-origin: left center;
  transition: width .45s var(--ease-out);
}
.fn-wizard [data-step]:not([hidden]) .fn-progress-bar {
  animation: fnBarGrow .5s var(--ease-out) .1s backwards;
}

/* ---------- 22-4. 포커스 링 (잉크 아웃라인 + 민트 헤일로) ---------- */
:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
}
.btn:focus-visible,
.fn-card:focus-visible,
.chip:focus-visible,
.plan-card a:focus-visible,
.hub-card:focus-visible,
.auth-card:focus-visible,
.fbar-btn:focus-visible,
.fn-back:focus-visible,
.header-call:focus-visible,
.faq-item > summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  box-shadow: var(--ring);
}
/* 노란 카카오 버튼 위에서는 진한 잉크 링으로 대비 확보 */
.btn-kakao:focus-visible,
.fbar-btn--kakao:focus-visible {
  outline-color: var(--kakao-ink);
  box-shadow: 0 0 0 5px rgba(25, 22, 0, .24);
}

/* ---------- 22-5. 모션 축소 존중 ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .btn:hover,
  .plan-card:hover,
  .hub-card:hover,
  .auth-card:hover,
  .why-card:hover,
  .fn-card:hover,
  .fbar-btn:hover { transform: none !important; }
}

/* ==========================================================================
   23. 인라인 SVG 아이콘 (currentColor 상속 — 색은 부모에서 결정)
   ========================================================================== */
.ico {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  vertical-align: -0.16em;
}

/* 브랜드마크 (헤더·푸터 로고) */
.brand .brand-mark {
  color: var(--ink);
  vertical-align: 0;
}

/* 헤더 전화 버튼 — 데스크톱에서 inline-flex라 gap 필요 */
.header-call { gap: 6px; }

/* 히어로 신뢰 배지 — 체크 아이콘만 민트 악센트 (장식·aria-hidden) */
.hero-badges li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-badges .ico { color: var(--primary-vivid); }

/* 신뢰 배지 줄 (.badge는 이미 inline-flex + gap) */
.badge .ico { color: var(--ink); }
.badge--hot .ico { color: #fff; }

/* 섹션 제목 */
.section-head h2 .ico,
.guide-main h2 .ico {
  color: var(--ink);
  vertical-align: -0.14em;
}

/* 강점 카드 아이콘 (.why-ico가 font-size·display:block 담당) */
.why-card .why-ico {
  color: var(--ink);
  vertical-align: 0;
}

/* 요약 답변 라벨 / eyebrow / 위저드 pill — 배경 위 아이콘은 부모 색 그대로 */
.answer-box .answer-label .ico { vertical-align: -0.14em; }
.eyebrow .ico,
.fn-head .fn-pill .ico { vertical-align: -0.16em; }

/* CTA 패널 제목 */
.cta-panel h2 .ico {
  color: var(--ink);
  vertical-align: -0.14em;
}

/* 버튼 (.btn은 이미 inline-flex + gap) */
.btn .ico {
  width: 1.15em;
  height: 1.15em;
  vertical-align: 0;
}

/* 하단 바 아이콘 */
.fbar-btn .ico {
  width: 1.1em;
  height: 1.1em;
}

/* ==========================================================================
   24. 소형 모바일 압축 (첫 화면에서 위저드 카드가 하단 바와 겹치지 않도록)
   ========================================================================== */
@media (max-width: 480px) {
  .notice-bar { padding: 6px 0; }
  .hero { padding: 22px 0 24px; }
  .hero-pill { padding: 4px 12px; font-size: .75rem; margin-bottom: 8px; }
  .hero h1 { font-size: clamp(1.45rem, 6.8vw, 1.75rem); line-height: 1.16; }
  .hero-question { font-size: .9375rem; margin: 6px 0 2px; }
  .hero-sub { font-size: .875rem; margin-bottom: 0; }
  .hero-badges { gap: 5px; margin-top: 10px; }
  .hero-badges li { padding: 4px 10px; font-size: .71rem; }
  .hero-badges .ico { width: .9em; height: .9em; }
  .fn-wizard { margin-top: 12px; padding: 16px 14px 14px; }
  .fn-q { font-size: 1.0625rem; }
  .fn-q-sub { font-size: .8125rem; margin-bottom: 14px; }
  .fn-card-act { padding: 6px 12px; }

  /* 하단 바 슬림화 */
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px)); }
  .floating-bar { width: calc(100% - 16px); bottom: calc(8px + env(safe-area-inset-bottom, 0px)); padding: 5px; gap: 6px; }
  .fbar-btn { min-height: 42px; font-size: .875rem; }

  /* 요금 문구 한 줄 유지 */
  .hero-price { font-size: .75rem; padding: 6px 12px; white-space: nowrap; gap: 4px; }
  .hero-price b { font-size: .9375rem; }
}

/* 지역 페이지 상단 개통 방식 2택 (비대면 / 매장 방문) — 정사각 대신 컴팩트 카드 */
.region-choice { max-width: none; margin: 0 0 18px; gap: 12px; }
.region-choice .fn-card { aspect-ratio: auto; min-height: 172px; padding: 20px 14px 16px; gap: 8px; }
.region-choice .fn-card-ico .ico-sim { width: 2.1rem; height: 2.1rem; }
.region-choice .fn-card-txt strong { font-size: 1.125rem; }
.region-choice .fn-card-act { font-size: .875rem; padding: 9px 18px; }
.region-choice .fn-card--best {
  box-shadow: inset 0 0 0 1px var(--primary-vivid), var(--shadow-mint), var(--shadow-2);
}
.region-choice .fn-card--alt .fn-card-act--alt { border: 1.5px solid var(--ink); }
@media (max-width: 480px) {
  .region-choice .fn-card { min-height: 108px; padding: 13px 10px 12px; }
  .region-choice .fn-card-txt small { font-size: .71rem; }
}

/* Q2 유심 상태 아이콘 — 카드 잉크 아웃라인 + 상태별 악센트 */
.fn-card-ico .ico-sim { width: clamp(1.9rem, 7vw, 2.4rem); height: clamp(1.9rem, 7vw, 2.4rem); color: var(--ink); }
.ico-state--ok  { stroke: var(--primary-vivid); stroke-width: 2.2; }
.ico-state--ask { stroke: var(--stone); }

/* 브랜드 배지 로고 / 푸터 사전승낙 마크 */
.brand-mark { display: block; width: 28px; height: 28px; border-radius: 6px; }
.footer-cert {
  display: flex; align-items: center; gap: 12px;
  margin: 16px 0 12px; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: .8125rem; color: var(--muted);
}
.footer-cert img { display: block; width: 76px; height: 76px; border-radius: 50%; }
.footer-cert a { display: inline-flex; border-radius: 50%; transition: transform .15s var(--ease-out); }
.footer-cert a:hover { transform: scale(1.05); }

/* ==========================================================================
   창업·제휴 문의 (/창업문의/) — startup.html 전용
   ========================================================================== */
.st-hero-cta { justify-content: center; margin-top: 24px; }

/* 창업 유형 2칸 카드 */
.st-types {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
}
.st-type-card {
  background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 28px 24px; text-align: center;
  transition: border-color .15s var(--ease-out), box-shadow .15s var(--ease-out);
}
.st-type-card:hover { border-color: var(--primary-vivid); box-shadow: var(--shadow-mint); }
.st-type-ico { width: 34px; height: 34px; color: var(--ink); }
.st-type-card h3 { margin: 12px 0 8px; font-size: 1.08rem; color: var(--ink); }
.st-type-card p { margin: 0; font-size: .92rem; color: var(--slate); line-height: 1.65; }

/* 지원 리스트 */
.st-support { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.st-support li {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 16px 18px;
}
.st-support li > .ico { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; color: var(--primary-vivid); }
.st-support strong { display: block; color: var(--ink); font-size: .98rem; }
.st-support span { display: block; margin-top: 2px; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.st-profit { margin: 18px 0 0; font-size: .88rem; color: var(--muted); text-align: center; }

/* 상담 신청 폼 */
.fr-form {
  max-width: 560px; margin: 0 auto;
  background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 28px 24px; box-shadow: var(--shadow-1);
  display: grid; gap: 18px;
}
.fr-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.fr-field { display: grid; gap: 7px; margin: 0; padding: 0; border: 0; }
.fr-field label, .fr-field legend { font-size: .9rem; font-weight: 600; color: var(--ink-soft); }
.fr-field em { font-style: normal; color: var(--accent); }
.fr-field input[type="text"], .fr-field input[type="number"], .fr-field input[type="tel"],
.fr-field textarea {
  width: 100%; box-sizing: border-box;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: 12px 14px; font: inherit; font-size: .95rem; color: var(--ink-soft);
  background: var(--bg);
  transition: border-color .15s var(--ease-out), box-shadow .15s var(--ease-out);
}
.fr-field input:focus, .fr-field textarea:focus {
  outline: none; border-color: var(--primary-vivid); box-shadow: var(--ring);
}
.fr-field textarea { resize: vertical; min-height: 96px; }

/* 창업 유형 라디오 카드 */
.fr-radios { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fr-radio { position: relative; display: block; cursor: pointer; }
.fr-radio input { position: absolute; opacity: 0; pointer-events: none; }
.fr-radio span {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: 13px 10px; font-size: .92rem; font-weight: 600; color: var(--slate);
  transition: border-color .15s var(--ease-out), background .15s var(--ease-out), color .15s var(--ease-out);
}
.fr-radio .ico { width: 18px; height: 18px; }
.fr-radio input:checked + span {
  border-color: var(--ink); background: var(--ink); color: #fff;
}
.fr-radio input:focus-visible + span { box-shadow: var(--ring); }

.fr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.fr-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.fr-consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--primary-vivid); }
.fr-consent span { font-size: .85rem; color: var(--slate); line-height: 1.55; }
.fr-consent small { display: block; margin-top: 2px; color: var(--muted); font-size: .78rem; }
.fr-submit { width: 100%; justify-content: center; font-size: 1rem; }
.fr-submit:disabled { opacity: .6; cursor: default; }
.fr-note { margin: 0; text-align: center; font-size: .85rem; color: var(--muted); }
.fr-note a { color: var(--accent); font-weight: 600; }

/* 접수 완료 */
.fr-success {
  max-width: 560px; margin: 0 auto; text-align: center;
  background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 40px 24px; box-shadow: var(--shadow-mint);
}
.fr-success > .ico { width: 44px; height: 44px; color: var(--primary-vivid); }
.fr-success h3 { margin: 14px 0 8px; font-size: 1.15rem; color: var(--ink); }
.fr-success p { margin: 0 0 18px; font-size: .92rem; color: var(--slate); }

@media (max-width: 640px) {
  .st-types, .fr-row, .fr-radios { grid-template-columns: 1fr; }
  .fr-form { padding: 22px 16px; }
}

/* 히어로 내 상담 폼 배치 */
.st-apply { margin-top: 36px; }
.st-apply .section-head { margin-bottom: 20px; }
.st-hero-cta { margin-bottom: 8px; }

/* 위저드 유심 안내 이미지 카드 */
.fn-usim-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 14px; }
.fn-usim-fig {
  margin: 0; background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r);
  overflow: hidden;
}
.fn-usim-fig figcaption {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-bottom: 1px solid var(--line);
  font-size: .88rem; font-weight: 700; color: var(--ink);
}
.fn-usim-fig img { display: block; width: 100%; height: auto; }
/* 모바일에서도 두 유심을 한 화면에 나란히 */
@media (max-width: 560px) {
  .fn-usim-imgs { gap: 8px; }
  .fn-usim-fig figcaption {
    flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 8px 10px; font-size: .78rem;
  }
  .fn-usim-fig figcaption .net-tag { font-size: .68rem; }
}

/* 메인 정보 카드 스트립 (검색 이미지 캐러셀 대비) */
.card-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr);
  gap: 14px; overflow-x: auto; padding-bottom: 8px;
  -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;
}
.info-card {
  display: block; text-decoration: none; scroll-snap-align: start;
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line-2); background: var(--bg);
  transition: border-color .15s var(--ease-out), box-shadow .15s var(--ease-out),
              transform .15s var(--ease-out);
}
.info-card:hover {
  border-color: var(--primary-vivid); box-shadow: var(--shadow-mint);
  transform: translateY(-2px);
}
.info-card img { display: block; width: 100%; height: auto; }
.info-card span {
  display: block; padding: 10px 12px; text-align: center;
  font-size: .85rem; font-weight: 600; color: var(--ink-soft);
  border-top: 1px solid var(--line);
}
@media (max-width: 640px) {
  .card-strip { grid-auto-columns: 46%; }
}

/* ==========================================================================
   가이드 아티클 (/가이드/*) — 가독성 타이포그래피
   ========================================================================== */
.guide-main { max-width: 760px; margin: 0 auto; padding: 36px 20px 72px; }
.guide-main h1 {
  margin: 8px 0 20px; color: var(--ink);
  font-size: clamp(1.55rem, 4.6vw, 2.15rem); line-height: 1.28;
  letter-spacing: -0.02em; word-break: keep-all;
}

/* 요약 박스 — answer-box와 동일한 문법 */
.summary-box {
  position: relative; margin: 0 0 34px; padding: 22px 20px 20px;
  background: var(--bg-soft);
  border: 1px solid var(--line-2); border-left: 3px solid var(--primary-vivid);
  border-radius: var(--r);
}
.summary-box .answer-label {
  display: inline-flex; align-items: center; gap: 6px;
  margin-bottom: 10px; padding: 3px 12px; border-radius: var(--r-pill);
  background: var(--ink); color: #fff; font-size: .75rem; font-weight: 600;
}
.summary-box p {
  margin: 0; font-size: 1.02rem; font-weight: 500;
  color: var(--ink-soft); line-height: 1.7; word-break: keep-all;
}
.summary-box strong { color: var(--ink); }

/* 본문 */
.guide-body { font-size: 1rem; color: var(--ink-soft); line-height: 1.85; word-break: keep-all; }
.guide-body h2 {
  position: relative; margin: 2.4em 0 .75em; padding-left: 14px;
  font-size: 1.32rem; line-height: 1.35; color: var(--ink); letter-spacing: -0.01em;
}
.guide-body h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em;
  width: 4px; border-radius: 2px; background: var(--primary-vivid);
}
.guide-body h3 { margin: 1.8em 0 .6em; font-size: 1.08rem; color: var(--ink); }
.guide-body p { margin: 0 0 1.15em; }
.guide-body strong { color: var(--ink); font-weight: 700; }
.guide-body a { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--stone); }

/* 리스트 */
.guide-body ul, .guide-body ol { margin: 0 0 1.3em; padding-left: 1.3em; }
.guide-body li { margin-bottom: .6em; padding-left: 2px; }
.guide-body li:last-child { margin-bottom: 0; }
.guide-body ul > li::marker { color: var(--primary-vivid); }
.guide-body ol > li::marker { color: var(--ink); font-weight: 700; }

/* 표 */
.guide-body table {
  width: 100%; margin: 1.2em 0 1.5em; border-collapse: separate; border-spacing: 0;
  font-size: .92rem; line-height: 1.55; background: var(--bg);
  border: 1px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden;
}
.guide-body th {
  background: var(--tint); color: var(--ink); font-weight: 600; text-align: left;
  padding: 11px 14px; border-bottom: 1px solid var(--line-2);
}
.guide-body td { padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--slate); }
.guide-body tr:last-child td { border-bottom: none; }
.guide-body th + th, .guide-body td + td { border-left: 1px solid var(--line); }

/* FAQ 섹션 */
.faq-section { margin-top: 56px; }
.faq-section h2, .guide-nav h2 {
  margin: 0 0 16px; font-size: 1.32rem; color: var(--ink); letter-spacing: -0.01em;
}
.faq-section .faq-item + .faq-item { margin-top: 10px; }

/* 다른 가이드 내비 */
.guide-nav { margin-top: 52px; }

/* CTA */
.cta-section {
  margin-top: 52px; padding: 30px 22px; text-align: center;
  background: var(--bg-soft); border: 1px solid var(--line-2); border-radius: var(--r);
}
.cta-section p { margin: 0 0 18px; font-size: 1.02rem; font-weight: 500; color: var(--ink-soft); }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

@media (max-width: 560px) {
  .guide-main { padding: 26px 16px 60px; }
  .guide-body { font-size: .96rem; }
  .guide-body table { font-size: .84rem; }
  .guide-body th, .guide-body td { padding: 9px 10px; }
  .cta-buttons .btn { width: 100%; justify-content: center; }
}

/* 가이드 요약 인포그래픽 */
.guide-hero-img { margin: 0 0 34px; }
.guide-hero-img img {
  display: block; width: 100%; height: auto;
  border: 1px solid var(--line-2); border-radius: var(--r);
}
