/* ========================================
   SENECODAN - Pages Styles
   Prestations, Qui Sommes-Nous, Devis, Sous-pages
   ======================================== */

/* ========== PAGE BANNER (enhanced) ========== */
.page-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 280px;
    display: flex;
    align-items: center;
}
.page-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.page-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(24,72,148,0.88) 0%, rgba(17,29,58,0.75) 100%);
    z-index: 1;
}
.page-banner .container {
    position: relative;
    z-index: 2;
}
.page-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0 40px;
}
.page-banner-left {
    flex: 1;
}
.page-banner-right {
    flex: 0 0 auto;
}
.page-banner-title {
    font-family: var(--font);
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.page-banner-subtitle {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    max-width: 600px;
    font-style: italic;
}
.page-banner-chevrons {
    display: inline-flex;
    gap: 4px;
    margin-left: 10px;
}
.page-banner-chevrons i {
    color: var(--red);
    font-size: 1.1rem;
}

/* ========== PRESTATIONS PAGE ========== */
.presta-page-intro {
    padding: 45px 0 35px;
    background: var(--gray-50);
}
.presta-page-intro p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--gray-700);
    max-width: 900px;
}

.presta-list-section {
    padding: 40px 0 60px;
    background: var(--white);
}
.presta-list-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.presta-list-row {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid var(--gray-200);
    transition: var(--transition);
    gap: 20px;
}
.presta-list-row:hover {
    background: var(--gray-50);
}
.presta-list-row:first-child {
    border-top: 2px solid var(--blue);
}
.presta-list-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.presta-list-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.presta-list-name {
    flex: 0 0 200px;
    font-family: var(--font);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--blue-navy);
    text-transform: uppercase;
}
.presta-list-desc {
    flex: 1;
    font-size: 0.82rem;
    color: var(--gray-600);
    line-height: 1.5;
}
.presta-list-link {
    flex: 0 0 auto;
}
.presta-list-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    white-space: nowrap;
    transition: var(--transition);
}
.presta-list-link a:hover {
    color: var(--red-dark);
    transform: translateX(3px);
}
.presta-list-link a i {
    font-size: 0.65rem;
}

/* ========== QUI SOMMES-NOUS PAGE ========== */
.about-intro {
    padding: 50px 0 40px;
    background: var(--white);
}
.about-intro-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about-intro-text {
    flex: 1;
}
.about-intro-text h2 {
    font-family: var(--font);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 18px;
    line-height: 1.3;
}
.about-intro-text p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--gray-700);
    margin-bottom: 12px;
}
.about-intro-img {
    flex: 0 0 320px;
    text-align: center;
}
.about-intro-img img {
    max-width: 100%;
    border-radius: 0;
}

/* Vision section */
.about-vision {
    padding: 40px 0;
    background: var(--gray-50);
}
.about-vision h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 20px;
}
.about-vision p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--gray-700);
    margin-bottom: 12px;
    max-width: 800px;
}

/* Timeline */
.timeline-section {
    padding: 50px 0;
    background: var(--white);
}
.timeline-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 35px;
    text-align: center;
}
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: var(--blue);
}
.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.timeline-item:nth-child(odd) {
    flex-direction: row;
}
.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-date {
    flex: 0 0 calc(50% - 30px);
    text-align: right;
    padding-right: 30px;
}
.timeline-item:nth-child(even) .timeline-date {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}
.timeline-date span {
    display: inline-block;
    background: var(--blue);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 700;
}
.timeline-date.red span {
    background: var(--red);
}
.timeline-dot {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: var(--white);
    border: 3px solid var(--blue);
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-content {
    flex: 0 0 calc(50% - 30px);
    padding-left: 30px;
    font-size: 0.82rem;
    color: var(--gray-700);
    line-height: 1.5;
}
.timeline-item:nth-child(even) .timeline-content {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

/* Mission section */
.about-mission {
    padding: 45px 0;
    background: var(--gray-50);
}
.about-mission h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 15px;
}
.about-mission p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--gray-700);
    margin-bottom: 12px;
    max-width: 800px;
}

