.resources-hero{background:var(--brand-primary);padding:160px 0 var(--spacing-xl);text-align:center}.resources-hero h1{color:#fff;margin-bottom:var(--spacing-xs)}.resources-hero p{color:rgba(255,255,255,.8);max-width:520px;margin:0 auto}.resources-section{padding:var(--spacing-xl) 0}.resources-section:nth-child(2n){background:var(--brand-bg-alt)}.resource-card{border:1px solid var(--brand-border);border-radius:2px;padding:var(--spacing-md);background:#fff;height:100%;transition:box-shadow .2s}.resource-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.06)}.resource-card h3{font-size:1rem;margin-bottom:var(--spacing-xs);color:var(--brand-text)}.resource-card p{font-size:.85rem;color:var(--brand-text);margin-bottom:var(--spacing-sm)}.resource-card .file-type{font-size:.75rem;color:var(--brand-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.resource-card .download-link{font-size:.85rem;font-weight:600;color:var(--brand-primary)}.resource-card .download-link:hover{color:var(--brand-primary-dark)}.resource-category-title{border-bottom:2px solid var(--brand-primary);padding-bottom:var(--spacing-xs);margin-bottom:var(--spacing-md)}