.asg-wrap{max-width:1340px;margin:0 auto;padding:80px 30px}
.asg-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}
.asg-head h2{font-size:30px;font-weight:500;line-height:1;margin:0}
.asg-head a{text-decoration:none;color: #6B7280;font-size: 14px;}
.asg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.asg-card{background:#f8f8f8;border:1px solid #e5e5e5}
.asg-image img,.asg-placeholder{width:100%;height:150px;display:block;object-fit:cover}
.asg-placeholder{background:repeating-linear-gradient(-45deg,#ececec,#ececec 15px,#e2e2e2 15px,#e2e2e2 30px);display:flex;align-items:center;justify-content:center}
.asg-content{padding:24px;}
.asg-category{background:#f3f3f3;padding:10px 14px;font-size:12px;text-transform:uppercase}
.asg-card h3{margin:24px 0}
.asg-card h3 a{text-decoration:none;color:inherit;font-size:17px; font-weight:600;line-height:1.4;}
.asg-meta{display:flex;gap:20px;color:#6B7280;font-size:12px;}
.asg-card:hover {border-color: #1DD9D9;box-shadow: 0 8px 24px rgba(29, 217, 217, 0.12);}
@media(max-width:1024px){.asg-grid{grid-template-columns:1fr 1fr}.asg-head h2{font-size:48px}}
@media(max-width:767px){.asg-grid{grid-template-columns:1fr}.asg-head{flex-direction:column;align-items:flex-start}.asg-head h2{font-size:38px}}