/* Values */
.about-values {
    padding: 50px 0;
    background: var(--white);
}
.about-values h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 30px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.value-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: var(--radius);
    border: 1px solid var(--gray-200);
    transition: var(--transition);
}
.value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.value-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto 15px;
}
.value-card h4 {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--blue-navy);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.value-card p {
    font-size: 0.82rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* Partners */
.about-partners {
    padding: 50px 0;
    background: var(--gray-50);
}
.about-partners h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 25px;
    text-align: center;
}
.partners-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.partner-logo {
    flex: 0 0 auto;
}
.partner-logo img {
    height: 55px;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: var(--transition);
}
.partner-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* Process steps */
.about-process {
    padding: 50px 0;
    background: var(--white);
}
.about-process h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 30px;
    text-align: center;
}
.process-steps {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}
.process-step {
    text-align: center;
    flex: 0 0 200px;
    position: relative;
}
.process-step-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border: 3px solid var(--white);
    box-shadow: var(--shadow-sm);
}
.process-step h4 {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--blue-navy);
    text-transform: uppercase;
    margin-bottom: 6px;
}
.process-step p {
    font-size: 0.76rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* ========== DEVIS / CONTACT PAGE ========== */
.devis-section {
    padding: 50px 0 60px;
    background: var(--gray-50);
}
.devis-form-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 0;
    box-shadow: var(--shadow-md);
    overflow: hidden;
}
.devis-form {
    padding: 35px 40px;
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--blue-navy);
    margin-bottom: 6px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.form-select,
.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.85rem;
    color: var(--gray-800);
    background: var(--white);
    transition: var(--transition);
    outline: none;
}
.form-select:focus,
.form-input:focus,
.form-textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(24,72,148,0.1);
}
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23184894' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 35px;
    cursor: pointer;
}
.form-select-header {
    background: var(--blue);
    color: var(--white);
    padding: 12px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    border: none;
    border-radius: var(--radius);
    width: 100%;
    margin-bottom: 18px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 35px;
    cursor: pointer;
}
.form-textarea {
    resize: vertical;
    min-height: 120px;
}
.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.form-checkbox input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: var(--blue);
    cursor: pointer;
}
.form-checkbox label {
    font-size: 0.78rem;
    color: var(--gray-600);
    line-height: 1.4;
    cursor: pointer;
    margin-bottom: 0;
}
.form-submit {
    text-align: center;
    margin-top: 25px;
}
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 45px;
    background: var(--red);
    color: var(--white);
    font-family: var(--font);
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: var(--transition);
    letter-spacing: 0.5px;
}
.btn-submit:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231,30,37,0.3);
}
.btn-submit i {
    font-size: 0.85rem;
}

/* ========== SERVICE SUB-PAGES ========== */
.service-intro {
    padding: 45px 0 35px;
    background: var(--white);
}
.service-intro-grid {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}
.service-intro-text {
    flex: 1;
}
.service-intro-text p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--gray-700);
    margin-bottom: 12px;
}
.service-intro-img {
    flex: 0 0 340px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.service-intro-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Service table (type d'intervention / prestation) */
.service-table-section {
    padding: 40px 0;
    background: var(--gray-50);
}
.service-table-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 20px;
}
.service-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
}
.service-tab {
    padding: 10px 22px;
    font-family: var(--font);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--gray-200);
    color: var(--gray-600);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}
.service-tab:first-child {
    border-radius: 0;
}
.service-tab:last-child {
    border-radius: 0;
}
.service-tab.active {
    background: var(--blue);
    color: var(--white);
}
.service-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.service-table tr {
    border-bottom: 1px solid var(--gray-100);
}
.service-table tr:last-child {
    border-bottom: none;
}
.service-table td {
    padding: 12px 18px;
    font-size: 0.82rem;
    color: var(--gray-700);
    line-height: 1.5;
}
.service-table td:first-child {
    font-weight: 600;
    color: var(--blue-navy);
    width: 35%;
}

