body.page-blog{overflow-x:hidden;max-width:100vw}.blog-hero{position:relative;height:400px;overflow:hidden;background:linear-gradient(135deg,#1e293b,#334155)}.blog-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1;animation:slowZoom 20s ease-in-out infinite alternate}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0000004d)}.blog-hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.blog-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.blog-hero-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.blog-grid-section{padding:5rem 0;background:linear-gradient(to bottom,#f8fafc,#fff);overflow-x:hidden}.blog-section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-section-label:before{content:"";width:8px;height:8px;background:#dc2626;border-radius:50%;animation:pulse 2s ease-in-out infinite}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem;align-items:start}@media(max-width:640px){.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1rem;padding:0 1rem}.blog-grid-section{padding:3rem 0}}.blog-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;opacity:0;transform:translateY(30px)}.blog-card.reveal-active{animation:cardReveal .8s ease-out forwards}.blog-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc2626,#f59e0b);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.blog-card:hover:before{transform:scaleX(1)}.blog-card-image-container{position:relative;height:250px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.blog-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.blog-card:hover .blog-card-image{transform:scale(1.15) rotate(2deg)}.blog-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.7));opacity:0;transition:opacity .4s ease}.blog-card:hover .blog-card-overlay{opacity:1}.blog-card-category{position:absolute;top:1rem;left:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.4rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;transform:translateY(-10px);opacity:0;transition:all .4s ease}.blog-card:hover .blog-card-category{transform:translateY(0);opacity:1}.blog-card-content{padding:1.75rem}.blog-card-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:1rem}.blog-card-date svg{width:16px;height:16px;color:#dc2626}.blog-card-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.4;transition:color .3s ease}.blog-card:hover .blog-card-title{color:#dc2626}.blog-card-description{color:#64748b;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.blog-card-read-more{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#dc2626;font-size:.9375rem;transition:gap .3s ease}.blog-card:hover .blog-card-read-more{gap:1rem}.blog-card-read-more svg{width:18px;height:18px;transition:transform .3s ease}.blog-card:hover .blog-card-read-more svg{transform:translate(4px)}.blog-card-author{display:flex;align-items:center;gap:.5rem}.blog-card-author-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#dc2626,#f59e0b);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.blog-card-author-name{font-size:.875rem;color:#64748b}.blog-empty-state{text-align:center;padding:5rem 2rem}.blog-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#cbd5e1}.blog-empty-title{font-size:1.5rem;font-weight:600;color:#475569;margin-bottom:.5rem}.blog-empty-text{color:#94a3b8}.blog-decoration{position:absolute;pointer-events:none}.blog-decoration-circle{width:400px;height:400px;border-radius:50%;background:linear-gradient(135deg,#dc26260d,#f59e0b0d);filter:blur(60px)}.blog-decoration-1{top:-200px;right:-200px}.blog-decoration-2{bottom:-200px;left:-200px}@media(max-width:768px){.blog-decoration{display:none}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.reveal{opacity:0;transform:translateY(20px)}.reveal-active{opacity:1;transform:translateY(0);transition:all .8s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.blog-hero{height:300px}.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card-image-container{height:200px}.blog-grid-section{padding:3rem 0}}@media(max-width:640px){.blog-hero-title{font-size:2rem}.blog-card-title{font-size:1.125rem}}.dark .blog-grid-section{background:linear-gradient(to bottom,#0f172a,#111827)}.dark .blog-grid-section h2{color:#f9fafb}.dark .blog-grid-section p{color:#d1d5db}.dark .blog-section-label{color:#ef4444}.dark .blog-section-label:before{background:#ef4444}.dark .blog-card{background:#1f2937;box-shadow:0 4px 6px #0000004d}.dark .blog-card:hover{background:#374151;box-shadow:0 20px 40px #00000080}.dark .blog-card:before{background:linear-gradient(90deg,#ef4444,#f59e0b)}.dark .blog-card-image-container{background:linear-gradient(135deg,#1f2937,#374151)}.dark .blog-card-image{opacity:.9}.dark .blog-card:hover .blog-card-image{opacity:1}.dark .blog-card-category{background:#1f2937f2;color:#ef4444}.dark .blog-card-date{color:#9ca3af}.dark .blog-card-date svg{color:#ef4444}.dark .blog-card-title{color:#f9fafb}.dark .blog-card:hover .blog-card-title{color:#ef4444}.dark .blog-card-description{color:#d1d5db}.dark .blog-card-footer{border-top-color:#374151}.dark .blog-card-read-more{color:#ef4444}.dark .blog-card-author-avatar{background:linear-gradient(135deg,#ef4444,#f59e0b)}.dark .blog-card-author-name{color:#9ca3af}.dark .blog-empty-icon{color:#374151}.dark .blog-empty-title{color:#d1d5db}.dark .blog-empty-text{color:#9ca3af}.dark .blog-decoration-circle{background:linear-gradient(135deg,#ef444408,#f59e0b08)}.dark .blog-hero{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .blog-hero-overlay{background:linear-gradient(to bottom,#0000001a,#0006)}.dark .blog-hero-title{color:#f9fafb}.dark .blog-hero-subtitle{color:#f9fafbe6}
