.blog-header{background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');background-size:cover;background-position:center;color:white;text-align:center;padding:80px 0;margin-bottom:40px}.blog-header h1{font-size:2.5rem;margin-bottom:10px}.blog-header p{font-size:1.2rem;opacity:0.9}.blog-content{display:grid;grid-template-columns:2fr 1fr;gap:40px;padding:0 20px;max-width:1200px;margin:0 auto}.blog-grid{display:grid;gap:30px}.blog-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:transform 0.3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-image{height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.blog-card:hover.blog-image img{transform:scale(1.1)}.blog-text{padding:20px}.blog-meta{display:flex;gap:20px;margin-bottom:15px;color:#666;font-size:0.9rem}.blog-meta span{display:flex;align-items:center;gap:5px}.blog-text h2{color:#333;margin-bottom:10px;font-size:1.5rem}.blog-text p{color:#666;line-height:1.6;margin-bottom:20px}.read-more{display:inline-flex;align-items:center;gap:8px;color:#ffd700;text-decoration:none;font-weight:500;transition:gap 0.3s ease}.read-more:hover{gap:12px}.blog-sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-widget{background:white;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.sidebar-widget h3{color:#333;margin-bottom:15px;font-size:1.2rem}.category-list{list-style:none;padding:0;margin:0}.category-list li{margin-bottom:10px}.category-list a{display:flex;justify-content:space-between;color:#666;text-decoration:none;transition:color 0.3s ease}.category-list a:hover{color:#ffd700}.popular-posts{list-style:none;padding:0;margin:0}.popular-posts li{margin-bottom:15px}.popular-posts a{display:flex;gap:15px;text-decoration:none;color:inherit}.popular-posts img{width:80px;height:80px;object-fit:cover;border-radius:5px}.post-info h4{color:#333;margin-bottom:5px;font-size:1rem}.post-info.date{color:#666;font-size:0.9rem}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-form input{padding:10px;border:1px solid#ddd;border-radius:5px;font-size:1rem}.newsletter-form button{background:#ffd700;color:#333;border:none;padding:10px;border-radius:5px;font-weight:500;cursor:pointer;transition:background-color 0.3s ease}.newsletter-form button:hover{background:#ffed4a}@media(max-width:992px){.blog-content{grid-template-columns:1fr}.blog-sidebar{order:-1}}@media(max-width:768px){.blog-header{padding:60px 0}.blog-header h1{font-size:2rem}.blog-content{padding:0 15px}}@media(max-width:480px){.blog-header{padding:40px 0}.blog-header h1{font-size:1.8rem}.blog-meta{flex-direction:column;gap:10px}.popular-posts a{flex-direction:column}.popular-posts img{width:100%;height:150px}}
