/* ============================================================
   comparatif.css - Page comparatif solutions de transfert
   ============================================================ */

.grid-container {
    position: relative;
    z-index: 1;
}

.comparatif-container {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    margin-top: 40px;
    padding: 40px 36px 30px;
    max-width: 980px;
}

.comparatif-container h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #14244a;
    margin-bottom: 16px;
}

.comparatif-intro {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 28px;
}

.comparatif-section {
    margin-bottom: 30px;
}

.comparatif-section h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #14244a;
    margin-bottom: 12px;
}

.comparatif-section h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #188cff;
    margin: 16px 0 8px;
}

.comparatif-section p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ---------- TABLEAU ---------- */
.comparatif-table-wrap {
    overflow-x: auto;
    margin: 18px 0 26px;
}

table.comparatif-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    min-width: 720px;
}

table.comparatif-table th,
table.comparatif-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

table.comparatif-table thead th {
    background: #14244a;
    color: #fff;
    font-weight: 700;
}

table.comparatif-table tbody th {
    font-weight: 700;
    color: #14244a;
    background: #f6f8fc;
}

/* Colonne Transgo mise en avant */
table.comparatif-table th.col-transgo,
table.comparatif-table td.col-transgo {
    background: #fff7e6;
    border-left: 2px solid #f1af21;
    border-right: 2px solid #f1af21;
    font-weight: 600;
    color: #14244a;
}

table.comparatif-table thead th.col-transgo {
    background: #f1af21;
    color: #14244a;
}

/* ---------- ENCADRE FORCES ---------- */
.comparatif-highlight {
    background: #f5f8ff;
    border-left: 3px solid #188cff;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 20px 0;
}

.comparatif-highlight ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.comparatif-highlight li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

.comparatif-cta {
    text-align: center;
    margin: 30px 0 10px;
}

.comparatif-cta a {
    display: inline-block;
    padding: 14px 40px;
    background: #f1af21;
    color: #14244a;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
}

.comparatif-cta a:hover {
    background: #e0a015;
}

.comparatif-section a {
    color: #188cff;
    text-decoration: none;
}

.comparatif-section a:hover {
    text-decoration: underline;
}

.comparatif-disclaimer {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin-top: 28px;
    font-style: italic;
    border-top: 1px solid #eee;
    padding-top: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 600px) {
    .comparatif-container {
        padding: 24px 16px 20px;
        margin-top: 20px;
    }

    .comparatif-container h1 {
        font-size: 1.5rem;
    }
}