/* Avantages grid */
.service-avantages {
    padding: 45px 0;
    background: var(--white);
}
.service-avantages h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 25px;
}
.avantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.avantage-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: var(--gray-50);
    border-radius: var(--radius);
    transition: var(--transition);
}
.avantage-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}
.avantage-card img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex-shrink: 0;
}
.avantage-card h4 {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 4px;
}
.avantage-card p {
    font-size: 0.76rem;
    color: var(--gray-600);
    line-height: 1.45;
}

/* RSE Section */
.service-rse {
    padding: 40px 0;
    background: var(--gray-50);
}
.service-rse h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 18px;
}
.rse-list {
    list-style: none;
    padding: 0;
}
.rse-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.85rem;
    color: var(--gray-700);
    line-height: 1.5;
}
.rse-list li i {
    color: var(--green);
    margin-top: 3px;
    flex-shrink: 0;
}

/* Deroulement steps */
.service-deroulement {
    padding: 45px 0;
    background: var(--white);
}
.service-deroulement h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 25px;
}
.deroulement-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 30px;
}
.deroulement-steps::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--blue);
}
.deroulement-step {
    position: relative;
    padding: 10px 0 10px 25px;
}
.deroulement-step::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--blue);
    border: 3px solid var(--white);
    box-shadow: 0 0 0 2px var(--blue);
}
.deroulement-step h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 3px;
}
.deroulement-step h4 span {
    color: var(--red);
}
.deroulement-step p {
    font-size: 0.82rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* FAQ section */
.service-faq {
    padding: 45px 0;
    background: var(--gray-50);
}
.service-faq h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-navy);
    margin-bottom: 20px;
}
.faq-list {
    max-width: 800px;
}
.faq-item {
    border-bottom: 1px solid var(--gray-200);
    overflow: hidden;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--blue-navy);
    transition: var(--transition);
    gap: 15px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: var(--font);
}
.faq-question:hover {
    color: var(--red);
}
.faq-question i {
    font-size: 0.7rem;
    transition: var(--transition);
    flex-shrink: 0;
    color: var(--blue);
}
.faq-item.open .faq-question i {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq-item.open .faq-answer {
    max-height: 300px;
}
.faq-answer p {
    padding: 0 0 16px;
    font-size: 0.82rem;
    color: var(--gray-600);
    line-height: 1.6;
}

/* CTA Section at bottom of service pages */
.service-cta {
    padding: 40px 0;
    background: var(--blue);
    text-align: center;
}
.service-cta h3 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.service-cta .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background: var(--red);
    color: var(--white);
    font-family: var(--font);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    transition: var(--transition);
}
.service-cta .btn-cta:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231,30,37,0.3);
}

/* Conseil button */
.btn-conseil {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--red);
    color: var(--white);
    font-family: var(--font);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.btn-conseil:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}
.btn-conseil i {
    font-size: 0.78rem;
}

/* =================================================================
   DEVIS - PAGE DE CONFIRMATION
   ================================================================= */
