.blog-page{background:#fafafa;min-height:100vh;font-family:Inter,Cairo,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.8;color:#1f2937;direction:rtl}.blog-header-image{position:relative;height:75vh;min-height:500px;overflow:hidden}.blog-header-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.4) 60%,rgba(0,0,0,.7));z-index:1}.cover{-o-object-fit:cover;object-fit:cover;transition:transform .6s ease-out}.blog-header-image:hover .cover{transform:scale(1.03)}.header-content{position:absolute;bottom:3rem;right:3rem;left:3rem;color:white;z-index:2;max-width:800px}html[lang=en] .header-content{right:unset;direction:ltr}.meta-info{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;font-size:.875rem}.meta-item{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:2rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .2s ease}.meta-item:hover{background:rgba(255,255,255,.25);transform:translateY(-1px)}.blog-title{font-size:3.25rem;font-weight:800;line-height:1.2;margin:0}.blog-desc{margin-top:1.25rem;font-size:1.25rem;line-height:1.7;color:#f3f4f6;max-width:700px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.blog-main{max-width:1300px;margin:0 auto;padding:2rem 1.5rem;display:flex;gap:3rem;flex-wrap:wrap}.blog-body{flex:3;min-width:300px;background:#ffffff;padding:3rem;border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.08);border:1px solid #f1f1f1;line-height:1.9;font-size:1.1rem}.blog-body>:first-child{margin-top:0}.blog-body h2{font-size:1.75rem;margin:2rem 0 1rem;color:#111827;position:relative;padding-bottom:.5rem}.blog-body h2:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:4px;background:#3b82f6;border-radius:2px}.blog-body p{margin-bottom:1.25rem;color:#374151}.blog-body img{border-radius:1rem;margin:2rem 0;box-shadow:0 8px 25px rgba(0,0,0,.1);max-width:100%;height:auto}.blog-sidebar{flex:1;min-width:280px}.blog-sidebar h2{font-size:1.6rem;font-weight:700;color:#111827;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.blog-sidebar h2:before{content:"";position:absolute;bottom:0;right:0;width:40px;height:3px;background:#3b82f6;border-radius:2px}.related-list{display:flex;flex-direction:column;gap:1.25rem}.related-item{display:block;border-radius:1.25rem;overflow:hidden;background:white;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;border:1px solid #f3f4f6}.related-item:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.1);border-color:#dbeafe}.related-image{position:relative;height:160px;overflow:hidden}.related-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);opacity:0;transition:opacity .3s}.related-item:hover .related-image:after{opacity:1}.related-item h3{padding:1rem;font-size:1.05rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.back-to-blogs{text-align:center;margin:3rem 0 2rem}.back-to-blogs a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;color:#374151;text-decoration:none;font-weight:600;border-radius:3rem;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #e5e7eb}.back-to-blogs a:hover{background:#3b82f6;color:white;transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.2)}@media (max-width:1024px){.blog-main{flex-direction:column-reverse;padding:1.5rem 1rem}.blog-sidebar{order:-1}.header-content{right:2rem;left:2rem;bottom:2rem}.blog-title{font-size:2.75rem}}@media (max-width:768px){.blog-header-image{height:60vh}.blog-title{font-size:2.25rem}.blog-desc{font-size:1.1rem}.blog-body{padding:2rem 1.5rem;border-radius:1rem}.meta-info{gap:.5rem;font-size:.8rem}.meta-item{padding:.4rem .8rem}}@media (max-width:480px){.blog-title{font-size:1.9rem}.header-content{right:1.5rem;left:1.5rem;bottom:1.5rem}.blog-body{padding:1.5rem;font-size:1rem}}@media print{.back-to-blogs,.blog-sidebar,.meta-info{display:none}.blog-body{box-shadow:none;border:none}}