.BlogsContainer-module__QGe6sG__blogsContainer{background-color:#faf9ff;width:100%;padding:80px 0;position:relative}.BlogsContainer-module__QGe6sG__innerContainer{max-width:var(--container-max-width);flex-direction:column;gap:80px;margin:0 auto;padding:0 40px;display:flex}.BlogsContainer-module__QGe6sG__filterBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:-20px;display:flex}.BlogsContainer-module__QGe6sG__filterTag{color:#000000a6;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:5px;padding:10px 22px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #00000005}.BlogsContainer-module__QGe6sG__filterTag:hover:not(.BlogsContainer-module__QGe6sG__activeFilterTag){border-color:var(--brand,#309);color:var(--brand,#309);transform:translateY(-1px)}.BlogsContainer-module__QGe6sG__activeFilterTag{background:var(--brand,#309);color:#f7f6fa;border-color:var(--brand,#309);box-shadow:0 8px 20px #33009926}.BlogsContainer-module__QGe6sG__popularSection{flex-direction:column;gap:32px;display:flex}.BlogsContainer-module__QGe6sG__sectionHeading{font-family:var(--font-heading);color:#111;letter-spacing:-.015em;margin:0;font-size:2rem;font-weight:700}.BlogsContainer-module__QGe6sG__popularGrid{grid-template-columns:1.4fr 1fr;align-items:stretch;gap:40px;display:grid}.BlogsContainer-module__QGe6sG__featuredCard{color:inherit;background:#fff;border:1px solid #00000014;border-radius:8px;flex-direction:column;height:100%;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;overflow:hidden}.BlogsContainer-module__QGe6sG__featuredCard:hover{border-color:#33009926;transform:translateY(-6px);box-shadow:0 25px 50px #33009912}.BlogsContainer-module__QGe6sG__featuredImageWrapper{aspect-ratio:16/9;background:#f3f3f3;width:100%;position:relative;overflow:hidden}.BlogsContainer-module__QGe6sG__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.BlogsContainer-module__QGe6sG__featuredCard:hover .BlogsContainer-module__QGe6sG__featuredImage{transform:scale(1.03)}.BlogsContainer-module__QGe6sG__featuredTag{background:var(--brand,#309);color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;padding:8px 18px;font-size:.78rem;font-weight:700;position:absolute;top:24px;left:24px;box-shadow:0 4px 15px #3093}.BlogsContainer-module__QGe6sG__featuredContent{flex-direction:column;flex-grow:1;padding:36px;display:flex}.BlogsContainer-module__QGe6sG__featuredMeta{font-family:var(--font-body);color:#00000073;align-items:center;gap:8px;margin-bottom:14px;font-size:.85rem;font-weight:500;display:flex}.BlogsContainer-module__QGe6sG__dot{background-color:#0003;border-radius:50%;width:4px;height:4px;display:inline-block}.BlogsContainer-module__QGe6sG__featuredTitle{font-family:var(--font-heading);color:#111;letter-spacing:-.01em;margin-bottom:14px;font-size:1.85rem;font-weight:600;line-height:1.25;transition:color .3s}.BlogsContainer-module__QGe6sG__featuredCard:hover .BlogsContainer-module__QGe6sG__featuredTitle{color:var(--brand,#309)}.BlogsContainer-module__QGe6sG__featuredExcerpt{font-family:var(--font-body);color:#0009;margin-bottom:20px;font-size:.98rem;line-height:1.65}.BlogsContainer-module__QGe6sG__featuredFooter{border-top:1px solid #00000014;justify-content:space-between;align-items:center;margin-top:auto;padding-top:24px;display:flex}.BlogsContainer-module__QGe6sG__featuredAuthor{align-items:center;gap:12px;display:flex}.BlogsContainer-module__QGe6sG__featuredAvatar{object-fit:cover;background:#f0f0f0;border-radius:50%;width:40px;height:40px}.BlogsContainer-module__QGe6sG__featuredAuthorInfo{flex-direction:column;gap:2px;display:flex}.BlogsContainer-module__QGe6sG__featuredAuthorName{font-family:var(--font-body);color:#111;font-size:.9rem;font-weight:700}.BlogsContainer-module__QGe6sG__featuredAuthorRole{font-family:var(--font-body);color:#00000073;font-size:.78rem}.BlogsContainer-module__QGe6sG__featuredReadMore{font-family:var(--font-heading);color:var(--brand,#309);align-items:center;gap:6px;font-size:.92rem;font-weight:700;transition:gap .3s;display:flex}.BlogsContainer-module__QGe6sG__featuredCard:hover .BlogsContainer-module__QGe6sG__featuredReadMore{gap:10px}.BlogsContainer-module__QGe6sG__popularList{box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:8px;flex-direction:column;justify-content:space-between;gap:20px;height:fit-content;padding:24px;display:flex}.BlogsContainer-module__QGe6sG__latestSection{flex-direction:column;gap:32px;display:flex}.BlogsContainer-module__QGe6sG__latestGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.BlogsContainer-module__QGe6sG__paginationRow{justify-content:center;align-items:center;width:100%;margin-top:40px;display:flex}.BlogsContainer-module__QGe6sG__pagination{background:#fff;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;display:flex;box-shadow:0 4px 15px #00000005}.BlogsContainer-module__QGe6sG__pageBtn{font-family:var(--font-heading);color:#111;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .3s;display:flex}.BlogsContainer-module__QGe6sG__pageBtn:hover:not(:disabled){color:var(--brand,#309);background:#3300990a}.BlogsContainer-module__QGe6sG__pageBtn:disabled{opacity:.4;cursor:not-allowed}.BlogsContainer-module__QGe6sG__pageNum{width:38px;height:38px;font-family:var(--font-body);color:#000000a6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.BlogsContainer-module__QGe6sG__pageNum:hover{color:var(--brand,#309);background:#3300990a}.BlogsContainer-module__QGe6sG__activePageNum{background:var(--brand,#309);color:#fff;box-shadow:0 4px 12px #33009940}.BlogsContainer-module__QGe6sG__activePageNum:hover{background:var(--brand,#309);color:#fff}.BlogsContainer-module__QGe6sG__dots{color:#00000059;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.BlogsContainer-module__QGe6sG__emptyState{text-align:center;background:#fff;border:1px dashed #00000026;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:500px;margin:0 auto;padding:80px 20px;display:flex}.BlogsContainer-module__QGe6sG__emptyTitle{font-family:var(--font-heading);color:#111;margin:0;font-size:1.4rem;font-weight:700}.BlogsContainer-module__QGe6sG__emptyText{font-family:var(--font-body);color:#00000080;margin:0;font-size:.95rem;line-height:1.5}.BlogsContainer-module__QGe6sG__clearBtn{background:var(--brand,#309);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:6px;padding:12px 28px;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #33009926}.BlogsContainer-module__QGe6sG__clearBtn:hover{background:var(--brand-light,#4a00cc);transform:translateY(-1px)}@media (max-width:1100px){.BlogsContainer-module__QGe6sG__latestGrid{grid-template-columns:repeat(2,1fr);gap:24px}.BlogsContainer-module__QGe6sG__popularGrid{grid-template-columns:1.2fr 1fr;gap:30px}}@media (max-width:900px){.BlogsContainer-module__QGe6sG__innerContainer{gap:60px;padding:0 24px}.BlogsContainer-module__QGe6sG__popularGrid{grid-template-columns:1fr;gap:30px}.BlogsContainer-module__QGe6sG__featuredContent{padding:28px}.BlogsContainer-module__QGe6sG__featuredTitle{font-size:1.6rem}}@media (max-width:680px){.BlogsContainer-module__QGe6sG__latestGrid{grid-template-columns:1fr;gap:24px}.BlogsContainer-module__QGe6sG__blogsContainer{padding:60px 0}.BlogsContainer-module__QGe6sG__sectionHeading{font-size:1.6rem}.BlogsContainer-module__QGe6sG__filterBar{gap:8px}.BlogsContainer-module__QGe6sG__filterTag{padding:8px 16px;font-size:.82rem}.BlogsContainer-module__QGe6sG__pageBtn span{display:none}.BlogsContainer-module__QGe6sG__pageBtn{padding:10px}}
.BlogsHero-module__UsCJmG__hero{text-align:center;color:#fff;background-image:linear-gradient(#00000059,#000000bf),url(https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?q=80&w=1170&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:90vh;min-height:500px;max-height:700px;padding:0 20px;display:flex;position:relative;overflow:hidden}.BlogsHero-module__UsCJmG__container{z-index:2;flex-direction:column;align-items:center;gap:30px;width:100%;max-width:950px;animation:1s ease-out BlogsHero-module__UsCJmG__fadeIn;display:flex}.BlogsHero-module__UsCJmG__title{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;text-shadow:0 2px 10px #0000004d;max-width:950px;font-size:clamp(1.9rem,5vw,3.5rem);font-weight:600;line-height:1.15}.BlogsHero-module__UsCJmG__searchWrapper{width:100%;max-width:580px;margin-top:10px}.BlogsHero-module__UsCJmG__searchBar{background:#fff;border:1px solid #00000014;border-radius:8px;align-items:center;width:100%;padding:6px 6px 6px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000040}.BlogsHero-module__UsCJmG__searchBar:focus-within{transform:translateY(-2px);box-shadow:0 15px 35px #7c3aed40}.BlogsHero-module__UsCJmG__searchIcon{color:#888;flex-shrink:0;align-items:center;margin-right:12px;display:flex}.BlogsHero-module__UsCJmG__input{font-family:var(--font-body);color:#111;background:0 0;border:none;outline:none;width:100%;padding-right:12px;font-size:1rem}.BlogsHero-module__UsCJmG__input::placeholder{color:#aaa}.BlogsHero-module__UsCJmG__searchButton{color:#e8e3e3;font-family:var(--font-heading);cursor:pointer;background:#2a42f8;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:10px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:background-color .3s cubic-bezier(.16,1,.3,1),transform .2s;display:flex}.BlogsHero-module__UsCJmG__searchButton:hover{background:#1b89e9}.BlogsHero-module__UsCJmG__searchButton:active{transform:scale(.98)}.BlogsHero-module__UsCJmG__circleArrow{color:#151515;background:#fbfbfb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s;display:flex}.BlogsHero-module__UsCJmG__searchButton:hover .BlogsHero-module__UsCJmG__circleArrow{transform:translate(3px)}.BlogsHero-module__UsCJmG__scrollDown{z-index:2;font-family:var(--font-body);color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;flex-direction:column;align-items:center;gap:8px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.BlogsHero-module__UsCJmG__scrollDown:hover{color:#fff}.BlogsHero-module__UsCJmG__scrollIcon{animation:2s infinite BlogsHero-module__UsCJmG__bounce}@keyframes BlogsHero-module__UsCJmG__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}@keyframes BlogsHero-module__UsCJmG__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.BlogsHero-module__UsCJmG__hero{height:70vh;min-height:420px}.BlogsHero-module__UsCJmG__container{gap:20px}.BlogsHero-module__UsCJmG__searchBar{padding:4px 4px 4px 18px}.BlogsHero-module__UsCJmG__searchButton{padding:10px 20px;font-size:.9rem}}