.devis-success-page {
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
.devis-success-icon {
    margin-bottom: 22px;
    animation: success-pop 0.6s cubic-bezier(0.18, 1.45, 0.4, 1) both;
}
.devis-success-check {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: success-stroke 0.7s ease-out 0.3s forwards;
}
@keyframes success-pop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes success-stroke {
    to { stroke-dashoffset: 0; }
}
.devis-success-title {
    font-family: var(--font);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--blue-navy);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.devis-success-lead {
    font-size: 1.05rem;
    color: var(--gray-700);
    line-height: 1.7;
    max-width: 550px;
    margin: 0 auto 36px;
}
.devis-success-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 780px;
    margin: 0 auto 40px;
}
.devis-success-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 18px;
    background: var(--white);
    border-left: 3px solid var(--blue);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.devis-success-info-item i {
    color: var(--red);
    font-size: 1.6rem;
    flex-shrink: 0;
    margin-top: 4px;
}
.devis-success-info-item strong {
    display: block;
    color: var(--blue-navy);
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 0.95rem;
}
.devis-success-info-item span {
    color: var(--gray-700);
    font-size: 0.85rem;
    line-height: 1.5;
}
.devis-success-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.devis-success-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
}
.devis-success-btn.primary {
    background: var(--red);
    color: #fff;
}
.devis-success-btn.primary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(231,30,37,0.3);
}
.devis-success-btn.secondary {
    background: var(--blue);
    color: #fff;
}
.devis-success-btn.secondary:hover {
    background: #1f5fb8;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(24,72,148,0.3);
}
.devis-success-contact {
    border-top: 1px solid var(--gray-200);
    padding-top: 28px;
    max-width: 650px;
    margin: 0 auto;
}
.devis-success-contact p {
    color: var(--gray-600);
    font-size: 0.85rem;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.devis-success-contact-list {
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}
.devis-success-contact-list a {
    color: var(--blue);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--gray-200);
    transition: var(--transition);
}
.devis-success-contact-list a:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.devis-success-contact-list a i { font-size: 1rem; }
@media (max-width: 760px) {
    .devis-success-info { grid-template-columns: 1fr; }
    .devis-success-title { font-size: 1.6rem; }
    .devis-success-lead { font-size: 0.95rem; }
}

/* =================================================================
   NOS PRESTATIONS - PAGE
   ================================================================= */
.presta-hero {
    background: var(--gray-50);
    padding: 30px 0 40px;
}
.presta-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.presta-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 420px;
    object-fit: cover;
}
.presta-hero-content {
    padding: 20px 30px;
    text-align: center;
}
.presta-hero-title {
    font-family: var(--font);
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--blue-navy);
    line-height: 1.25;
    margin-bottom: 18px;
}
.presta-hero-chevrons {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 22px;
}
.presta-hero-chevrons i {
    color: var(--red);
    font-size: 1.5rem;
    font-weight: 900;
}
.presta-hero-desc {
    font-size: 1rem;
    color: var(--blue-navy);
    line-height: 1.55;
    margin-bottom: 28px;
}
.presta-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    font-family: var(--font);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: left;
    transition: var(--transition);
}
.presta-hero-cta:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}
.presta-hero-cta span { line-height: 1.2; }
.presta-hero-cta i { font-size: 1.1rem; }

/* Intro paragraph */
.presta-intro-text {
    padding: 35px 0 30px;
    background: var(--white);
}
.presta-intro-text p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--blue-navy);
}

/* Liste des prestations - rows */
.presta-rows-section {
    padding: 30px 0 60px;
    background: var(--white);
}
.presta-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.presta-row {
    display: grid;
    grid-template-columns: 90px 280px 1fr 220px;
    align-items: center;
    background: linear-gradient(90deg, #f5f6f8 0%, #fafbfc 70%, #ffffff 100%);
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    padding: 4px 18px 4px 0;
    min-height: 64px;
}
.presta-row:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.presta-row-icon {
    width: 90px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.presta-row-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.presta-row-name {
    font-family: var(--font);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.presta-row-desc {
    font-size: 0.95rem;
    color: var(--blue-navy);
    font-weight: 600;
}
.presta-row-btn {
    background: var(--blue);
    color: var(--white);
    font-family: var(--font);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: var(--transition);
}
.presta-row-btn span {
    color: var(--red);
    font-size: 0.95rem;
    letter-spacing: -1px;
}
.presta-row:hover .presta-row-btn {
    background: #1f5fb8;
}

/* =================================================================
   QUI SOMMES-NOUS - PAGE
   ================================================================= */
.about-hero {
    background: var(--gray-50);
    padding: 30px 0 40px;
}
.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.about-hero-content {
    padding: 20px 20px 20px 30px;
}
.about-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: cover;
}
.about-hero-title {
    font-family: var(--font);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--blue-navy);
    line-height: 1.3;
    margin-bottom: 14px;
}
.about-hero-chevrons {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 18px;
}
.about-hero-chevrons i {
    color: var(--red);
    font-size: 1.3rem;
    font-weight: 900;
}
.about-hero-desc {
    font-size: 0.95rem;
    color: var(--blue-navy);
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 540px;
}
.about-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 12px 22px;
    font-family: var(--font);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: left;
    transition: var(--transition);
}
.about-hero-cta:hover { background: var(--red-dark); transform: translateY(-2px); }
.about-hero-cta span { line-height: 1.2; }

