.blogPage{font-family:var(--font-montserrat),sans-serif;background-color:#fff}.hero{background:linear-gradient(90deg,#2563eb,#7e22ce);padding:80px 20px;text-align:center;color:#fff}.hero h1{font-size:2.75rem;font-weight:700;margin-bottom:16px;line-height:1.2;color:#fff}.hero p{font-size:1.25rem;font-weight:400;line-height:1.6;max-width:720px;margin:0 auto;color:#dbeafe}.filter{background:#f9fafb;padding:48px 20px;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.filter .search,.filter .searchContainer{display:flex;align-items:center;gap:8px}.filter .search{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;width:260px;font-size:.95rem}.filter .search input{border:none;outline:none;flex:1;font-size:inherit}.filter .searchButton{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter .searchButton:hover{background:#1d4ed8}.filter .searchButton:active{background:#1e40af}.filter .searchButton:focus{outline:2px solid #3b82f6;outline-offset:2px}.filter .clearButton{background:#ef4444;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter .clearButton:hover{background:#dc2626}.filter .clearButton:active{background:#b91c1c}.filter .clearButton:focus{outline:2px solid #f87171;outline-offset:2px}.filter .categories{display:flex;flex-wrap:wrap;gap:12px}.filter .categories button{padding:8px 18px;border:none;border-radius:9999px;background:#fff;color:#111827;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter .categories button.active{background:#2563eb;color:#fff}.filter .categories button:hover:not(.active){background:#f3f4f6}.blogGrid{margin:50px auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.onlyOneChild .card{max-width:500px}.card{background:#fff;border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.06);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.card .cardImage{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.card .cardContent{padding:16px;display:flex;flex-direction:column;flex-grow:1;min-height:180px}.card .cardContent .category{font-size:.8rem;font-weight:400;color:#2563eb;background:#eff6ff;padding:4px 10px;border-radius:9999px;align-self:flex-start;margin-bottom:12px}.card .cardContent .title{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 12px;line-height:1.4}.card .cardContent .excerpt{font-size:.95rem;color:#6b7280;line-height:1.5;margin-bottom:16px;flex-grow:1}.card .cardFooter{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:auto;flex-shrink:0}.card .cardFooter .author{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#374151}.card .cardFooter .author .avatar{font-size:1.2rem}.card .cardFooter .author div{display:flex;flex-direction:column;line-height:1.3}.card .cardFooter .author div strong{font-weight:500;color:#111827}.card .cardFooter .author div .date{font-size:.75rem;color:#6b7280}.card .cardFooter .info{display:flex;gap:12px;font-size:.8rem;color:#6b7280}.subscribe{background:#2563eb;padding:60px 20px;text-align:center;color:#fff}.subscribe .emailInput,.subscribe input[type=email]{color:#333;background-color:#fff}.subscribe .emailInput::-moz-placeholder,.subscribe input[type=email]::-moz-placeholder{color:#666}.subscribe .emailInput::placeholder,.subscribe input[type=email]::placeholder{color:#666}.subscribe .emailInput:focus,.subscribe input[type=email]:focus{color:#333}.subscribe h2{font-size:1.8rem;font-weight:600;margin-bottom:12px;color:#fff}.subscribe p{margin-bottom:28px;font-size:1rem;color:#dbeafe}.subscribe form{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.subscribe form input{padding:12px 16px;border-radius:8px;border:none;min-width:280px;font-size:.95rem;outline:none}.subscribe form button{padding:12px 20px;border:none;border-radius:8px;background:#fff;color:#2563eb;font-weight:500;cursor:pointer;transition:all .2s ease}.subscribe form button:hover{background:#f3f4f6}.emptyState{grid-column:1/-1;text-align:center;padding:60px 20px;color:#6b7280}.emptyState svg{width:120px;margin:0 auto 20px;opacity:.8}.emptyState h3{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#374151}.emptyState p{font-size:.95rem;color:#6b7280}.pagination{display:flex;justify-content:center;gap:8px;margin:30px 0}.pagination button{padding:8px 14px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.pagination button:hover:not(:disabled,.active){background:#f3f4f6}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button.active{background:#2563eb;color:#fff;border-color:#2563eb}.leftContent{margin:40px auto;padding:0 20px;font-family:Montserrat,sans-serif;color:#111827}.leftContent .breadcrumb{display:flex;align-items:center;font-size:.95rem;gap:6px}.leftContent .breadcrumb .link{color:#6b7280;font-weight:500;text-decoration:none}.leftContent .breadcrumb .link:hover{color:#2563eb}.leftContent .breadcrumb .separator{color:#9ca3af;font-size:24px}.leftContent .breadcrumb .active{color:#2563eb;font-weight:600}.leftContent .blogTitle{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:20px;color:#111827}.leftContent .metaRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:.95rem;color:#4b5563}.leftContent .metaRow .author{display:flex;align-items:center;gap:10px}.leftContent .metaRow .author .avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.leftContent .metaRow .author strong{display:block;font-size:1rem;color:#111827;line-height:1}.leftContent .metaRow .author .date{font-size:.85rem;color:#6b7280}.leftContent .metaRow .info{display:flex;align-items:center;gap:16px}.leftContent .metaRow .info span{font-size:.9rem}.leftContent .metaRow .info .icon{width:18px;height:18px;color:#6b7280}.leftContent .coverImg{width:100%;border-radius:12px;margin:20px 0 30px;-o-object-fit:cover;object-fit:cover}.leftContent .content{line-height:1.7;color:#374151;margin-bottom:30px}.leftContent .content h1{font-size:clamp(1.5rem,2vw,2.5rem)}.leftContent .content h2{font-size:clamp(1.375rem,1.5vw,1.625rem);line-height:1.4}.leftContent .content h3{font-size:clamp(1.125rem,1.5vw,1.375rem)}.leftContent .content h4{font-size:1.125rem}.leftContent .content h5{font-size:1rem}.leftContent .content h6{font-size:.875rem}.leftContent .content p{margin:12px 0;color:#464646;line-height:1.9;font-size:1.125rem}.leftContent .shareSection{margin:40px 0;border-top:1px solid #e5e7eb;padding-top:24px}.leftContent .shareSection h4{font-size:1rem;font-weight:600;margin-bottom:16px;color:#111827}.leftContent .shareSection .socialButtons{display:flex;gap:12px;flex-wrap:wrap}.leftContent .shareSection .socialButtons button{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:500;color:#fff;border:none;cursor:pointer;transition:background .2s ease}.leftContent .shareSection .socialButtons button i{font-size:14px}.leftContent .shareSection .socialButtons .facebook{background:#1877f2}.leftContent .shareSection .socialButtons .facebook:hover{background:#145dbf}.leftContent .shareSection .socialButtons .twitter{background:#1da1f2}.leftContent .shareSection .socialButtons .twitter:hover{background:#0d8ddb}.leftContent .shareSection .socialButtons .linkedin{background:#0a66c2}.leftContent .shareSection .socialButtons .linkedin:hover{background:#004182}.leftContent .comments{margin-top:50px}.leftContent .comments h3{font-size:1.3rem;font-weight:600;margin-bottom:20px}.leftContent .comments .commentForm{margin-bottom:24px}.leftContent .comments .commentForm textarea{width:100%;min-height:100px;border:1px solid #d1d5db;border-radius:8px;padding:12px;font-size:.95rem;resize:vertical}.leftContent .comments .commentForm .commentActions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.leftContent .comments .commentForm .commentActions span{font-size:.8rem;color:#6b7280}.leftContent .comments .commentForm .commentActions button{padding:8px 16px;border-radius:6px;border:none;background:#2563eb;color:#fff;cursor:pointer;font-size:.9rem}.leftContent .comments .commentForm .commentActions button:hover{background:#1e40af}.leftContent .comments .commentList{display:flex;flex-direction:column;gap:20px}.leftContent .comments .comment{background:#fff;padding:16px;border-radius:8px}.leftContent .comments .comment .commentHeader{display:flex;align-items:center;gap:10px;margin-bottom:6px}.leftContent .comments .comment .commentHeader .commentAvatar{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.leftContent .comments .comment .commentHeader strong{display:block;font-size:.95rem;color:#111827}.leftContent .comments .comment .commentHeader .date{font-size:.8rem;color:#6b7280}.leftContent .comments .comment .commentText{margin:8px 0;font-size:.95rem;color:#374151;word-break:break-word}.leftContent .comments .comment .replyBtn{background:transparent;border:none;color:#2563eb;font-size:.85rem;font-weight:500;cursor:pointer;padding:0}.leftContent .comments .comment .replyBtn:hover{text-decoration:underline}.leftContent .comments .comment .replyBox{margin-top:10px}.leftContent .comments .comment .replyBox textarea{width:100%;min-height:60px;border:1px solid #d1d5db;border-radius:6px;padding:8px;margin-bottom:8px;font-size:.9rem}.leftContent .comments .comment .replyBox button{padding:6px 14px;border-radius:6px;border:none;background:#2563eb;color:#fff;font-size:.85rem;cursor:pointer}.leftContent .comments .comment .replyBox button:hover{background:#1e40af}.leftContent .comments .comment .replies{margin-top:12px;padding-left:20px;border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.leftContent .comments .comment .replies .reply{background:#f9fafb;padding:12px;border-radius:6px}.blogLayout{display:grid;grid-template-columns:3fr 1fr;gap:40px}@media(max-width:1024px){.blogLayout{grid-template-columns:1fr}}.sidebarSticky{top:70px;position:sticky}.sidebar{position:relative}.sidebar .sidebarBox{background:#f9fafb;padding:20px;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.06)}.sidebar .sidebarBox h4{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#111827}.sidebar .sidebarBox ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sidebar .sidebarBox ul li a{text-decoration:none;color:#374151;font-size:.95rem;transition:color .2s ease}.sidebar .sidebarBox ul li a:hover{color:#2563eb}.relatedPosts{margin:0 0 4rem}.relatedPosts h3{margin-bottom:1.5rem;font-size:1.5rem}.relatedPosts .relatedGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:992px){.relatedPosts .relatedGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.relatedPosts .relatedGrid{grid-template-columns:1fr}}.relatedPosts .relatedCard{display:block;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s ease}.relatedPosts .relatedCard:hover{transform:translateY(-4px)}.relatedPosts .relatedCard img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.relatedPosts .relatedCard .relatedContent{padding:1rem}.relatedPosts .relatedCard .relatedContent .category{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.relatedPosts .relatedCard .relatedContent h4{margin:.5rem 0 0;font-size:1.1rem}.featuredBox{margin-top:40px}.featuredBlog{display:block;text-decoration:none;color:inherit}.featuredBlog img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:.8rem}.featuredBlog .featuredContent .category{font-size:.75rem;text-transform:uppercase;color:#666}.featuredBlog .featuredContent h5{margin-top:.4rem;font-size:1rem;font-weight:600;line-height:1.4}.privacySection ul{margin:1rem 0;padding-left:2rem}.privacySection ul li{margin-bottom:.5rem;line-height:1.6}