.resources-page{background-color:#F8F5F2;min-height:100vh;padding-top:100px}.resources-hero{text-align:center;padding:6rem 2rem 4rem}.resources-hero-title{font-size:var(--text-5xl);color:#3e2723;margin-bottom:1rem}.resources-hero-text{font-size:var(--text-xl);color:var(--fb-accent-text);font-weight:500;max-width:600px;margin:0 auto;line-height:1.6}.resources-grid-section{padding:4rem 2rem 8rem}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.resource-card{background:white;padding:3rem 2rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center}.resource-card:hover{transform:translateY(-10px)}.resource-logo-wrap{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.resource-logo-img{max-width:100%;max-height:100%;object-fit:contain}.resource-icon{font-size:var(--text-5xl);color:var(--fb-accent-text)}.resource-title{font-size:var(--text-2xl);color:#3e2723;margin-top:1rem;margin-bottom:1rem}.resource-desc{color:#555;line-height:1.6;margin-bottom:2rem;flex-grow:1;white-space:pre-line}.resource-btn{background-color:transparent!important;color:#3e2723!important;border-color:#3e2723!important;transition:all .3s ease}.resource-btn:hover{background-color:#3e2723!important;color:white!important}