/* Common section title */
.about-section-title {
    font-family: var(--font);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--blue-navy);
    margin-bottom: 22px;
}

/* Conviction */
.about-conviction {
    padding: 40px 0;
    background: var(--white);
}
.about-conviction-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    align-items: start;
}
.about-conviction-img img {
    width: 100%;
    height: auto;
    display: block;
}
.about-conviction-text p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--blue-navy);
    margin-bottom: 12px;
}
.about-signature {
    text-align: right;
    margin-top: 18px;
    color: var(--blue-navy);
    font-size: 0.95rem;
}

/* Timeline grid */
.about-timeline {
    padding: 40px 0;
    background: var(--white);
}
.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 2px solid var(--red);
    position: relative;
}
.timeline-grid::before,
.timeline-grid::after {
    content: '';
    position: absolute;
    background: var(--red);
    z-index: 1;
}
.tl-card {
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    padding: 16px 18px;
    background: var(--white);
    min-height: 130px;
    position: relative;
}
.tl-card:nth-child(4n) { border-right: none; }
.timeline-grid > .tl-card:nth-last-child(-n+4) { border-bottom: none; }
.tl-card.tl-card-wide {
    grid-column: span 4;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid var(--red);
}
.tl-date {
    font-family: var(--font);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--blue-navy);
    margin-bottom: 10px;
}
.tl-card p {
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--blue-navy);
}
/* Red dots at intersections */
.tl-card::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%;
    bottom: -8px;
    right: -8px;
    z-index: 2;
}
.tl-card:nth-child(4n)::after { display: none; }
.timeline-grid > .tl-card:nth-last-child(-n+4)::after { display: none; }

/* Mission section */
.about-mission-section {
    padding: 45px 0;
    background: var(--white);
}
.about-mission-intro {
    font-size: 0.95rem;
    color: var(--blue-navy);
    margin-bottom: 30px;
}
.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: 30px;
    position: relative;
    max-width: 880px;
}
/* Croix de séparation bleue + point rouge central */
.mission-grid::before {
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 50%;
    width: 14px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at center, var(--red) 0 6px, transparent 7px) center / 14px 14px no-repeat,
        linear-gradient(var(--blue), var(--blue)) center / 2px 100% no-repeat;
    z-index: 3;
}
.mission-grid::after {
    content: '';
    position: absolute;
    left: 4%;
    right: 4%;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    background: var(--blue);
    z-index: 1;
}
.mission-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 34px;
    position: relative;
    z-index: 2;
    background: var(--white);
}
.mission-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mission-item p {
    font-size: 0.95rem;
    color: var(--blue-navy);
    line-height: 1.55;
    margin-top: 14px;
}
.about-foot-note {
    font-size: 0.88rem;
    color: var(--blue-navy);
    line-height: 1.6;
    margin-top: 20px;
}

/* Labels */
.about-labels {
    padding: 35px 0;
    background: var(--white);
}
.about-labels-intro {
    font-size: 0.9rem;
    color: var(--blue-navy);
    line-height: 1.55;
    margin-bottom: 25px;
}
.about-labels-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: linear-gradient(90deg, #ffffff 0%, #f3f4f6 50%, #ffffff 100%);
    padding: 18px 28px;
    flex-wrap: wrap;
}
.about-label img {
    height: 60px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}

