.cert-page{background:#f5f7f9;color:#263746}
.cert-hero{padding:72px 0 50px;background:linear-gradient(125deg,#003a70,#002c57);color:#fff}
.cert-hero .eyebrow{color:#f7941d;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:13px;margin-bottom:12px}
.cert-hero h1{font-size:44px;line-height:1.1;margin:0 0 16px;letter-spacing:-.025em}
.cert-hero p{max-width:820px;margin:0;color:#dbe7f1;font-size:17px;line-height:1.6}
.cert-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.cert-nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.34);color:#fff;font-size:13px;font-weight:700;background:rgba(255,255,255,.06)}
.cert-nav a:hover{background:#fff;color:#003a70}
.cert-content{padding:52px 0 72px}
.cert-group{scroll-margin-top:100px;margin-bottom:44px}
.cert-group-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px;padding-bottom:16px;border-bottom:2px solid #003a70}
.cert-group-head h2{margin:0 0 7px;font-size:30px;color:#003a70;letter-spacing:-.02em}
.cert-group-head p{margin:0;color:#667684;line-height:1.5}
.cert-group-head>span{flex:0 0 auto;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#667684}
.cert-list{display:grid;gap:10px}
.cert-document{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:18px;background:#fff;border:1px solid #dce3e9;padding:18px 20px;transition:.15s ease}
.cert-document:hover{border-color:#b7c7d5;box-shadow:0 10px 26px rgba(0,58,112,.08)}
.cert-document-mark{width:54px;height:54px;display:grid;place-items:center;background:#edf4fa;border-left:4px solid #f7941d;color:#003a70;font-weight:900;font-size:12px}
.cert-document-body h3{margin:0 0 6px;color:#203646;font-size:17px;line-height:1.35}
.cert-document-body p{margin:0;color:#687885;font-size:13px;line-height:1.45}
.cert-document-meta{margin-top:7px;color:#8a98a3;font-size:11px}
.cert-document-actions{display:flex;align-items:flex-end;flex-direction:column;gap:7px;min-width:150px}
.cert-open{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;background:#003a70;color:#fff;font-weight:800;font-size:13px}
.cert-open:hover{background:#0b4d86}
.cert-source{font-size:11px;color:#657581;text-decoration:underline;text-underline-offset:2px}
.cert-source:hover{color:#003a70}
.cert-source-note{margin-top:28px;padding:20px 22px;background:#fff;border-left:4px solid #f7941d;color:#5c6e7c;font-size:13px;line-height:1.55}
.cert-source-note strong{color:#263746}
@media(max-width:760px){
  .cert-hero{padding:48px 0 38px}
  .cert-hero h1{font-size:34px}
  .cert-hero p{font-size:15px}
  .cert-content{padding:36px 0 52px}
  .cert-group-head{align-items:start}
  .cert-group-head h2{font-size:25px}
  .cert-document{grid-template-columns:54px minmax(0,1fr);gap:14px;padding:16px}
  .cert-document-mark{width:48px;height:48px}
  .cert-document-actions{grid-column:1/-1;align-items:stretch;min-width:0}
  .cert-open{width:100%}
  .cert-source{text-align:center;padding:3px 0}
}
