.blog-tag-filter-section{background:var(--black);padding:0 0 40px 0;border-bottom:1px solid #dee2e6}@keyframes BlogTagFilterFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.blog-tag-filter-section .tag-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.blog-tag-filter-section .tag-filter{background:#fff;padding:12px 20px;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;border:2px solid transparent}.blog-tag-filter-section .tag-filter:hover{background:var(--orange);color:var(--white);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.15)}.blog-tag-filter-section .tag-filter.active{background:var(--orange);color:var(--white);border-color:var(--black)}@media(max-width:768px){.blog-tag-filter-section .tag-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.blog-tag-filter-section .tag-filter{white-space:nowrap;flex-shrink:0}}.blog-cards-section{padding:60px 0;background:var(--white)}.blog-cards-section .blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:60px}.blog-cards-section .blog-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;display:block;text-decoration:none;color:inherit;max-width:550px}.blog-cards-section .blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.blog-cards-section .blog-thumbnail{width:100%;height:200px;object-fit:cover;background:var(--light-gray)}.blog-cards-section .blog-content{padding:25px}.blog-cards-section .blog-meta{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-size:.9rem}.blog-cards-section .blog-date{display:flex;align-items:center;gap:5px}.blog-cards-section .blog-tag{background:var(--black);color:var(--white);padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.blog-cards-section .blog-title{font-size:1.3rem;font-weight:600;margin-bottom:15px;line-height:1.4}.blog-cards-section .blog-excerpt{line-height:1.6;margin-bottom:20px}.blog-cards-section .blog-read-more{color:var(--orange);font-weight:500;display:flex;align-items:center;gap:5px;transition:color .3s ease}.blog-cards-section .blog-read-more:hover{color:var(--black)}.blog-cards-section .blog-read-more i{transition:transform .3s ease}.blog-cards-section .blog-card:hover .blog-read-more i{transform:translateX(3px)}.blog-cards-section .no-results{text-align:center;padding:60px 20px}.blog-cards-section .no-results i{font-size:3rem;color:var(--orange);margin-bottom:20px}.blog-cards-section .no-results h3{font-size:1.5rem;margin-bottom:10px}.blog-cards-section .no-results-links{padding-top:30px}@media(max-width:768px){.blog-cards-section .blog-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:576px){.blog-cards-section .blog-content{padding:20px}.blog-cards-section .blog-title{font-size:1.2rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px}.pagination-btn{padding:10px 15px;border:2px solid var(--black);background:var(--white);color:var(--black);text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;cursor:pointer}.pagination-btn:hover{background:var(--black);color:var(--white)}.pagination-btn.active{background:var(--orange);border-color:var(--orange);color:var(--white)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.pagination{flex-wrap:wrap;gap:5px}}.related-blog-articles-section{padding:60px 0;background:var(--light-gray)}.related-blog-articles-section .related-articles-header{text-align:center;margin-bottom:50px}.related-blog-articles-section .related-articles-header h2{font-size:2.2rem;font-weight:600;margin-bottom:15px}.related-blog-articles-section .related-articles-header p{font-size:1.1rem}.related-blog-articles-section .related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:40px}.related-blog-articles-section .related-article-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;display:block;text-decoration:none;color:inherit}.related-blog-articles-section .related-article-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.related-blog-articles-section .related-article-thumbnail{width:100%;height:180px;object-fit:cover;background:var(--light-gray)}.related-blog-articles-section .related-article-content{padding:20px}.related-blog-articles-section .related-article-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;width:100%}.related-blog-articles-section .related-article-tag{background:var(--black);color:var(--white);padding:4px 12px;border-radius:15px;font-size:.75rem;font-weight:500;display:inline-block;text-align:right}.related-blog-articles-section .related-article-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:10px}.related-blog-articles-section .related-article-date{font-size:.85rem;display:flex;align-items:center;gap:5px}@media(max-width:768px){.related-blog-articles-section .related-articles-grid{grid-template-columns:1fr;gap:20px}.related-blog-articles-section .related-articles-header h2{font-size:1.8rem}}.top-back-to-blog{background:var(--white);padding:20px 0;display:none}.top-back-to-blog .back-link{display:inline-flex;align-items:center;gap:8px;color:var(--orange);text-decoration:none;font-weight:500;transition:all .3s ease;padding:10px 20px;border-radius:25px;background:var(--light-gray)}.top-back-to-blog .back-link:hover{background:var(--orange);color:var(--white);transform:translateX(-3px)}.top-back-to-blog .back-link i{transition:transform .3s ease}.top-back-to-blog .back-link:hover i{transform:translateX(-3px)}@media(max-width:576px){.top-back-to-blog{display:block}}.bottom-back-to-blog{background:#fff;padding:0 0 40px 0;text-align:center}.bottom-back-to-blog .bottom-back-link{display:inline-flex;align-items:center;gap:10px;color:var(--black);background:var(--orange);border:1px solid var(--orange);text-decoration:none;font-weight:500;padding:15px 30px;border-radius:30px;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1)}.bottom-back-to-blog .bottom-back-link:hover{color:var(--black);background:var(--white);border:1px solid var(--orange);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.bottom-back-to-blog .bottom-back-link i{transition:transform .3s ease}.bottom-back-to-blog .bottom-back-link:hover i{transform:translateX(-3px)}.blog-article-section .accordeon{padding:0}.blog-article-section .accordeon,.blog-article-section .accordeon .accordeon-item-answer p,.blog-article-section .accordeon .accordeon-item-answer ul,.blog-article-section .accordeon .accordeon-item-answer ol{font-size:1.1rem;line-height:1.8;margin-bottom:20px}.blog-article-section .accordeon .section-header{text-align:left;margin-bottom:20px}.blog-article-section .accordeon .section-footer{text-align:left;margin-bottom:40px;margin-top:40px}.blog-article-section .accordeon .container{width:100%;max-width:100%;margin:0 auto}.blog-article-section .accordeon h2{font-size:1.8rem;font-weight:600;margin:0 0 20px 0;line-height:1.3}