/*
Theme Name: PolicyCert Standard
Theme URI: https://policycert.uassuk.com
Description: 자동차 보험 가입증명서 발급 정보 플랫폼 전용 테마
Version: 1.0.0
Author: PolicyCert
*/
:root{--navy:#0b2e4f;--blue:#11599b;--gold:#d9a441;--ink:#1c2733;--muted:#5c6b7a;--line:#e3e9ef;--paper:#f2f7fb;--r:18px}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;color:var(--ink);line-height:1.75;background:#fff;font-size:16px}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}
.header-in{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em;color:var(--ink);font-size:19px;line-height:1.25}
.brand img{width:44px;height:44px;border-radius:12px}
.brand small{display:block;font-size:10px;letter-spacing:.12em;color:var(--muted);font-weight:700}
.nav{display:flex;gap:26px;align-items:center;font-size:15px;font-weight:650}
.nav a{color:var(--ink);min-height:44px;display:flex;align-items:center}
.nav a:hover{color:var(--blue)}
.hero{min-height:640px;display:grid;align-items:center;background:linear-gradient(92deg,rgba(7,30,55,.95) 0%,rgba(7,30,55,.82) 46%,rgba(10,60,105,.32) 100%),url('assets/hero.webp') center/cover;color:#fff}
.hero-copy{max-width:780px;padding:100px 0}
.eyebrow{font-size:13px;letter-spacing:.18em;color:#c9a45c;font-weight:800}
.hero h1{font-size:clamp(40px,5.6vw,66px);line-height:1.16;letter-spacing:-.05em;margin:20px 0 18px}
.hero p{font-size:19px;color:#dce8f3;max-width:680px}
.actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--gold);color:#14263a;font-weight:800;transition:.2s}
.btn.alt{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}
.btn:hover{transform:translateY(-2px)}
.section{padding:104px 0}
.section.soft{background:var(--paper)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}
.section-head h2{font-size:clamp(28px,3.6vw,42px);letter-spacing:-.04em;line-height:1.3}
.section-head p{max-width:540px;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:st}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:30px 26px}
.step:before{counter-increment:st;content:"0" counter(st);display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:12px;background:var(--navy);color:#fff;font-weight:800;font-size:15px}
.step b{display:block;margin:16px 0 8px;font-size:19px;letter-spacing:-.02em}
.step p{color:var(--muted);font-size:15px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 5px 18px rgba(11,46,79,.05);transition:.22s}
.card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,46,79,.12)}
.card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.card-body{padding:24px}
.card h3{font-size:20px;line-height:1.45;letter-spacing:-.02em;color:var(--ink);margin-bottom:8px}
.card p{color:var(--muted);font-size:14.5px}
.meta{font-size:12.5px;color:var(--gold);font-weight:800;letter-spacing:.06em;margin-bottom:8px}
.rows{display:grid;gap:12px}
.row{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 24px}
.row b{font-size:17px}
.row span{color:var(--muted);font-size:14.5px}
.row a{font-weight:800}
.cta{background:linear-gradient(120deg,var(--navy),#14456f);color:#fff;text-align:center}
.cta h2{font-size:clamp(26px,3.4vw,38px);letter-spacing:-.04em;margin-bottom:12px}
.cta p{color:#d5e2ee;max-width:640px;margin:0 auto 28px}
.article-hero{padding:80px 0 30px;background:var(--paper)}
.article-hero h1{font-size:clamp(34px,4.6vw,56px);line-height:1.22;letter-spacing:-.05em;max-width:920px}
.article-hero .meta{margin-top:14px}
.featured{width:min(calc(100% - 40px),1000px);margin:26px auto 40px;border-radius:22px;overflow:hidden;box-shadow:0 18px 40px rgba(11,46,79,.14)}
.featured img{width:100%;aspect-ratio:16/8;object-fit:cover}
.prose{width:min(calc(100% - 40px),780px);margin:0 auto;padding:10px 0 100px}
.prose h2{font-size:31px;line-height:1.35;margin:64px 0 20px;letter-spacing:-.03em;padding-top:8px}
.prose h3{font-size:23px;margin-top:40px}
.prose p{margin:0 0 22px}
.prose figure{margin:40px 0}
.prose figure img{width:100%;border-radius:18px;aspect-ratio:16/10;object-fit:cover}
.prose figcaption{font-size:13px;color:var(--muted);margin-top:10px}
.article-summary,.prose blockquote{background:var(--paper);border:1px solid #dde9f3;border-radius:16px;padding:24px 28px;margin:30px 0}
.prose blockquote{border-left:4px solid var(--gold);font-size:18px}
.table-wrap{overflow-x:auto;margin:36px 0;border:1px solid var(--line);border-radius:14px}
.prose table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}
.prose caption{text-align:left;padding:18px 20px;font-weight:800;background:var(--navy);color:#fff}
.prose th,.prose td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.prose th{background:#eef4f9}
.page-shell{width:min(calc(100% - 40px),900px);margin:0 auto;padding:84px 0 110px}
.page-shell h1{font-size:44px;letter-spacing:-.04em;margin-bottom:26px}
.site-footer{background:#0a2540;color:#c7d3df;padding:64px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:46px}
.site-footer .brand{color:#fff}
.site-footer .brand small{color:#8fa3b5}
.site-footer a{color:#dce6ef}
.site-footer strong{color:#fff;display:block;margin-bottom:14px}
.site-footer p{font-size:14px;color:#aebfd0;margin-bottom:10px}
.f-col p{line-height:1.9}
.legal-footer{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:24px;font-size:13px;color:#93a7ba;line-height:1.8}
a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@media(max-width:860px){
.site-header{position:static}
.header-in{height:auto;flex-wrap:wrap;padding:14px 0}
.nav{width:100%;overflow-x:auto;gap:18px;padding-bottom:4px}
.hero{min-height:600px;background-position:64% center}
.hero-copy{padding:80px 0}
.actions{flex-direction:column;align-items:stretch}
.section{padding:76px 0}
.section-head{display:block}
.cards,.steps,.footer-grid{grid-template-columns:1fr}
.row{flex-direction:column;align-items:flex-start}
.article-hero{padding:56px 0 24px}
.page-shell h1{font-size:36px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