/* Partners */
.about-partners-section {
    padding: 40px 0;
    background: var(--white);
}
.partners-box {
    border: 1px solid var(--gray-200);
    padding: 30px 35px;
    background:
        url('../assets/img/about/filigrane.png') center 60% / 320px no-repeat,
        var(--white);
    position: relative;
}
.partners-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 22px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.partners-row .partner-logo img {
    height: 50px;
    max-width: 140px;
    object-fit: contain;
}
.partners-categories {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--gray-200);
}
.partners-cat-title {
    font-family: var(--font);
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--blue-navy);
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 14px;
}
.partners-cat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.partners-cat-col {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
.partners-cat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--blue-navy);
}
.partners-cat-col .partner-logo img {
    height: 45px;
    max-width: 120px;
    object-fit: contain;
}

/* Approche / process */
.about-approach {
    padding: 40px 0;
    background: var(--white);
}
.about-approach-intro {
    font-size: 0.9rem;
    color: var(--blue-navy);
    margin-bottom: 30px;
}
.approach-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}
.approach-step {
    width: 210px;
    height: 210px;
    border: 2px solid var(--red);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 26px;
    background: var(--white);
    position: relative;
    flex-shrink: 0;
}
/* Ligne de connexion rouge entre les cercles */
.approach-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -36px;
    top: 50%;
    width: 36px;
    height: 2px;
    background: var(--red);
    transform: translateY(-50%);
}
.approach-num {
    font-family: var(--font);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--red);
    line-height: 1;
    margin-bottom: 8px;
}
.approach-content strong {
    font-size: 0.82rem;
    color: var(--blue-navy);
    font-weight: 800;
    display: block;
    margin-bottom: 6px;
}
.approach-content p {
    font-size: 0.78rem;
    color: var(--blue-navy);
    line-height: 1.4;
}

/* CTA bottom */
.about-cta {
    padding: 40px 0 60px;
    background: var(--white);
    text-align: center;
}
.about-cta-text {
    font-size: 0.95rem;
    color: var(--blue-navy);
    margin-bottom: 22px;
}
.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    font-family: var(--font);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: var(--transition);
}
.about-cta-btn:hover { background: var(--red-dark); transform: translateY(-2px); }
.about-cta-btn span { line-height: 1.2; }
.about-cta-btn i { font-size: 1.1rem; }

/* Responsive */
@media (max-width: 900px) {
    .presta-hero-grid, .about-hero-grid, .about-conviction-grid { grid-template-columns: 1fr; }
    .presta-row { grid-template-columns: 70px 1fr; grid-template-rows: auto auto auto; padding: 12px; }
    .presta-row-desc { grid-column: 2; }
    .presta-row-btn { grid-column: 1 / -1; justify-content: center; margin-top: 8px; }
    .presta-row-icon { width: 70px; height: 50px; }
    .timeline-grid, .mission-grid, .partners-cat-row { grid-template-columns: 1fr 1fr; }
    .tl-card.tl-card-wide { grid-column: span 2; }
    .about-labels-row { justify-content: center; }
    .mission-grid::before, .mission-grid::after { display: none; }
    .mission-item { border: 1px solid var(--gray-200); }
    .approach-step:not(:last-child)::after { display: none; }
}
@media (max-width: 600px) {
    .timeline-grid, .mission-grid, .partners-cat-row { grid-template-columns: 1fr; }
    .tl-card.tl-card-wide { grid-column: span 1; }
    .presta-hero-title { font-size: 1.4rem; }
    .about-hero-title { font-size: 1.25rem; }
    .about-section-title { font-size: 1.2rem; }
}

/* =================================================================
   SOUS-PAGES PRESTATIONS (Etude, Installation, Maintenance, etc.)
   ================================================================= */

