.wd-section{overflow:hidden;padding:var(--wd-pad-top,72px) 20px var(--wd-pad-bottom,72px)}.wd-section .wd-container{margin:0 auto;max-width:1200px}.wd-section .wd-heading{color:#1a1a1a;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;margin:0 0 48px;text-align:center}.wd-section .wd-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.wd-section .wd-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.wd-section .wd-grid{grid-template-columns:1fr}}@keyframes wd-card-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.wd-section .wd-card{background:var(--wd-card-bg,#fff);border:1px solid var(--wd-card-border,#e2e6ea);border-radius:10px;color:inherit;display:flex;flex-direction:column;justify-content:space-between;min-height:240px;padding:28px 24px 24px;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.wd-section.wd-prepped .wd-card{opacity:0;transform:translateY(40px);transition:none}.wd-section.wd-visible .wd-card{animation:wd-card-in .55s ease forwards}.wd-section .wd-card:hover{background-color:var(--wd-hover-bg,#eef2ff);border-color:var(--wd-hover-border,#3b5bdb);box-shadow:0 8px 28px rgba(0,0,0,.07);transform:translateY(-3px)}.wd-section .wd-card-body{flex:1}.wd-section .wd-card-title{color:#1a1a1a;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 12px}.wd-section .wd-card-desc{color:#555;font-size:.9rem;line-height:1.65;margin:0}.wd-section .wd-card-footer{margin-top:28px}.wd-section .wd-card-link{align-items:center;color:var(--wd-link-color,#1a1a1a);display:inline-flex;font-size:.9rem;font-weight:400;gap:6px;text-decoration:none;transition:color .2s ease}.wd-section .wd-card:hover .wd-card-link{color:var(--wd-link-hover,#3b5bdb)}.wd-section .wd-card-link .wd-arrow{display:inline-block;transition:transform .2s ease}.wd-section .wd-card:hover .wd-arrow{transform:translateX(4px)}