.Sitemap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
    color: #1a1a2e;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.Sitemap-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

.Sitemap-intro {
    margin: 0 0 2rem;
    color: #5b6472;
    font-size: 0.95rem;
    line-height: 1.5;
}

.Sitemap-section {
    margin-bottom: 2.75rem;
}

.Sitemap-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8edf2;
}

.Sitemap-section-count {
    font-weight: 500;
    color: #6b7280;
    font-size: 0.9rem;
}

.Sitemap-general-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
}

.Sitemap-general-group-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 0.65rem;
}

.Sitemap-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Sitemap-link-list li {
    margin: 0 0 0.4rem;
}

.Sitemap-link-list a {
    color: #1a73b5;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4;
}

.Sitemap-link-list a:hover {
    text-decoration: underline;
    color: #125a8c;
}

.Sitemap-alpha-grid {
    column-count: 3;
    column-gap: 2rem;
}

.Sitemap-alpha-group {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

.Sitemap-alpha-letter {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #1a1a2e;
}

.Sitemap-alpha-group .Sitemap-link-list a {
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .Sitemap-general-grid {
        grid-template-columns: 1fr 1fr;
    }

    .Sitemap-alpha-grid {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .Sitemap {
        padding: 1.5rem 1rem 3rem;
    }

    .Sitemap-general-grid,
    .Sitemap-alpha-grid {
        grid-template-columns: 1fr;
        column-count: 1;
    }
}
