.resources-grid{background-color:#fff}.resources-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.resources-title{color:#222;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.resources-view-all-btn:hover .arrow-icon{filter:brightness(0)invert()!important}.resources-grid-container{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,2vw,2rem);max-width:1400px;margin:0 auto;display:grid}.resource-card{color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.resource-image-wrapper{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;height:280px;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.resource-image{object-fit:cover;object-position:center;width:100%;height:100%}.resource-category{color:#fff;z-index:1;background-color:#0e85dd;border-radius:20px;padding:6px 12px;font-size:.875rem;font-weight:600;position:absolute;top:16px;left:16px}.resource-content{flex-direction:column;gap:.75rem;display:flex}.resource-meta{color:#94a3b8;margin:0;font-size:.875rem}.resource-title{color:#222;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.resource-card:hover .resource-title{color:#0e85dd}@media (max-width:1024px){.resources-grid{padding:5rem 0}.resources-grid-container{grid-template-columns:repeat(2,1fr);gap:2rem}.resources-title{font-size:clamp(2rem,4vw,2.5rem)}.resource-image-wrapper{height:250px}.resource-title{font-size:clamp(1.25rem,2.5vw,1.5rem)}}@media (max-width:768px){.resources-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.resources-title{font-size:1.75rem}.resources-grid-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.resource-image-wrapper{height:200px}.resource-title{font-size:1.125rem}.resource-meta{font-size:.8rem}}@media (max-width:480px){.resources-title{font-size:1.5rem}.resources-grid-container{grid-template-columns:1fr;gap:1.5rem}.resource-image-wrapper{height:200px}}
