.blog-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.blog-title{font-size:2.5rem;font-weight:700;color:#1a365d;margin-bottom:2rem;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.article-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border:1px solid #e2e8f0}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.15);border-color:#4299e1}.article-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem;line-height:1.3}.article-excerpt{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.read-more{color:#3182ce;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease}.read-more:after{content:"→";transition:transform .2s ease}.article-card:hover .read-more{color:#2c5282}.article-card:hover .read-more:after{transform:translateX(4px)}.blog-post{max-width:800px;margin:0 auto;padding:2rem 1rem}.blog-post h1{font-size:2.5rem;font-weight:700;color:#1a365d;margin-bottom:2rem;line-height:1.2}.blog-post h2{font-size:1.8rem;font-weight:600;color:#2d3748;margin:2rem 0 1rem}.blog-post p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.blog-post ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1.5rem}.blog-post li{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:.5rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#3182ce;font-weight:500;margin-bottom:2rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#2c5282}.language-switch{position:fixed;bottom:2rem;right:2rem;background:#fff;padding:.75rem 1.5rem;border-radius:9999px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50;transition:all .3s ease}.language-switch:hover{transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,.15)}[dir=rtl] .read-more:after{content:"←"}[dir=rtl] .article-card:hover .read-more:after{transform:translateX(-4px)}[dir=rtl] .back-link{flex-direction:row-reverse}[dir=rtl] .language-switch{left:2rem;right:auto}@media (max-width:768px){.blog-title{font-size:2rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.article-card{padding:1.25rem}.article-title{font-size:1.25rem}.blog-post h1{font-size:2rem}.blog-post h2{font-size:1.5rem}.blog-post li,.blog-post p{font-size:1rem}.language-switch{bottom:1rem;right:1rem;padding:.5rem 1rem}[dir=rtl] .language-switch{left:1rem;right:auto}}.article-image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px rgba(44,62,80,.08);background:#f7fafc;display:flex;align-items:center;justify-content:center}.article-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform .3s cubic-bezier(.4,2,.6,1);box-shadow:0 2px 8px rgba(44,62,80,.1)}.article-card:hover .article-image{transform:scale(1.04) rotate(-1deg);box-shadow:0 8px 24px rgba(44,62,80,.18)}