.dept-buttons-section{padding:3.2rem 1.6rem;background-color:#fff}.dept-buttons-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;max-width:1400px;margin:0 auto}.dept-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;border-radius:4px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .2s ease}.dept-card:hover{transform:scale(1.02);color:#fff;text-decoration:none}.dept-card__img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transition:transform .3s ease}.dept-card:hover .dept-card__img{transform:scale(1.05)}.dept-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.15) 70%,rgba(0,0,0,.5) 100%);z-index:2}.dept-card__title{position:relative;z-index:3;margin:0;padding:1.6rem 1.6rem 0;font-size:1.8rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.dept-card__cta{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.6rem;margin:0;background:rgba(0,0,0,.7);color:#fff;font-size:1.4rem;font-weight:500}.dept-card__cta svg{flex-shrink:0;margin-left:.8rem}@media(max-width:1024px){.dept-buttons-container{grid-template-columns:repeat(2,1fr)}.dept-card{min-height:280px}}@media(max-width:600px){.dept-buttons-section{padding:2.4rem 1.2rem}.dept-buttons-container{grid-template-columns:1fr;gap:1rem}.dept-card{min-height:220px}.dept-card__title{font-size:1.6rem}}