.sitemap{background-color:#000B1D;min-height:100vh;color:#ffffff}.sitemap__hero{position:relative;height:40vh;min-height:300px;background:linear-gradient(135deg,#000B1D,#001F3F);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.sitemap__hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(74,144,226,.1) 0,transparent 70%);animation:pulse 4s ease-in-out infinite}.sitemap__hero-content{position:relative;z-index:1;max-width:800px;padding:0 2rem}.sitemap__hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#ffffff,#e0e7ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sitemap__hero-description{font-size:1.1rem;color:rgba(255,255,255,.7)}.sitemap__container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.sitemap__content{display:grid;grid-gap:4rem;gap:4rem}.sitemap__section{background:rgba(255,255,255,.03);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.sitemap__section-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#4A90E2}.sitemap__links{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.sitemap__link{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:rgba(255,255,255,.02);border-radius:12px;color:#ffffff;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.sitemap__link:hover{background:rgba(74,144,226,.1);transform:translateY(-2px)}.sitemap__link-content{flex:1 1}.sitemap__link-title{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.sitemap__link-description{font-size:.875rem;color:rgba(255,255,255,.6)}.sitemap__link-arrow{font-size:1.2rem;color:#4A90E2;margin-left:1rem;transition:transform .3s ease}.sitemap__link:hover .sitemap__link-arrow{transform:translateX(5px)}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width:768px){.sitemap__hero-title{font-size:2.5rem}.sitemap__container{padding:2rem 1rem}.sitemap__section{padding:1.5rem}.sitemap__section-title{font-size:1.5rem}.sitemap__links{grid-template-columns:1fr}}