:root{
  --serif:"Noto Serif KR","AppleMyungjo","Nanum Myeongjo","Batang",serif;
  --sans:"Pretendard","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;
}
html{word-break:keep-all}
body{font-family:var(--sans);font-size:16px}
.brand-copy strong,.nav a,.cta,.ghost,.hero h1,.hero p,.section-head h1,.section-head h2,.type-card h3,.article-card h3,.category h3,.prose,.prose h2,.prose h3,.compat-card h3,.trust-card h3,.side-box h3,.result h1,.result-box h3{font-family:var(--sans)}
.brand-copy strong{font-size:15px;font-weight:700;letter-spacing:-.02em}
.brand-copy small{font-size:9px;letter-spacing:-.01em}
.nav{gap:24px}.nav a{font-size:13px;font-weight:600;letter-spacing:-.02em}
.cta,.ghost{font-size:13px;font-weight:700;letter-spacing:-.02em}
.hero h1{font-weight:750;line-height:1.23;letter-spacing:-.045em}
.hero p{font-size:16px;line-height:1.9;letter-spacing:-.02em}
.section-head h1{font-weight:760;letter-spacing:-.045em}
.section-head h2{font-weight:740;letter-spacing:-.04em}
.section-head p{font-size:15px;line-height:1.85;letter-spacing:-.02em}
.eyebrow{font-family:var(--sans);font-weight:800;letter-spacing:.12em}
.type-card h3{font-size:22px;font-weight:750;letter-spacing:-.035em}
.type-card p{font-size:14px;line-height:1.75;letter-spacing:-.02em}
.type-card a,.article-card a{font-family:var(--sans);font-size:13px;font-weight:700}
.article-card h3{font-size:22px;font-weight:740;line-height:1.5;letter-spacing:-.035em}
.article-card p{font-size:14px;line-height:1.75}
.category h3{font-size:21px;font-weight:740}.category p{font-size:14px;line-height:1.75}
.prose p,.prose li{font-family:var(--sans);font-size:16px;line-height:2;letter-spacing:-.018em;color:#574b4f}
.prose h2{font-size:30px;font-weight:760;line-height:1.45;letter-spacing:-.045em}
.prose h3{font-size:22px;font-weight:730;line-height:1.55;letter-spacing:-.035em}
.prose strong{font-weight:760;color:#43383b}
.prose a:not(.cta):not(.ghost){color:var(--pink2);text-decoration:underline;text-underline-offset:4px}
.note{font-size:15px;line-height:1.9;border-radius:0 14px 14px 0}
.side-box p{font-size:13px;line-height:1.8}
.compat-card h3,.trust-card h3{font-weight:740;letter-spacing:-.035em}
.compat-card p,.trust-card p{font-size:15px;line-height:1.85}
.disclaimer{font-size:11px;line-height:1.75}
.related-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.article-hero-caption{font-family:var(--sans);font-size:12px}
.ko-hero .hero-copy{max-width:610px}
.ko-hero .hero-copy p{max-width:570px}

.support-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:26px;align-items:start}
.support-card{padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.support-card h2,.support-card h3{margin:0;font-family:var(--sans);font-weight:750;line-height:1.5;letter-spacing:-.04em}
.support-card h2{font-size:30px}.support-card h3{font-size:22px}
.support-card p,.support-card li{font-size:15px;line-height:1.9;color:#66595d}
.support-email{display:block;margin:22px 0 0;font-size:24px;font-weight:750;color:var(--pink2);overflow-wrap:anywhere}
.support-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.support-actions .cta,.support-actions .ghost{min-height:48px}
.support-warning{margin-top:24px;padding:18px;border-radius:16px;background:#fff6f8;border:1px solid #f0dde2;font-size:13px;line-height:1.8;color:#7a696e}
.support-list{display:grid;gap:13px;margin-top:20px}
.support-item{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fffafb}
.support-item b{display:block;font-size:16px;font-weight:750}.support-item span{display:block;margin-top:7px;font-size:13px;line-height:1.75;color:#88797e}

.checkout-actions{justify-content:center}
.ko-checkout-status{width:min(560px,calc(100% - 30px));margin:0 auto;padding:42px;border:1px solid var(--line);border-radius:24px;background:#fff;text-align:center;box-shadow:var(--shadow)}
.ko-checkout-status strong{display:block;margin-top:18px;font-size:22px}.ko-checkout-status p{font-size:14px;color:var(--muted)}
.ko-spinner{display:block;width:44px;height:44px;margin:auto;border:4px solid #f1e3e7;border-top-color:var(--pink2);border-radius:50%;animation:ko-spin .8s linear infinite}
@keyframes ko-spin{to{transform:rotate(360deg)}}

@media(max-width:960px){
  .header-inner{grid-template-columns:1fr auto auto}
  .brand-copy strong{font-size:14px}
  .support-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  body{font-size:16px}
  .wrap{width:min(100% - 28px,620px)}
  .brand-copy strong{font-size:14px}
  .site-header>.wrap>.cta{display:none}
  .hero h1{font-size:39px;line-height:1.28}
  .hero p{font-size:16px;line-height:1.8}
  .page-hero{padding:56px 0 42px}
  .section-head h1{font-size:36px;line-height:1.3}
  .section-head h2{font-size:31px}
  .section-head p{font-size:15px;line-height:1.8}
  .band{padding:64px 0}
  .prose h2{margin-top:44px;font-size:26px}
  .prose h3{font-size:20px}
  .prose p,.prose li{font-size:16px;line-height:1.92}
  .type-card p,.article-card p,.category p{font-size:15px}
  .support-card{padding:26px 22px}.support-email{font-size:20px}.support-actions{display:grid}.support-actions .cta,.support-actions .ghost{width:100%}
  .related-actions{display:grid}.related-actions .ghost{width:100%}
}
