﻿html, body {
    overflow-x: hidden;
}

.sitemap-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #111827;
}

.sitemap-hero {
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.sitemap-kicker {
    display: inline-block;
    color: #0d6efd;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sitemap-lead {
    max-width: 860px;
    color: #64748b;
    line-height: 1.9;
}

.sitemap-card,
.sitemap-policy-card,
.sitemap-cta {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.sitemap-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.sitemap-card-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
}

.sitemap-card-heading {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 58px;
    margin-bottom: 1.25rem;
}

    .sitemap-card-heading .sitemap-card-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .sitemap-card-heading .sitemap-card-title {
        margin-bottom: 0;
        line-height: 1.35;
    }
.sitemap-links li + li {
    margin-top: 0.55rem;
}

.sitemap-links a {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    line-height: 1.8;
    font-weight: 600;
    transition: color 0.25s ease, transform 0.25s ease;
}

    .sitemap-links a:hover {
        color: #1d4ed8;
        transform: translateX(4px);
    }

.sitemap-policy-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    padding: 18px 18px;
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

    .sitemap-policy-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
        border-color: #bfd5f3;
    }

.sitemap-policy-link-title {
    color: #0f172a;
    font-weight: 800;
    line-height: 1.5;
}

.sitemap-policy-link small {
    color: #64748b;
    line-height: 1.7;
}

.sitemap-cta {
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

    .sitemap-cta h2 {
        color: #0f172a;
        line-height: 1.45;
    }

.sitemap-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

    .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

.reveal-delay-4 {
    transition-delay: 0.32s;
}

.reveal-delay-5 {
    transition-delay: 0.40s;
}

.reveal-delay-6 {
    transition-delay: 0.48s;
}

.hover-lift {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
    will-change: transform, box-shadow;
}

@media (hover: hover) and (pointer: fine) {
    .hover-lift {
        cursor: pointer;
    }

        .hover-lift:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10) !important;
        }
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .sitemap-cta-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .sitemap-card,
    .sitemap-policy-card,
    .sitemap-cta {
        border-radius: 22px;
    }

    .sitemap-card-title {
        font-size: 1.08rem;
    }

    .sitemap-policy-link {
        padding: 16px 16px;
        border-radius: 18px;
    }

    .sitemap-cta-actions {
        flex-direction: column;
    }

        .sitemap-cta-actions .btn {
            width: 100%;
        }

    .reveal-on-scroll {
        transform: translateY(24px);
    }
}
