/* Larger primary service cards on the homepage. */
.quick-actions{gap:22px;margin-top:86px}.quick-actions a{min-height:184px;padding:30px 26px;border-radius:18px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;box-shadow:0 7px 18px rgba(7,32,51,.05)}.quick-actions a:after{content:'→';position:absolute;right:24px;bottom:19px;color:var(--orange);font-size:23px;line-height:1;transition:transform .2s}.quick-actions a:hover{border-color:#d5b56b;background:#fffdf7}.quick-actions a:hover:after{transform:translateX(5px)}.quick-actions b{font-size:19px;line-height:1.25;padding-right:24px}.quick-actions span{font-size:14px;line-height:1.6;margin-top:10px;padding-right:28px}@media(max-width:820px){.quick-actions{gap:14px;margin-top:56px}.quick-actions a{min-height:164px;padding:23px 19px}.quick-actions b{font-size:16px}.quick-actions span{font-size:12px}.quick-actions a:after{right:18px;bottom:16px}}
