.open-source-hero{max-width:980px}.open-source-stats{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.open-source-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.2rem;box-shadow:0 10px 24px rgba(90,24,154,.06)}.open-source-stat-number{font-family:var(--secondary-font);font-size:2rem;color:var(--secondary-color);line-height:1;margin:0 0 .5rem}.open-source-stat-label{font-size:1rem;color:var(--text-color);margin:0}.open-source-section-header{margin:4rem 0 1.2rem}.open-source-section-header h3{font-size:2rem;font-family:var(--secondary-font);color:var(--secondary-color);margin-bottom:.5rem}.open-source-section-header p{font-size:1.1rem;color:var(--text-color);max-width:860px}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.resource-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.2rem;box-shadow:0 10px 24px rgba(90,24,154,.06);display:flex;flex-direction:column;min-height:220px}.resource-kind{font-size:.8rem;letter-spacing:.08rem;text-transform:uppercase;color:var(--secondary-color);font-weight:700;margin:0 0 .7rem;border-bottom:2px solid var(--primary-color)}.resource-card h4{font-size:1.25rem;color:var(--text-color);margin-bottom:.7rem}.resource-card>p{font-size:1rem;color:var(--text-color);margin-bottom:1rem;line-height:1.5}.resource-links{margin-top:auto;display:flex;gap:.9rem;flex-wrap:wrap}.resource-links a{transition:all .3s ease;padding:.5rem .6rem;border:none;border-radius:8px;font-size:.95rem;text-decoration:none;background:var(--light-primary);color:var(--secondary-color);border:1px solid rgba(255,195,0,.3)}.resource-links a:hover{background:var(--primary-color);color:var(--secondary-color)}@media (max-width:980px){.open-source-stats,.resource-grid{grid-template-columns:1fr}.open-source-section-header h3{font-size:1.6rem}}