.blog-module__3rPSzG__blogContainer{max-width:1200px;min-height:80vh;margin:0 auto;padding:2rem 1rem}.blog-module__3rPSzG__headerSection{text-align:center;background:linear-gradient(#f8fafc,#fff);border-radius:0 0 40px 40px;margin-bottom:4rem;padding:6rem 0 4rem}.blog-module__3rPSzG__headerTitle{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:800}.blog-module__3rPSzG__headerSubtitle{color:#64748b;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blog-module__3rPSzG__stickyNav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e2e8f0;margin-bottom:3rem;padding:1rem 0;position:sticky;top:80px}.blog-module__3rPSzG__navInner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.blog-module__3rPSzG__filterGroup{gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.blog-module__3rPSzG__filterBtn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.blog-module__3rPSzG__filterBtnActive{color:#fff;background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 12px #1d4ed833}.blog-module__3rPSzG__searchWrapper{width:300px;position:relative}.blog-module__3rPSzG__searchIcon{color:#94a3b8;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.blog-module__3rPSzG__searchInput{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem;transition:border-color .2s}.blog-module__3rPSzG__searchInput:focus{border-color:#1d4ed8}.blog-module__3rPSzG__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}.blog-module__3rPSzG__blogCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden}.blog-module__3rPSzG__blogCard:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.blog-module__3rPSzG__imageWrapper{height:240px;position:relative;overflow:hidden}.blog-module__3rPSzG__blogImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-module__3rPSzG__blogCard:hover .blog-module__3rPSzG__blogImage{transform:scale(1.05)}.blog-module__3rPSzG__categoryBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#1d4ed8;text-transform:uppercase;background:#ffffffe6;border-radius:20px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.blog-module__3rPSzG__blogContent{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.blog-module__3rPSzG__blogMeta{color:#94a3b8;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.blog-module__3rPSzG__blogTitle{color:#0f172a;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.4}.blog-module__3rPSzG__blogExcerpt{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.blog-module__3rPSzG__blogFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.blog-module__3rPSzG__readMore{color:#1d4ed8;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.blog-module__3rPSzG__readMore:hover{gap:.75rem}.blog-module__3rPSzG__serifFont{font-family:Outfit,sans-serif}.blog-module__3rPSzG__modalOverlay{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.blog-module__3rPSzG__modalContent{background:#fff;border-radius:24px;width:100%;max-width:900px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.blog-module__3rPSzG__modalClose{cursor:pointer;z-index:10;color:#475569;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.blog-module__3rPSzG__modalBody{padding:0}.blog-module__3rPSzG__modalHeroImage{object-fit:cover;width:100%;height:400px}.blog-module__3rPSzG__modalHeader{padding:2.5rem 3rem 1.5rem}.blog-module__3rPSzG__modalCategory{color:#1d4ed8;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:800}.blog-module__3rPSzG__modalMainTitle{color:#0f172a;margin-top:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.blog-module__3rPSzG__modalMetaInfo{color:#94a3b8;gap:2rem;margin-top:1.5rem;font-size:.9rem;display:flex}.blog-module__3rPSzG__modalTextContent{color:#334155;padding:0 3rem 4rem;font-size:1.15rem;line-height:1.8}@media (max-width:768px){.blog-module__3rPSzG__headerTitle{font-size:2.5rem}.blog-module__3rPSzG__blogGrid{grid-template-columns:1fr}.blog-module__3rPSzG__navInner{flex-direction:column;gap:1rem}.blog-module__3rPSzG__searchWrapper{width:100%}.blog-module__3rPSzG__modalContent{border-radius:0;max-height:100vh}.blog-module__3rPSzG__modalHeroImage{height:250px}}
