.blog-wrapper{max-width:1200px;margin:70px auto 0;padding:20px;position:relative;z-index:1;background:#fff;min-height:calc(100vh - 140px)}.blog-hero{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:white!important;padding:60px 40px;border-radius:20px;margin-bottom:40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 10px 30px rgb(59 130 246 / .2)}.blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.1}.blog-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.blog-main-title{font-size:2.8rem;margin-bottom:20px;font-weight:800;line-height:1.2;text-shadow:0 2px 10px rgb(0 0 0 / .1);color:#ffffff!important}.blog-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto 40px;line-height:1.6;font-weight:400;color:#ffffff!important;opacity:.95}.blog-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;background:rgb(255 255 255 / .1);padding:30px;border-radius:16px;border:1px solid rgb(255 255 255 / .2);max-width:800px;margin:0 auto 20px;backdrop-filter:blur(10px);color:white!important}.stat-item{text-align:center;flex:1;min-width:120px;color:white!important}.stat-icon{width:50px;height:50px;background:rgb(255 255 255 / .15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:1.2rem;color:white!important;border:2px solid rgb(255 255 255 / .3)}.stat-number{display:block;font-size:2.2rem;font-weight:800;margin-bottom:5px;color:#000000!important;line-height:1}.stat-label{font-size:.9rem;color:#000000!important;font-weight:500;display:block;letter-spacing:.5px;opacity:.95}.back-to-all-btn{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .15);color:white!important;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:20px;border:1px solid rgb(255 255 255 / .2);transition:all 0.3s ease}.back-to-all-btn:hover{background:rgb(255 255 255 / .25);transform:translateY(-2px);color:white!important}.mobile-filter-btn{display:none;width:100%;padding:14px;background:#3b82f6;color:white!important;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:20px;align-items:center;justify-content:center;gap:10px;transition:background 0.3s ease}.mobile-filter-btn:hover{background:#2563eb;color:white!important}.mobile-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);z-index:9998;opacity:0;transition:opacity 0.3s ease;backdrop-filter:blur(3px)}.mobile-sidebar-overlay.active{display:block;opacity:1}.mobile-sidebar{display:block;position:fixed;top:0;left:-100%;width:85%;max-width:320px;height:100vh;background:#fff;z-index:9999;transition:left 0.3s ease;overflow-y:auto;box-shadow:5px 0 30px rgb(0 0 0 / .1)}.mobile-sidebar.active{left:0}.blog-content-wrapper{position:relative;z-index:1;display:grid;grid-template-columns:280px 1fr;gap:40px;margin:40px 0}.blog-sidebar{position:sticky;top:100px;height:fit-content}.sidebar-widget{background:#fff;border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 5px 15px rgb(0 0 0 / .05);border:1px solid #e2e8f0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:-25px -25px 25px -25px;border-radius:16px 16px 0 0}.sidebar-header h3{margin:0;color:#1e293b;font-size:1.3rem}.close-sidebar-btn{background:none;border:none;font-size:1.2rem;color:#64748b;cursor:pointer;padding:8px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.close-sidebar-btn:hover{background:#e2e8f0;color:#1e293b}.widget-title{font-size:1.2rem;color:#1e293b;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600}.categories-list{display:flex;flex-direction:column;gap:8px}.category-item{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;background:#f8fafc;border-radius:8px;text-decoration:none;color:#475569;transition:all 0.3s ease;border:1px solid #fff0;cursor:pointer}.category-item:hover{background:#e0f2fe;border-color:#38bdf8;color:#0369a1}.category-item.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.category-item i{width:20px;text-align:center;font-size:.9rem}.category-name{flex:1;margin-left:10px;font-weight:500;font-size:.95rem}.category-count{background:#e2e8f0;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;min-width:35px;text-align:center}.category-item.active .category-count{background:rgb(255 255 255 / .3);color:#fff}.recent-posts{display:flex;flex-direction:column;gap:15px}.recent-post-item{text-decoration:none;color:inherit;padding:12px;border-radius:8px;transition:background 0.3s ease;border:1px solid #fff0;cursor:pointer}.recent-post-item:hover{background:#f1f5f9;border-color:#e2e8f0}.recent-post-content h4{font-size:.95rem;color:#1e293b;margin-bottom:5px;line-height:1.4}.recent-post-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#64748b}.category-badge{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:.7rem;white-space:nowrap}.categories-section{margin:0 0 60px 0}.section-title{text-align:center;font-size:2.2rem;color:#1e293b;margin-bottom:15px;font-weight:700}.section-subtitle{color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto;text-align:center}.section-header{text-align:center;margin-bottom:50px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:40px}.category-card{background:#fff;padding:30px;border-radius:16px;text-align:center;text-decoration:none;color:inherit;border:2px solid #e2e8f0;transition:all 0.3s ease;cursor:pointer}.category-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 10px 25px rgb(59 130 246 / .1)}.category-icon{width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.category-icon i{font-size:28px;color:#fff}.category-card h3{font-size:1.3rem;color:#1e293b;margin-bottom:10px;font-weight:600}.category-card p{color:#64748b;font-size:.95rem;line-height:1.5}.blog-posts-section{margin:0 0 80px 0}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.blog-post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .05);border:1px solid #e2e8f0;transition:transform 0.3s ease,box-shadow 0.3s ease;padding:25px;cursor:pointer}.blog-post-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgb(0 0 0 / .1)}.post-header{margin-bottom:15px}.post-category{display:inline-flex;align-items:center;gap:8px;background:#f1f5f9;padding:6px 12px;border-radius:20px;font-size:.85rem;color:#475569;font-weight:500;text-decoration:none}.post-category a{color:inherit;text-decoration:none}.post-category:hover{background:#e0f2fe;color:#0369a1}.post-category i{font-size:.8rem}.post-content{padding:0}.post-meta{display:flex;gap:20px;margin-bottom:15px;color:#64748b;font-size:.9rem;flex-wrap:wrap}.post-meta i{margin-right:5px}.post-language{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.post-title{font-size:1.4rem;color:#1e293b;margin-bottom:15px;line-height:1.4}.post-title a{color:inherit;text-decoration:none;transition:color 0.3s ease}.post-title a:hover{color:#3b82f6}.post-excerpt{color:#64748b;line-height:1.6;margin-bottom:20px;min-height:60px}.post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0}.read-more-btn{color:#3b82f6;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:gap 0.3s ease}.read-more-btn:hover{gap:12px;color:#1d4ed8}.no-posts{text-align:center;padding:60px 20px;background:#f8fafc;border-radius:16px;margin:40px 0}.no-posts-icon{font-size:4rem;color:#cbd5e1;margin-bottom:20px}.no-posts h3{font-size:1.8rem;color:#64748b;margin-bottom:10px}.no-posts p{color:#94a3b8;margin-bottom:20px;max-width:500px;margin-left:auto;margin-right:auto}.no-posts .btn-primary{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-weight:500;transition:background 0.3s ease;cursor:pointer}.no-posts .btn-primary:hover{background:#1d4ed8;color:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:60px;flex-wrap:wrap}.page-link{padding:10px 20px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#475569;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all 0.3s ease;cursor:pointer}.page-link:hover{border-color:#3b82f6;color:#3b82f6}.page-numbers{display:flex;gap:8px}.page-number{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:2px solid #e2e8f0;color:#475569;text-decoration:none;font-weight:500;transition:all 0.3s ease;cursor:pointer}.page-number:hover{border-color:#3b82f6;color:#3b82f6}.page-number.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.newsletter-section{margin:80px 0}.newsletter-card{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;padding:60px 40px;border-radius:20px;text-align:center}.newsletter-icon{font-size:3rem;margin-bottom:20px;opacity:.9;color:#fff}.newsletter-card h3{font-size:2rem;margin-bottom:15px;font-weight:700;color:#fff}.newsletter-card p{font-size:1.1rem;opacity:.95;max-width:500px;margin:0 auto 30px;line-height:1.6;color:#fff}.newsletter-form{max-width:500px;margin:0 auto}.form-group{display:flex;gap:10px;margin-bottom:15px}.form-group input{flex:1;padding:15px 20px;border:none;border-radius:10px;font-size:1rem;background:rgb(255 255 255 / .95)}.subscribe-btn{background:#1e293b;color:#fff;border:none;padding:15px 30px;border-radius:10px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background 0.3s ease}.subscribe-btn:hover{background:#334155;color:#fff}.form-note{font-size:.9rem;opacity:.8;color:#fff}.blog-footer-links{display:flex;justify-content:center;gap:40px;margin:60px 0 40px;flex-wrap:wrap}.footer-link{display:inline-flex;align-items:center;gap:10px;color:#475569;text-decoration:none;font-weight:500;padding:10px 20px;border-radius:8px;transition:all 0.3s ease;cursor:pointer}.footer-link:hover{background:#f1f5f9;color:#1d4ed8}.footer-link i{font-size:1.1rem}@media (max-width:1100px){.blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-hero{padding:50px 30px}.blog-main-title{font-size:2.5rem}.blog-stats{gap:30px}}@media (max-width:992px){.blog-content-wrapper{grid-template-columns:1fr;gap:30px}.desktop-sidebar{display:none}.mobile-filter-btn{display:flex}.blog-main-title{font-size:2.2rem}.blog-subtitle{font-size:1.1rem;margin-bottom:30px}.blog-stats{gap:20px;padding:25px 20px}.stat-item{min-width:100px}.stat-number{font-size:1.8rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}}@media (max-width:768px){.blog-wrapper{padding:15px}.blog-hero{padding:40px 20px;border-radius:15px;margin-bottom:30px}.blog-main-title{font-size:1.8rem;margin-bottom:15px}.blog-subtitle{font-size:1rem;margin-bottom:25px}.blog-stats{flex-direction:column;gap:25px;padding:25px 15px;max-width:300px}.stat-item{min-width:auto}.back-to-all-btn{padding:10px 20px;font-size:.9rem}.blog-posts-grid{grid-template-columns:1fr;gap:25px}.blog-post-card{padding:20px}.post-title{font-size:1.2rem}.post-meta{gap:15px;font-size:.85rem}.categories-grid{grid-template-columns:1fr;gap:20px}.category-card{padding:25px}.newsletter-card{padding:40px 25px}.newsletter-card h3{font-size:1.8rem}.form-group{flex-direction:column;gap:15px}.form-group input,.subscribe-btn{width:100%}.blog-footer-links{gap:20px;flex-direction:column;align-items:center;margin:40px 0}.footer-link{width:100%;max-width:300px;justify-content:center;padding:15px 25px}.pagination{flex-direction:column;gap:15px;margin-top:40px}.page-numbers{order:2}.page-link.prev{order:1}.page-link.next{order:3}.page-number{width:40px;height:40px;font-size:.9rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;padding:0 15px}}@media (max-width:576px){.blog-hero{padding:35px 15px}.blog-main-title{font-size:1.6rem}.blog-subtitle{font-size:.95rem}.stat-number{font-size:1.8rem}.stat-icon{width:45px;height:45px}.blog-content-wrapper{margin:30px 0}.sidebar-widget{padding:20px}.widget-title{font-size:1.1rem}.category-item{padding:10px 12px;min-height:44px}.category-name{font-size:.9rem}.recent-post-content h4{font-size:.9rem}.blog-post-card{padding:18px}.post-title{font-size:1.1rem}.post-excerpt{font-size:.95rem}.post-meta{flex-direction:column;gap:8px;align-items:flex-start}.read-more-btn{font-size:.95rem}.newsletter-card{padding:30px 20px}.newsletter-card h3{font-size:1.5rem}.newsletter-card p{font-size:1rem}.section-title{font-size:1.6rem}.mobile-sidebar{width:90%}.mobile-filter-btn{padding:12px;min-height:50px}}@media (max-width:375px){.blog-hero{padding:30px 12px}.blog-main-title{font-size:1.5rem}.blog-subtitle{font-size:.9rem;margin-bottom:20px}.stat-number{font-size:1.6rem}.stat-icon{width:40px;height:40px;font-size:1rem}.categories-grid{gap:15px}.category-card{padding:20px 15px}.category-card h3{font-size:1.1rem}.category-card p{font-size:.9rem}.page-link{padding:8px 16px;font-size:.9rem;min-height:44px}.page-number{width:35px;height:35px;font-size:.9rem;min-height:35px}.section-title{font-size:1.5rem}.mobile-sidebar{width:95%}}@media (max-width:320px){.blog-wrapper{padding:10px}.blog-hero{padding:25px 10px}.blog-main-title{font-size:1.4rem}.blog-stats{padding:20px 10px}.blog-posts-grid{gap:20px}.blog-post-card{padding:15px}.mobile-sidebar{width:100%;max-width:none}}@media (hover:none) and (pointer:coarse){.blog-post-card:hover{transform:none}.category-card:hover{transform:none}.stat-item:hover .stat-icon{transform:none}.read-more-btn:hover{gap:8px}.footer-link:hover,.category-item:hover,.recent-post-item:hover{background:none}.category-item,.recent-post-item,.read-more-btn,.footer-link,.page-number,.page-link{min-height:44px}.mobile-filter-btn,.subscribe-btn{min-height:50px}}.force-white{color:#ffffff!important}