.resourcesHubPage{font-family:var(--font-inter),sans-serif;background:#fff}.resources-hub-header{background:linear-gradient(135deg,#0A1628,#0F2744);padding:9rem 2rem 4rem;text-align:center}.resources-hub-header-inner{max-width:700px;margin:0 auto}.resources-hub-header-inner h1{font-size:clamp(2.25rem,5vw,3rem);font-weight:800;color:#fff;letter-spacing:-1px;margin-bottom:1rem}.resources-hub-header-inner p{font-size:1.15rem;color:hsla(0,0%,100%,.85);line-height:1.6}.resources-hub-body{padding:4rem 2rem;max-width:clamp(900px,88vw,1500px);margin:0 auto}.resources-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.resources-hub-card{display:block;background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;padding:2rem 1.75rem;text-decoration:none;transition:all .3s ease}.resources-hub-card:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.resources-hub-card h2{font-size:1.3rem;font-weight:700;color:#0a1628;margin-bottom:.75rem}.resources-hub-card p{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:1.25rem}.resources-hub-card-link{font-size:.95rem;font-weight:600;color:#10b981}.resources-hub-more{text-align:center;color:#6b7280;font-size:.95rem;margin-top:3rem}@media screen and (max-width:768px){.resources-hub-header{padding:7rem 1.5rem 3rem}.resources-hub-body{padding:2.5rem 1.5rem}}