.dl-board-head{background:#111827;color:#fff;padding:2.25rem 0;text-align:center}
.dl-board-head h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.dl-board-head p{color:#9ca3af;font-size:.9rem;max-width:560px;margin:0 auto}
.dl-openings{font-size:.82rem;color:#059669;margin-top:.65rem;font-weight:700}

.office-grid{padding:2.5rem 0;background:#f3f4f6}
.office-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.office-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;display:grid;grid-template-columns:1fr 120px;gap:1rem;align-items:center}
.office-card.priority{border-color:#2563eb;border-width:2px}
.office-card img{border-radius:6px;border:1px solid #e5e7eb;width:100%}
.office-tag{font-size:.68rem;font-weight:800;color:#059669;background:#ecfdf5;padding:.2rem .5rem;border-radius:4px;display:inline-block;margin-bottom:.4rem}
.office-card h2{font-size:1rem;font-weight:800;margin-bottom:.35rem;color:#111827}
.office-card p{font-size:.84rem;color:#6b7280;margin-bottom:.65rem;line-height:1.5}
.office-meta{font-size:.75rem;color:#9ca3af;margin-bottom:.65rem}
.btn-apply{display:inline-block;background:#2563eb;color:#fff!important;padding:.45rem 1rem;font-size:.82rem;font-weight:700;border-radius:6px;text-decoration:none!important}
.btn-apply:hover{background:#1d4ed8}

.dl-dept-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
.dl-dept{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}
.dl-dept h3{font-size:.88rem;font-weight:800;margin-bottom:.35rem;color:#111827}
.dl-dept p{font-size:.8rem;color:#6b7280}

.dl-timeline{max-width:640px;margin:0 auto;border-left:3px solid #2563eb;padding-left:1.5rem}
.dl-tl-item{position:relative;padding:0 0 1.25rem 0}
.dl-tl-item::before{content:"";position:absolute;left:-1.65rem;top:.35rem;width:10px;height:10px;background:#2563eb;border-radius:50%;border:2px solid #fff}
.dl-tl-item h3{font-size:.9rem;font-weight:800;color:#111827;margin-bottom:.25rem}
.dl-tl-item p{font-size:.82rem;color:#6b7280}

.dl-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-benefit{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}
.dl-benefit h3{font-size:.88rem;font-weight:800;color:#2563eb;margin-bottom:.55rem}
.dl-benefit li{font-size:.82rem;color:#6b7280;padding:.26rem 0}

.dl-apply-cta{text-align:center;padding:2.5rem 0;background:#059669;color:#fff}
.dl-apply-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}
.dl-apply-cta p{font-size:.86rem;opacity:.9;margin-bottom:1rem}
.dl-apply-cta .btn-primary{background:#fff;color:#059669!important}

@media(max-width:768px){
  .office-cards,.dl-benefits{grid-template-columns:1fr}
  .office-card{grid-template-columns:1fr;text-align:center}
  .office-card img{max-width:160px;margin:0 auto}
  .dl-dept-row{grid-template-columns:1fr}
}
