.dcel{padding:90px 30px; background:#fff; font-family:"DM Sans",system-ui,sans-serif; color:#0b1f33;}
.dcel__inner{max-width:1280px; margin:0 auto;}
.dcel__head{margin-bottom:36px; text-align:center;}
.dcel__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;}
.dcel__title{font-size:clamp(28px,3vw,40px); font-weight:800; margin:0 0 14px; letter-spacing:-.01em;}
.dcel__lead{font-size:16px; line-height:1.55; color:#5a6b7d; max-width:680px; margin:0 auto;}
.dcel__list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:18px;}
.dcel__row{display:grid; grid-template-columns:120px 1fr auto; gap:24px; align-items:center;
  background:#f5f7fa; border:1px solid #eef2f7; border-radius:18px; padding:22px 26px; transition:transform .2s, box-shadow .2s;}
.dcel__row:hover{transform:translateY(-2px); box-shadow:0 14px 30px -16px rgba(11,31,51,.2);}
.dcel__row--past{opacity:.65;}
.dcel__date{display:flex; flex-direction:column; align-items:center; justify-content:center; background:linear-gradient(135deg,#00559d,#0077cc); color:#fff; border-radius:14px; padding:14px 8px; min-height:96px;}
.dcel__day{font-size:32px; font-weight:800; line-height:1;}
.dcel__mon{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; margin-top:4px;}
.dcel__yr{font-size:11px; opacity:.75; margin-top:2px;}
.dcel__body{min-width:0;}
.dcel__type{display:inline-block; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#00559d; background:rgba(0,85,157,.08); padding:3px 9px; border-radius:6px; margin-bottom:8px;}
.dcel__h{font-size:19px; font-weight:800; margin:0 0 6px; line-height:1.3;}
.dcel__meta{font-size:13.5px; color:#5a6b7d; margin:0 0 4px; display:flex; gap:14px; flex-wrap:wrap; font-weight:600;}
.dcel__desc{font-size:14px; line-height:1.55; color:#5a6b7d; margin:6px 0 0;}
.dcel__btn{display:inline-flex; align-items:center; gap:8px; padding:12px 20px; background:linear-gradient(135deg,#00559d,#0077cc); color:#fff; text-decoration:none; font-weight:700; font-size:14px; border-radius:999px; white-space:nowrap;}
.dcel__btn svg{width:14px; height:14px;}
.dcel__tag{display:inline-block; padding:8px 14px; background:#e7ecf2; color:#5a6b7d; border-radius:999px; font-size:13px; font-weight:700;}
.dcel__tag--full{background:#ffe5e5; color:#a02020;}
@media(max-width:720px){.dcel{padding:60px 18px;} .dcel__row{grid-template-columns:90px 1fr; gap:16px; padding:18px;} .dcel__cta{grid-column:1/-1;}}
