.te-form{max-width:520px;margin:30px auto;display:grid;gap:10px}
.te-form input,.te-form button{padding:12px;border-radius:10px;border:1px solid #ddd}
.te-form button{background:#111;color:#fff;cursor:pointer}
.te-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:40px}
.te-card{background:#fff;padding:20px;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:center}
.te-card img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:10px}
.te-socials{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.te-socials a{font-size:12px;padding:6px 10px;border-radius:20px;background:#f2f2f2;text-decoration:none;color:#111}