/* HERO */
.ssp-hero {
    padding: 38px 0 30px;
    background: var(--white);
}
.ssp-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}
.ssp-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 430px;
    object-fit: cover;
}
.ssp-hero-title {
    font-family: var(--font);
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--blue-navy);
    line-height: 1.25;
    margin-bottom: 14px;
}
.ssp-hero-chevrons {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 18px;
}
.ssp-hero-chevrons i {
    color: var(--red);
    font-size: 1.3rem;
    font-weight: 900;
}
.ssp-hero-desc {
    font-size: 0.95rem;
    color: var(--blue-navy);
    line-height: 1.65;
    margin-bottom: 14px;
}
.ssp-hero-bullets {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}
.ssp-hero-bullets li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 0.95rem;
    color: var(--blue-navy);
}
.ssp-hero-bullets li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 10px; height: 10px;
    background: var(--red);
    border-radius: 50%;
}
.ssp-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 13px 22px;
    font-family: var(--font);
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: var(--transition);
}
.ssp-hero-cta:hover { background: var(--red-dark); transform: translateY(-2px); }
.ssp-hero-cta span { line-height: 1.2; }

/* Section common */
.ssp-section {
    padding: 38px 0;
    background: var(--white);
}
.ssp-section-alt {
    background: var(--gray-50);
}
.ssp-title {
    font-family: var(--font);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--red);
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 6px;
}
.ssp-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 90px;
    height: 3px;
    background: var(--red);
}

/* Partners */
.ssp-partners {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.ssp-partner-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* TABLE (used in many sections) */
.ssp-table {
    width: 100%;
    border: 1px solid var(--gray-200);
    background: var(--white);
}
.ssp-table-head {
    display: grid;
    grid-template-columns: 320px 1fr;
    background: var(--red);
    color: var(--white);
    font-family: var(--font);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ssp-table-head > div {
    padding: 12px 18px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.ssp-table-head > div:last-child { border-right: none; }
.ssp-table-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    border-top: 1px solid var(--gray-200);
}
.ssp-table-row:nth-child(even) {
    background: var(--gray-50);
}
.ssp-table-cell {
    padding: 14px 18px;
    font-size: 0.92rem;
    color: var(--blue-navy);
    line-height: 1.5;
    border-right: 1px solid var(--gray-200);
}
.ssp-table-cell:last-child { border-right: none; }
.ssp-table-key {
    font-weight: 700;
    color: var(--blue-navy);
}

/* Table 4 columns (maintenance) */
.ssp-table.ssp-table-4col .ssp-table-head,
.ssp-table.ssp-table-4col .ssp-table-row {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
}
/* Table 3 columns (énergies renouvelables) */
.ssp-table.ssp-table-3col .ssp-table-head,
.ssp-table.ssp-table-3col .ssp-table-row {
    grid-template-columns: 1fr 1.4fr 1.4fr;
}
.ssp-col-center { text-align: center; }
.dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
}
.dot-green { background: #28a745; }
.dot-red   { background: var(--red); }

/* Steps (5 numbered horizontal) */
.ssp-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.ssp-step {
    background: var(--white);
    border: 1px solid var(--gray-200);
    padding: 18px 14px;
    text-align: center;
}
.ssp-step-num {
    width: 50px;
    height: 50px;
    background: var(--red);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 auto 12px;
}
.ssp-step-content strong {
    display: block;
    font-size: 0.92rem;
    color: var(--blue-navy);
    font-weight: 800;
    margin-bottom: 4px;
}
.ssp-step-content p {
    font-size: 0.83rem;
    color: var(--blue-navy);
    line-height: 1.5;
}

/* Steps grid (cards) - installation */
.ssp-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.ssp-step-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    padding: 22px 18px;
    text-align: left;
    position: relative;
}
.ssp-step-card .ssp-step-num {
    margin: 0 0 12px;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
}
.ssp-step-card strong {
    display: block;
    font-size: 0.95rem;
    color: var(--blue-navy);
    font-weight: 800;
    margin-bottom: 6px;
}
.ssp-step-card p {
    font-size: 0.83rem;
    color: var(--blue-navy);
    line-height: 1.5;
}

/* Advantages 4 cards */
.ssp-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
/* 3 columns variant (depannage, electricite, energies, plomberie) */
.ssp-advantages.ssp-adv-3col {
    grid-template-columns: repeat(3, 1fr);
}
.ssp-advantages.ssp-adv-3col .ssp-adv-card {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
}
.ssp-advantages.ssp-adv-3col .ssp-adv-card img {
    width: 46px;
    height: 46px;
    margin: 0;
    flex-shrink: 0;
}
.ssp-advantages.ssp-adv-3col .ssp-adv-card strong {
    margin-bottom: 4px;
}
.ssp-adv-card {
    text-align: center;
    padding: 22px 18px;
    background: var(--white);
    border: 1px solid var(--gray-200);
}
.ssp-adv-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 14px;
}
.ssp-adv-card strong {
    display: block;
    color: var(--blue-navy);
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 8px;
}
.ssp-adv-card p {
    font-size: 0.85rem;
    color: var(--blue-navy);
    line-height: 1.5;
}

