.blog-section{background:#f5f5f5;padding:80px 24px}.container{margin:auto;max-width:1200px;padding:0 20px}.blog-header h2{font-size:40px;line-height:normal;margin-bottom:10px}.blog-header p{color:#555;margin-bottom:40px;max-width:700px}.blog-categories{border-bottom:1px solid #ddd;display:flex;gap:20px;margin-bottom:50px;padding-bottom:15px}.blog-categories>span{min-width:110px}.blog-categories ul{display:flex;flex-wrap:wrap;gap:30px;list-style:none;margin:0;padding:0}.blog-categories li{cursor:pointer;font-weight:500}.blog-categories li.active{text-decoration:underline}.blog-grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.blog-card img{border-radius:12px;height:330px;margin-bottom:20px;object-fit:cover;width:100%}.blog-title{font-size:20px;line-height:normal;margin-bottom:10px}.blog-meta{color:#777;font-size:12px;letter-spacing:1px;margin-bottom:10px}.blog-excerpt{color:#555;font-size:14px;margin-bottom:15px}.read-more{font-weight:700;text-decoration:underline}.blog-load-more{display:flex;justify-content:center;margin-top:40px;text-align:center}@media(max-width:992px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-categories{flex-direction:column}.blog-categories ul{gap:20px}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-header h2{font-size:32px;line-height:normal}}