/* 소손사 정적 홈페이지 공통 스타일 — Policygenius를 기준으로 한 디자인 체계
   글꼴은 fonts/ 의 서브셋(build: tools/build_site_fonts.py)을 자체 호스팅한다. */
@font-face { font-family: "SUIT"; src: url("fonts/SUIT-subset.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Gowun Batang"; src: url("fonts/GowunBatang-subset.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  --paper: #ece9e0; --panel: #ffffff; --cream: #f4f1ea; --mint: #d6e4db;
  --green: #176b52; --green-deep: #11523f; --green-soft: #e6efe9; --green-line: #b9cec2;
  --gold: #c89b3c; --gold-bright: #e2b45c; --gold-ink: #916713;
  --ink: #171f1b; --text: #4b5a54; --muted: #6a756f; --line: #e6e2d8; --line-soft: #ece9e0;
  --radius: 24px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); font-family: "SUIT", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; color: var(--ink); font-size: 16px; line-height: 1.6; word-break: keep-all; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, ol, dl { margin: 0; }
p, li, dd { overflow-wrap: anywhere; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-deep); }
img, svg { max-width: 100%; vertical-align: middle; }
:focus-visible { outline: 3px solid #997220; outline-offset: 3px; border-radius: 4px; }
.serif { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; }
.mono { font-family: ui-monospace, "Cascadia Code", Consolas, monospace; font-size: 0.92em; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 6px; }
.skip-link:focus { top: 12px; color: #fff; }
.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; }

/* 머리글 */
.site-header { background: var(--panel); }
.header-inner { max-width: 1440px; margin: 0 auto; height: 84px; display: flex; align-items: center; gap: 40px; padding: 0 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span { font-size: 24px; font-weight: 800; letter-spacing: -0.06em; }
.site-nav { display: flex; gap: 32px; font-size: 15px; font-weight: 600; }
.site-nav a { color: var(--ink); padding-bottom: 2px; }
.site-nav a[aria-current="page"] { color: var(--green); border-bottom: 2px solid var(--green); }
.header-cta { margin-left: auto; }
.menu-toggle { display: none; margin-left: auto; margin-right: -10px; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; color: var(--ink); }

/* 버튼 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 20px; border-radius: 8px; background: var(--gold); color: var(--ink); font-size: 15px; font-weight: 700; white-space: nowrap; transition: background-color 140ms, transform 140ms; }
.btn:hover { background: #b98c31; color: var(--ink); transform: translateY(-1px); }
.btn-quiet { display: inline-flex; align-items: center; min-height: 46px; padding: 11px 14px; border-radius: 8px; color: var(--green); font-size: 15px; font-weight: 700; white-space: nowrap; }
.btn-quiet:hover { background: var(--green-soft); }
.btn-sm { min-height: 44px; padding: 10px 18px; }

/* 패널·레이아웃 */
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.wrap > * { margin-top: 24px; }
.panel { background: var(--panel); border-radius: var(--radius); padding: 64px 72px; }
.panel-cream { background: var(--cream); }
.panel-green { background: var(--green); color: #fff; }
.eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--gold-ink); }
.panel-green .eyebrow { color: #cfe2d8; }
.title { font-size: 44px; line-height: 1.35; letter-spacing: -0.04em; color: var(--ink); }
.title-sm { font-size: 34px; line-height: 1.35; letter-spacing: -0.04em; color: var(--ink); }
.panel-green .title, .panel-green .title-sm { color: #fff; }
.lede { font-size: 16px; line-height: 1.75; color: var(--text); }
.panel-green .lede { color: #cfe2d8; }
.underline { position: relative; display: inline-block; }
.underline svg { position: absolute; left: -2px; bottom: -4px; width: calc(100% + 4px); height: 12px; }
.center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.center .lede { max-width: 640px; }

/* 히어로 */
.hero { position: relative; height: 700px; background: var(--green); border-radius: var(--radius); overflow: hidden; }
.hero-box { position: absolute; left: 0; top: 0; width: 45.06%; background: var(--panel); border-radius: 0 0 28px 0; padding: 40px 44px 36px; display: flex; flex-direction: column; gap: 18px; }
.hero-box h1 { font-size: 50px; line-height: 1.32; letter-spacing: -0.045em; color: var(--ink); }
.hero-box p { font-size: 17px; line-height: 1.7; color: var(--text); }
.actions { display: flex; align-items: center; gap: 12px; margin-top: 4px; flex-wrap: wrap; }
.doc { position: absolute; left: 2.9%; top: 380px; width: 40.7%; background: #fffdf8; border-radius: 6px 6px 0 0; padding: 26px 32px; font-family: "Gowun Batang", Georgia, serif; font-size: 13px; line-height: 1.9; color: #2a3d36; }
.doc-tag { position: absolute; right: 16px; top: -14px; padding: 5px 10px; border-radius: 8px; background: var(--gold-bright); color: var(--ink); font-family: "SUIT", sans-serif; font-size: 12px; font-weight: 800; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.doc-head { display: flex; justify-content: space-between; gap: 12px; font-family: "SUIT", sans-serif; font-size: 11px; color: #8a8577; letter-spacing: .04em; border-bottom: 1px solid #e6dfcd; padding-bottom: 8px; margin-bottom: 16px; }
.doc h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.doc p + p { margin-top: 6px; }
.doc .sub { padding-left: 18px; color: #4b5d56; }
.link { position: absolute; left: 43.6%; top: 590px; width: 5.8%; border-top: 2px dashed var(--gold-bright); }
.chat { position: absolute; left: 49.4%; top: 40px; width: 47.7%; height: 636px; background: var(--panel); border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.35); display: flex; flex-direction: column; overflow: hidden; color: var(--ink); }
.chat-top { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); font-size: 12px; color: var(--muted); }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.chat-title { margin-left: 8px; font-weight: 600; }
.status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-weight: 700; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.chat-body { flex: 1; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.bubble { align-self: flex-end; max-width: 420px; background: #eef3f0; border-radius: 16px 16px 4px 16px; padding: 12px 16px; font-size: 15px; line-height: 1.6; }
.tools { position: relative; height: 34px; }
.tool { position: absolute; left: 0; top: 0; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #d3ded7; border-radius: 8px; font-size: 12px; color: #4b5d56; background: #f6f8f6; white-space: nowrap; }
.tool.done { border-color: var(--green-line); color: #2f4a3f; background: var(--green-soft); }
.answer { font-size: 16px; line-height: 1.7; }
.cite { display: flex; flex-direction: column; gap: 6px; padding: 14px 16px; background: #f4f7f6; border-radius: 12px; border: 1px solid #dce6e0; }
.cite .k { font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: .05em; }
.cite .t { font-size: 14px; font-weight: 700; }
.cite .m { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: #62766f; }
.cite .m b { color: var(--green); font-weight: 700; }
.composer { position: relative; margin: 0 20px 20px; min-height: 52px; border: 1px solid #d5d0c4; border-radius: 14px; padding: 12px 56px 12px 16px; display: flex; align-items: center; font-size: 15px; overflow: hidden; }
.send { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; }
@media (max-width: 1279px) and (min-width: 1100.01px) { .doc { top: 420px; } .link { top: 630px; } }

/* 사용 장면 — 13초 루프, CSS만 사용 */
.demo-body { animation: demoBody 13s linear infinite; }
@keyframes demoBody { 0%, 88% { opacity: 1; } 92%, 100% { opacity: 0; } }
.demo-typing { display: inline-block; white-space: nowrap; clip-path: inset(0 100% 0 0); animation: demoType 13s linear infinite; }
@keyframes demoType { 0%, 3% { clip-path: inset(0 100% 0 0); animation-timing-function: steps(22, end); } 20% { clip-path: inset(0 0 0 0); } 21% { clip-path: inset(0 0 0 0); animation-timing-function: steps(1, end); } 21.5%, 100% { clip-path: inset(0 100% 0 0); } }
.demo-placeholder { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #8a978f; animation: demoPlaceholder 13s linear infinite; }
@keyframes demoPlaceholder { 0%, 2.9% { opacity: 1; } 3%, 21% { opacity: 0; } 21.5%, 100% { opacity: 1; } }
.demo-send { animation: demoSend 13s linear infinite; }
@keyframes demoSend { 0%, 3% { background: #e6e2d8; } 3.5%, 21% { background: #176b52; } 21.5%, 100% { background: #e6e2d8; } }
.demo-user { opacity: 0; animation: demoUser 13s ease-out infinite; }
@keyframes demoUser { 0%, 21% { opacity: 0; transform: translateY(8px); } 23%, 100% { opacity: 1; transform: translateY(0); } }
.demo-run { opacity: 0; animation: demoRun 13s linear infinite; }
@keyframes demoRun { 0%, 25% { opacity: 0; } 27%, 35% { opacity: 1; } 37%, 100% { opacity: 0; } }
.demo-pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: demoPulse 1s ease-in-out infinite; }
@keyframes demoPulse { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }
.demo-done { opacity: 0; animation: demoDone 13s ease-out infinite; }
@keyframes demoDone { 0%, 36% { opacity: 0; transform: translateY(4px); } 38%, 100% { opacity: 1; transform: none; } }
.demo-line { display: block; white-space: nowrap; clip-path: inset(0 100% 0 0); animation: demoLine1 13s linear infinite; }
.demo-line.l2 { animation-name: demoLine2; } .demo-line.l3 { animation-name: demoLine3; } .demo-line.l4 { animation-name: demoLine4; }
@keyframes demoLine1 { 0%, 39% { clip-path: inset(0 100% 0 0); animation-timing-function: steps(26, end); } 43%, 100% { clip-path: inset(0 0 0 0); } }
@keyframes demoLine2 { 0%, 43% { clip-path: inset(0 100% 0 0); animation-timing-function: steps(26, end); } 47%, 100% { clip-path: inset(0 0 0 0); } }
@keyframes demoLine3 { 0%, 47% { clip-path: inset(0 100% 0 0); animation-timing-function: steps(26, end); } 51%, 100% { clip-path: inset(0 0 0 0); } }
@keyframes demoLine4 { 0%, 51% { clip-path: inset(0 100% 0 0); animation-timing-function: steps(26, end); } 55%, 100% { clip-path: inset(0 0 0 0); } }
.demo-cite { opacity: 0; animation: demoCite 13s ease-out infinite; }
@keyframes demoCite { 0%, 55% { opacity: 0; transform: translateY(10px); } 58%, 100% { opacity: 1; transform: none; } }
.demo-link { transform-origin: right center; transform: scaleX(0); animation: demoLink 13s ease-out infinite; }
@keyframes demoLink { 0%, 57% { transform: scaleX(0); } 60%, 88% { transform: scaleX(1); } 92%, 100% { transform: scaleX(0); } }
.demo-hl { background: linear-gradient(#f3e4bd, #f3e4bd) no-repeat 0 0 / 0% 100%; box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 2px 0; animation: demoHl1 13s linear infinite; }
.demo-hl.h2 { animation-name: demoHl2; }
@keyframes demoHl1 { 0%, 57% { background-size: 0% 100%; } 61%, 88% { background-size: 100% 100%; } 92%, 100% { background-size: 0% 100%; } }
@keyframes demoHl2 { 0%, 60% { background-size: 0% 100%; } 64%, 88% { background-size: 100% 100%; } 92%, 100% { background-size: 0% 100%; } }
.demo-tag { opacity: 0; animation: demoTag 13s ease-out infinite; }
@keyframes demoTag { 0%, 58% { opacity: 0; transform: scale(.9); } 60%, 88% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; } }
.demo-doc { animation: demoDoc 13s ease infinite; }
@keyframes demoDoc { 0%, 57% { box-shadow: 0 24px 60px rgba(0,0,0,.28); } 60%, 88% { box-shadow: 0 24px 60px rgba(0,0,0,.28), 0 0 0 3px #e2b45c; } 92%, 100% { box-shadow: 0 24px 60px rgba(0,0,0,.28); } }
@media (prefers-reduced-motion: reduce) {
  .demo-body, .demo-typing, .demo-placeholder, .demo-send, .demo-user, .demo-run, .demo-pulse, .demo-done, .demo-line, .demo-cite, .demo-link, .demo-hl, .demo-tag, .demo-doc { animation: none !important; }
  .demo-user, .demo-done, .demo-cite, .demo-tag, .demo-body { opacity: 1 !important; transform: none !important; }
  .demo-run { opacity: 0 !important; }
  .demo-line { clip-path: none !important; }
  .demo-typing { clip-path: inset(0 100% 0 0) !important; }
  .demo-hl { background-size: 100% 100% !important; }
  .demo-link { transform: none !important; }
  .demo-doc { box-shadow: 0 24px 60px rgba(0,0,0,.28), 0 0 0 3px #e2b45c !important; }
  html { scroll-behavior: auto; }
}

/* 근거 띠 */
.proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding: 28px 88px 20px; text-align: center; }
.proof div { display: flex; flex-direction: column; gap: 6px; }
.proof b { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 38px; letter-spacing: -0.03em; color: var(--ink); }
.proof span { font-size: 13px; font-weight: 600; color: var(--text); }

/* 동작 설명 벤토 */
.bento { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: auto auto; gap: 20px; margin-top: 40px; }
.bento-chat { grid-row: 1 / 3; background: var(--mint); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.bento-chat .meta { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .04em; color: #4f6a5d; }
.bento-chat .bubble { max-width: 330px; background: var(--panel); }
.bento-chat .tool { position: static; border-color: var(--green-line); background: var(--green-soft); color: #2f4a3f; align-self: flex-start; }
.bento-chat .text { font-size: 15px; line-height: 1.7; }
.bento-chat .cite { background: var(--panel); border: 0; }
.bento-chat .note { font-size: 11px; color: var(--muted); }
.bento-green { grid-column: 2 / 4; background: var(--green); border-radius: 18px; padding: 36px 40px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.bento-green p.big { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 30px; line-height: 1.45; letter-spacing: -0.03em; color: #fff; }
.bento-green p.small { font-size: 14px; line-height: 1.7; color: #cfe2d8; }
.bento-card { background: var(--cream); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.bento-card b { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 30px; letter-spacing: -0.03em; color: var(--ink); }
.bento-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); }
.bento-card p { font-size: 14px; line-height: 1.7; color: var(--text); }

/* 연결 안내 */
.connect { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
.connect-copy { display: flex; flex-direction: column; gap: 20px; }
.connect-copy .lede { max-width: 440px; }
.connect-note { font-size: 13px; color: #cfe2d8; }
.host-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.host { background: var(--panel); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); }
.host header { display: flex; justify-content: space-between; align-items: center; }
.host h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.tag { font-size: 11px; font-weight: 700; color: var(--text); padding: 4px 8px; border-radius: 6px; background: #f0ede5; white-space: nowrap; }
.host ol { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.host li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; align-items: baseline; font-size: 14px; line-height: 1.6; color: #2f3d37; }
.host li b { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 15px; color: var(--green); }

/* FAQ */
.faq { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 64px; }
.faq-head { display: flex; flex-direction: column; gap: 12px; }
.faq-head p { font-size: 15px; color: var(--text); }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 48px; }
.faq-list h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }
.faq-list p { font-size: 15px; line-height: 1.7; color: var(--text); margin-top: 10px; }

/* 바닥글 */
.site-footer { max-width: 1440px; margin: 0 auto; padding: 48px 72px 40px; display: flex; align-items: flex-start; gap: 48px; font-size: 13px; color: var(--muted); }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand b { font-size: 20px; font-weight: 800; letter-spacing: -0.06em; color: var(--ink); }
.footer-notice { max-width: 560px; line-height: 1.7; }
.footer-links { margin-left: auto; display: flex; flex-direction: column; gap: 8px; text-align: right; font-weight: 600; }
.footer-links a { color: var(--ink); display: inline-flex; align-items: center; min-height: 24px; }

/* 매뉴얼 */
.guide-intro { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 64px; align-items: start; }
.guide-intro h1 { font-size: 48px; line-height: 1.32; letter-spacing: -0.045em; color: var(--ink); }
.guide-intro .lede { font-size: 17px; max-width: 620px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.chip { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 12px; border-radius: 8px; background: var(--cream); font-size: 13px; font-weight: 600; color: var(--ink); }
.values { background: var(--cream); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.values .eyebrow { color: var(--green); letter-spacing: .06em; }
.kv { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 10px 20px; font-size: 14px; align-items: baseline; }
.kv dt { color: var(--muted); font-weight: 600; }
.kv dd { color: var(--ink); overflow-wrap: anywhere; }
.values .fine { font-size: 12px; line-height: 1.6; color: var(--muted); }
.hosts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.host-panel { background: var(--panel); border-radius: var(--radius); padding: 48px 48px 40px; display: flex; flex-direction: column; gap: 22px; }
.host-panel header { display: flex; justify-content: space-between; align-items: center; }
.host-panel h2 { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 32px; letter-spacing: -0.04em; color: var(--ink); }
.steps { list-style: none; padding: 0; display: flex; flex-direction: column; }
.steps li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 14px; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); }
.steps li:first-child { border-top: 0; padding-top: 0; }
.steps b { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 20px; color: var(--green); }
.steps h3 { font-size: 16px; font-weight: 700; color: var(--ink); }
.steps p { font-size: 14px; line-height: 1.7; color: var(--text); margin-top: 4px; }
.usage { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.usage-copy { display: flex; flex-direction: column; gap: 18px; }
.usage-copy .title { font-size: 40px; }
.usage-copy .lede { font-size: 15px; }
.flow { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; font-size: 14px; color: #fff; }
.flow div { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 10px; align-items: baseline; }
.flow b { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; color: var(--gold-bright); }
.examples { display: flex; flex-direction: column; gap: 12px; }
.q { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; background: var(--panel); border-radius: 14px; color: var(--ink); }
.q span { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--gold-ink); }
.q p { font-size: 15px; line-height: 1.6; }
.examples .fine { font-size: 12px; line-height: 1.6; color: #cfe2d8; padding: 0 4px; }
.split { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 64px; align-items: start; }
.split-head { display: flex; flex-direction: column; gap: 12px; }
.split-head p { font-size: 15px; line-height: 1.7; color: var(--text); }
.tips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
.tip h3 { font-size: 16px; font-weight: 700; color: var(--ink); }
.tip p { font-size: 14px; line-height: 1.7; color: var(--text); margin-top: 6px; }
.tools-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
.tools-list .group { display: flex; flex-direction: column; }
.tools-list .group > span { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--green); padding-bottom: 10px; }
.tools-list .group.pilot > span { color: var(--gold-ink); }
.tool-row { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; align-items: baseline; }
.tool-row code { font-family: ui-monospace, "Cascadia Code", Consolas, monospace; font-size: 13px; color: var(--green); }
.tool-row span { color: var(--text); }
.two-col { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 24px; }
.two-col .panel { padding: 48px 56px; display: flex; flex-direction: column; gap: 24px; }
.two-col .tips { gap: 22px 32px; }
.pilot-steps { margin-top: 4px; }

/* 문서형 페이지(개인정보 처리방침) */
.doc-page { max-width: 860px; margin: 0 auto; }
.doc-page h1 { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 40px; line-height: 1.35; letter-spacing: -0.04em; color: var(--ink); }
.doc-page .meta { font-size: 14px; color: var(--muted); margin-top: 12px; }
.doc-page h2 { font-family: "Gowun Batang", Georgia, serif; font-weight: 700; font-size: 24px; letter-spacing: -0.03em; color: var(--ink); margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
.doc-page h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-top: 24px; }
.doc-page p, .doc-page li { font-size: 15px; line-height: 1.8; color: var(--text); }
.doc-page p { margin-top: 12px; }
.doc-page ul, .doc-page ol { margin-top: 12px; padding-left: 22px; }
.doc-page li + li { margin-top: 6px; }
.doc-page table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 14px; }
.doc-page th, .doc-page td { text-align: left; vertical-align: top; padding: 10px 12px; border-top: 1px solid var(--line); line-height: 1.6; }
.doc-page th { font-weight: 700; color: var(--ink); background: var(--cream); }
.doc-page .table-wrap { overflow-x: auto; }
.doc-page .summary { background: var(--cream); border-radius: 16px; padding: 22px 26px; margin-top: 28px; }
.doc-page .summary p { margin-top: 6px; }
.doc-page a { text-decoration: underline; text-underline-offset: 3px; }

/* 좁은 화면 */
@media (max-width: 1100px) {
  .header-inner { height: 64px; padding: 0 20px; gap: 12px; }
  .brand img { width: 30px; height: 30px; }
  .brand span { font-size: 21px; }
  .site-nav { display: none; }
  .site-nav.open { display: flex; position: absolute; left: 0; right: 0; top: 64px; z-index: 50; flex-direction: column; gap: 0; background: var(--panel); border-bottom: 1px solid var(--line); padding: 8px 20px 16px; }
  .site-nav.open a { display: flex; align-items: center; min-height: 48px; border-bottom: 0; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .wrap { padding: 0 12px; }
  .wrap > * { margin-top: 12px; }
  .panel { padding: 36px 22px; border-radius: 20px; }
  .title { font-size: 28px; line-height: 1.4; }
  .title-sm { font-size: 27px; }
  .lede { font-size: 15px; }
  .center { text-align: left; align-items: flex-start; }
  .hero { height: auto; border-radius: 20px; display: flex; flex-direction: column; }
  .hero-box { position: static; width: auto; margin-right: 28px; border-radius: 0 0 22px 0; padding: 28px 22px 24px; gap: 14px; }
  .hero-box h1 { font-size: 32px; line-height: 1.35; }
  .hero-box p { font-size: 15px; }
  .actions .btn { width: 100%; min-height: 48px; }
  .actions .btn-quiet { display: none; }
  .chat { position: static; width: auto; height: auto; margin: 14px 12px 0; border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.28); order: 1; }
  .chat-top { padding: 11px 14px; gap: 6px; font-size: 11px; }
  .dot { width: 8px; height: 8px; }
  .chat-title, .status { white-space: nowrap; }
  .chat-body { padding: 16px; gap: 12px; }
  .bubble { max-width: 260px; font-size: 14px; padding: 10px 14px; }
  .answer { font-size: 14px; }
  .composer { margin: 0 14px 14px; min-height: 46px; padding: 10px 48px 10px 14px; font-size: 14px; }
  .demo-placeholder { left: 14px; }
  .send { width: 32px; height: 32px; }
  .link { display: none; }
  .doc-wrap { position: relative; height: 230px; margin-top: 12px; overflow: hidden; order: 2; }
  .doc { left: 28px; right: -24px; top: 18px; width: auto; border-radius: 6px 0 0 0; padding: 22px 26px; font-size: 12px; }
  .doc-tag { right: auto; left: 14px; top: -12px; }
  .doc .sub { display: none; }
  .wide { display: none !important; }
  .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; padding: 24px 12px 16px; }
  .proof b { font-size: 30px; }
  .proof span { font-size: 12px; }
  .bento { grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; margin-top: 24px; }
  .bento-chat { grid-row: auto; padding: 20px; border-radius: 16px; }
  .bento-chat .bubble { max-width: 270px; }
  .bento-green { grid-column: auto; padding: 26px 22px; border-radius: 16px; }
  .bento-green p.big { font-size: 23px; }
  .bento-card { padding: 22px; border-radius: 16px; }
  .bento-card b { font-size: 26px; }
  .connect { grid-template-columns: 1fr; gap: 20px; }
  .host-cards { grid-template-columns: 1fr; gap: 12px; }
  .host { padding: 20px; border-radius: 14px; }
  .connect-copy .btn { width: 100%; }
  .faq { grid-template-columns: 1fr; gap: 26px; }
  .faq-list { grid-template-columns: 1fr; gap: 26px; }
  .faq-list h3 { font-size: 17px; }
  .faq-list p { font-size: 14px; margin-top: 8px; }
  .site-footer { flex-direction: column; gap: 14px; padding: 36px 24px 32px; font-size: 12px; }
  .footer-links { margin-left: 0; flex-direction: row; flex-wrap: wrap; gap: 0 18px; text-align: left; }
  .footer-links a { min-height: 44px; }
  .guide-intro { grid-template-columns: 1fr; gap: 18px; }
  .guide-intro h1 { font-size: 30px; line-height: 1.35; }
  .guide-intro .lede { font-size: 15px; }
  .values { padding: 20px; border-radius: 16px; }
  .kv { grid-template-columns: 1fr; gap: 2px; }
  .kv dd { margin-bottom: 8px; }
  .hosts { grid-template-columns: 1fr; gap: 12px; }
  .host-panel { padding: 32px 22px; border-radius: 20px; gap: 18px; }
  .host-panel h2 { font-size: 26px; }
  .steps li { grid-template-columns: 26px minmax(0, 1fr); gap: 12px; padding: 12px 0; }
  .steps b { font-size: 18px; }
  .steps h3 { font-size: 15px; }
  .steps p { font-size: 13px; }
  .usage { grid-template-columns: 1fr; gap: 18px; }
  .usage-copy .title { font-size: 27px; }
  .usage-copy .lede { font-size: 14px; }
  .split { grid-template-columns: 1fr; gap: 18px; }
  .tips { grid-template-columns: 1fr; gap: 18px; }
  .tools-list { grid-template-columns: 1fr; gap: 18px; }
  .tool-row { grid-template-columns: 1fr; gap: 3px; padding: 10px 0; font-size: 13px; }
  .two-col { grid-template-columns: 1fr; gap: 12px; }
  .two-col .panel { padding: 32px 22px; gap: 18px; }
  .doc-page h1 { font-size: 28px; }
  .doc-page h2 { font-size: 21px; margin-top: 32px; }
  .doc-page p, .doc-page li { font-size: 14px; }
}
@media (min-width: 1100.01px) {
  .doc-wrap { display: contents; }
  .narrow { display: none !important; }
}
