.sitemap-page{background:#fff;min-height:100vh}.sitemap-hero-section{min-height:40vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem 4rem;background:linear-gradient(135deg,#1a1a1a,#000000);position:relative;overflow:hidden}.sitemap-hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,215,0,.1) 0,transparent 70%);border-radius:50%}.sitemap-hero-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,215,0,.08) 0,transparent 70%);border-radius:50%}.sitemap-hero-section .sitemap-hero-content{max-width:1200px;text-align:center;position:relative;z-index:1}.sitemap-hero-section .sitemap-hero-content .sitemap-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.sitemap-hero-section .sitemap-hero-content .sitemap-hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.6rem);color:hsla(0,0%,100%,.9);font-weight:300;line-height:1.6}.sitemap-content{max-width:1200px;margin:0 auto;padding:5rem 2rem}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem}.sitemap-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border-top:4px solid #f0f0f0}.sitemap-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a1a1a,#ffd700);transform:scaleX(0);transition:transform .4s ease}.sitemap-section:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15);border-top-color:rgba(0,0,0,0)}.sitemap-section:hover:before{transform:scaleX(1)}.sitemap-section h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.sitemap-section ul{list-style:none;padding:0}.sitemap-section ul li{margin:1rem 0}.sitemap-section ul li a{color:#555;text-decoration:none;font-size:1.1rem;display:inline-block;transition:all .3s ease;position:relative;padding-left:1.5rem}.sitemap-section ul li a:before{content:"→";position:absolute;left:0;color:gold;opacity:0;transform:translateX(-10px);transition:all .3s ease}.sitemap-section ul li a:hover{color:#1a1a1a;font-weight:500;padding-left:2rem}.sitemap-section ul li a:hover:before{opacity:1;transform:translateX(0)}@media screen and (max-width:768px){.sitemap-hero-section{padding:8rem 1.5rem 3rem;min-height:35vh}.sitemap-hero-section .sitemap-hero-content .sitemap-hero-title{font-size:2rem}.sitemap-hero-section .sitemap-hero-content .sitemap-hero-subtitle{font-size:1rem}.sitemap-content{padding:3rem 1rem}.sitemap-grid{grid-template-columns:1fr;gap:2rem}.sitemap-section{padding:2rem}.sitemap-section h2{font-size:1.5rem}.sitemap-section ul li a{font-size:1rem}}