/* ============================================================
   SEO Category Block — Absorbant Routier (ID 19)
   france-deneigement.fr
   ============================================================ */

.seo-category-block {
    margin-top: 40px;
    padding: 0 0 40px;
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
}

.seo-category-block__inner {
    max-width: 100%;
}

/* ── Encadré définition ── */
.seo-encadre {
    background: #EBF5FB;
    border-left: 4px solid #1D6FA4;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    margin: 0 0 36px;
}
.seo-encadre__title {
    font-size: 15px;
    font-weight: 700;
    color: #1D3557;
    margin: 0 0 8px;
}
.seo-encadre__text {
    font-size: 14px;
    color: #1D3557;
    line-height: 1.7;
    margin: 0;
}

/* ── Titres ── */
.seo-category-block h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1D3557;
    margin: 36px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #D0E8F5;
}
.seo-category-block h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1D6FA4;
    margin: 24px 0 10px;
}

/* ── Texte courant ── */
.seo-category-block p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 14px;
    text-align: justify;
}

/* ── Listes ── */
.seo-category-block ul {
    margin: 0 0 16px 20px;
    padding: 0;
}
.seo-category-block ul li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
    list-style: disc;
    color: #333333;
}

/* ── Tableaux ── */
.seo-table-wrap {
    overflow-x: auto;
    margin: 16px 0 28px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
}
.seo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 480px;
}
.seo-table thead tr {
    background: #1D6FA4;
    color: #ffffff;
}
.seo-table thead th {
    padding: 11px 14px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}
.seo-table thead th:first-child {
    text-align: left;
}
.seo-table tbody tr:nth-child(even) {
    background: #F8FBFF;
}
.seo-table tbody tr:last-child td {
    font-weight: 700;
}
.seo-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
    color: #333333;
    line-height: 1.4;
}
.seo-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #1D3557;
    white-space: nowrap;
}
/* Dernière ligne "Usage voirie" — couleur distincte */
.seo-table tbody tr.row-voirie td:first-child {
    background: #EBF5FB;
    color: #1D3557;
}
.seo-table .cell-green  { background: #D5F5E3; color: #1E8449; font-weight: 700; }
.seo-table .cell-amber  { background: #FEF9E7; color: #9A7D0A; font-weight: 700; }
.seo-table .cell-red    { background: #FDEDEC; color: #A93226; font-weight: 700; }

/* ── Note / encadré latéral ── */
.seo-note {
    background: #F8FBFF;
    border-left: 3px solid #1D6FA4;
    padding: 11px 16px;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: #555555;
    font-style: italic;
    margin: 6px 0 22px;
    line-height: 1.6;
}

/* ── Bloc choix produit ── */
.seo-choix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 16px 0 28px;
}
.seo-choix-card {
    background: #F0F8FF;
    border: 1px solid #BDD9EF;
    border-radius: 8px;
    padding: 14px 16px;
}
.seo-choix-card__label {
    font-size: 12px;
    font-weight: 700;
    color: #1D6FA4;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 5px;
}
.seo-choix-card__text {
    font-size: 13px;
    color: #1D3557;
    line-height: 1.55;
    margin: 0;
}

/* ── Tableau dotation ── */
.seo-table .col-qty { color: #1D6FA4; font-weight: 700; }

/* ── FAQ ── */
.seo-faq {
    margin: 20px 0 0;
}
.seo-faq__item {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0;
}
.seo-faq__q {
    font-size: 14px;
    font-weight: 700;
    color: #1D3557;
    padding: 14px 36px 14px 0;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    list-style: none;
    display: block;
}
.seo-faq__q::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #1D6FA4;
    font-weight: 400;
    transition: transform .2s;
}
.seo-faq__item.open .seo-faq__q::after {
    content: "–";
}
.seo-faq__a {
    display: none;
    font-size: 13.5px;
    color: #333333;
    line-height: 1.75;
    padding: 0 8px 16px 16px;
}
.seo-faq__item.open .seo-faq__a {
    display: block;
}

/* ── Bloc autorité + preuve sociale ── */
.seo-autorite {
    background: #EBF5FB;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 32px 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.seo-autorite__text {
    font-size: 14px;
    color: #1D3557;
    line-height: 1.7;
    margin: 0;
}
.seo-autorite__proof {
    background: #FFFFFF;
    border: 1px solid #BDD9EF;
    border-radius: 8px;
    padding: 14px 18px;
    text-align: center;
}
.seo-autorite__proof-icon {
    font-size: 26px;
    display: block;
    margin-bottom: 6px;
}
.seo-autorite__proof-text {
    font-size: 13px;
    color: #1D3557;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* ── CTA ── */
.seo-category-block__cta {
    background: #ececec;
    border-radius: 10px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 36px;
}
.seo-category-block__cta-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.seo-category-block__cta-btn {
    background: #1D6FA4;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s;
    flex-shrink: 0;
}
.seo-category-block__cta-btn:hover {
    background: #155A87;
    color: #ffffff;
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .seo-choix-grid {
        grid-template-columns: 1fr;
    }
    .seo-autorite {
        grid-template-columns: 1fr;
    }
    .seo-category-block__cta {
        flex-direction: column;
        text-align: center;
    }
    .seo-category-block__cta-btn {
        width: 100%;
        text-align: center;
    }
    .seo-table td:first-child {
        white-space: normal;
    }
}
