/* Theme Name: Startupcost Premium */
:root{--navy:#0f2747;--navy2:#19395f;--mint:#27ae8f;--ink:#172334;--muted:#627084;--line:#dce4ec;--paper:#f6f8fb;--white:#fff;--r:20px;--shadow:0 20px 60px rgba(15,39,71,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Pretendard,"Noto Sans KR",sans-serif;line-height:1.72}a{color:inherit}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.bar{max-width:1200px;margin:auto;height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;color:var(--navy)}.brand img{width:40px;height:40px;border-radius:12px}.menu{display:flex;gap:28px;align-items:center}.menu a{text-decoration:none;font-size:15px;font-weight:650}.menu a:hover{color:var(--mint)}.hero{max-width:1200px;margin:48px auto 0;padding:72px;min-height:600px;border-radius:32px;color:white;position:relative;overflow:hidden;display:flex;align-items:end;background:linear-gradient(90deg,rgba(9,27,49,.93),rgba(9,27,49,.25)),var(--hero) center/cover}.hero-copy{max-width:720px}.eyebrow{color:#91e1ce;font-weight:750;letter-spacing:.12em}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,7vw,88px);line-height:1.1;letter-spacing:-.045em;margin:18px 0 24px}.hero p{font-size:20px;max-width:640px}.actions{display:flex;gap:12px;margin-top:32px}.btn{min-height:48px;display:inline-flex;align-items:center;padding:0 22px;border-radius:999px;text-decoration:none;background:var(--mint);color:white;font-weight:750}.btn.alt{background:white;color:var(--navy)}.section{max-width:1200px;margin:120px auto;padding:0 24px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(34px,5vw,54px);line-height:1.2;color:var(--navy);margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 10px 30px rgba(15,39,71,.05);transition:.24s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:24px}.card h3{font-size:22px;margin:6px 0 10px;color:var(--navy)}.card p{color:var(--muted);margin:0}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{padding:28px 20px;background:white;border:1px solid var(--line);border-radius:18px}.step b{display:block;color:var(--mint);margin-bottom:12px}.data-tool{background:var(--navy);color:white;padding:48px;border-radius:28px}.search-row{display:flex;gap:10px;margin:24px 0}.search-row input{flex:1;min-height:52px;border:0;border-radius:12px;padding:0 16px;font:inherit}.search-row button{border:0}.results{display:grid;gap:10px}.result{padding:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:12px;cursor:pointer}.site-footer{background:#0b1d34;color:#dbe5ef;margin-top:120px;padding:64px 24px 28px}.foot{max-width:1200px;margin:auto}.foot-top{display:flex;justify-content:space-between;gap:32px}.legal-footer{margin-top:40px;padding-top:28px;border-top:1px solid rgba(255,255,255,.15);font-size:.8em;color:#aebdcd}.article-wrap{max-width:820px;margin:64px auto;padding:0 24px}.article-header h1,.page-header h1{font-family:"Noto Serif KR",serif;font-size:clamp(42px,6vw,68px);line-height:1.2;color:var(--navy)}.featured{border-radius:28px;width:100%;aspect-ratio:16/9;object-fit:cover;margin:28px 0 48px}.article-content{font-size:17px}.article-content h2{font-family:"Noto Serif KR",serif;font-size:32px;color:var(--navy);margin:72px 0 24px}.article-content p{margin:0 0 24px}.article-content figure{margin:36px 0}.article-content figure img{border-radius:18px}.article-content figcaption{font-size:14px;color:var(--muted)}.key-summary,.article-toc{background:white;border:1px solid var(--line);border-radius:18px;padding:28px;margin:24px 0}.article-toc a{color:var(--navy)}blockquote{margin:32px 0;padding:24px;border-left:4px solid var(--mint);background:#edf8f5;border-radius:0 14px 14px 0}.table-scroll{overflow:auto;margin:32px 0}table{width:100%;border-collapse:collapse;background:white;border-radius:14px;overflow:hidden}th,td{padding:16px;border-bottom:1px solid var(--line);text-align:left}th{background:#eef3f8;color:var(--navy)}.process-chart{display:flex;align-items:center;gap:8px;overflow:auto;padding:24px 0}.process-chart span{white-space:nowrap;padding:12px 16px;border-radius:999px;background:var(--navy);color:white}.process-chart i{min-width:24px;height:2px;background:var(--mint)}:focus-visible{outline:3px solid var(--mint);outline-offset:3px}.mobile-toggle{display:none}@media(max-width:780px){.bar{height:68px}.menu{display:none}.hero{margin:16px;padding:36px 24px;min-height:560px;border-radius:22px}.hero h1{font-size:52px}.hero p{font-size:17px}.section{margin:80px auto}.grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.foot-top{display:block}.search-row{flex-direction:column}.data-tool{padding:28px 20px}.article-content h2{font-size:28px}.actions{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}