.sitemap-wrapper{background:linear-gradient(135deg,#2254fe,#c13100);box-sizing:border-box;color:#fff;padding:80px 40px;width:100%}.sitemap-inner{margin:0 auto;max-width:1200px}.sitemap-section{margin-bottom:50px}.sitemap-section h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:20px}.pages-grid{grid-template-columns:repeat(3,1fr)}.blog-section .sitemap-list,.pages-grid{display:grid;gap:12px 25px;list-style:none;margin:0;padding:0}.blog-section .sitemap-list{grid-template-columns:repeat(2,1fr)}.sitemap-list a{background:hsla(0,0%,100%,.15);border-radius:8px;color:#fff;display:block;font-size:14px;padding:10px 15px;text-decoration:none;transition:.25s ease}.sitemap-list a:hover{background:hsla(0,0%,100%,.3);transform:translateX(4px)}@media (max-width:768px){.blog-section .sitemap-list,.pages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.blog-section .sitemap-list,.pages-grid{grid-template-columns:1fr}}