.sitemap-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.sitemap-title{font-size:2.5rem;text-align:center;font-weight:600;margin-bottom:.5rem}.sitemap-intro{font-size:1rem;color:#555;margin-bottom:1.5rem}.sitemap-section{margin-bottom:2rem}.sitemap-section h2{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#1a73e8}.sitemap-grid-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.sitemap-card{background:#fff;border-radius:.75rem;padding:1.25rem;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.sitemap-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.sitemap-card__content{font-size:1.125rem;font-weight:600}@media (max-width:1200px){.sitemap-grid-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.sitemap-grid-cards{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.sitemap-card{padding:1rem}.sitemap-card__content{font-size:1rem}}@media (max-width:480px){.sitemap-grid-cards{grid-template-columns:1fr;gap:.5rem}.sitemap-card{padding:.75rem}.sitemap-card__content{font-size:.95rem}}