.dcdl{padding:90px 30px; background:linear-gradient(180deg,#f5f7fa,#fff); font-family:"DM Sans",system-ui,sans-serif; color:#0b1f33;}
.dcdl__inner{max-width:1080px; margin:0 auto;}
.dcdl__head{text-align:center; margin-bottom:40px;}
.dcdl__eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#00559d; margin-bottom:14px;}
.dcdl__title{font-size:clamp(28px,3vw,40px); font-weight:800; margin:0 0 14px; letter-spacing:-.01em;}
.dcdl__lead{font-size:16px; line-height:1.55; color:#5a6b7d; max-width:680px; margin:0 auto;}
.dcdl__list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:14px;}
.dcdl__row{display:grid; grid-template-columns:80px 1fr auto; gap:24px; align-items:center; background:#fff; border:1px solid #e7ecf2; border-radius:14px; padding:20px 24px; transition:transform .2s, box-shadow .2s;}
.dcdl__row:hover{transform:translateY(-2px); box-shadow:0 12px 28px -16px rgba(11,31,51,.18);}
.dcdl__type{display:flex; align-items:center; justify-content:center; width:60px; height:60px; border-radius:12px; background:linear-gradient(135deg,#00559d,#0077cc); color:#fff; font-weight:800; font-size:14px; letter-spacing:.02em;}
.dcdl__h{font-size:16.5px; font-weight:800; margin:0 0 4px;}
.dcdl__t{font-size:14px; line-height:1.5; color:#5a6b7d; margin:0;}
.dcdl__meta{display:flex; gap:14px; margin-top:6px; font-size:12.5px; color:#8395a8; font-weight:600;}
.dcdl__btn{display:inline-flex; align-items:center; gap:8px; padding:10px 18px; background:#0b1f33; color:#fff; text-decoration:none; font-weight:700; font-size:13.5px; border-radius:999px; white-space:nowrap; transition:background .2s;}
.dcdl__btn:hover{background:#00559d;}
.dcdl__btn svg{width:14px; height:14px;}
@media(max-width:600px){.dcdl{padding:60px 18px;} .dcdl__row{grid-template-columns:60px 1fr; gap:14px;} .dcdl__btn{grid-column:1/-1; justify-content:center;}}
