.blog-container{display:flex;justify-content:center;background-color:#fff;min-height:100vh;padding:2rem 0}.blog-post{overflow:hidden;width:90%;max-width:800px;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.blog-title{font-size:2.5rem;font-weight:900;color:#1e0e62;text-align:left;margin-bottom:.5rem}.blog-intro{border-left:4px solid indigo;padding:1rem;margin-bottom:1.5rem}.blog-author-container{margin-bottom:1rem}.blog-author-info{display:flex;flex-direction:column}.author-name{font-weight:700;color:#1e0e62;font-size:1.2rem}.last-updated{font-size:.9rem;color:#777}.social-share{margin-top:0}.share-button{width:36px;height:36px;font-size:1.2rem;transition:.3s}.facebook{background-color:#1877f2}.twitter{background-color:#1da1f2}.linkedin{background-color:#0077b5}.whatsapp{background-color:#25d366}.share-button:hover{opacity:.8;transform:scale(1.1)}.blog-thumbnail{display:block;max-width:100%;margin:1.5rem auto;border-radius:10px}.blog-list-container{padding:2rem;max-width:1200px;margin:auto;background-color:#fff}.blog-list-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:2rem;color:#1e0e62}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.2rem;gap:1.2rem;max-width:1000px;margin:auto}.blog-card{transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%;max-width:350px}.blog-thumbnail-container{width:100%;max-width:800px;margin:1.5rem auto;overflow:hidden}.blog-thumbnail{width:100%;height:auto;object-fit:cover;border-radius:12px}.blog-card-image img{height:180px}.blog-card-content{padding:1rem}.blog-card-title{font-size:1.3rem;color:#1e0e62;margin-bottom:.5rem}.blog-card-description{font-size:.9rem;margin-bottom:.5rem}.blog-card-date{font-size:.8rem;font-style:italic}.blog-card:hover{transform:scale(1.05);box-shadow:0 8px 15px rgba(0,0,0,.2)}.blog-back-link{display:flex;align-items:center;margin-bottom:1rem}.blog-back-link a{font-size:1rem;font-weight:700;color:#2c3e50;transition:color .3s ease-in-out}.blog-back-link a:hover{color:indigo}.back-icon{margin-right:8px;font-size:1.2rem}.table-container{width:100%;overflow-x:auto;display:block;max-width:100%;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.table-container table{width:auto;min-width:600px;border-collapse:collapse;border-spacing:0;white-space:nowrap}td,th{padding:12px;text-align:left;border:1px solid #ddd}th{background-color:#f8f9fa;font-weight:700}.faq-item{border-bottom:1px solid #ddd;width:100%;padding:0;display:flex;flex-direction:column}.faq-question{width:100%;background:none;border:1px solid transparent;text-align:left;font-size:1rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:12px 15px;transition:background .3s ease-in-out,border .3s ease-in-out}.faq-question:focus,.faq-question:hover{border:1px solid indigo;border-radius:8px}.faq-toggle{font-size:1.2rem;color:indigo;transition:transform .2s ease-in-out}.faq-answer{padding:12px 15px;font-size:1rem;color:#333;margin-top:5px;transition:max-height .3s ease-in-out}@media (max-width:768px){.blog-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.blog-card{max-width:300px}.blog-card-image img{height:150px}.blog-author-container{flex-direction:column;align-items:flex-start}.social-share{margin-top:.5rem;justify-content:flex-start}.table-container{overflow-x:auto;white-space:nowrap}.table-container table{width:max-content}}.blog-page-container{max-width:100%;padding:2rem 3rem;margin-top:0;background:linear-gradient(90deg,#f6f6f9,#fff,#f6f6f9)}.blog-header{background-color:#fff;padding:2.5rem 0;margin-bottom:3rem;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:center;position:relative;border-bottom:none}.blog-page-title{font-size:2.8rem;font-weight:900;color:#28146c;margin-bottom:.5rem;letter-spacing:-.5px;transition:all .3s ease}.blog-page-subtitle{font-size:1.1rem;color:#666;margin-bottom:1.7rem}.blog-search-container{max-width:500px;margin:0 auto;position:relative;z-index:5}.blog-search-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0;opacity:.6;transition:opacity .3s ease}.blog-search-container form{position:relative;display:flex;align-items:center;background:#f9f9f9;border:2px solid #e8e8e8;border-radius:50px;padding:8px 16px;transition:all .3s ease}.blog-search-container form:focus-within{border-color:#532db3;box-shadow:0 3px 10px rgba(0,0,0,.1);background-color:#fff}.blog-search-container form:focus-within .blog-search-icon{opacity:1}.blog-search-input{flex:1 1;border:none;outline:none;background:transparent;font-size:1rem;color:#333;padding:4px 0}.blog-search-input::placeholder{color:#999}.blog-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:3rem;gap:3rem;padding-bottom:4rem}.blog-main{width:100%}.featured-post{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:#28146c;margin-bottom:1.5rem;position:relative;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.section-title:after{content:"";position:absolute;left:0;bottom:-2px;width:40px;height:2px;background-color:#532db3}.featured-post-card{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:1.5rem;gap:1.5rem;height:450px;border-radius:16px;background:#fff}.featured-image-container{height:100%;border-radius:16px 0 0 16px;overflow:hidden}.featured-image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.featured-post-card:hover .featured-image{transform:scale(1.05)}.featured-post-content{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.featured-post-title{font-size:2.2rem;margin-bottom:1rem;line-height:1.2}.featured-post-date{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#666;margin-bottom:1rem}.featured-post-excerpt{margin-bottom:1rem;color:#444;line-height:1.6}.read-more-link{color:#532db3;font-weight:600;display:inline-block;border-bottom:2px solid transparent;transition:all .3s ease}.read-more-link:hover{border-bottom-color:#532db3}.blog-posts-section{margin-bottom:2rem}.category-filter{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-label{font-weight:500;color:#555}.category-buttons{display:flex;flex-wrap:wrap;gap:8px}.category-button{background:#f0f0f0;border:none;padding:8px 16px;border-radius:30px;font-size:.9rem;color:#444;cursor:pointer;transition:all .3s ease;text-decoration:none}.category-button:hover{background:#e0e0e0}.category-button.active{background:#532db3;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.12)}.blog-card-image{width:100%;height:180px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:1.2rem;display:flex;flex-direction:column;flex:1 1}.blog-card-title{font-size:1.15rem;font-weight:700;margin-bottom:.7rem;color:#28146c;line-height:1.4}.blog-card-description{margin-bottom:1rem;color:#555;line-height:1.5;font-size:.95rem;flex:1 1}.blog-card-date{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#777;margin-top:auto}.blog-sidebar{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content;align-self:start}.sidebar-section{background:#f9f9fb;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.sidebar-title{font-size:1.2rem;margin-bottom:1rem;color:#28146c;padding-bottom:.5rem;border-bottom:1px solid #e9e9f0}.categories-list li{margin-bottom:.5rem}.categories-list a,.categories-list button{display:block;padding:.5rem .75rem;border-radius:6px;text-decoration:none;color:#333;transition:all .2s ease;font-size:.95rem;background:none;border:none;text-align:left;cursor:pointer;width:100%}.categories-list a.active,.categories-list a:hover,.categories-list button.active,.categories-list button:hover{background:rgba(83,45,179,.1);color:#532db3}.latest-posts-list{list-style:none;padding:0;margin:0}.latest-post-item{margin-bottom:1rem;transition:transform .3s ease}.latest-post-item:hover{transform:translateX(5px)}.latest-post-item a{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.latest-post-image{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.latest-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.latest-post-item:hover .latest-post-image img{transform:scale(1.1)}.latest-post-content{flex:1 1}.latest-post-title{font-size:.95rem;font-weight:600;margin:0 0 5px;color:#333;line-height:1.4;transition:color .2s ease}.latest-post-item:hover .latest-post-title{color:#532db3}.latest-post-date{font-size:.8rem;color:#777;margin:0}.fact-section{background:linear-gradient(135deg,#f5f3ff,#e8e3ff);border-left:3px solid #532db3}.fact-icon{color:#532db3;font-size:1.3rem}.fact-content{padding:.5rem 0}.fact-title{font-weight:700;color:#28146c;margin-bottom:.7rem;font-size:1rem}.fact-text{color:#444;line-height:1.5;font-size:.95rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.blog-card{animation:fadeIn .4s ease forwards}@media (max-width:1200px){.blog-content{gap:2rem}.featured-post-card{grid-template-columns:1fr;height:auto}.featured-image-container{height:350px;border-radius:16px 16px 0 0}}@media (max-width:992px){.blog-content{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}}@media (max-width:768px){.blog-page-container{padding:1.5rem}.blog-header{padding:2rem 1rem}.blog-grid,.blog-sidebar{grid-template-columns:1fr}.blog-page-title{font-size:2rem}.blog-search-container{max-width:100%}.featured-image-container{height:250px}.featured-post-title{font-size:1.5rem}.blog-header-container{height:auto;padding:.5rem 1rem}.blog-logo-link img{max-height:25px}}@media (max-width:576px){.blog-page-container{padding:1rem}.blog-page-title{font-size:1.8rem}.featured-image-container{height:220px}.category-filter{flex-direction:column;align-items:flex-start}.filter-label{margin-bottom:10px}}.blog-container{max-width:900px;margin:2rem auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.blog-post{width:100%;animation:fadeIn .5s ease}.blog-post h1,.blog-post h2,.blog-post h3,.blog-post h4,.blog-post h5{color:#28146c;margin-top:1.8em;margin-bottom:.8em;line-height:1.3}.blog-post h1{font-size:2.2rem}.blog-post h2{font-size:1.8rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.blog-post h3{font-size:1.5rem}.blog-post p{margin-bottom:1.5rem;line-height:1.7;color:#333}.blog-post strong{color:#28146c;font-weight:600}.blog-post ol,.blog-post ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post li{margin-bottom:.5rem;line-height:1.6}.blog-post a{color:#532db3;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease;font-weight:500}.blog-post a:hover{border-bottom-color:#532db3}.blog-post blockquote{border-left:4px solid #532db3;padding:1rem 1.5rem;margin:1.5rem 0;background:#f8f7ff;border-radius:0 8px 8px 0}.blog-post img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:0 5px 15px rgba(0,0,0,.1)}.blog-post hr{border:0;height:2px;background:linear-gradient(90deg,#f0f0f0,#ddd,#f0f0f0);margin:2.5rem 0;border-radius:2px}.blog-intro{background-color:#f7f7f8;border-left:4px solid #532db3;padding:1.2rem 1.5rem;font-size:1.1rem;line-height:1.5;color:#333;margin-bottom:1.8rem;border-radius:0 8px 8px 0}.blog-author-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid #ddd}.blog-back-link{margin-bottom:1.5rem}.blog-back-link a{display:flex;align-items:center;font-size:.95rem;font-weight:500;color:#555;text-decoration:none;transition:all .2s ease;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:6px}.blog-back-link a:hover{background:#f5f5f5;color:#28146c}.back-icon{margin-right:6px}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.blog-author-container,.blog-intro,.blog-title{animation:slideUp .5s ease forwards;animation-delay:calc(var(--animation-order) * .1s);opacity:0}.blog-title{--animation-order:1}.blog-intro{--animation-order:2}.blog-author-container{--animation-order:3}.social-share{gap:8px}.share-button,.social-share{display:flex;align-items:center}.share-button{justify-content:center;width:38px;height:38px;border-radius:50%;color:#fff;transition:all .3s ease;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.1)}.share-button:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 5px 10px rgba(0,0,0,.15)}@media (max-width:768px){.blog-container{padding:1.5rem;margin:1rem}.blog-title{font-size:1.8rem}.blog-intro{padding:1rem;font-size:1rem}.blog-author-container{flex-direction:column;align-items:flex-start;gap:1rem}.social-share{align-self:flex-start}}.navbar{z-index:1000;position:relative}.blog-header-bar{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.08);padding:.8rem 0}.blog-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;justify-content:space-between}.blog-header-container,.blog-logo-link{display:flex;align-items:center}.blog-logo-link img{object-fit:contain!important;width:auto!important;max-height:30px}.blog-nav-links{display:flex;align-items:center;gap:1rem}.blog-nav-link{color:#444;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem .8rem;border-radius:6px;transition:all .2s ease}.blog-nav-link:hover{background-color:#f5f5f7;color:#532db3}.blog-nav-link-main{background:linear-gradient(135deg,#6e42ca,#532db3);color:#fff!important;padding:.6rem 1rem;border-radius:8px;font-weight:600;display:flex;align-items:center;transition:all .25s ease;box-shadow:0 4px 10px rgba(83,45,179,.2)}.blog-nav-link-main:hover{background:linear-gradient(135deg,#532db3,#3e1f8a);transform:translateY(-2px);box-shadow:0 6px 12px rgba(83,45,179,.3)}.blog-nav-link-main svg{margin-right:6px}body{margin:0;padding:0}body.blog-page,html.blog-page,html.blog-page body{padding-top:0!important;background-color:#f8f8fa!important}.blog-header-bar,html.blog-page,html.blog-page body{margin-top:0!important}.blog-header-bar{position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.08)}.blog-page-container{margin-top:0!important}.blog-footer{background-color:#f0f0f5;padding:4rem 0 2rem;border-top:1px solid #ddd}.blog-footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.blog-footer-main{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.blog-footer-branding{display:flex;flex-direction:column;gap:1.2rem}.blog-footer-description{color:#444;line-height:1.6;font-size:.95rem;max-width:450px;font-weight:500}.blog-footer-social{display:flex;gap:1rem;margin-top:.5rem}.blog-footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#fff;color:#333;transition:all .2s ease;box-shadow:0 2px 5px rgba(0,0,0,.1)}.blog-footer-social a:hover{transform:translateY(-3px);color:#532db3;box-shadow:0 4px 8px rgba(0,0,0,.15)}.blog-footer-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.blog-footer-column h3{font-size:1.1rem;font-weight:700;color:#222;margin-bottom:1.2rem}.blog-footer-column ul{list-style:none;padding:0;margin:0}.blog-footer-column li{margin-bottom:.8rem}.blog-footer-column a{color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.blog-footer-column a:hover{color:#532db3}.blog-footer-bottom{padding-top:1.5rem;border-top:1px solid #ddd;text-align:center;color:#555;font-size:.9rem;font-weight:500}@media (max-width:992px){.blog-footer-main{grid-template-columns:1fr;gap:2rem}.blog-footer-description{max-width:100%}}@media (max-width:768px){.blog-footer{padding:3rem 0 1.5rem}.blog-footer-links{grid-template-columns:1fr;gap:1.5rem}.blog-footer-column h3{margin-bottom:.8rem}}.blog-logo-wrapper{background-color:rgba(245,245,247,.7);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);display:inline-flex;align-items:center;justify-content:center;padding:4px;width:auto;max-width:-moz-fit-content;max-width:fit-content}.blog-header-bar .blog-logo-wrapper{padding:4px;background-color:hsla(0,0%,100%,.6)}.blog-footer-logo-link .blog-logo-wrapper{background-color:hsla(0,0%,100%,.8);padding:4px;margin-bottom:5px;border:1px solid rgba(0,0,0,.03);box-shadow:0 1px 4px rgba(0,0,0,.05)}.blog-logo-wrapper img{display:block;width:auto!important;max-width:100%;height:auto!important;max-height:35px!important}.blog-footer-logo-link img{max-height:40px!important}@media (max-width:768px){.blog-header-bar{padding:.6rem 0}.blog-header-container{flex-direction:column;align-items:center;gap:.8rem;padding:0 1rem}.blog-nav-links{width:100%;justify-content:center;flex-wrap:wrap;gap:.8rem}.blog-nav-link{font-size:.9rem;text-align:center}.blog-nav-link-main{padding:.5rem .8rem;font-size:.9rem}.fact-of-week-banner{padding:1rem;margin:1.5rem auto}.fact-of-week-banner .fact-title{font-size:1.1rem}.fact-of-week-banner .fact-text{font-size:.95rem}.blog-page-title{font-size:2.2rem}}.fact-of-week-banner{background:linear-gradient(90deg,rgba(83,45,179,.03),rgba(83,45,179,.08),rgba(83,45,179,.03));border-radius:12px;padding:1.2rem 1.8rem;margin:2rem auto;max-width:800px;box-shadow:0 3px 15px rgba(0,0,0,.05);border:1px solid rgba(83,45,179,.1);position:relative}.fact-of-week-banner .fact-content{display:flex;flex-direction:column;align-items:center;text-align:center}.fact-of-week-banner .fact-icon{font-size:1.8rem;margin-bottom:.5rem;color:#532db3;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(1)}}.fact-of-week-banner .fact-title{font-size:1.3rem;font-weight:700;color:#532db3;margin-bottom:.5rem}.fact-of-week-banner .fact-text{font-size:1.05rem;color:#444;line-height:1.6;max-width:90%;margin:0 auto}@media (max-width:480px){.blog-logo-wrapper{margin:0 auto}.blog-nav-links{flex-wrap:wrap}.blog-nav-link,.blog-nav-link-main{margin:.3rem}}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.blog-card-categories{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#532db3;background-color:rgba(83,45,179,.1);padding:3px 8px;border-radius:12px}.blog-card-categories svg{font-size:.7rem}.no-posts-message{width:100%;text-align:center;padding:2rem;background-color:#f8f9fa;border-radius:12px;color:#6c757d}.categories-list{list-style:none;padding:0;margin:0}.categories-list li{margin-bottom:8px;transition:all .2s ease}.categories-list li a{display:flex;padding:8px 12px;border-radius:8px;color:#444;text-decoration:none;font-weight:500;transition:all .2s ease}.categories-list li a.active,.categories-list li a:hover{background-color:rgba(83,45,179,.1);color:#532db3;transform:translateX(5px)}.categories-list li a.active{background-color:rgba(83,45,179,.15);font-weight:600}.category-count{margin-left:auto;background-color:rgba(83,45,179,.2);color:#532db3;font-size:.75rem;padding:2px 8px;border-radius:10px;font-weight:600}