/* TeCluster — 애플 스타일 (2026-09-21 대표님 "웹 완성해", "지금 이 앱에 맞게", "애플 스타일로").
   apple.com 에서 확인한 규칙: 흰색·아주 연한 회색 바탕, 검정은 타일 단위로만, 가운데 정렬 타일,
   큰 제목 → 한 줄 표어 → 파란 알약 버튼 두 개 → 사진, 장식 없이 글자와 사진으로.
   앱도 같은 날 첫 설정·요금제를 밝은 맥 스타일로 바꿨습니다 — 웹과 앱이 같은 옷을 입습니다.
   예전 어두운 테마(style.css)는 build.py 의 APPLE_HOME = False 로 되돌릴 때만 씁니다. */
:root {
  --ink: #1d1d1f; --dim: #6e6e73; --faint: #86868b; --line: #d2d2d7;
  --link: #0066cc; --blue: #0071e3; --blue-dark: #2997ff;
  --paper: #fff; --paper2: #f5f5f7; --night: #000; --night-ink: #f5f5f7; --night-dim: #a1a1a6;
  --ok: #1d9a4b; --warn: #b25000;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper); color: var(--ink);
  font: 17px/1.47 -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue",
        "Apple SD Gothic Neo", "Hiragino Sans", "PingFang SC", "Noto Sans Devanagari", Arial, sans-serif;
  letter-spacing: -.022em; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
:lang(ko) { word-break: keep-all; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
img, video { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1024px; margin: 0 auto; padding: 0 22px; }
@media (max-width: 734px) { .wrap { padding: 0 16px; } }

/* ── 상단 바: 애플처럼 얇고 흐릿하게 ── */
header.top {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 251, 253, .8);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
header.top .wrap { display: flex; align-items: center; gap: 22px; height: 48px; }
header.top .brand { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 15px; font-weight: 600; white-space: nowrap; }
header.top .brand:hover { text-decoration: none; }
header.top .brand img { width: 22px; height: 22px; border-radius: 5px; }
header.top nav { display: flex; gap: 22px; flex: 1; justify-content: center; }
header.top nav a { color: rgba(0, 0, 0, .8); font-size: 12px; white-space: nowrap; }
header.top nav a:hover { color: var(--link); text-decoration: none; }
header.top nav a[aria-current] { color: var(--ink); font-weight: 600; }
header.top .get { font-size: 12px; color: #fff; background: var(--blue); border-radius: 980px; padding: 4px 11px; white-space: nowrap; }
header.top .get:hover { background: #0077ed; text-decoration: none; }
.langpick { position: relative; display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--dim); }
.langpick select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; font: inherit; color: inherit;
  padding: 4px 2px; cursor: pointer; max-width: 92px; }
@media (max-width: 833px) {
  header.top .wrap { flex-wrap: wrap; height: auto; padding-top: 8px; gap: 10px 16px; }
  header.top .brand { flex: 1; }
  header.top nav { order: 3; flex-basis: 100%; justify-content: flex-start; overflow-x: auto; gap: 18px;
    padding: 6px 0 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  header.top nav::-webkit-scrollbar { display: none; }
}

/* 앞으로 가기 목표(#plans 등)가 위 바에 가리지 않게 */
section[id] { scroll-margin-top: 56px; }
@media (max-width: 833px) { section[id] { scroll-margin-top: 100px; } }

/* 알림 띠 — 애플의 그 얇은 회색 줄 */
.strip { background: var(--paper2); text-align: center; padding: 12px 22px; font-size: 14px; color: var(--dim); }

/* ── 첫 화면 타일 ── */
.tile { position: relative; padding: 64px 22px 0; text-align: center; overflow: hidden; background: var(--paper); }
.tile + .tile, .half { border-top: 12px solid var(--paper); }
.tile.grey { background: var(--paper2); }
.tile.dark { background: var(--night); color: var(--night-ink); }
.tile .inner { max-width: 760px; margin: 0 auto; }
/* 제목이 한 낱말만 다음 줄로 떨어지지 않게 — 줄 길이를 고르게 (아홉 언어 공통) */
.tile h1, .tile h2, .tile .sub, .doc h1, .doc h2, .newshead h1 { text-wrap: balance; }
.tile.tall { padding-top: 76px; }
.herologo { width: 92px; height: 92px; border-radius: 22px; margin: 0 auto 20px; box-shadow: 0 12px 34px rgba(0, 0, 0, .18); }
.tile h1 { font-size: clamp(44px, 7vw, 80px); line-height: 1.05; font-weight: 700; letter-spacing: -.03em; }
.tile h2 { font-size: clamp(32px, 5.2vw, 56px); line-height: 1.07; font-weight: 700; letter-spacing: -.028em; }
.tile .sub { font-size: clamp(21px, 2.8vw, 28px); line-height: 1.18; font-weight: 500; color: var(--dim); margin-top: 10px; letter-spacing: -.02em; }
.tile.tall .sub { color: var(--ink); font-weight: 600; }
.tile.dark .sub { color: var(--night-dim); }
.tile .apps { font-size: 15px; color: var(--dim); margin-top: 12px; }
/* 첫 줄 앱 목록 — 이름 앞에 공식 아이콘 (2026-09-22) */
.tile .apps.icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
.happ { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.happ img { width: 20px; height: 20px; border-radius: 4.5px; box-shadow: 0 0 0 .5px rgba(0, 0, 0, .12); }
.tile .body { font-size: 19px; line-height: 1.45; color: var(--dim); max-width: 36em; margin: 18px auto 0; }
.tile.dark .body { color: var(--night-dim); }
.tile .footnote { font-size: 12px; color: var(--faint); margin: 16px auto 0; padding-bottom: 46px; max-width: 60em; line-height: 1.5; }
.tile.dark .footnote { color: var(--night-dim); }

/* 버튼 — 파란 알약 두 개(채운 것 + 테두리) */
.btns { display: flex; gap: 16px 22px; justify-content: center; align-items: center; margin-top: 22px; flex-wrap: wrap; }
.btn { display: inline-block; font-size: 17px; line-height: 1.2; padding: 11px 22px; border-radius: 980px; transition: background .2s; }
.btn:hover { text-decoration: none; }
.btn.fill { background: var(--blue); color: #fff; }
.btn.fill:hover { background: #0077ed; }
.btn.line { border: 1px solid var(--blue); color: var(--blue); }
.btn.line:hover { background: rgba(0, 113, 227, .06); }
.tile.dark .btn.line { border-color: var(--blue-dark); color: var(--blue-dark); }
.tile.dark a:not(.btn) { color: var(--blue-dark); }

/* 사진·앱 화면 — 타일 아래쪽에 붙습니다 */
.pic { margin-top: 36px; }
.pic img, .pic video { margin: 0 auto; }
.pic.photo img { width: 100%; max-width: 1180px; border-radius: 0; }
.pic.framed-land img, .pic.framed-land video { width: 100%; max-width: 900px; }
.pic.pair { display: flex; justify-content: center; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.pic.pair img, .pic.pair video { width: min(40%, 330px); margin: 0; }
.pic.solo img, .pic.solo video { width: min(80%, 330px); }
@media (max-width: 734px) { .pic.pair img, .pic.pair video { width: min(46%, 240px); } .pic.pair { gap: 10px; } }

/* 두 가지 방식 — 사진 두 장에 설명 */
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1024px; margin: 36px auto 0; text-align: left; }
.ways figure { background: var(--paper2); border-radius: 20px; overflow: hidden; }
.ways img { width: 100%; }
.ways figcaption { padding: 18px 22px 22px; font-size: 15px; color: var(--dim); line-height: 1.45; }
.ways figcaption b { display: block; color: var(--ink); font-size: 19px; margin-bottom: 4px; }
@media (max-width: 734px) { .ways { grid-template-columns: 1fr; } }

/* 길안내 앱 아이콘 줄 — 웹 '쓰던 내비 앱'·설명서 8-1 */
.appicons { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: 14px; }
.appicon { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; width: 72px; font-size: 11px; line-height: 1.25; color: var(--dim); text-align: center; }
.appicon img { width: 44px; height: 44px; border-radius: 10px; box-shadow: 0 0 0 0.5px rgba(0, 0, 0, .12); }
.doc .iconrow { margin: 4px 0 16px; }

/* 두 칸 타일 — 애플 홈의 절반씩 */
.half { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: var(--paper); }
.half > .tile { border-top: 0; }
.half .tile h2 { font-size: clamp(28px, 3.6vw, 40px); }
.half .tile .sub { font-size: clamp(19px, 2vw, 21px); }
.half .tile .body { font-size: 17px; }
@media (max-width: 834px) { .half { grid-template-columns: 1fr; } }

/* 마주 놓기 — 다른 앱 ↔ 우리 */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 820px; margin: 34px auto 0; text-align: left; }
.versus.one { grid-template-columns: 1fr; max-width: 440px; }
.vs { padding: 24px 22px; border-radius: 18px; background: var(--paper2); }
.tile.grey .vs { background: var(--paper); }
.tile.grey .vs.us { background: #e6f0fb; }   /* 회색 칸에서도 우리 쪽은 파란 기운 (2026-09-22) */
.tile.dark .vs { background: rgba(255, 255, 255, .08); }
.vs.us { background: rgba(0, 113, 227, .08); }
.tile.dark .vs.us { background: rgba(41, 151, 255, .16); }
.vs .who { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--dim); }
.tile.dark .vs .who { color: var(--night-dim); }
.vs.us .who { color: var(--blue); }
.tile.dark .vs.us .who { color: var(--blue-dark); }
.vs .big { font-size: clamp(26px, 4vw, 38px); font-weight: 700; letter-spacing: -.02em; margin-top: 8px; line-height: 1.1; }
.vs .sm { font-size: 15px; color: var(--dim); margin-top: 8px; line-height: 1.45; }
.tile.dark .vs .sm { color: var(--night-dim); }
@media (max-width: 734px) { .versus { grid-template-columns: 1fr; } }

/* 내 차 검진 — 첫 화면 세 번째 칸 (2026-09-22). 카드 여섯 장과 판단 세 가지 — 색은 앱과 같음 */
.tile .eyebrow { font-size: clamp(17px, 2vw, 21px); font-weight: 600; color: var(--blue); margin-bottom: 10px; letter-spacing: -.01em; }
.checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1024px; margin: 40px auto 0; text-align: left; }
.check { background: var(--paper); border-radius: 22px; padding: 26px 26px 28px; }
.check svg { width: 34px; height: 34px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.check svg .fill { fill: var(--blue); stroke: none; }
.check .t { font-size: 21px; line-height: 1.25; font-weight: 700; letter-spacing: -.015em; margin-top: 14px; }
.check .ref { display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 7px; background: var(--paper2); color: var(--dim);
  font-size: 12px; font-weight: 600; letter-spacing: 0; vertical-align: 3px; }
.check .d { font-size: 16px; line-height: 1.5; color: var(--dim); margin-top: 8px; }
.levels { max-width: 1024px; margin: 16px auto 0; padding: 22px 26px 24px; background: var(--paper); border-radius: 22px; text-align: left; }
.levels .lh { font-size: 14px; font-weight: 600; color: var(--dim); }
.lrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 12px; }
.level .lt { font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.level .lt i { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.level.ok .lt i { background: #3dcc73; }
.level.watch .lt i { background: #ffc24a; }
.level.alert .lt i { background: #ff6b61; }
.level .ld { font-size: 15px; line-height: 1.45; color: var(--dim); margin-top: 4px; }
@media (max-width: 900px) { .checks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .checks, .lrow { grid-template-columns: 1fr; } .check { padding: 22px 22px 24px; } }

/* 길안내 카드 넷 · 애프터블로우 순서 셋 · 안 도는 경우 넷 (2026-09-22) */
.checks.four { grid-template-columns: repeat(4, 1fr); }
.tile:not(.grey):not(.dark) .check { background: var(--paper2); }
.ways + .checks { margin-top: 20px; }
.check .t:first-child { margin-top: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1024px; margin: 40px auto 0; text-align: left; counter-reset: st; }
.step { background: var(--paper); border-radius: 22px; padding: 24px 24px 26px; counter-increment: st; }
.step::before { content: counter(st); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; }
.step .t { font-size: 19px; line-height: 1.25; font-weight: 700; letter-spacing: -.01em; margin-top: 14px; }
.step .d { font-size: 15px; line-height: 1.5; color: var(--dim); margin-top: 6px; }
.rowh { max-width: 1024px; margin: 48px auto 0; font-size: clamp(19px, 2.2vw, 24px); font-weight: 700; letter-spacing: -.015em; }
.rowh + .checks { margin-top: 16px; }
@media (max-width: 1000px) { .checks.four { grid-template-columns: 1fr 1fr; } }
@media (max-width: 734px) { .steps { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .checks.four { grid-template-columns: 1fr; } }

/* 검정 칸의 카드 (내장 안내, 2026-09-22) */
.tile.dark .check { background: rgba(255, 255, 255, .08); }
.tile.dark .check .d { color: var(--night-dim); }
.tile.dark .check svg { stroke: var(--blue-dark); }
.tile.dark .check svg .fill { fill: var(--blue-dark); }
.versus + .checks { margin-top: 16px; }

/* 내장 안내 칸 안의 큰 카드 둘 — 폰에서 찍으면 · 과속 단속 카메라 (2026-09-22, 예전 두 칸을 내장 안내의 특징으로 넣음) */
.midnote { max-width: 1024px; margin: 14px auto 0; font-size: 12px; color: var(--faint); line-height: 1.5; }
.tile.dark .midnote { color: var(--night-dim); }
.panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1024px; margin: 28px auto 0; text-align: left; }
.panel { background: var(--paper); border-radius: 22px; padding: 30px 30px 26px; }
.tile.dark .panel { background: rgba(255, 255, 255, .08); }
.panel h3 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.15; font-weight: 700; letter-spacing: -.022em; }
.panel .psub { font-size: 17px; font-weight: 600; margin-top: 10px; line-height: 1.35; }
.panel .pbody { font-size: 15px; line-height: 1.55; color: var(--dim); margin-top: 8px; }
.tile.dark .panel .pbody { color: var(--night-dim); }
.panel .countries { margin-top: 12px; }
.panel details.src { margin: 10px 0 0; }
.panel details.src summary { text-align: left; }
.panel .pfoot { font-size: 12px; color: var(--faint); margin-top: 14px; line-height: 1.5; }
@media (max-width: 834px) { .panels { grid-template-columns: 1fr; } }

/* 단속 카메라 — 나라 줄과 출처 */
.countries { font-size: 14px; color: var(--dim); margin-top: 16px; }
details.src { max-width: 640px; margin: 14px auto 0; font-size: 12px; color: var(--faint); text-align: left; }
details.src summary { cursor: pointer; text-align: center; color: var(--link); list-style: none; }
details.src summary::-webkit-details-marker { display: none; }
details.src ul { margin: 10px 0 0 18px; }
details.src p { margin-top: 8px; }

/* 요금 */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 36px auto 0; text-align: left; }
.plan { padding: 28px 26px 30px; border-radius: 22px; background: var(--paper2); display: flex; flex-direction: column; }
.plan.paid { background: rgba(0, 113, 227, .06); box-shadow: inset 0 0 0 1.5px rgba(0, 113, 227, .45); }
.plan .name { font-size: 24px; font-weight: 700; }
.plan .price { font-size: 19px; font-weight: 600; margin-top: 6px; }
.plan .price small { font-size: 14px; font-weight: 400; color: var(--dim); margin-left: 4px; }
.plan .trial { font-size: 14px; color: var(--blue); margin-top: 4px; font-weight: 500; }
.plan .plus { font-size: 14px; color: var(--blue); font-weight: 600; margin-top: 16px; }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.plan li { font-size: 16px; line-height: 1.4; color: #333336; padding-left: 24px; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--dim); font-weight: 600; }
.plan.paid li::before { color: var(--blue); }
@media (max-width: 734px) { .tiers { grid-template-columns: 1fr; } }

/* 필요한 것 */
.needs { max-width: 720px; margin: 30px auto 0; text-align: left; list-style: none; counter-reset: n; }
.needs li { counter-increment: n; position: relative; padding: 14px 0 14px 44px; border-top: 1px solid var(--line); font-size: 17px; line-height: 1.45; }
.needs li:first-child { border-top: 0; }
.needs li::before { content: counter(n); position: absolute; left: 0; top: 13px; width: 28px; height: 28px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; display: grid; place-items: center; }

/* 앱스토어 배지 + QR */
.store { display: flex; justify-content: center; align-items: center; gap: 34px; margin: 30px auto 0; flex-wrap: wrap; }
.store-badge img { width: 180px; height: auto; }
.store-qr { display: flex; align-items: center; gap: 12px; text-align: left; }
.store-qr img { width: 96px; height: 96px; border-radius: 10px; }
.store-qr figcaption { font-size: 12px; color: var(--dim); max-width: 12em; }
@media (max-width: 734px) { .store-qr { display: none; } }
.endlinks { display: flex; gap: 10px 26px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-size: 15px; }

/* 나타나기 — 기본은 보이는 상태. 스크립트가 돌 때만(html.js) 감췄다가 스크롤에 맞춰 올립니다 */
.js .rise { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1); }
.js .rise.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .rise { opacity: 1; transform: none; transition: none; } }

/* ── 설명서·설정 안내·약관·개인정보 ── */
main { display: block; }
.doc { max-width: 880px; padding-top: 56px; padding-bottom: 72px; }
.doc h1 { font-size: clamp(36px, 5vw, 48px); line-height: 1.08; font-weight: 700; letter-spacing: -.03em; }
.doc .meta { font-size: 14px; color: var(--dim); margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.doc .lede { font-size: 21px; line-height: 1.4; color: var(--dim); margin-top: 18px; }
.doc .pdf { display: inline-block; font-size: 14px; padding: 5px 14px; border-radius: 980px; border: 1px solid var(--blue); color: var(--blue); }
.doc .pdf:hover { background: rgba(0, 113, 227, .06); text-decoration: none; }
.doc .pdf.other { border-color: transparent; padding-left: 0; }
.doc .hint { font-size: 14px; color: var(--faint); }
.doc article { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); }
.doc.single article { margin-top: 36px; padding-top: 30px; }
.doc article h2 { font-size: 28px; line-height: 1.15; font-weight: 700; letter-spacing: -.02em; margin-bottom: 14px; }
.doc.single article h2 { font-size: 21px; }
.doc article h3 { font-size: 19px; margin: 18px 0 8px; }
.doc article p, .doc article li { font-size: 17px; line-height: 1.6; color: #333336; }
.doc article p + p { margin-top: 12px; }
.doc article ol, .doc article ul { margin: 10px 0 0 22px; display: flex; flex-direction: column; gap: 8px; }
.doc ol.steps li::marker { font-weight: 700; color: var(--blue); }
.doc ol.steps li { padding-left: 4px; }
.doc .draft { margin-top: 18px; padding: 14px 18px; border-radius: 14px; background: #fff8e6; color: #6b4a00; font-size: 14px; line-height: 1.5; }
.doc table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 15px; }
.doc th, .doc td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc th { color: var(--dim); font-weight: 600; font-size: 13px; }

/* 설명서 스크린샷 — 첫 화면과 같은 기기 테두리를 입힌 그림(framed/)을 씁니다 (2026-09-23 "진짜 폰 테두리") */
.shots { display: flex; gap: 18px; margin: 18px 0 20px; flex-wrap: wrap; align-items: flex-start; }
.shots figure { flex: 1 1 100%; }
.shots figure img.framed { border-radius: 0; box-shadow: none; background: transparent; }   /* 테두리가 그림 안에 있습니다 */
.shots figure img { width: 100%; border-radius: 18px; box-shadow: 0 10px 30px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .06); background: #000; }
.shots figure.portrait { flex: 0 1 260px; }
.shots.two figure.portrait { flex: 0 1 240px; }
.shots figcaption { font-size: 13px; color: var(--dim); margin-top: 8px; }
@media (max-width: 734px) { .shots figure.portrait, .shots.two figure.portrait { flex: 1 1 44%; } }

/* 세로 스크린샷 옆에 설명 — 오른쪽 빈자리를 채우고, 좁아지면 설명이 그림 아래로 (2026-09-21) */
.doc .split { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px 32px; align-items: start; margin-top: 18px; }
.doc .split .shots { margin: 0; flex-wrap: nowrap; }
.doc .split .shots figure.portrait { flex: 0 0 250px; }
.doc .split.two .shots figure.portrait { flex: 0 0 200px; }
.doc .split .text > :first-child { margin-top: 0; }
@media (max-width: 900px) { .doc .split.two { grid-template-columns: 1fr; } }
@media (max-width: 734px) {
  .doc .split { grid-template-columns: 1fr; }
  .doc .split .shots { flex-wrap: wrap; }
  .doc .split .shots figure.portrait, .doc .split.two .shots figure.portrait { flex: 1 1 44%; max-width: 260px; }
}

/* ── 뉴스 ── */
.newshead { padding-top: 56px; text-align: center; max-width: 760px; margin: 0 auto; }
.kicker { font-size: 17px; font-weight: 600; color: var(--warn); }
.newshead h1 { font-size: clamp(36px, 5vw, 56px); line-height: 1.07; font-weight: 700; letter-spacing: -.03em; margin-top: 4px; }
.lede2 { font-size: 19px; line-height: 1.45; color: var(--dim); margin-top: 14px; }
.newslead { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.newslead .shot img { width: 100%; border-radius: 20px; }
.brief .when { font-size: 14px; color: var(--dim); font-weight: 600; letter-spacing: 0; }
.brief ul { margin: 10px 0 0 20px; display: flex; flex-direction: column; gap: 10px; }
.brief li { font-size: 17px; line-height: 1.5; }
.brief + .brief { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
@media (max-width: 834px) { .newslead { grid-template-columns: 1fr; } }
.newscta { margin: 48px 0 12px; padding: 28px; border-radius: 22px; background: var(--paper2);
  display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.newscta h2 { font-size: 24px; font-weight: 700; }
.newscta p { color: var(--dim); margin-top: 4px; }
.store-btn { display: inline-block; background: var(--blue); color: #fff; border-radius: 980px; padding: 10px 20px; font-size: 15px; }
.store-btn:hover { background: #0077ed; text-decoration: none; }
.news-note { font-size: 12px; color: var(--faint); margin: 18px 0 64px; }

/* ── 도움말·문의 ── */
.ask { max-width: 720px; margin: 34px auto 0; }
.askbox { display: flex; align-items: center; gap: 10px; background: var(--paper2); border-radius: 14px; padding: 0 16px; }
.askbox span { color: var(--dim); font-size: 19px; }
.askbox input { flex: 1; border: 0; background: transparent; font: inherit; font-size: 19px; padding: 16px 0; outline: none; color: var(--ink); }
#hits { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.hit { display: block; padding: 16px 18px; border-radius: 14px; background: var(--paper); box-shadow: 0 0 0 1px var(--line); color: var(--ink); }
.hit:hover { text-decoration: none; box-shadow: 0 0 0 1.5px var(--blue); }
.hit b, .hit strong { display: block; color: var(--link); }
.hit .kicker { font-size: 12px; color: var(--dim); }
.nohit { color: var(--dim); font-size: 15px; padding: 8px 2px; }
.contact { max-width: 720px; margin: 48px auto 0; }
.contact h2 { font-size: 28px; font-weight: 700; }
.contact form { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.contact label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--dim); }
.contact input, .contact textarea { font: inherit; font-size: 17px; color: var(--ink); padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--paper); }
.contact input:focus, .contact textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0, 113, 227, .18); }
.contact button { align-self: flex-start; font: inherit; font-size: 17px; background: var(--blue); color: #fff; border: 0; border-radius: 980px;
  padding: 11px 26px; cursor: pointer; }
.contact button:hover { background: #0077ed; }
.cmsg { font-size: 15px; color: var(--dim); min-height: 1.4em; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ── 아래 바 ── */
footer { background: var(--paper2); color: var(--dim); font-size: 12px; line-height: 1.6; padding: 30px 0 46px; margin-top: 0; }
footer .wrap > * + * { margin-top: 8px; }
footer b { color: var(--ink); font-size: 13px; }
footer a { color: #424245; }
footer .legal { color: var(--faint); }
footer .links { display: flex; flex-wrap: wrap; gap: 4px 0; padding-top: 10px; border-top: 1px solid var(--line); }
footer .links a, footer .links span { padding: 0 12px; border-left: 1px solid var(--line); }
footer .links a:first-child, footer .links span:first-child { padding-left: 0; border-left: 0; }
footer .langs a[aria-current] { color: var(--ink); font-weight: 600; }

/* 다른 언어 안내 띠(LANG_JS 가 붙입니다) */
.langbar, #langbar { background: var(--paper2); text-align: center; font-size: 14px; padding: 10px 16px; }
