/**
 * Mise en page globale Congo-Afrique
 * Utiliser : <main class="page-shell"><div class="page-shell__inner">...</div></main>
 */

main.page-shell,
main.article-page,
main.forum-page {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

main.page-shell > .page-shell__inner:first-child,
main.article-page > .page-shell__inner:first-child,
main.forum-page > .page-shell__inner:first-child {
    margin-top: 0 !important;
}

.page-shell__inner {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 1rem 2.5rem;
}

/* Anciens conteneurs imbriqués — pleine largeur du shell */
.page-shell__inner > .container,
.page-shell__inner .hero-section > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Hero interne (forum, sujets, etc.) */
.page-shell .hero-section,
.page-shell .forum-hero,
.page-shell .page-hero {
    margin: 0 0 1.5rem !important;
    padding: 2rem 1.5rem !important;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(0, 157, 61, 0.08) 0%, rgba(0, 157, 61, 0.03) 100%);
}

.page-shell .page-hero--compact {
    padding: 1.5rem 1.25rem !important;
}

.page-shell .page-hero__eyebrow {
    color: #009d3d;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.page-shell .page-hero__title {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    word-break: break-word;
}

.page-shell .text-gradient {
    background: linear-gradient(135deg, #009d3d 0%, #008533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Éviter le double rétrécissement col-xl-10 dans le shell */
.page-shell__inner > .row.justify-content-center > .col-xl-10,
.page-shell__inner > .col-xl-10 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
}

.page-shell .breadcrumb {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .page-shell__inner {
        padding: 1rem 0.75rem 2rem;
    }

    .page-shell .hero-section,
    .page-shell .forum-hero,
    .page-shell .page-hero {
        padding: 1.25rem 1rem !important;
    }
}