/* Advantages 2 cols text-only (maintenance) */
.ssp-adv-2col {
    grid-template-columns: 1fr 1fr;
}
.ssp-adv-card-text {
    background: var(--white);
    border-left: 4px solid var(--red);
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.ssp-adv-card-text strong {
    color: var(--blue-navy);
    font-weight: 800;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 4px;
}
.ssp-adv-card-text p {
    font-size: 0.88rem;
    color: var(--blue-navy);
    line-height: 1.5;
}

/* Bullet list (Avantages installation, RSE) */
.ssp-bullets-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ssp-bullets-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--blue-navy);
    line-height: 1.6;
}
.ssp-bullets-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%;
}

/* Process list (depannage, plomberie : numbered paragraphs) */
.ssp-process-list {
    background: var(--white);
    border-left: 4px solid var(--red);
    padding: 18px 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.ssp-process-list p {
    font-size: 0.95rem;
    color: var(--blue-navy);
    line-height: 1.65;
    margin-bottom: 8px;
}
.ssp-process-list p:last-child { margin-bottom: 0; }
.ssp-process-list strong {
    color: var(--red);
    font-weight: 800;
}

/* FAQ */
.ssp-faq {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ssp-faq-item {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-left: 4px solid var(--red);
    padding: 16px 20px;
}
.ssp-faq-item strong {
    color: var(--red);
    font-weight: 800;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 6px;
}
.ssp-faq-item p {
    color: var(--blue-navy);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* CTA bottom */
.ssp-cta-section {
    padding: 50px 0;
    background: var(--gray-50);
    text-align: center;
}
.ssp-cta-title {
    font-family: var(--font);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--blue-navy);
    margin-bottom: 12px;
}
.ssp-cta-text {
    color: var(--blue-navy);
    font-size: 0.95rem;
    margin-bottom: 22px;
}
.ssp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    font-family: var(--font);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: var(--transition);
}
.ssp-cta-btn:hover { background: var(--red-dark); transform: translateY(-2px); }
.ssp-cta-btn span { line-height: 1.2; }

/* Responsive */
@media (max-width: 900px) {
    .ssp-hero-grid { grid-template-columns: 1fr; }
    .ssp-table-head, .ssp-table-row { grid-template-columns: 1fr; }
    .ssp-table.ssp-table-4col .ssp-table-head, .ssp-table.ssp-table-4col .ssp-table-row { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .ssp-steps, .ssp-steps-grid, .ssp-advantages { grid-template-columns: 1fr 1fr; }
    .ssp-adv-2col { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .ssp-steps, .ssp-steps-grid, .ssp-advantages { grid-template-columns: 1fr; }
    .ssp-table.ssp-table-4col .ssp-table-head, .ssp-table.ssp-table-4col .ssp-table-row { font-size: 0.75rem; }
    .ssp-hero-title { font-size: 1.3rem; }
    .ssp-title { font-size: 1.15rem; }
}
