.sitemap-hero{position:relative;background:linear-gradient(135deg,var(--primary-deep),var(--primary-navy));min-height:100vh;display:flex;align-items:center;padding:var(--space-3xl) 0;overflow:hidden}.sitemap-hero .hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgb(0 201 183 / .15),transparent 50%),radial-gradient(circle at 70% 30%,rgb(255 179 71 / .1),transparent 50%);z-index:1}.sitemap-hero .hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none!important;overflow:hidden}.sitemap-hero .container{position:relative;z-index:10;width:100%}.sitemap-hero .hero-content{position:relative;z-index:20;max-width:900px;margin:0 auto;text-align:center}.hero-badge-wrapper{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgb(0 201 183 / .2);border:1px solid rgb(0 201 183 / .3);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;backdrop-filter:blur(5px)}.hero-badge.secondary{background:rgb(255 179 71 / .2);border-color:rgb(255 179 71 / .3)}.sitemap-hero .hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:var(--space-md);color:var(--white)}.sitemap-hero .hero-title .gradient-text{background:linear-gradient(135deg,var(--accent-teal),var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.sitemap-hero .hero-title .highlight{color:var(--accent-gold);position:relative;display:inline-block}.sitemap-hero .hero-title .highlight::after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:8px;background:rgb(255 179 71 / .3);z-index:-1}.sitemap-hero .hero-subtitle{font-size:1.25rem;color:var(--gray-200);margin-bottom:var(--space-lg);max-width:700px;margin-left:auto;margin-right:auto}.sitemap-hero .hero-stats{display:flex;gap:var(--space-lg);margin-bottom:var(--space-lg);flex-wrap:wrap;justify-content:center}.sitemap-hero .stat-item{text-align:center}.sitemap-hero .stat-number{display:block;font-size:2rem;font-weight:800;color:var(--accent-teal);line-height:1}.sitemap-hero .stat-label{font-size:.875rem;color:var(--gray-300)}.sitemap-hero .hero-cta{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;justify-content:center}.sitemap-hero .trust-badge-row{display:flex;gap:var(--space-md);margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center}.sitemap-hero .trust-badge-row span{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--gray-300)}.sitemap-hero .trust-badge-row span i{color:var(--accent-teal)}.sitemap-hero .hero-wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0;z-index:10}.sitemap-content{padding:var(--space-3xl) 0;background:var(--white)}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:var(--space-xl)}.sitemap-section{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:1px solid var(--gray-100)}.sitemap-section:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--accent-teal)}.sitemap-header{display:flex;align-items:center;gap:var(--space-sm);padding-bottom:var(--space-md);margin-bottom:var(--space-md);border-bottom:2px solid var(--accent-teal)}.sitemap-header i{font-size:1.75rem;background:linear-gradient(135deg,var(--accent-teal),var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.sitemap-header h2{font-size:1.5rem;margin-bottom:0;color:var(--primary-deep)}.sitemap-links{list-style:none;padding:0}.sitemap-links li{margin-bottom:var(--space-sm);border-bottom:1px solid var(--gray-100);padding-bottom:var(--space-sm)}.sitemap-links li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sitemap-links a{display:flex;align-items:center;justify-content:space-between;color:var(--gray-600);transition:all var(--transition-fast);padding:var(--space-xs) 0}.sitemap-links a:hover{color:var(--accent-teal);transform:translateX(5px)}.sitemap-links a span{font-weight:500}.sitemap-links a i{font-size:.75rem;opacity:.6;transition:all var(--transition-fast)}.sitemap-links a:hover i{opacity:1;transform:translateX(3px);color:var(--accent-teal)}.page-count{display:inline-block;background:var(--gray-100);color:var(--gray-600);font-size:.7rem;padding:.2rem .5rem;border-radius:var(--radius-full);margin-top:var(--space-sm)}.sitemap-note{background:var(--off-white);padding:var(--space-lg);border-radius:var(--radius-lg);margin-top:var(--space-xl);text-align:center;border-left:4px solid var(--accent-teal)}.sitemap-note i{color:var(--accent-teal);margin-right:var(--space-sm)}@media (max-width:768px){.sitemap-hero .hero-title{font-size:2.5rem}.sitemap-hero .hero-subtitle{font-size:1rem}.sitemap-hero .hero-stats{gap:var(--space-md)}.sitemap-hero .stat-number{font-size:1.5rem}.sitemap-grid{grid-template-columns:1fr}.sitemap-hero .hero-cta{flex-direction:column;align-items:center}}@media (max-width:480px){.sitemap-hero .hero-title{font-size:2rem}.hero-badge-wrapper{flex-direction:column;align-items:center}}