.blog-page{min-height:100vh;position:relative;overflow-x:hidden;background:#fff;width:100%}.blog-page__bg-gradient{position:absolute;top:0;left:0;right:0;height:1272px;background:radial-gradient(ellipse at center,#f8f9ff,#dad3f1 85%);z-index:0}.blog-page__bg-fade{position:absolute;top:862px;left:0;right:0;height:664px;background:linear-gradient(to bottom,transparent 6%,white 75%);z-index:1}.blog-hero{position:relative;z-index:2;padding:100px 1.5rem 60px;text-align:center}.blog-hero__container{max-width:900px;margin:0 auto}.blog-hero__title{font-family:Sora,sans-serif;font-size:clamp(2rem,4vw,44px);font-weight:622;color:#4e156b;line-height:126%;margin-bottom:25px}.blog-hero__subtitle{font-family:Lexend Deca,sans-serif;font-size:clamp(1rem,2vw,20px);font-weight:300;color:#000;line-height:100%;max-width:750px;margin:0 auto;letter-spacing:0%}.blog-featured{position:relative;z-index:2;padding:0 96px 60px}.blog-featured__container{max-width:1320px;margin:0 auto;display:flex;gap:20px;align-items:flex-end}@media(max-width:1024px){.blog-featured{padding:0 24px 60px}.blog-featured__container{flex-direction:column;align-items:stretch}}.blog-featured__main{flex:0 0 762px;text-decoration:none;display:flex;flex-direction:column;border-radius:0 0 25px 25px;transition:transform .3s ease}.blog-featured__main:hover{transform:translateY(-4px)}@media(max-width:1024px){.blog-featured__main{flex:1}}.blog-featured__image-wrapper{width:100%;aspect-ratio:762 / 429;overflow:hidden;border-radius:25px 25px 0 0}.blog-featured__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-featured__main:hover .blog-featured__image{transform:scale(1.05)}.blog-featured__content{background:#f8f8f8;border:2px solid #fff;border-top:none;border-radius:0 0 25px 25px;padding:36px 36px 33px 30px;display:flex;flex-direction:column;gap:24px}.blog-featured__text{display:flex;flex-direction:column;gap:15px}.blog-featured__title{font-family:Lexend Deca,sans-serif;font-size:28px;font-weight:500;color:#4e156b;line-height:100%;margin:0}.blog-featured__excerpt{font-family:Lexend Deca,sans-serif;font-size:18px;font-weight:400;color:#404040;line-height:1.5;margin:0}.blog-featured__meta{display:flex;align-items:center;justify-content:space-between}.blog-featured__author-info{display:flex;align-items:center;gap:7px}.blog-featured__author-img{width:39px;height:39px;border-radius:8px;object-fit:contain}.blog-featured__author,.blog-featured__date{font-family:Lexend Deca,sans-serif;font-size:16px;font-weight:400;line-height:100%;letter-spacing:0%;text-align:center;color:#404040}.blog-featured__read-time{display:flex;align-items:center;gap:5px;font-family:Lexend Deca,sans-serif;font-size:14px;color:#494f73}.blog-featured__share-wrapper{position:relative;margin-left:auto}.blog-featured__share-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#4e156b}.blog-featured__share-btn:hover{background:#494f73;border-color:#494f73;color:#fc0}.blog-featured__share-menu{position:absolute;top:50px;right:0;display:flex;gap:8px;background:transparent;padding:0;z-index:100;animation:featuredShareFadeIn .2s ease}@keyframes featuredShareFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.blog-featured__share-menu button{width:36px;height:36px;border-radius:50%;border:1px solid #CDD6FF;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.blog-featured__share-menu button:hover{transform:translateY(-2px)}.blog-featured__share-menu button svg{width:18px;height:18px}.blog-featured__share-btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.blog-featured__share-btn--twitter:hover{background:#000;border-color:#000;color:#fff}.blog-featured__share-btn--linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff}.blog-featured__share-btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.blog-featured__share-btn--email:hover{background:#7b2d9e;border-color:#7b2d9e;color:#fff}.blog-featured__share-btn--copy:hover{background:#4e156b;border-color:#4e156b;color:#fff}.blog-latest{flex:1;max-width:539px;display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.blog-latest{max-width:100%}}.blog-latest__header{display:flex;align-items:flex-end;justify-content:space-between}.blog-latest__title{font-family:Lexend Deca,sans-serif;font-size:20px;font-weight:500;color:#4e156b;margin:0}.blog-latest__title-link{text-decoration:none}.blog-latest__title-link:hover .blog-latest__title{text-decoration:underline}.blog-latest__view-all{font-family:Lexend Deca,sans-serif;font-size:16px;color:#4e156b;text-decoration:underline}.blog-latest__view-all-mobile{display:none}.blog-latest__list{display:flex;flex-direction:column;gap:24px}.blog-latest__item{background:#f8f8f8;border:2px solid #fff;border-radius:20px;padding:17px 22px 17px 12px;display:flex;gap:17px;align-items:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.blog-latest__item:hover{transform:translate(4px);box-shadow:0 4px 15px #4e156b1a}.blog-latest__item-image-wrapper{flex-shrink:0;width:141px;height:104px;border-radius:13px;overflow:hidden}.blog-latest__item-image{width:100%;height:100%;object-fit:cover}.blog-latest__item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.blog-latest__item-top{display:flex;align-items:center;justify-content:space-between}.blog-latest__item-bottom{display:flex;align-items:flex-end}.blog-latest__item-date{display:flex;align-items:center;gap:6px;font-family:Lexend Deca,sans-serif;font-size:16px;color:#858585}.blog-latest__item-title{font-family:Lexend Deca,sans-serif;font-size:20px;font-weight:400;color:#404040;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-latest__item-wrapper{display:flex;align-items:center}.blog-latest__item-wrapper .blog-latest__item{flex:1}.blog-latest__share-wrapper{position:relative;flex-shrink:0}.blog-latest__share-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#4e156b;flex-shrink:0}.blog-latest__share-btn:hover{background:#494f73;border-color:#494f73;color:#fc0}.blog-latest__share-menu{position:absolute;top:40px;right:0;display:flex;gap:6px;background:transparent;padding:0;z-index:100;animation:latestShareFadeIn .2s ease}@keyframes latestShareFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.blog-latest__share-menu button{width:36px;height:36px;border-radius:50%;border:1px solid #CDD6FF;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.blog-latest__share-menu button:hover{transform:translateY(-2px)}.blog-latest__share-menu button svg{width:18px;height:18px}.blog-latest__share-btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.blog-latest__share-btn--twitter:hover{background:#000;border-color:#000;color:#fff}.blog-latest__share-btn--linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff}.blog-latest__share-btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.blog-latest__share-btn--email:hover{background:#7b2d9e;border-color:#7b2d9e;color:#fff}.blog-latest__share-btn--copy:hover{background:#4e156b;border-color:#4e156b;color:#fff}.blog-grid-section{position:relative;z-index:2;padding:60px 96px 80px;background:#fff}.blog-grid__container{max-width:1320px;margin:0 auto}@media(max-width:1024px){.blog-grid-section{padding:60px 24px 80px}}.blog-grid__header{display:flex;flex-direction:column;align-items:center;gap:57px;margin-bottom:47px}.blog-grid__title{font-family:Sora,sans-serif;font-size:40px;font-weight:622;color:#4e156b;text-align:center;margin:0}.blog-grid__filters{display:flex;gap:29px;flex-wrap:wrap;justify-content:center}.blog-grid__filter{font-family:Lexend Deca,sans-serif;font-size:14px;font-weight:400;padding:8px 20px;border-radius:17.5px;border:1px solid #858585;background:transparent;color:#858585;cursor:pointer;transition:all .2s ease}.blog-grid__filter:hover{border-color:#4e156b;color:#4e156b}.blog-grid__filter.active{background:#4e156b;border-color:#4e156b;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:68px 20px;margin-bottom:47px}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}.blog-grid__view-more{text-align:center;margin-bottom:40px}.blog-grid__view-more-link{font-family:Lexend Deca,sans-serif;font-size:16px;color:#4e156b;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease}.blog-grid__view-more-link:hover{color:#7b2d9e}.blog-grid__divider{height:2px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.blog-testimonials{position:relative;z-index:2;background:#fff;border-radius:40px 40px 0 0;padding:120px 96px;margin-top:-40px}.blog-testimonials__quote-left,.blog-testimonials__quote-right{position:absolute;font-family:Lexend Deca,sans-serif;font-size:350px;font-weight:400;color:#e2e7fb;line-height:1;pointer-events:none}.blog-testimonials__quote-left{top:-80px;left:10%}.blog-testimonials__quote-right{top:180px;right:10%}@media(max-width:1024px){.blog-testimonials{padding:80px 24px}.blog-testimonials__quote-left,.blog-testimonials__quote-right{font-size:200px}}.blog-testimonials__container{max-width:593px;margin:0 auto;display:flex;flex-direction:column;gap:63px}.blog-testimonials__header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.blog-testimonials__title{font-family:Sora,sans-serif;font-size:30px;font-weight:622;color:#4e156b;margin:0}.blog-testimonials__toggle{display:flex;background:#fff;border:1.5px solid #d9d9d9;border-radius:69px;padding:0 14px 0 0;overflow:hidden}.blog-testimonials__toggle-btn{font-family:Lexend Deca,sans-serif;font-size:12px;padding:8px 24px;border:none;background:transparent;color:#4e156b;cursor:pointer;transition:all .2s ease}.blog-testimonials__toggle-btn.active{background:#4e156b;color:#fff;border-radius:82px}.blog-testimonials__content{display:flex;flex-direction:column;gap:50px}.blog-testimonials__text{font-family:Sora,sans-serif;font-size:24px;font-weight:400;color:#000;letter-spacing:.22px;line-height:1.5;margin:0}.blog-testimonials__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.blog-testimonials__author{display:flex;align-items:center;gap:13px}.blog-testimonials__author-img{width:76px;height:76px;border-radius:50%;object-fit:cover}.blog-testimonials__author-info{display:flex;flex-direction:column;gap:8px}.blog-testimonials__author-name{font-family:Lexend Deca,sans-serif;font-size:20px;font-weight:500;color:#000}.blog-testimonials__author-role{font-family:Lexend Deca,sans-serif;font-size:12px;font-weight:300;color:#404040;line-height:1.4}.blog-testimonials__nav{display:flex;gap:22px}.blog-testimonials__nav-btn{width:27px;height:27px;padding:0;border:none;background:transparent;cursor:pointer;transition:transform .2s ease}.blog-testimonials__nav-btn:hover{transform:scale(1.1)}.blog-bottom-container{background:#350f49;width:100%}.blog-bottom-section{background:#fff;padding:clamp(2rem,4vw,4rem) 0;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;border-bottom-left-radius:40px;border-bottom-right-radius:40px;width:100%}.blog-newsletter{position:relative;z-index:2;height:380px;display:flex;align-items:center;justify-content:center;text-align:center;background:url(/static/blogs/newsletter-bg.jpg) center/cover no-repeat;border-radius:25px;margin:0 96px;overflow:hidden;width:calc(100% - 192px)}.blog-newsletter__overlay{position:absolute;inset:0;background:#0003;border-radius:25px}@media(max-width:1400px){.blog-newsletter{margin:0 48px;width:calc(100% - 96px)}}@media(max-width:1024px){.blog-newsletter{margin:0 24px;width:calc(100% - 48px);height:320px}.blog-bottom-section{padding:clamp(2rem,4vw,3rem) 0}}.blog-newsletter__container{position:relative;z-index:1;max-width:656px;display:flex;flex-direction:column;align-items:center;gap:50px;padding:0 20px}.blog-newsletter__title{font-family:Sora,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:622;color:#fff;margin:0;line-height:100%}.blog-newsletter__text{font-family:Lexend Deca,sans-serif;font-size:18px;color:#fff;margin:-32px 0 0;font-weight:400}.blog-newsletter__form{width:100%;max-width:538px}.blog-newsletter__input-wrapper{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #d7dce9;border-radius:36px;padding:9px 11px 9px 36px}.blog-newsletter__input{flex:1;border:none;outline:none;font-family:Lexend Deca,sans-serif;font-size:18px;font-weight:300;color:#000;background:transparent}.blog-newsletter__input::placeholder{color:#969696}.blog-newsletter__btn{background:#4e156b;color:#fff;border:none;padding:4px 21px;border-radius:35px;font-family:Lexend Deca,sans-serif;font-size:18px;height:41px;width:126px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.blog-newsletter__btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4e156b4d}.blog-newsletter__btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.blog-newsletter__message{margin-top:12px;font-family:Lexend Deca,sans-serif;font-size:14px;text-align:center}.blog-newsletter__message--success{color:#4ade80}.blog-newsletter__message--error{color:#f87171}[data-theme=dark] .blog-page{background:#121212}[data-theme=dark] .blog-page__bg-gradient{background:radial-gradient(ellipse at center,#1a1a2e,#2d1f3d 85%)}[data-theme=dark] .blog-featured__content,[data-theme=dark] .blog-latest__item{background:#1e1e2e;border-color:#2a2a3a}[data-theme=dark] .blog-grid-section,[data-theme=dark] .blog-testimonials{background:#121212}[data-theme=dark] .blog-hero__subtitle,[data-theme=dark] .blog-featured__excerpt,[data-theme=dark] .blog-latest__item-title{color:#b0b0b0}[data-theme=dark] .blog-latest__share-btn,[data-theme=dark] .blog-featured__share-btn{background:#2a2a3a;border-color:#3a3a4a;color:#a0a0a0}[data-theme=dark] .blog-latest__share-btn:hover,[data-theme=dark] .blog-featured__share-btn:hover{background:#494f73;border-color:#494f73;color:#fc0}[data-theme=dark] .blog-testimonials__text{color:#fff}@media(max-width:768px){.blog-page__bg-gradient{height:1000px}.blog-page__bg-fade{top:600px;height:400px}.blog-hero{padding:100px 20px 50px}.blog-hero__container{display:flex;flex-direction:column;align-items:center;gap:30px}.blog-hero__title{font-size:32px;font-weight:558;line-height:1;text-align:center}.blog-hero__title br{display:none}.blog-hero__subtitle{font-size:16px;font-weight:300;text-align:center;max-width:314px}.blog-featured{padding:0 20px 50px}.blog-featured__container{flex-direction:column;gap:50px}.blog-featured__main{flex:1;width:100%;background:#f8f8f8;border:1.5px solid #fff;border-radius:20px}.blog-featured__image-wrapper{aspect-ratio:360 / 236;border-radius:20px 20px 0 0}.blog-featured__content{border-radius:0;padding:22px 24px 24px;gap:24px;background:transparent;border:none}.blog-featured__text{gap:15px}.blog-featured__title{font-size:24px;line-height:1.25}.blog-featured__excerpt{font-size:14px;line-height:1.5}.blog-featured__meta{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.blog-featured__author-info{flex-wrap:nowrap;min-width:0}.blog-featured__share-wrapper{margin-left:auto;flex-shrink:0}.blog-featured__author-img{width:26px;height:26px}.blog-featured__author,.blog-featured__date{font-size:14px}.blog-featured__read-time{font-size:12px}.blog-latest{width:100%;max-width:100%;gap:40px}.blog-latest__header{flex-direction:column;align-items:center;gap:10px}.blog-latest__title{font-size:24px;text-align:center}.blog-latest__view-all{display:none}.blog-latest__list{gap:20px}.blog-latest__view-all-mobile{display:block;font-family:Lexend Deca,sans-serif;font-size:16px;color:#4e156b;text-decoration:underline;text-align:center}.blog-latest__item{height:121px;padding:17px 22px 17px 12px;border-radius:20px}.blog-latest__item-image-wrapper{width:100px;height:100px;border-radius:13px;flex-shrink:0}.blog-latest__item-content{gap:13px;flex:1;min-width:0}.blog-latest__item-date{font-size:14px}.blog-latest__item-title{font-size:18px;line-height:1.3;-webkit-line-clamp:2}.blog-grid-section{padding:40px 20px 60px}.blog-grid__header{gap:35px;margin-bottom:35px}.blog-grid__title{font-size:32px;font-weight:558}.blog-grid__filters{display:grid;grid-template-columns:repeat(2,auto);gap:20px 16px;justify-content:center}.blog-grid__filter{padding:8px 20px;height:29px;display:flex;align-items:center;justify-content:center}.blog-grid{grid-template-columns:1fr;gap:50px}.blog-grid__view-more{margin-bottom:30px}.blog-testimonials{padding:60px 20px;margin-top:0;border-radius:24px 24px 0 0}.blog-testimonials__container{gap:40px}.blog-testimonials__header{flex-direction:column;align-items:center;gap:18px}.blog-testimonials__title{font-size:32px;text-align:center}.blog-testimonials__toggle{height:30px}.blog-testimonials__toggle-btn{font-size:12px;padding:8px 20px}.blog-testimonials__content{gap:30px;text-align:center}.blog-testimonials__text{font-size:20px;line-height:1.4}.blog-testimonials__footer{flex-direction:column;align-items:center;gap:30px}.blog-testimonials__author{flex-direction:column;text-align:center;gap:13px}.blog-testimonials__author-img{width:71px;height:71px}.blog-testimonials__author-info{align-items:center}.blog-testimonials__author-name{font-size:18px}.blog-testimonials__author-role{font-size:12px;max-width:230px}.blog-testimonials__quote-left,.blog-testimonials__quote-right{display:none}.blog-testimonials__nav{gap:22px}.blog-testimonials__nav-btn{width:27px;height:27px}.blog-bottom-section{padding:clamp(2rem,4vw,3rem) 0;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.blog-newsletter{margin:0 20px;width:calc(100% - 40px);height:auto;min-height:300px;padding:50px 20px;border-radius:25px}.blog-newsletter__container{gap:30px;padding:0 16px}.blog-newsletter__title{font-size:28px;line-height:1.2}.blog-newsletter__text{font-size:16px;margin:0}.blog-newsletter__form{width:100%}.blog-newsletter__input-wrapper{flex-direction:column;padding:0;gap:24px;border-radius:0;background:transparent;border:none}.blog-newsletter__input{font-size:16px;text-align:center;padding:14px 20px;background:#fff;border:1px solid #d7dce9;border-radius:36px;width:100%}.blog-newsletter__input::placeholder{font-size:16px;color:#969696}.blog-newsletter__btn{width:auto;padding:12px 40px;font-size:14px;height:auto;border-radius:36px}.blog-newsletter__btn:hover{background:#fc0;color:#4e156b;transform:none;box-shadow:none}}
