
.sitemap-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 28px 56px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f3f68;
}

/* HEADER */

.sitemap-header {
    margin-bottom: 28px;
}

.sitemap-title {
    margin: 2rem 0 10px;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #1d3f8b;
}

.sitemap-subtitle,
.archive-subtitle {
    margin: 0;
    line-height: 1.5;
    color: #7a8aa0;
}

.sitemap-subtitle {
    font-size: 16px;
}

.archive-subtitle {
    font-size: 14px;
}

/* QUICK LINKS */

.quick-links-bar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 28px 0 24px;
}

.quick-link-item {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 40px;
    color: #0f62ff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    cursor: pointer;
    transition: color 0.2s ease;
}

.quick-link-item.highlight {
    color: #0f62ff;
}

.quick-link-icon {
    display: none;
}

/* MAIN GRID */

.sitemap-grid {
    display: block;
    margin: 0;
}

/* SECTIONS */

.sitemap-section {
    margin: 0 0 26px;
}

.sitemap-section h2,
.archive-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #1d3f8b;
}

.archive-title {
    margin-bottom: 8px;
}

.sitemap-section ul {
    list-style: none;
    margin: 0 0 0 42px;
    padding: 0;
}

.sitemap-section ul li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 34px;
}

.sitemap-section ul li:last-child,
.archive-link:last-child {
    margin-bottom: 0;
}

/* LINKS */

.sitemap-section a,
.archive-link {
    color: #0f62ff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s ease;
}

.quick-link-item:hover,
.quick-link-item.highlight:hover,
.sitemap-section a:hover,
.archive-link:hover {
    color: #082f6b;
    text-decoration: none;
}

/* BADGE */

.sitemap-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #69c35d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}

/* SHARED CHECK ICON */

.quick-link-item::before,
.sitemap-section ul li::before,
.archive-link::before {
    content: "✓";
    position: absolute;
    top: 2px;
    left: 0.2rem;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef1f7;
    color: #7b74e8;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.quick-link-item:hover::before,
.sitemap-section ul li:hover::before,
.archive-link:hover::before {
    background: #dfe7ff;
    color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.08);
}

/* ARCHIVE */

.archive-wrapper {
    margin-top: 30px;
}

.archive-header {
    margin-bottom: 14px;
}

.archive-grid {
    display: block;
    margin: 14px 0 0 42px;
}

.archive-card {
    position: relative;
    margin: 0 0 18px;
    padding: 12px 0 4px 34px;
}

.archive-card::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 2px;
    height: calc(100% - 4px);
    background: #d9e2ec;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

.archive-card:hover::before {
    background: #c7d6ea;
}

.archive-version {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #0f62ff;
}

.archive-links {
    display: block;
    margin-left: 40px;
}

.archive-link {
    display: block;
    position: relative;
    margin: 0 0 12px;
    padding-left: 34px;
}

/* FOOTER NOTE */

.sitemap-footer-note {
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.5;
    color: #8a97aa;
    text-align: left;
}

/* RESPONSIVO */

@media (max-width: 768px) {
    .sitemap-wrapper {
        padding: 24px 18px 40px;
    }

    .sitemap-title {
        font-size: 40px;
    }

    .quick-link-item,
    .sitemap-section h2,
    .sitemap-section a,
    .archive-title,
    .archive-version,
    .archive-link {
        font-size: 17px;
    }

    .sitemap-section ul,
    .archive-grid {
        margin-left: 42px;
    }

    .archive-links {
        margin-left: 36px;
    }
}
