.BlogHero-module__GNcxMW__heroSection{justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;overflow:hidden}.BlogHero-module__GNcxMW__backgroundImage{object-fit:cover;object-position:center center;z-index:0}.BlogHero-module__GNcxMW__content{z-index:2;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.BlogHero-module__GNcxMW__glassBox{-webkit-backdrop-filter:blur(12px);text-align:center;color:#fff;background:#00000080;border:1px solid #fff3;border-radius:40px;width:100%;padding:24px 40px}.BlogHero-module__GNcxMW__title{text-transform:uppercase;letter-spacing:0;margin:0 0 5px;font-size:3.8rem;font-weight:500;line-height:1}.BlogHero-module__GNcxMW__subtitle{font-size:var(--text-body);opacity:1;color:#fff;margin:0;font-weight:500}@media (max-width:768px){.BlogHero-module__GNcxMW__heroSection{height:320px}.BlogHero-module__GNcxMW__content{padding-top:60px;padding-bottom:30px}.BlogHero-module__GNcxMW__glassBox{min-width:92%;padding:20px 16px}.BlogHero-module__GNcxMW__title{font-size:2rem}.BlogHero-module__GNcxMW__subtitle{font-size:.85rem;line-height:1.45}}
.BlogContent-module__0jpAzq__container{width:100%;max-width:1400px;margin:0 auto;padding:60px 5%}.BlogContent-module__0jpAzq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex}.BlogContent-module__0jpAzq__spinner{border:4px solid #f3f3f3;border-top-color:#1a237e;border-radius:50%;width:40px;height:40px;animation:1s linear infinite BlogContent-module__0jpAzq__spin}@keyframes BlogContent-module__0jpAzq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BlogContent-module__0jpAzq__loadingText{color:#666;font-size:1.1rem}.BlogContent-module__0jpAzq__errorContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:300px;display:flex}.BlogContent-module__0jpAzq__errorText{color:#e74c3c;text-align:center;font-size:1.1rem}.BlogContent-module__0jpAzq__retryButton{color:#fff;cursor:pointer;background:#1a237e;border:none;border-radius:8px;padding:.8rem 2rem;font-size:1rem;transition:background .3s}.BlogContent-module__0jpAzq__retryButton:hover{background:#283593}.BlogContent-module__0jpAzq__blogSection{margin-bottom:4rem}.BlogContent-module__0jpAzq__featuredSection{margin-bottom:80px}.BlogContent-module__0jpAzq__featuredCard{border-radius:40px;width:100%;height:600px;text-decoration:none;display:block;position:relative;overflow:hidden}.BlogContent-module__0jpAzq__featuredImage{object-fit:cover}.BlogContent-module__0jpAzq__featuredOverlay{pointer-events:none;background:linear-gradient(#0000,#0006);justify-content:flex-end;width:100%;padding:40px 60px;display:flex;position:absolute;bottom:0;right:0}.BlogContent-module__0jpAzq__featuredTitle{color:#fff;font-family:var(--font-title);font-size:1.5625rem;font-weight:var(--weight-semibold);text-transform:uppercase;text-align:right;text-shadow:0 2px 10px #00000080;max-width:800px}.BlogContent-module__0jpAzq__dividerContainer{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.BlogContent-module__0jpAzq__dividerTitle{color:#08c;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:1.5rem;font-weight:600}.BlogContent-module__0jpAzq__dividerLine{opacity:.3;background:#08c;width:200px;height:2px}.BlogContent-module__0jpAzq__articlesGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:4rem;display:grid}.BlogContent-module__0jpAzq__articleCard{color:inherit;background:#fff;border-radius:12px;height:450px;text-decoration:none;transition:transform .3s;display:block;position:relative;overflow:hidden}.BlogContent-module__0jpAzq__articleCard:nth-child(2n){height:550px}.BlogContent-module__0jpAzq__articleCard:hover{transform:translateY(-8px)}.BlogContent-module__0jpAzq__imageContainer{width:100%;height:100%;position:relative;overflow:hidden}.BlogContent-module__0jpAzq__articleImage{object-fit:cover;transition:transform .8s}.BlogContent-module__0jpAzq__articleCard:hover .BlogContent-module__0jpAzq__articleImage{transform:scale(1.1)}.BlogContent-module__0jpAzq__articleOverlay{color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);width:100%;padding:30px 20px 20px;transition:padding-bottom .3s;position:absolute;bottom:0;left:0}.BlogContent-module__0jpAzq__articleTitle{font-family:var(--font-title);font-size:1.125rem;font-weight:var(--weight-semibold);text-transform:none;margin:0;color:#fff!important}.BlogContent-module__0jpAzq__articleCard:hover .BlogContent-module__0jpAzq__articleOverlay{padding-bottom:30px}.BlogContent-module__0jpAzq__pagination{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.BlogContent-module__0jpAzq__pageBtn{color:#08c;cursor:pointer;background:#fff;border:1px solid #08c;border-radius:5px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 10px;font-weight:600;transition:all .3s;display:flex}.BlogContent-module__0jpAzq__pageBtn:hover:not(:disabled){color:#fff;background:#08c}.BlogContent-module__0jpAzq__pageBtn:disabled{opacity:.5;cursor:not-allowed;color:#ccc;border-color:#ccc}.BlogContent-module__0jpAzq__activePage{color:#fff;background:#08c}.BlogContent-module__0jpAzq__noArticles{text-align:center;color:#666;padding:3rem;font-size:1.1rem}@media (max-width:1024px){.BlogContent-module__0jpAzq__articlesGrid{grid-template-columns:repeat(2,1fr)}.BlogContent-module__0jpAzq__featuredCard{height:450px}.BlogContent-module__0jpAzq__articleCard,.BlogContent-module__0jpAzq__articleCard:nth-child(2n){height:400px}}@media (max-width:768px){.BlogContent-module__0jpAzq__container{padding:40px 20px}.BlogContent-module__0jpAzq__featuredCard{border-radius:20px;height:350px}.BlogContent-module__0jpAzq__featuredTitle{font-size:1.4rem}.BlogContent-module__0jpAzq__articlesGrid{grid-template-columns:1fr;gap:20px}.BlogContent-module__0jpAzq__articleCard,.BlogContent-module__0jpAzq__articleCard:nth-child(2n){height:350px}}@media (max-width:480px){.BlogContent-module__0jpAzq__featuredOverlay{padding:20px}.BlogContent-module__0jpAzq__featuredTitle{font-size:1.1rem}}
