.blog-module__JsT-Oq__blogPage{--primary-blue:#114c79;--primary-deep-blue:#0a3358;--blog-accent:#114c79;background:#fafbfc;min-height:100vh}.blog-module__JsT-Oq__heroSection{background:var(--gradient-hero);text-align:center;height:280px;color:var(--blog-accent);align-items:center;display:flex}.blog-module__JsT-Oq__heroContainer{width:100%;max-width:1280px;padding:0 var(--space-6);text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex}.blog-module__JsT-Oq__heroTitle{color:var(--white);margin:0 auto var(--space-6);max-width:800px;font-size:clamp(2.2rem,3.7vw,2.9rem);font-weight:700}.blog-module__JsT-Oq__heroSubtitle{color:#ffffffd9;max-width:700px;margin:0 auto;font-size:1.1875rem;line-height:1.45}.blog-module__JsT-Oq__mainContainer{max-width:1280px;margin:0 auto;padding:0 20px 80px}.blog-module__JsT-Oq__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:#114c79;align-items:center;gap:10px;margin-bottom:24px;font-size:.8rem;font-weight:800;display:flex}.blog-module__JsT-Oq__labelDot{background:#114c79;border-radius:50%;width:8px;height:8px}.blog-module__JsT-Oq__featuredSection{margin-bottom:60px;padding-top:60px}.blog-module__JsT-Oq__featuredCard{background:#fff;border:1px solid #e8ecf1;border-radius:24px;grid-template-columns:1.2fr 1fr;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000a}.blog-module__JsT-Oq__featuredCard:hover{border-color:#114c7933;transform:translateY(-6px);box-shadow:0 20px 60px #114c791a}.blog-module__JsT-Oq__featuredImage{aspect-ratio:16/9;position:relative;overflow:hidden}.blog-module__JsT-Oq__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.blog-module__JsT-Oq__featuredCard:hover .blog-module__JsT-Oq__featuredImage img{transform:scale(1.08)}.blog-module__JsT-Oq__featuredOverlay{background:linear-gradient(#0000 40%,#0a0f1e4d 100%);position:absolute;inset:0}.blog-module__JsT-Oq__featuredContent{flex-direction:column;justify-content:center;padding:40px;display:flex}.blog-module__JsT-Oq__featuredMeta{align-items:center;gap:16px;margin-bottom:20px;display:flex}.blog-module__JsT-Oq__categoryTag{color:var(--blog-accent);text-transform:uppercase;letter-spacing:.04em;background:#114c7914;border-radius:100px;align-items:center;gap:5px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.blog-module__JsT-Oq__featuredTitle{color:#0a0f1e;margin-bottom:16px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;line-height:1.3}.blog-module__JsT-Oq__featuredExcerpt{color:#64748b;margin-bottom:28px;font-size:1.05rem;line-height:1.7}.blog-module__JsT-Oq__featuredFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.blog-module__JsT-Oq__readMore{color:var(--blog-accent);align-items:center;gap:8px;font-size:.85rem;font-weight:700;transition:gap .3s;display:inline-flex}.blog-module__JsT-Oq__featuredCard:hover .blog-module__JsT-Oq__readMore{gap:12px}.blog-module__JsT-Oq__contentLayout{grid-template-columns:280px 1fr;align-items:flex-start;gap:40px;display:grid}.blog-module__JsT-Oq__sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:90px}.blog-module__JsT-Oq__sidebarCard{background:#fff;border:1px solid #e8ecf1;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000008}.blog-module__JsT-Oq__sidebarTitle{color:#0a0f1e;border-bottom:3px solid var(--blog-accent);align-items:center;gap:10px;margin:0;padding:20px 20px 16px;font-size:1.1rem;font-weight:700;display:flex}.blog-module__JsT-Oq__sidebarTitle svg{color:var(--blog-accent)}.blog-module__JsT-Oq__categoryList{margin:0;padding:0;list-style:none}.blog-module__JsT-Oq__categoryList li{border-bottom:1px solid #f1f5f9}.blog-module__JsT-Oq__categoryList li:last-child{border-bottom:none}.blog-module__JsT-Oq__categoryItem{cursor:pointer;color:#334155;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.blog-module__JsT-Oq__categoryItem:hover{color:var(--blog-accent);background:#f8fafc}.blog-module__JsT-Oq__categoryItemActive{color:var(--blog-accent);border-left:3px solid var(--blog-accent);background:#114c790f;font-weight:600}.blog-module__JsT-Oq__categoryName{flex:1}.blog-module__JsT-Oq__categoryCount{color:#64748b;background:#f1f5f9;border-radius:100px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.82rem;font-weight:700;display:flex}.blog-module__JsT-Oq__categoryCountActive{background:var(--blog-accent);color:#fff}.blog-module__JsT-Oq__recentPostsList{flex-direction:column;display:flex}.blog-module__JsT-Oq__recentPostItem{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:14px 20px;text-decoration:none;transition:background .2s;display:flex}.blog-module__JsT-Oq__recentPostItem:last-child{border-bottom:none}.blog-module__JsT-Oq__recentPostItem:hover{background:#f8fafc}.blog-module__JsT-Oq__recentPostImage{border-radius:10px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.blog-module__JsT-Oq__recentPostImage img{object-fit:cover;width:100%;height:100%}.blog-module__JsT-Oq__recentPostInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.blog-module__JsT-Oq__recentPostTitle{color:#0a0f1e;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__recentPostItem:hover .blog-module__JsT-Oq__recentPostTitle{color:var(--blog-accent)}.blog-module__JsT-Oq__recentPostCategory{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.blog-module__JsT-Oq__mainContent{min-width:0}.blog-module__JsT-Oq__gridSection{margin-bottom:60px}.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.blog-module__JsT-Oq__blogCard{background:#fff;border:1px solid #e8ecf1;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 12px #00000008}.blog-module__JsT-Oq__blogCard:hover{border-color:#114c7926;transform:translateY(-8px);box-shadow:0 16px 48px #114c7914}.blog-module__JsT-Oq__cardImage{aspect-ratio:16/9;position:relative;overflow:hidden}.blog-module__JsT-Oq__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardImage img{transform:scale(1.08)}.blog-module__JsT-Oq__cardCategory{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--blog-accent);text-transform:uppercase;letter-spacing:.04em;background:#ffffffeb;border-radius:100px;padding:5px 12px;font-size:.68rem;font-weight:700;position:absolute;top:14px;left:14px}.blog-module__JsT-Oq__cardBody{flex-direction:column;flex-grow:1;padding:24px;display:flex}.blog-module__JsT-Oq__cardTitle{color:#0a0f1e;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__cardExcerpt{color:#64748b;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.98rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__cardFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.blog-module__JsT-Oq__cardCategory2{color:var(--blog-accent);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.blog-module__JsT-Oq__cardReadMore{width:32px;height:32px;color:var(--blog-accent);background:#114c790f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__cardReadMore{background:var(--blog-accent);color:#fff;transform:translate(2px)}.blog-module__JsT-Oq__emptyState{text-align:center;padding:80px 20px}.blog-module__JsT-Oq__emptyState h3{color:#0a0f1e;margin:16px 0 8px;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.blog-module__JsT-Oq__emptyState p{color:#94a3b8;font-size:.9rem}@media (max-width:1024px){.blog-module__JsT-Oq__contentLayout{grid-template-columns:250px 1fr;gap:28px}.blog-module__JsT-Oq__blogGrid,.blog-module__JsT-Oq__featuredCard{grid-template-columns:1fr}.blog-module__JsT-Oq__featuredImage{aspect-ratio:16/9}.blog-module__JsT-Oq__featuredContent{padding:30px}}@media (min-width:769px) and (max-width:1024px){.blog-module__JsT-Oq__heroSection{height:240px}.blog-module__JsT-Oq__mainContainer{padding:0 24px 60px}.blog-module__JsT-Oq__contentLayout{grid-template-columns:1fr;gap:0}.blog-module__JsT-Oq__sidebar{display:none}.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.blog-module__JsT-Oq__featuredCard{grid-template-columns:1.1fr 1fr}.blog-module__JsT-Oq__featuredImage{aspect-ratio:auto;min-height:280px}.blog-module__JsT-Oq__featuredContent{padding:28px}.blog-module__JsT-Oq__featuredTitle{font-size:1.45rem}.blog-module__JsT-Oq__featuredExcerpt{margin-bottom:20px;font-size:1rem}.blog-module__JsT-Oq__cardImage{aspect-ratio:16/9}.blog-module__JsT-Oq__cardTitle{font-size:1.05rem}.blog-module__JsT-Oq__cardExcerpt{font-size:.95rem}}@media (max-width:768px){.blog-module__JsT-Oq__blogPage{overflow-x:hidden}.blog-module__JsT-Oq__heroSection{height:auto;min-height:200px;padding:80px 0 40px}.blog-module__JsT-Oq__heroTitle{font-size:2.1rem}.blog-module__JsT-Oq__heroSubtitle{font-size:1.125rem}.blog-module__JsT-Oq__mainContainer{padding:0 16px 60px}.blog-module__JsT-Oq__contentLayout{grid-template-columns:1fr}.blog-module__JsT-Oq__sidebar{display:none}.blog-module__JsT-Oq__blogGrid{grid-template-columns:1fr;gap:20px}.blog-module__JsT-Oq__featuredSection{margin-bottom:40px;padding-top:40px}.blog-module__JsT-Oq__featuredImage{aspect-ratio:16/9}.blog-module__JsT-Oq__featuredContent{padding:24px 20px}.blog-module__JsT-Oq__featuredTitle{font-size:1.3rem}.blog-module__JsT-Oq__featuredExcerpt{margin-bottom:20px;font-size:.98rem}.blog-module__JsT-Oq__cardBody{padding:18px}.blog-module__JsT-Oq__cardTitle{letter-spacing:.02em;font-size:1rem;line-height:1.45}.blog-module__JsT-Oq__cardImage{aspect-ratio:16/9}}@media (max-width:480px){.blog-module__JsT-Oq__heroContainer{padding:0 var(--space-4)}.blog-module__JsT-Oq__heroSection{padding:60px 0 32px}.blog-module__JsT-Oq__heroTitle{font-size:1.8rem}.blog-module__JsT-Oq__heroSubtitle{font-size:1.0625rem}.blog-module__JsT-Oq__mainContainer{padding:0 12px 40px}.blog-module__JsT-Oq__featuredSection{margin-bottom:28px;padding-top:28px}.blog-module__JsT-Oq__featuredImage{aspect-ratio:16/9}.blog-module__JsT-Oq__featuredContent{padding:20px 14px}.blog-module__JsT-Oq__featuredTitle{font-size:1.15rem}.blog-module__JsT-Oq__featuredMeta{gap:10px;margin-bottom:14px}.blog-module__JsT-Oq__cardBody{padding:14px}.blog-module__JsT-Oq__cardTitle{letter-spacing:.025em;margin-bottom:8px;font-size:.95rem;line-height:1.48}.blog-module__JsT-Oq__cardExcerpt{margin-bottom:14px;font-size:.92rem}.blog-module__JsT-Oq__cardImage{aspect-ratio:16/9}.blog-module__JsT-Oq__cardFooter{padding-top:12px}.blog-module__JsT-Oq__sectionLabel{margin-bottom:16px;font-size:.72rem}.blog-module__JsT-Oq__emptyState{padding:40px 16px}}@media (max-width:768px){.blog-module__JsT-Oq__featuredCard,.blog-module__JsT-Oq__blogCard,.blog-module__JsT-Oq__sidebarCard{opacity:1!important;transform:none!important}.blog-module__JsT-Oq__blogPage,.blog-module__JsT-Oq__heroSection,.blog-module__JsT-Oq__featuredSection,.blog-module__JsT-Oq__gridSection{overflow-x:clip}}
