

.mentions-hero {
    padding: var(--hero-padding-top-desktop) 0 60px;
    background:
        radial-gradient(1100px 500px at 80% 0%, rgba(0, 124, 255, 0.06), transparent 60%),
        radial-gradient(900px 500px at 0% 100%, rgba(94, 59, 255, 0.05), transparent 60%),
        var(--bg-light, #f8fafc);
    text-align: center;
}

.mentions-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-blue, #007cff);
    background: rgba(0, 124, 255, 0.08);
    border: 1px solid rgba(0, 124, 255, 0.18);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.mentions-h1 {
    font-size: clamp(28px, 4.4vw, 44px);
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.15;
    margin: 0 0 22px;
    text-wrap: balance;
}

.mentions-intro {
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-muted, #475569);
    max-width: 760px;
    margin: 0 auto 14px;
}

.mentions-last-update {
    font-size: 13px;
    color: var(--text-muted, #64748b);
    font-style: italic;
    margin: 0;
}

.mentions-content {
    padding: 60px 0 100px;
    background: #ffffff;
}

.mentions-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.mentions-toc {
    position: sticky;
    top: 100px;
    background: var(--bg-light, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    padding: 22px 22px 18px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.mentions-toc-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-blue, #007cff);
    margin: 0 0 14px;
}

.mentions-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc;
}

.mentions-toc-list li {
    margin-bottom: 4px;
}

.mentions-toc-list a {
    display: block;
    padding: 6px 10px;
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--text-dark, #0f172a);
    text-decoration: none;
    border-radius: 8px;
    border-left: 2px solid transparent;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.mentions-toc-list a:hover {
    background: rgba(0, 124, 255, 0.06);
    border-left-color: var(--primary-blue, #007cff);
    color: var(--primary-blue, #007cff);
}

.mentions-toc-list a.is-active {
    background: var(--primary-light);
    border-left-color: var(--primary-blue);
    color: var(--primary-blue);
    font-weight: var(--weight-bold);
}

.mentions-body {
    max-width: 720px;
}

.mentions-block {
    margin-bottom: 56px;
    scroll-margin-top: 100px;
}

.mentions-block:last-of-type {
    margin-bottom: 32px;
}

.mentions-h2 {
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    line-height: 1.25;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 124, 255, 0.12);
}

.mentions-lead {
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-dark, #0f172a);
    background: rgba(0, 124, 255, 0.04);
    border-left: 3px solid var(--primary-blue, #007cff);
    padding: 14px 18px;
    border-radius: 0 10px 10px 0;
    margin: 0 0 20px;
}

.mentions-text p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-muted, #475569);
    margin: 0 0 14px;
}

.mentions-text p:last-child { margin-bottom: 0; }

.mentions-text strong {
    color: var(--text-dark, #0f172a);
    font-weight: 700;
}

.mentions-text a {
    color: var(--primary-blue, #007cff);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 124, 255, 0.3);
    word-break: break-word;
}

.mentions-text a:hover {
    border-bottom-color: var(--primary-blue, #007cff);
}

.mentions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.mentions-list li {
    position: relative;
    padding: 4px 0 4px 22px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-muted, #475569);
}

.mentions-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary-blue, #007cff);
    font-weight: 700;
    font-size: 13px;
}

.mentions-info-box {
    background: linear-gradient(135deg, rgba(0, 124, 255, 0.05) 0%, rgba(94, 59, 255, 0.04) 100%);
    border: 1px solid rgba(0, 124, 255, 0.12);
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 18px;
}

.mentions-info-box p {
    font-size: 14.5px;
    color: var(--text-dark, #0f172a);
    margin: 0 0 8px;
    line-height: 1.5;
}

.mentions-info-box p:last-child { margin-bottom: 0; }

.mentions-info-box strong {
    color: var(--primary-dark, #0a1f44);
    font-weight: 600;
    margin-right: 4px;
}

.mentions-back-top {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mentions-back-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-blue, #007cff);
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid rgba(0, 124, 255, 0.2);
    border-radius: 999px;
    transition: background 150ms ease;
}

.mentions-back-link:hover {
    background: rgba(0, 124, 255, 0.08);
}

@media (max-width: 960px) {
    .mentions-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mentions-toc {
        position: static;
        max-height: none;
    }

    .mentions-toc-list {
        columns: 2;
        column-gap: 20px;
    }

    .mentions-toc-list li {
        break-inside: avoid;
    }
}

@media (max-width: 640px) {
    .mentions-hero { padding: var(--hero-padding-top-mobile) 0 48px; }
    .mentions-content { padding: 44px 0 70px; }
    .mentions-block { margin-bottom: 44px; }
    .mentions-toc-list { columns: 1; }
    .mentions-toc { padding: 18px; }
}
