.checklist-wrap{--bg:#f4fbff;--card:#fff;--text:#0b1f33;--muted:#6b7a8c;--brand:#1f7cff;--brand-2:#0f5fe6;--border:rgba(11,31,51,.08);--shadow:0 14px 30px rgba(11,31,51,.08);--radius:18px;background:var(--bg);padding:clamp(18px,3vw,34px);border-radius:clamp(14px,2vw,18px)}.checklist-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 18px}.checklist-title{font-size:clamp(26px,3.2vw,40px);line-height:1.05;margin:0;color:var(--text);letter-spacing:-.02em}.checklist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.2vw,28px)}@media (max-width:1024px){.checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.checklist-grid{grid-template-columns:1fr}}.checklist-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;height:100%;display:flex;flex-direction:column;min-height:100%}.checklist-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(11,31,51,.12);border-color:rgba(31,124,255,.25)}.checklist-media{position:relative;aspect-ratio:16/10;background:#eaf4ff;overflow:hidden}.checklist-media img{width:100%;height:100%;object-fit:cover;display:block}.checklist-media::after{content:"";position:absolute;inset:0;background:radial-gradient(100% 70% at 100% 0%,rgba(31,124,255,.15) 0%,rgba(31,124,255,0) 60%);pointer-events:none}.checklist-body{padding:16px 16px 14px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.checklist-meta{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}.checklist-card h3{font-size:clamp(18px,1.6vw,22px);line-height:1.25;margin:0}.checklist-card h3 a{color:var(--text);text-decoration:none}.checklist-card h3 a:hover{color:var(--brand-2)}.checklist-excerpt{color:#3c4b5c;line-height:1.6;margin:0;font-size:15px}.checklist-footer{margin-top:auto;padding:0 16px 18px}.checklist-readmore{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:800;text-decoration:none;padding:8px 0}.checklist-readmore:hover{color:var(--brand-2);text-decoration:underline}.checklist-pagination{display:flex;justify-content:center;margin-top:22px}.checklist-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;margin:0 6px;border-radius:8px;background:#1d2c44;color:#fff;font-weight:800;text-decoration:none;border:1px solid rgba(255,255,255,.12);transition:transform .15s ease,background .15s ease}.checklist-pagination .page-numbers:hover{transform:translateY(-1px);background:#0f223a}.checklist-pagination .page-numbers.current{background:var(--brand);border-color:rgba(255,255,255,0)}.checklist-pagination .page-numbers.next,.checklist-pagination .page-numbers.prev{background:var(--brand)}@media (prefers-reduced-motion:reduce){.checklist-card,.checklist-pagination .page-numbers{transition:none}}