.freebie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0 44px}.freebie-card{background:#070b13;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden}.freebie-img{height:210px;background-size:cover;background-position:center}.freebie-body{padding:18px}.lead-box{background:linear-gradient(135deg,rgba(11,107,255,.14),rgba(155,44,255,.16));border:1px solid rgba(155,44,255,.35);border-radius:18px;padding:24px;margin:24px 0}.lead-form{display:grid;grid-template-columns:1fr auto;gap:10px}.lead-form input{width:100%}@media(max-width:900px){.freebie-grid{grid-template-columns:1fr}.lead-form{grid-template-columns:1fr}}