/* ============================================
   FEATURE CONTENT STYLING - CLEAN & PROFESSIONAL
   Ciblage: .partnership-header + section.py-5
   Palette: Bordeaux/Rose (#780232 → #a0034a)
   ============================================ */

/* Section principale */
.partnership-header + section.py-5 {
    padding: 4.5rem 0;
    background: #ffffff;
}

.partnership-header + section.py-5 > .container {
    max-width: 1140px;
}

/* Titres */
.partnership-header + section.py-5 h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.75rem;
    line-height: 1.25;
    position: relative;
    padding-bottom: 1.25rem;
}

.partnership-header + section.py-5 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #780232;
    border-radius: 2px;
}

.partnership-header + section.py-5 h3 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #2d3748;
    margin: 3rem 0 1.25rem;
    line-height: 1.3;
}

.partnership-header + section.py-5 h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4a5568;
    margin: 2rem 0 0.875rem;
}

/* Paragraphes */
.partnership-header + section.py-5 .lead {
    font-size: 1.1875rem;
    line-height: 1.75;
    color: #4a5568;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.partnership-header + section.py-5 p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1.25rem;
}

.partnership-header + section.py-5 .lead strong,
.partnership-header + section.py-5 p strong {
    color: #780232;
    font-weight: 600;
}

/* Listes à puces */
.partnership-header + section.py-5 .col-md-8 > ul,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.partnership-header + section.py-5 .col-md-8 > ul > li,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ul > li {
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: 1rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #4a5568;
}

.partnership-header + section.py-5 .col-md-8 > ul > li::before,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ul > li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #780232;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.7;
}

.partnership-header + section.py-5 .col-md-8 > ul > li strong,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ul > li strong {
    color: #2d3748;
    font-weight: 600;
}

/* Listes numérotées */
.partnership-header + section.py-5 .col-md-8 > ol,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.partnership-header + section.py-5 .col-md-8 > ol > li,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ol > li {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 1rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #4a5568;
    counter-increment: item;
}

.partnership-header + section.py-5 .col-md-8 > ol > li::before,
.partnership-header + section.py-5 > .container > div > .col-md-8 > ol > li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #780232;
    font-weight: 700;
    line-height: 1.7;
    font-size: 1.0625rem;
}

/* Sidebar */
.partnership-header + section.py-5 .col-md-4 {
    background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
    padding: 1.75rem;
    border-radius: 10px;
    border: 1px solid #ffe8f0;
    box-shadow: 0 2px 8px rgba(120, 2, 50, 0.04);
}

.partnership-header + section.py-5 .col-md-4 h4 {
    margin: 0 0 1.25rem;
    color: #780232;
    font-size: 1.3125rem;
    font-weight: 600;
    border-bottom: 2px solid #ffe8f0;
    padding-bottom: 0.75rem;
}

.partnership-header + section.py-5 .col-md-4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partnership-header + section.py-5 .col-md-4 ul li {
    position: relative;
    padding-left: 1.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4a5568;
}

.partnership-header + section.py-5 .col-md-4 ul li:last-child {
    margin-bottom: 0;
}

.partnership-header + section.py-5 .col-md-4 ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #780232;
    font-weight: bold;
    line-height: 1.6;
    font-size: 0.875rem;
}

/* Section FAQ */
.partnership-header + section.py-5 h3.mt-4 {
    margin-top: 3.5rem !important;
    font-size: 1.625rem;
    color: #1a202c;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f5f9;
}

.partnership-header + section.py-5 > .container > div > strong {
    display: block;
    font-size: 1.0625rem;
    color: #2d3748;
    margin: 1.5rem 0 0.625rem;
    font-weight: 600;
    line-height: 1.5;
}

.partnership-header + section.py-5 > .container > div > strong:first-of-type {
    margin-top: 1rem;
}

.partnership-header + section.py-5 > .container > div > p {
    background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
    padding: 0.875rem 1.25rem;
    border-left: 3px solid #780232;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Espacement */
.partnership-header + section.py-5 .row {
    margin-bottom: 2rem;
}

.partnership-header + section.py-5 .row.mt-4 {
    margin-top: 2.5rem;
}

/* Tableaux */
.partnership-header + section.py-5 table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.9375rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.partnership-header + section.py-5 table thead {
    background: linear-gradient(135deg, #780232 0%, #a0034a 100%);
}

.partnership-header + section.py-5 table thead th {
    color: white;
    padding: 1rem 0.875rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9375rem;
}

.partnership-header + section.py-5 table tbody tr {
    border-bottom: 1px solid #e2e8f0;
}

.partnership-header + section.py-5 table tbody tr:nth-child(even) {
    background: #fff5f8;
}

.partnership-header + section.py-5 table tbody tr:last-child {
    border-bottom: none;
}

.partnership-header + section.py-5 table tbody td {
    padding: 0.875rem;
    color: #4a5568;
    line-height: 1.5;
}

/* Liens */
.partnership-header + section.py-5 a:not(.btn) {
    color: #780232;
    text-decoration: none;
    border-bottom: 1px solid rgba(120, 2, 50, 0.3);
    transition: all 0.2s ease;
    font-size: 1.3rem;
}

.partnership-header + section.py-5 a:not(.btn):hover {
    color: #a0034a;
    border-bottom-color: #a0034a;
}

/* Images */
.partnership-header + section.py-5 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    border: 1px solid #e2e8f0;
}

/* Blockquotes */
.partnership-header + section.py-5 blockquote {
    border-left: 4px solid #780232;
    padding: 1.25rem 1.75rem;
    margin: 2rem 0;
    background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
    border-radius: 6px;
    font-style: italic;
    color: #4a5568;
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* Code blocks */
.partnership-header + section.py-5 code {
    background: #2d3748;
    color: #fbbf24;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: 'Monaco', 'Menlo', 'Courier New', monospace;
}

.partnership-header + section.py-5 pre {
    background: #2d3748;
    color: #e2e8f0;
    padding: 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
    border: 1px solid #1a202c;
}

.partnership-header + section.py-5 pre code {
    background: none;
    padding: 0;
    font-size: 0.875rem;
}

/* Séparateur horizontal */
.partnership-header + section.py-5 hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
    margin: 3rem 0;
}

/* Responsive */
@media (max-width: 768px) {
    .partnership-header + section.py-5 {
        padding: 3rem 0;
    }

    .partnership-header + section.py-5 h2 {
        font-size: 1.625rem;
        margin-bottom: 1.5rem;
    }

    .partnership-header + section.py-5 h3 {
        font-size: 1.375rem;
        margin: 2rem 0 1rem;
    }

    .partnership-header + section.py-5 h4 {
        font-size: 1.125rem;
    }

    .partnership-header + section.py-5 .lead {
        font-size: 1.0625rem;
        margin-bottom: 2rem;
    }

    .partnership-header + section.py-5 p {
        font-size: 1rem;
    }

    .partnership-header + section.py-5 .col-md-4 {
        margin-top: 2rem;
    }

    .partnership-header + section.py-5 table {
        font-size: 0.875rem;
    }

    .partnership-header + section.py-5 table thead th,
    .partnership-header + section.py-5 table tbody td {
        padding: 0.625rem;
    }
}
