.sitemap-explorer {
    position: relative;
    overflow: hidden;
    padding: 0 0 clamp(5rem, 10vw, 9rem);
}

.sitemap-page .legal-title .shell {
    max-width: 1120px;
}

.sitemap-page .legal-title .shell > p:not(.eyebrow) {
    max-width: 960px;
}

.sitemap-explorer::before {
    position: absolute;
    z-index: -1;
    inset: 0 0 auto;
    height: 420px;
    background: linear-gradient(180deg, #eef4f7, transparent);
    content: "";
}

.sitemap-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, .55fr) minmax(320px, 1.45fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: end;
    padding: 2rem 0;
    border-top: 1px solid #d8e3e9;
}

.sitemap-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sitemap-summary > span {
    color: #0d7183;
    font-size: clamp(3.2rem, 7vw, 6rem);
    font-weight: 850;
    line-height: .8;
    letter-spacing: -.08em;
}

.sitemap-summary p {
    display: grid;
    gap: .2rem;
    margin: 0;
}

.sitemap-summary strong {
    color: #071426;
}

.sitemap-summary small {
    color: #6a7886;
}

.sitemap-search {
    position: relative;
    display: grid;
    gap: .5rem;
    color: #33495b;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sitemap-search input {
    width: 100%;
    min-height: 58px;
    padding: .9rem 4.2rem .9rem 1.1rem;
    border: 1px solid #b8c8d2;
    border-radius: 12px;
    color: #071426;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 35px rgba(7, 20, 38, .06);
    font: inherit;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sitemap-search input:focus {
    border-color: #0d7183;
    outline: 3px solid rgba(13, 113, 131, .15);
}

.sitemap-search kbd {
    position: absolute;
    right: .8rem;
    bottom: .85rem;
    padding: .42rem .55rem;
    border: 1px solid #cad5dc;
    border-radius: 6px;
    color: #607181;
    background: #f5f7f8;
    font: inherit;
    font-size: .7rem;
}

.sitemap-jump {
    display: flex;
    overflow-x: auto;
    gap: .55rem;
    padding: .6rem 0 1.4rem;
    scrollbar-width: thin;
}

.sitemap-jump button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .55rem;
    padding: .7rem .85rem;
    border: 1px solid #ccd8df;
    border-radius: 999px;
    color: #3e5364;
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-size: .8rem;
    font-weight: 750;
}

.sitemap-jump button span {
    display: grid;
    min-width: 1.45rem;
    min-height: 1.45rem;
    place-items: center;
    border-radius: 999px;
    color: #536879;
    background: #edf2f5;
    font-size: .68rem;
}

.sitemap-jump button:hover,
.sitemap-jump button.is-active {
    border-color: #071426;
    color: #fff;
    background: #071426;
}

.sitemap-jump button.is-active span {
    color: #071426;
    background: #cde86f;
}

.sitemap-result {
    margin: 0 0 1.2rem;
    color: #6d7b88;
    font-size: .8rem;
}

.sitemap-map {
    display: grid;
    gap: 1.25rem;
}

.sitemap-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
    padding: clamp(1.4rem, 3vw, 2.2rem) 0;
    border-top: 1px solid #d9e3e9;
}

.sitemap-group[hidden],
.sitemap-links a[hidden] {
    display: none;
}

.sitemap-group > header {
    display: flex;
    gap: 1rem;
}

.sitemap-group > header > span {
    color: #95c11f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.sitemap-group h2 {
    margin: 0;
    color: #071426;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.sitemap-group header p {
    margin: .45rem 0 0;
    color: #7a8792;
    font-size: .76rem;
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.sitemap-links a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    min-height: 150px;
    padding: 1.1rem;
    border: 1px solid #dce5ea;
    border-radius: 12px;
    color: inherit;
    background: #fff;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sitemap-links a:hover,
.sitemap-links a:focus-visible {
    transform: translateY(-3px);
    border-color: #0d7183;
    outline: none;
    box-shadow: 0 16px 35px rgba(7, 20, 38, .1);
}

.sitemap-links a > span {
    display: flex;
    flex-direction: column;
}

.sitemap-links strong {
    color: #0b3146;
    line-height: 1.3;
}

.sitemap-links small {
    margin-top: .55rem;
    color: #687786;
    line-height: 1.5;
}

.sitemap-links code {
    margin-top: auto;
    padding-top: .8rem;
    color: #0d7183;
    font-size: .67rem;
}

.sitemap-links b {
    color: #8ba0ae;
    font-size: .85rem;
}

.sitemap-empty {
    padding: 4rem 1rem;
    text-align: center;
}

.sitemap-empty strong {
    color: #071426;
    font-size: 1.4rem;
}

.sitemap-empty p {
    color: #647483;
}

.sitemap-empty button {
    padding: .7rem .9rem;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #0d7183;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
}

.sitemap-technical {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 7vw, 6rem);
    margin-top: clamp(3rem, 8vw, 7rem);
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(circle at 5% 0, rgba(13, 113, 131, .6), transparent 34%), #071426;
}

.sitemap-technical h2 {
    margin: .45rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.sitemap-technical > div > p:last-child {
    color: #aebeca;
    line-height: 1.65;
}

.sitemap-technical nav {
    display: grid;
}

.sitemap-technical nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #314356;
    color: #fff;
    text-decoration: none;
}

.sitemap-technical nav a span {
    display: grid;
    gap: .2rem;
    font-weight: 800;
}

.sitemap-technical nav a small {
    color: #94a7b5;
    font-weight: 500;
}

.sitemap-technical nav a b {
    color: #cde86f;
    font-size: .7rem;
}

@media (max-width: 820px) {
    .sitemap-toolbar,
    .sitemap-group,
    .sitemap-technical {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .sitemap-links {
        grid-template-columns: 1fr;
    }

    .sitemap-links a {
        min-height: 135px;
    }

    .sitemap-search kbd {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sitemap-links a {
        transition: none;
    }
}
