.featured-resources-section{background:linear-gradient(to bottom,var(--white) 0,#fafafa 100%);padding:100px 20px}.resources-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.resource-card{background-color:var(--white);border-radius:20px;overflow:visible;box-shadow:0 10px 40px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:row;min-height:380px;position:relative}.resource-card:nth-child(2n){flex-direction:row-reverse}.resource-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px rgba(0,0,0,.15),0 4px 16px rgba(0,0,0,.08)}.resource-image-wrapper{position:relative;width:45%;height:480px;overflow:hidden;border-radius:20px;flex-shrink:0;margin-top:-40px;margin-bottom:-40px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.resource-image-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.3) 100%);opacity:.6;transition:opacity .3s ease}.resource-card:hover .resource-image-wrapper::after{opacity:.3}.resource-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.resource-card:hover .resource-image{transform:scale(1.08)}.resource-content{padding:50px 60px;display:flex;flex-direction:column;justify-content:center;width:55%;background:linear-gradient(135deg,rgba(255,255,255,.9) 0,#fff 100%);z-index:1}.resource-content h3{font-size:2.2rem;font-weight:700;color:var(--offblack);margin-bottom:20px;line-height:1.2;font-family:Futura,'Century Gothic','Trebuchet MS',sans-serif}.resource-content p{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:30px;max-width:90%}.resource-button{display:inline-block;padding:14px 32px;background-color:var(--offblack);color:var(--white);text-decoration:none;font-family:Futura,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:30px;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 12px rgba(0,0,0,.15)}.resource-button:hover{background-color:#000;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}@media (max-width:1024px){.resource-card{flex-direction:column!important;min-height:auto}.resource-card:nth-child(2n){flex-direction:column!important}.resource-image-wrapper{width:100%;height:300px;border-radius:15px 15px 0 0;margin-top:0;margin-bottom:0}.resource-content{width:100%;padding:30px}.resource-content p{max-width:100%}}@media (max-width:768px){.featured-resources-section{padding:60px 20px}.resources-container{gap:30px}.resource-content h3{font-size:1.5rem}.resource-image-wrapper{height:250px}.resource-content{padding:25px}}