@import url(style-app.css);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.project-cta-card__inner .btn-red {
    margin-bottom: 12px;
}

.btn-outline-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: transparent;
    color: #25D366;
    border: 1.5px solid #25D366;
    border-radius: 50rem;
    /* ← pill arrondi complet */
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, color .2s, box-shadow .2s, transform .2s;
    white-space: nowrap;
}

.btn-outline-whatsapp:hover {
    background: #25D366;
    color: #fff;
    box-shadow: 0 6px 18px rgba(37, 211, 102, .35);
    transform: translateY(-1px);
}

.btn-outline-whatsapp i {
    font-size: 1rem;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: rgba(244, 246, 249, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.header-logo {
    height: 36px;
}


/* HEADER */
.index-header {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
    color: #fff;
    padding: 50px 0;
}

/* VIDEO */
.index-header .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* OVERLAY */
.index-header .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(35deg,
            var(--main-color) 0%,
            var(--second-color) 100%);
    z-index: 2;
}

/* CONTENU AU DESSUS */
.index-header .container {
    position: relative;
    z-index: 3;
}

.index-header h1,
.maint-header h1 {
    font-size: 4rem;
    margin-bottom: 0;
    padding-bottom: 0;
}


.index-header img,
.maint-header img {
    position: relative;
    z-index: 5;
}



/* Nos services section */

/* carte */
.services {
    background: #fff;

}

.services .service-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    /* width: 420px; */
    min-height: 240px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .35s ease;
    padding: 45px 25px 50px 50px;
    border: 1px solid #e3e3e3;
}

.services .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

/* motif points */
.services .dots-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(#e3e3e3 1.3px, transparent 1.3px);
    background-size: 10px 10px;
    opacity: .6;
}

/* texte */
.services .service-content h3 {
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 1.2rem;
}

.services .service-card:hover h3 {
    color: var(--main-color);
}

.services .service-content p {

    margin-bottom: 60px;
}

.services .icon-circle {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

/* icône iconfont */
.services .icon-circle i {
    font-size: 16px;
    color: #111;
    transition: .3s;
}

/* hover identique au template */
.services .service-card:hover .icon-circle {
    background: rgb(255, 56, 56);
}

.services .service-card:hover .icon-circle i {
    color: #fff;
}

.services .service-card:hover .icon-circle {
    background: rgb(255, 56, 56);
    color: #fff;
}

/* CERCLE + ICONE (COMBINÉS) */
.services .service-icon-circle {
    position: absolute;
    right: -40px;
    bottom: -60px;
    height: 210px;
    width: 210px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}

.service-icon-circle svg {
    width: 70px;
    height: 70px;
    fill: none;
    stroke: rgb(255, 56, 56);
    stroke-width: 1.8;
    transition: .35s ease;
}

/* HOVER EXACT */
.service-card:hover .service-icon-circle {
    background: rgb(255, 56, 56);
}

.service-card:hover .service-icon-circle svg {
    stroke: #fff;
}

/* responsive */
@media (max-width: 480px) {
    .service-card {
        width: 90%;
    }

    .service-icon-circle {
        width: 180px;
        height: 180px;
    }

    .service-icon-circle svg {
        width: 55px;
        height: 55px;
    }
}


/* aBOUT us */
.about-wrapper {
    position: relative;
    width: 520px;
    height: 520px;
    margin: auto;
}

/* ======================= */
/* SHAPE ROUGE (MOITIÉ VISIBLE) */
/* ======================= */

.shape-rotate {
    position: absolute;
    top: 0px;
    left: -30px;
    /* Décalage vers la gauche */
    /* width: 450px; */
    /* PLUS GRAND que l’image */
    height: 450px;
    animation: rotateShape 18s linear infinite;
    z-index: 1;
}

.shape-rotate img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================= */
/* GRANDE IMAGE */
/* ======================= */

.main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    /* AU-DESSUS DU SHAPE */
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================= */
/* PETITE IMAGE */
/* ======================= */

.small-image {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    z-index: 3;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================= */
/* ANIMATION */
/* ======================= */

@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 575px) {
    .about-wrapper {
        width: 85vw;
        height: 85vw;
    }

    .shape-rotate {
        height: 78vw;
    }

    .main-image {
        width: 65vw;
        height: 65vw;
    }

    .small-image {
        width: 34vw;
        height: 34vw;
        border-width: 3px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .about-wrapper {
        width: 420px;
        height: 420px;
    }

    .shape-rotate {
        height: 380px;
    }

    .main-image {
        width: 336px;
        height: 336px;
    }

    .small-image {
        width: 175px;
        height: 175px;
    }
}


/* =================================================================
   contact.css — Page Contact MEGATECH SARL
================================================================= */


/* ================================================================
   1. HERO CONTACT
================================================================= */

.contact-hero {
    position: relative;
    padding: 120px 0 80px;
    background: var(--navy);
    overflow: hidden;
    color: var(--white);
}

/* Fond décoratif */
.contact-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.contact-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.contact-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red);
    top: -120px;
    right: -100px;
}

.contact-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue);
    bottom: -100px;
    left: -80px;
}

.contact-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.contact-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin: 12px 0 18px;
}

.contact-hero__title-accent {
    color: var(--red-light);
    position: relative;
    display: inline-block;
}

.contact-hero__title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
}

.contact-hero__sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 540px;
}

.contact-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.contact-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color var(--transition);
}

.contact-hero__breadcrumb a:hover {
    color: var(--white);
}

.contact-hero__breadcrumb i {
    font-size: .7rem;
}

.contact-hero__breadcrumb span {
    color: var(--red-light);
}


/* ================================================================
   2. CARTES INFOS RAPIDES
================================================================= */
.contact-cards-section {
    background: var(--white);
    padding: 0;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 4px solid var(--red);
    box-shadow: var(--shadow-lg);
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 32px 28px;
    background: var(--white);
    border-right: 1px solid var(--gray-100);
    transition: background var(--transition);
}

.contact-card:last-child {
    border-right: none;
}

.contact-card:hover {
    background: var(--gray-50);
}

.contact-card__icon {
    width: 52px;
    height: 52px;
    background: var(--red-soft);
    color: var(--red);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: background var(--transition), color var(--transition);
}

.contact-card__icon--blue {
    background: var(--blue-soft);
    color: var(--blue);
}

.contact-card__icon--gold {
    background: rgba(234, 196, 53, .12);
    color: var(--gold-dark);
}

.contact-card:hover .contact-card__icon {
    background: var(--red);
    color: var(--white);
}

.contact-card:hover .contact-card__icon--blue {
    background: var(--blue);
    color: var(--white);
}

.contact-card:hover .contact-card__icon--gold {
    background: var(--gold-dark);
    color: var(--white);
}

.contact-card__label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-bottom: 6px;
}

.contact-card__value {
    font-size: .95rem;
    font-weight: 600;
    color: var(--gray-800);
    line-height: 1.55;
    display: block;
    margin-bottom: 2px;
}

.contact-card__value--link {
    text-decoration: none;
    transition: color var(--transition);
}

.contact-card__value--link:hover {
    color: var(--red);
}

.contact-card__value--wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #25D366;
    font-size: .88rem;
}

.contact-card__value--wa:hover {
    color: #128C4E;
}

.contact-card__meta {
    font-size: .8rem;
    color: var(--gray-400);
    font-weight: 400;
}

/* Numéros de téléphone alignés */
.contact-card__phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.contact-card__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .95rem;
    font-weight: 600;
    color: var(--gray-800);
    text-decoration: none;
    transition: color var(--transition);
}

.contact-card__phone:hover {
    color: var(--blue);
}

.contact-card__phone-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--blue-soft);
    color: var(--blue);
    font-size: .65rem;
    font-weight: 800;
    border-radius: var(--radius-xs);
    flex-shrink: 0;
    letter-spacing: .02em;
}


/* ================================================================
   3. SECTION PRINCIPALE (aside + formulaire)
================================================================= */
.contact-main__grid {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 64px;
    align-items: start;
}


/* ── ASIDE GAUCHE ──────────────────────────────────────────────── */
.contact-aside {
    position: sticky;
    top: calc(var(--navbar-h) + 24px);
}

.contact-aside__block {
    margin-bottom: 36px;
}

.contact-aside__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    color: var(--gray-900);
}

.contact-aside__text {
    font-size: .95rem;
    color: var(--gray-500);
    line-height: 1.8;
}

/* Horaires */
.contact-aside__hours {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 24px;
    margin-bottom: 28px;
}

.contact-aside__hours-title {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-600);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-aside__hours-title i {
    color: var(--red);
}

.contact-aside__hours-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-aside__hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .88rem;
    color: var(--gray-600);
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--gray-200);
}

.contact-aside__hours-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-aside__hours-list li strong {
    font-weight: 700;
    color: var(--gray-800);
}

.contact-aside__hours-closed span,
.contact-aside__hours-closed strong {
    color: var(--gray-400) !important;
}

/* Réseaux */
.contact-aside__social-title {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-600);
    margin-bottom: 14px;
}

.contact-aside__social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-social-btn {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: var(--white);
    text-decoration: none;
    transition: transform var(--transition), box-shadow var(--transition);
}

.contact-social-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.contact-social-btn--facebook {
    background: #1877F2;
}

.contact-social-btn--linkedin {
    background: #0A66C2;
}

.contact-social-btn--instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.contact-social-btn--whatsapp {
    background: #25D366;
}


/* ── FORMULAIRE DROITE ─────────────────────────────────────────── */
.contact-form-wrap {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 44px 40px;
    box-shadow: var(--shadow-md);
}

.contact-form-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray-100);
}

.contact-form-header__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 6px;
}

.contact-form-header__sub {
    font-size: .85rem;
    color: var(--gray-400);
}

/* Grille 2 colonnes */
.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.contact-form__group--full {
    grid-column: 1 / -1;
}

.contact-form__label {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--gray-600);
}

/* Input wrapper avec icône */
.contact-form__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-form__input-wrap--textarea {
    align-items: flex-start;
}

.contact-form__icon {
    position: absolute;
    left: 14px;
    color: var(--gray-400);
    font-size: .95rem;
    pointer-events: none;
    transition: color var(--transition);
    z-index: 1;
}

.contact-form__icon--top {
    top: 14px;
}

.contact-form__input {
    width: 100%;
    padding: 12px 16px 12px 42px;
    font-family: var(--font-body);
    font-size: .95rem;
    color: var(--gray-800);
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
    appearance: none;
    -webkit-appearance: none;
}

.contact-form__input::placeholder {
    color: var(--gray-400);
}

.contact-form__input:focus {
    border-color: var(--red);
    background: var(--white);
    box-shadow: 0 0 0 3px var(--red-soft);
}

.contact-form__input:focus+.contact-form__icon,
.contact-form__input-wrap:focus-within .contact-form__icon {
    color: var(--red);
}

.contact-form__input.is-invalid {
    border-color: #ef4444;
    background: #fff5f5;
}

/* Select */
.contact-form__select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Textarea */
.contact-form__textarea {
    resize: vertical;
    min-height: 130px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.7;
}

/* Erreurs */
.contact-form__error {
    font-size: .78rem;
    color: #ef4444;
    font-weight: 600;
    margin-top: 2px;
}

/* Checkbox RGPD */
.contact-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.contact-form__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.contact-form__checkbox-box {
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--gray-300);
    border-radius: var(--radius-xs);
    background: var(--gray-50);
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color var(--transition), background var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form__checkbox input:checked~.contact-form__checkbox-box {
    background: var(--red);
    border-color: var(--red);
}

.contact-form__checkbox input:checked~.contact-form__checkbox-box::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
}

.contact-form__checkbox-label {
    font-size: .85rem;
    color: var(--gray-500);
    line-height: 1.6;
}

.contact-form__checkbox-label a {
    color: var(--red);
    text-decoration: underline;
}

/* Alertes flash */
.contact-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-alert--success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.contact-alert--error {
    background: #fff5f5;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Submit */
.contact-form__submit {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.contact-form__btn {
    padding: 10px 22px !important;
    font-size: .875rem !important;
    font-weight: 700;
    border: none;
    line-height: 1.5 !important;
}

.contact-form__privacy {
    font-size: .78rem;
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-form__privacy i {
    color: var(--gray-300);
}


/* ================================================================
   4. CARTE MAPS
================================================================= */
.contact-map {
    background: var(--white);
}

/* .contact-map__header {
    padding-top: 72px;
    padding-bottom: 36px;
} */

.contact-map__embed {
    line-height: 0;
    border-top: 4px solid var(--red);
}

.contact-map__embed iframe {
    display: block;
    width: 100%;
    height: 450px;
    filter: grayscale(15%);
}


/* ================================================================
   5. FAQ
================================================================= */
.contact-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    align-items: start;
    /* chaque item garde sa propre hauteur */
}

.faq-item {
    background: var(--white);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius);
    /* PAS d'overflow:hidden — bloque le max-height sur certains navigateurs */
    transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item.is-open {
    border-color: var(--red);
    box-shadow: 0 4px 16px var(--red-soft);
}

/* ── Bouton trigger compact ─────────────────────────────── */
.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 16px;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--font-body);
    font-size: .875rem;
    font-weight: 700;
    color: var(--gray-800);
    cursor: pointer;
    line-height: 1.4;
    transition: color var(--transition);
}

.faq-item__trigger:hover,
.faq-item.is-open .faq-item__trigger {
    color: var(--red);
}

/* Icône pilule arrondie */
.faq-item__icon {
    font-size: .75rem;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gray-100);
    color: var(--gray-500);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s var(--ease), background var(--transition), color var(--transition);
}

.faq-item.is-open .faq-item__icon {
    transform: rotate(45deg);
    background: var(--red-soft);
    color: var(--red);
}

/* ── Corps accordéon ─────────────────────────────────────
   - PAS de overflow:hidden sur .faq-item (cf. ci-dessus)
   - visibility:visible force l'affichage si WOW.js a mis
     visibility:hidden sur un ancêtre
──────────────────────────────────────────────────────── */
.faq-item__body {
    visibility: visible !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 16px;
}

.faq-item.is-open .faq-item__body {
    max-height: 500px;
    padding: 0 16px 14px;
}

.faq-item__body p {
    font-size: .835rem;
    color: var(--gray-500);
    line-height: 1.72;
    border-top: 1px dashed var(--gray-200);
    padding-top: 10px;
    margin: 0;
}

.faq-item__body a {
    color: var(--red);
    text-decoration: underline;
}

/* ── CTA FAQ complète ────────────────────────────────── */
.contact-faq__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--gray-200);
}

.contact-faq__more p {
    font-size: .88rem;
    color: var(--gray-500);
    font-weight: 500;
    margin: 0;
}

/* .contact-faq__more .btn-outline-red {
    padding: 10px 22px;
    font-size: .875rem;
} */


/* ================================================================
   6. RESPONSIVE
================================================================= */
@media (max-width: 1024px) {
    .contact-main__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 28px 0 40px;
    }

    .contact-hero__title {
        font-size: 2rem;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .contact-card {
        border-right: none;
        border-bottom: 1px solid var(--gray-100);
    }

    .contact-card:last-child {
        border-bottom: none;
    }

    .contact-form-wrap {
        padding: 28px 20px;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-faq__grid {
        grid-template-columns: 1fr;
    }

    .contact-form__submit {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .contact-form-wrap {
        padding: 24px 16px;
    }

    .contact-hero__title {
        font-size: 1.75rem;
    }
}


/* FAQ PAGE STYLE  */
/* =================================================================
   faq.css — Page FAQ publique MEGATECH SARL
================================================================= */

/* ── Hero ─────────────────────────────────────────────────────── */
.faq-hero {
    position: relative;
    padding: 120px 0 80px;
    background: var(--navy);
    overflow: hidden;
    color: var(--white);
}

.faq-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.faq-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.faq-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.faq-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red);
    top: -120px;
    right: -100px;
}

.faq-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue);
    bottom: -100px;
    left: -80px;
}

.faq-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.faq-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin: 12px 0 18px;
}

.faq-hero__title-accent {
    color: var(--red-light);
    display: inline-block;
    position: relative;
}

.faq-hero__title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
}

.faq-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.faq-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.faq-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color var(--transition);
}

.faq-hero__breadcrumb a:hover {
    color: var(--white);
}

.faq-hero__breadcrumb i {
    font-size: .7rem;
}

.faq-hero__breadcrumb span {
    color: var(--red-light);
}


/* ── Barre recherche + filtres ───────────────────────────────── */
/* Les styles .site-search sont dans search.css (global) */
.faq-search-bar {
    background: var(--white);
    padding: 32px 0;
    border-bottom: 1px solid var(--gray-100);
    position: sticky;
    top: calc(var(--navbar-h, 72px));
    z-index: 50;
    box-shadow: var(--shadow);
}

.faq-search-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Filtres catégorie */
.faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faq-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--gray-100);
    border: 1.5px solid var(--gray-200);
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--gray-600);
    cursor: pointer;
    transition: all var(--transition);
}

.faq-filter-btn:hover {
    border-color: var(--red);
    color: var(--red);
}

.faq-filter-btn.is-active {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.faq-filter-btn__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    font-size: .68rem;
    font-weight: 800;
}

.faq-filter-btn:not(.is-active) .faq-filter-btn__count {
    background: var(--gray-200);
    color: var(--gray-600);
}


/* ── Liste FAQs ──────────────────────────────────────────────── */
.faq-list {
    background: var(--gray-50);
}

.faq-group {
    margin-bottom: 48px;
}

.faq-group__title {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-500);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-group__title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--gray-200);
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-accordion--single {
    max-width: 860px;
    margin: 0 auto;
}

/* Item accordéon — même style que contact mais full width */
.faq-item {
    background: var(--white);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item.is-open {
    border-color: var(--red);
    box-shadow: 0 4px 16px var(--red-soft);
}

.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--font-body);
    font-size: .95rem;
    font-weight: 700;
    color: var(--gray-800);
    cursor: pointer;
    line-height: 1.4;
    transition: color var(--transition);
}

.faq-item__trigger:hover,
.faq-item.is-open .faq-item__trigger {
    color: var(--red);
}

.faq-item__icon {
    font-size: .75rem;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gray-100);
    color: var(--gray-500);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s var(--ease), background var(--transition), color var(--transition);
}

.faq-item.is-open .faq-item__icon {
    transform: rotate(45deg);
    background: var(--red-soft);
    color: var(--red);
}

.faq-item__body {
    visibility: visible !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 20px;
}

.faq-item.is-open .faq-item__body {
    max-height: 600px;
    padding: 0 20px 18px;
}

.faq-item__answer {
    font-size: .9rem;
    color: var(--gray-500);
    line-height: 1.8;
    border-top: 1px dashed var(--gray-200);
    padding-top: 14px;
}

/* Pas de résultat / vide */
.faq-no-results,
.faq-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    color: var(--gray-400);
    text-align: center;
}

.faq-no-results i,
.faq-empty i {
    font-size: 2.5rem;
}

.faq-no-results p,
.faq-empty p {
    font-size: .95rem;
}


/* ── CTA contact ─────────────────────────────────────────────── */
.faq-cta {
    background: var(--white);
}

.faq-cta__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 40px 48px;
    background: linear-gradient(135deg, var(--navy) 0%, #0d2d52 100%);
    border-radius: var(--radius-lg);
    flex-wrap: wrap;
}

.faq-cta__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--white);
}

.faq-cta__content {
    flex: 1;
    min-width: 200px;
}

.faq-cta__title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 6px;
}

.faq-cta__text {
    font-size: .9rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.6;
}

.faq-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}


/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
    .faq-hero {
        padding: 100px 0 60px;
    }

    .faq-hero__title {
        font-size: 2rem;
    }

    .faq-search-bar {
        position: static;
    }

    .faq-cta__inner {
        padding: 28px 24px;
        flex-direction: column;
        text-align: center;
    }

    .faq-cta__icon {
        display: none;
    }

    .faq-cta__actions {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .faq-cta__actions .btn-red,
    .faq-cta__actions .btn-outline-whatsapp {
        width: auto;
    }
}

@media (max-width: 480px) {
    .faq-item__trigger {
        padding: 14px 16px;
        font-size: .875rem;
    }

    .faq-item__body {
        padding: 0 16px;
    }

    .faq-item.is-open .faq-item__body {
        padding: 0 16px 14px;
    }
}


/* BLOG PAGE STYLE */
/* =================================================================
   blog.css — Pages Blog & Article MEGATECH SARL
================================================================= */

/* ── Hero Blog ───────────────────────────────────────────────── */
.blog-hero {
    position: relative;
    padding: 120px 0 80px;
    background: var(--navy);
    overflow: hidden;
    color: var(--white);
}

.blog-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.blog-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 50px 50px;
}

.blog-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.blog-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red);
    top: -120px;
    right: -100px;
}

.blog-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue);
    bottom: -100px;
    left: -80px;
}

.blog-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.blog-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin: 12px 0 18px;
}

.blog-hero__title-accent {
    color: var(--red-light);
    position: relative;
    display: inline-block;
}

.blog-hero__title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
}

.blog-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.blog-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.blog-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .2s;
}

.blog-hero__breadcrumb a:hover {
    color: var(--white);
}

.blog-hero__breadcrumb i {
    font-size: .7rem;
}

.blog-hero__breadcrumb span {
    color: var(--red-light);
}


/* ── Layout liste ────────────────────────────────────────────── */
.blog-main {
    background: var(--gray-50);
}

.blog-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}


/* ── Recherche blog (liste) ──────────────────────────────────── */
/* Les styles .site-search et .sidebar-search sont dans search.css */
.blog-search {
    margin-bottom: 28px;
}

.blog-tag-active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red-soft);
    color: var(--red);
    border: 1px solid var(--red-light);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-tag-active__clear {
    color: var(--red);
    opacity: .7;
    transition: opacity .2s;
}

.blog-tag-active__clear:hover {
    opacity: 1;
}


/* ── Grille articles ─────────────────────────────────────────── */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--gray-200);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .09);
}

.blog-card__img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.blog-card:hover .blog-card__img {
    transform: scale(1.05);
}

.blog-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gray-400);
}

.blog-card__featured {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--yellow);
    color: #000;
    font-size: .7rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.blog-card__title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

.blog-card__title a {
    color: var(--gray-800);
    text-decoration: none;
    transition: color .2s;
}

.blog-card__title a:hover {
    color: var(--red);
}

.blog-card__excerpt {
    font-size: .85rem;
    color: var(--gray-500);
    line-height: 1.7;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-card__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .75rem;
    color: var(--gray-400);
}

.blog-card__meta-item i {
    font-size: .7rem;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--red);
    text-decoration: none;
    margin-top: auto;
    transition: gap .2s;
}

.blog-card__link:hover {
    gap: 10px;
}


/* ── Tags ────────────────────────────────────────────────────── */
.blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    background: var(--gray-100);
    color: var(--gray-600);
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
}

.blog-tag:hover,
.blog-tag--active {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
}

.blog-tag--light {
    background: rgba(255, 255, 255, .15);
    color: var(--white);
    border-color: rgba(255, 255, 255, .25);
}

.blog-tag--light:hover {
    background: var(--white);
    color: var(--red);
}

.blog-tag__count {
    background: rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 0 5px;
    font-size: .65rem;
}

/* Vide / pas de résultat */
.blog-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 80px 20px;
    text-align: center;
    color: var(--gray-400);
}

.blog-empty i {
    font-size: 3rem;
}


/* ── Pagination ──────────────────────────────────────────────── */
.blog-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.blog-pagination .pagination {
    gap: 6px;
}

.blog-pagination .page-link {
    border-radius: var(--radius) !important;
    border-color: var(--gray-200);
    color: var(--gray-700);
    font-size: .85rem;
    font-weight: 600;
}

.blog-pagination .page-item.active .page-link {
    background: var(--red);
    border-color: var(--red);
}


/* ── Sidebar ─────────────────────────────────────────────────── */
.blog-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-widget {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 24px;
}

.blog-widget__title {
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-600);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-widget__title i {
    color: var(--red);
}

.blog-widget__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-widget__item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: flex-start;
    transition: opacity .2s;
}

.blog-widget__item:hover {
    opacity: .75;
}

.blog-widget__thumb {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.blog-widget__thumb--placeholder {
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 1.1rem;
}

.blog-widget__item-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.blog-widget__item-title {
    font-size: .82rem;
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.4;
}

.blog-widget__item-date {
    font-size: .72rem;
    color: var(--gray-400);
}

.blog-widget__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Widget CTA */
.blog-widget--cta {
    background: linear-gradient(135deg, var(--navy) 0%, #0d2d52 100%);
    border: none;
    text-align: center;
}

.blog-widget-cta__icon {
    font-size: 2rem;
    color: var(--red-light);
    display: block;
    margin-bottom: 12px;
}

.blog-widget-cta__title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 8px;
}

.blog-widget-cta__text {
    font-size: .82rem;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 18px;
    line-height: 1.6;
}

.btn-sm-full {
    width: 100%;
    justify-content: center;
}


/* ── Hero Article ────────────────────────────────────────────── */
.article-hero {
    position: relative;
    padding: 120px 0 40px;
    background: var(--navy);
    overflow: hidden;
    color: var(--white);
}

.article-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--article-bg, none) center/cover no-repeat;
    z-index: 0;
    opacity: .15;
    filter: blur(4px);
    transform: scale(1.05);
}

.article-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, rgba(10, 25, 47, .97) 0%, rgba(10, 25, 47, .82) 60%, rgba(10, 25, 47, .6) 100%);
}

.article-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    padding-bottom: 20px;
}

.article-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.article-hero__title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 24px;
}

.article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.article-hero__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-hero__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 800;
    flex-shrink: 0;
}

.article-hero__author-label {
    display: block;
    font-size: .68rem;
    color: rgba(255, 255, 255, .5);
}

.article-hero__author-name {
    font-size: .88rem;
    font-weight: 700;
    color: var(--white);
}

.article-hero__meta-items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.article-hero__meta-items span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .55);
}

.article-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
}

.article-hero__breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s;
}

.article-hero__breadcrumb a:hover {
    color: var(--white);
}

.article-hero__breadcrumb i {
    font-size: .65rem;
}

.article-hero__breadcrumb span {
    color: var(--red-light);
}

/* Image flottante en bas du hero */
.article-hero__featured-img {
    position: relative;
    z-index: 3;
    padding-bottom: 0;
}

.article-hero__featured-img-wrap {
    position: relative;
    max-width: 860px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    overflow: hidden;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, .4);
    aspect-ratio: 21/9;
}

.article-hero__featured-img-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-hero__featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--yellow, #EAC435);
    color: #000;
    font-size: .75rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}


/* ── Layout article ──────────────────────────────────────────── */
.article-body {
    background: var(--gray-50);
}

.article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.article-content {
    min-width: 0;
}

.article-lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gray-600);
    line-height: 1.8;
    border-left: 4px solid var(--red);
    padding: 16px 20px;
    background: var(--white);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin-bottom: 32px;
}

/* Prose — styles du contenu WYSIWYG */
.article-prose {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 40px;
    border: 1px solid var(--gray-200);
    font-size: .95rem;
    line-height: 1.9;
    color: var(--gray-700);
    margin-bottom: 28px;
}

.article-prose h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--gray-800);
    margin: 28px 0 12px;
}

.article-prose h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gray-800);
    margin: 22px 0 10px;
}

.article-prose p {
    margin-bottom: 18px;
}

.article-prose ul,
.article-prose ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.article-prose li {
    margin-bottom: 8px;
}

.article-prose strong {
    color: var(--gray-800);
    font-weight: 700;
}

.article-prose a {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-prose blockquote {
    border-left: 4px solid var(--red);
    padding: 14px 20px;
    margin: 24px 0;
    background: var(--gray-50);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--gray-600);
}

.article-prose img {
    max-width: 100%;
    border-radius: var(--radius);
    margin: 20px 0;
    box-shadow: var(--shadow-md);
}

.article-prose pre {
    background: var(--gray-800);
    color: #e2e8f0;
    padding: 20px;
    border-radius: var(--radius);
    overflow-x: auto;
    margin: 20px 0;
    font-size: .85rem;
}

.article-prose code {
    background: var(--gray-100);
    color: var(--red);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .85em;
}

.article-prose pre code {
    background: none;
    color: inherit;
    padding: 0;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
}

.article-tags>i {
    color: var(--gray-400);
}

/* ── Partage ─────────────────────────────────────────────────── */
.article-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    margin-bottom: 24px;
}

.article-share__label {
    font-size: .8rem;
    font-weight: 800;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.article-share__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-share__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: transform .2s, box-shadow .2s, opacity .2s;
}

.article-share__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.article-share__btn i {
    font-size: .85rem;
}

.article-share__btn--facebook {
    background: #1877f2;
    color: #fff;
}

.article-share__btn--linkedin {
    background: #0a66c2;
    color: #fff;
}

.article-share__btn--twitter {
    background: #000;
    color: #fff;
}

.article-share__btn--whatsapp {
    background: #25d366;
    color: #fff;
}

.article-share__btn--instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.article-share__btn--copy {
    background: var(--gray-100);
    color: var(--gray-700);
    border: 1px solid var(--gray-200);
}

.article-share__btn--copy.is-copied {
    background: #f0fdf4;
    color: #16a34a;
    border-color: #bbf7d0;
}

/* ── Barre recherche sidebar ─────────────────────────────────── */
.blog-widget--search {
    padding: 20px;
}

/* styles .sidebar-search dans search.css */

/* ── Carte CTA Projet PREMIUM ────────────────────────────────── */
.project-cta-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(145deg, #0a1929 0%, #0d2d52 50%, #0a1929 100%);
    padding: 32px 28px;
    border: 1px solid rgba(255, 255, 255, .06);
    margin-top: 10%;
}

.project-cta-card__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
}

.project-cta-card__glow--1 {
    width: 200px;
    height: 200px;
    background: var(--red);
    opacity: .2;
    top: -60px;
    right: -60px;
}

.project-cta-card__glow--2 {
    width: 150px;
    height: 150px;
    background: var(--blue);
    opacity: .15;
    bottom: -40px;
    left: -40px;
}

.project-cta-card__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}

.project-cta-card__inner {
    position: relative;
    z-index: 1;
}

.project-cta-card__icon-wrap {
    margin-bottom: 18px;
}

.project-cta-card__icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(212, 7, 7, .35);
}

.project-cta-card__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 10px;
}

.project-cta-card__text {
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin-bottom: 20px;
}

.project-cta-card__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.project-cta-card__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
}

.project-cta-card__list li i {
    color: #4ade80;
    font-size: .85rem;
    flex-shrink: 0;
}

.project-cta-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%);
    color: var(--white);
    border-radius: var(--radius);
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(212, 7, 7, .35);
    margin-bottom: 12px;
}

.project-cta-card__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 7, 7, .45);
    color: var(--white);
}

.project-cta-card__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 11px;
    background: rgba(37, 211, 102, .12);
    border: 1px solid rgba(37, 211, 102, .25);
    color: #4ade80;
    border-radius: var(--radius);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}

.project-cta-card__whatsapp:hover {
    background: rgba(37, 211, 102, .2);
    color: #4ade80;
}

/* Carte auteur */
.article-author-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    margin-bottom: 24px;
}

.article-author-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    flex-shrink: 0;
}

.article-author-card__label {
    font-size: .7rem;
    color: var(--gray-400);
    display: block;
}

.article-author-card__name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800);
    display: block;
}

.article-author-card__bio {
    font-size: .82rem;
    color: var(--gray-500);
    margin-top: 4px;
}

.article-nav {
    margin-top: 8px;
}

.article-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {

    .blog-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .blog-sidebar,
    .article-sidebar {
        position: static;
    }

    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 28px 0 40px;
    }

    .article-hero {
        padding: 28px 0 30px;
    }

    .article-prose {
        padding: 24px 20px;
    }

    .article-share {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-hero__featured-img-wrap {
        aspect-ratio: 16/9;
        border-radius: var(--radius) var(--radius) 0 0;
    }

    .project-cta-card {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero__title,
    .article-hero__title {
        font-size: 1.8rem;
    }

    .article-hero__meta {
        flex-direction: column;
        gap: 10px;
    }

    .article-share__btns {
        gap: 6px;
    }

    .article-share__btn span {
        display: none;
    }

    .article-share__btn {
        padding: 8px 12px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
    }
}

/* COMMENT STYLE */

/* =================================================================
   Commentaires — à ajouter à la fin de blog.css
================================================================= */
/* =================================================================
   Commentaires — section blog (cohérent avec blog.css / site)
================================================================= */

/* ── Wrapper principal ───────────────────────────────────────── */
.comments-section {
    margin-top: 32px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 36px 40px;
}

/* ── En-tête ─────────────────────────────────────────────────── */
.comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray-100);
}

.comments-header__title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--gray-800);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.comments-header__title i {
    color: var(--red);
}

.comments-header__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    background: var(--red);
    color: var(--white);
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 800;
    flex-shrink: 0;
}

/* ── Alerte succès ───────────────────────────────────────────── */
.comment-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: var(--radius);
    font-size: .88rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.comment-alert--success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

/* ── Thread de commentaires ──────────────────────────────────── */
.comment-thread {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

/* ── Commentaire individuel ──────────────────────────────────── */
.comment-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* Réponses imbriquées */
.comment-item--reply {
    padding-left: 16px;
    border-left: 2px solid var(--gray-200);
}

/* Avatar */
.comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 800;
    flex-shrink: 0;
}

.comment-item--reply .comment-avatar {
    width: 34px;
    height: 34px;
    font-size: .78rem;
    background: var(--blue, #1C8DD4);
}

/* Bloc corps */
.comment-body {
    flex: 1;
    min-width: 0;
}

/* Bulle */
.comment-bubble {
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg);
    padding: 14px 18px;
    margin-bottom: 8px;
}

/* Meta (nom + date) */
.comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.comment-author {
    font-size: .88rem;
    font-weight: 800;
    color: var(--gray-800);
}

.comment-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .75rem;
    color: var(--gray-400);
    font-weight: 500;
}

/* Texte */
.comment-text {
    font-size: .88rem;
    color: var(--gray-600);
    line-height: 1.75;
    margin: 0;
}

/* Actions sous la bulle */
.comment-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 4px;
}

.comment-reply-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--gray-400);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    transition: color .2s;
}

.comment-reply-btn:hover {
    color: var(--red);
}

/* ── Badge "Réponse" sur les replies ─────────────────────────── */
.comment-reply-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .7rem;
    font-weight: 700;
    padding: 2px 9px;
    background: rgba(28, 141, 212, .08);
    color: var(--blue, #1C8DD4);
    border-radius: 20px;
    border: 1px solid rgba(28, 141, 212, .15);
}

/* ── Formulaire de réponse inline ────────────────────────────── */
.comment__reply-form {
    margin-top: 12px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 16px 18px;
}

/* ── Séparateur avant le formulaire principal ────────────────── */
.comment-form-wrap {
    border-top: 1px solid var(--gray-100);
    padding-top: 32px;
}

.comment-form-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.comment-form-title i {
    color: var(--red);
}

.form-notice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    color: var(--gray-400);
    margin-bottom: 20px;
}

.form-notice i {
    color: var(--gray-300);
}

/* ── Formulaire commentaire ──────────────────────────────────── */
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: .8rem;
    font-weight: 700;
    color: var(--gray-600);
    letter-spacing: .02em;
}

.form-field input,
.form-field textarea {
    padding: 11px 14px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius);
    font-size: .88rem;
    color: var(--gray-800);
    background: var(--white);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    width: 100%;
    font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-soft);
}

.form-field input.is-invalid,
.form-field textarea.is-invalid {
    border-color: #ef4444;
    background: #fff5f5;
}

.form-field textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.7;
}

/* Erreurs */
.form-field span[style*="color:#dc2626"],
.form-field .invalid-feedback {
    font-size: .75rem;
    color: #ef4444;
    font-weight: 600;
}

/* ── Bouton submit ────────────────────────────────────────────── */
.btn-red {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: var(--red);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s, transform .2s, box-shadow .2s;
    align-self: flex-start;
}

.btn-red:hover {
    background: var(--red-dark, #b00606);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(211, 7, 7, .3);
    color: var(--white);
}

/* ── État vide ────────────────────────────────────────────────── */
.comment-thread:empty+.comment-form-wrap,
.comments-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 36px 20px;
    color: var(--gray-400);
    text-align: center;
}

.comments-empty i {
    font-size: 2rem;
    display: block;
    margin-bottom: 6px;
}

.comments-empty p {
    font-size: .88rem;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
    .comments-section {
        padding: 24px 20px;
    }

    .comments-header {
        flex-direction: row;
        align-items: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .comment-item--reply {
        padding-left: 10px;
    }

    .comment-bubble {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .comments-section {
        padding: 20px 16px;
    }

    .comment-avatar {
        width: 36px;
        height: 36px;
        font-size: .82rem;
    }

    .comment-item--reply .comment-avatar {
        width: 28px;
        height: 28px;
        font-size: .7rem;
    }

    .btn-red {
        width: 100%;
        justify-content: center;
    }
}

/* COMPOSANT DE RECHERCHE */

/* ══════════════════════════════════════════════════════════════
   .site-search — barre principale (hero des pages liste)
   Usage : blog index, faq, réalisations, etc.
══════════════════════════════════════════════════════════════ */
.site-search {
    width: 100%;
    max-width: 680px;
}

.site-search__wrap {
    display: flex;
    align-items: center;
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: border-color .2s, box-shadow .2s;
}

.site-search__wrap:focus-within {
    border-color: var(--red);
    box-shadow: 0 0 0 4px var(--red-soft), var(--shadow-md);
}

.site-search__icon {
    padding: 0 16px;
    color: var(--gray-400);
    font-size: 1rem;
    flex-shrink: 0;
    pointer-events: none;
}

.site-search__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 4px;
    font-size: .95rem;
    color: var(--gray-800);
    background: transparent;
    min-width: 0;
}

.site-search__input::placeholder {
    color: var(--gray-400);
}

.site-search__clear {
    padding: 0 10px;
    color: var(--gray-400);
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    /* affiché via JS quand input non vide */
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.site-search__clear:hover {
    background: var(--gray-100);
    color: var(--red);
}

.site-search__clear.is-visible {
    display: flex;
}

.site-search__btn {
    padding: 0 24px;
    height: 52px;
    background: var(--red);
    color: var(--white);
    border: none;
    font-size: .85rem;
    font-weight: 800;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background .2s;
    white-space: nowrap;
}

.site-search__btn:hover {
    background: var(--red-dark);
}

.site-search__btn i {
    font-size: .9rem;
}


/* ══════════════════════════════════════════════════════════════
   .sidebar-search — version compacte pour sidebar / widgets
   Usage : sidebar blog show, sidebar réalisations, etc.
══════════════════════════════════════════════════════════════ */
.sidebar-search__wrap {
    display: flex;
    align-items: center;
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.sidebar-search__wrap:focus-within {
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-soft);
    background: var(--white);
}

.sidebar-search__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 11px 14px;
    font-size: .88rem;
    background: transparent;
    color: var(--gray-800);
    min-width: 0;
}

.sidebar-search__input::placeholder {
    color: var(--gray-400);
}

.sidebar-search__btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: var(--red);
    color: var(--white);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    transition: background .2s;
}

.sidebar-search__btn:hover {
    background: var(--red-dark);
}


/* ══════════════════════════════════════════════════════════════
   Responsive
══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .site-search__btn span {
        display: none;
    }

    .site-search__btn {
        padding: 0 16px;
    }

    .site-search__input {
        font-size: .875rem;
        padding: 13px 4px;
    }
}



/* ABOUT PAGE STYLE */

/* =================================================================
   about.css — Page À propos MEGATECH SARL
================================================================= */

/* ── Hero ─────────────────────────────────────────────────────── */
.about-hero {
    position: relative;
    padding: var(--hero-pt, 80px) 0 var(--hero-pb, 52px);
    background: var(--navy, #0a192f);
    overflow: hidden;
    color: var(--white, #fff);
}

.about-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.about-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.about-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red, #D30707);
    top: -120px;
    right: -100px;
}

.about-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue, #1C8DD4);
    bottom: -100px;
    left: -80px;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: 0;
}

.about-hero__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1.15;
    margin: 14px 0 18px;
}

.about-hero__accent {
    color: var(--red-light, #F22525);
    position: relative;
    display: inline-block;
}

.about-hero__accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red, #D30707);
    border-radius: 2px;
}

.about-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.about-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.about-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .2s;
}

.about-hero__breadcrumb a:hover {
    color: var(--white, #fff);
}

.about-hero__breadcrumb i {
    font-size: .7rem;
}

.about-hero__breadcrumb span {
    color: var(--red-light, #F22525);
}


/* ── Titres de section communs ─────────────────────────────────── */
.about-section-title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--gray-900, #0f172a);
    line-height: 1.2;
    margin-bottom: 18px;
}

.about-section-title span {
    color: var(--red, #D30707);
}

.about-section-text {
    font-size: .97rem;
    color: var(--gray-500, #64748b);
    line-height: 1.85;
    margin-bottom: 16px;
}

.about-section-sub {
    font-size: 1rem;
    color: var(--gray-500, #64748b);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ── Section Histoire ─────────────────────────────────────────── */
.about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Chiffres clés */
.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.about-stat {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius, 12px);
    padding: 20px;
    text-align: center;
    transition: border-color .2s, box-shadow .2s;
}

.about-stat:hover {
    border-color: var(--red, #D30707);
    box-shadow: 0 4px 16px rgba(211, 7, 7, .08);
}

.about-stat__number {
    display: block;
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: 2rem;
    font-weight: 800;
    color: var(--red, #D30707);
    line-height: 1;
}

.about-stat__label {
    display: block;
    font-size: .78rem;
    font-weight: 600;
    color: var(--gray-500, #64748b);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Visual with badge float */
.about-story__visual {
    position: relative;
}

.about-story__badge-float {
    position: absolute;
    bottom: 20px;
    left: -20px;
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius, 12px);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    z-index: 10;
}

.about-story__badge-float i {
    font-size: 1.6rem;
    color: var(--yellow, #EAC435);
}

.about-story__badge-float strong {
    display: block;
    font-size: .9rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
}

.about-story__badge-float span {
    font-size: .75rem;
    color: var(--gray-500, #64748b);
}


/* ── Mission / Vision / Valeurs ───────────────────────────────── */
.about-mvv__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-mvv__card {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 32px 28px;
    transition: transform .3s, box-shadow .3s;
}

.about-mvv__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
}

.about-mvv__card--dark {
    background: linear-gradient(145deg, var(--navy, #0a192f) 0%, #0d2d52 100%);
    border-color: rgba(255, 255, 255, .06);
}

.about-mvv__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.about-mvv__icon--red {
    background: var(--red-soft, rgba(211, 7, 7, .08));
    color: var(--red, #D30707);
}

.about-mvv__icon--blue {
    background: rgba(28, 141, 212, .1);
    color: var(--blue, #1C8DD4);
}

.about-mvv__icon--white {
    background: rgba(255, 255, 255, .12);
    color: var(--white, #fff);
}

.about-mvv__title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 12px;
}

.about-mvv__title--white {
    color: var(--white, #fff);
}

.about-mvv__text {
    font-size: .88rem;
    color: var(--gray-500, #64748b);
    line-height: 1.75;
}

.about-mvv__text--light {
    color: rgba(255, 255, 255, .6);
}

.about-mvv__values {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-mvv__values li {
    font-size: .88rem;
    color: var(--gray-600, #475569);
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-mvv__values li i {
    color: var(--blue, #1C8DD4);
    flex-shrink: 0;
}


/* ── Équipe ───────────────────────────────────────────────────── */
.about-team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 28px;
}

.team-card {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
}

.team-card__img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.team-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.team-card:hover .team-card__img {
    transform: scale(1.06);
}

.team-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--navy, #0a192f) 0%, #0d2d52 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 800;
    color: var(--white, #fff);
    font-family: var(--font-display, 'Syne', sans-serif);
}

.team-card__social {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    gap: 6px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .3s, transform .3s;
}

.team-card:hover .team-card__social {
    opacity: 1;
    transform: translateY(0);
}

.team-card__social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: var(--white, #fff);
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: transform .2s;
}

.team-card__social-btn:hover {
    transform: scale(1.1);
    color: var(--white, #fff);
}

.team-card__social-btn--linkedin {
    background: rgba(10, 102, 194, .85);
}

.team-card__social-btn--github {
    background: rgba(0, 0, 0, .7);
}

.team-card__body {
    padding: 20px;
}

.team-card__name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 4px;
}

.team-card__role {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    color: var(--red, #D30707);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

.team-card__bio {
    font-size: .83rem;
    color: var(--gray-500, #64748b);
    line-height: 1.65;
    margin: 0;
}


/* ── Pourquoi nous choisir ────────────────────────────────────── */
.about-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.about-why__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
}

.about-why__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.about-why__item-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background: var(--red-soft, rgba(211, 7, 7, .08));
    color: var(--red, #D30707);
    border-radius: var(--radius, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background .2s, color .2s;
}

.about-why__item:hover .about-why__item-icon {
    background: var(--red, #D30707);
    color: var(--white, #fff);
}

.about-why__item-title {
    font-size: .95rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 4px;
}

.about-why__item-text {
    font-size: .85rem;
    color: var(--gray-500, #64748b);
    line-height: 1.7;
    margin: 0;
}

.about-why__img-wrap {
    position: relative;
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.about-why__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-why__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(10, 25, 47, .5) 100%);
}

.about-why__cta-float {
    position: absolute;
    bottom: -20px;
    left: -24px;
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius, 12px);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    z-index: 5;
}

.about-why__cta-float i {
    font-size: 1.6rem;
    color: var(--red, #D30707);
}

.about-why__cta-float strong {
    display: block;
    font-size: .85rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
}

.about-why__cta-float a {
    font-size: .78rem;
    color: var(--red, #D30707);
    text-decoration: none;
    font-weight: 700;
}

.about-why__cta-float a:hover {
    text-decoration: underline;
}

.about-why__visual {
    position: relative;
    padding-bottom: 20px;
}


/* ── CTA Final ────────────────────────────────────────────────── */
.about-cta {
    background: var(--white, #fff);
}

.about-cta__inner {
    position: relative;
    background: linear-gradient(145deg, var(--navy, #0a192f) 0%, #0d2d52 100%);
    border-radius: var(--radius-lg, 16px);
    padding: 64px 56px;
    overflow: hidden;
    text-align: center;
}

.about-cta__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.about-cta__glow--1 {
    width: 300px;
    height: 300px;
    background: var(--red, #D30707);
    opacity: .2;
    top: -80px;
    right: -60px;
}

.about-cta__glow--2 {
    width: 250px;
    height: 250px;
    background: var(--blue, #1C8DD4);
    opacity: .15;
    bottom: -60px;
    left: -40px;
}

.about-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.about-cta__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
}

.about-cta__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: var(--white, #fff);
    margin-bottom: 16px;
}

.about-cta__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 32px;
}

.about-cta__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-cta__btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, .08);
    color: var(--white, #fff);
    border: 1.5px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius, 12px);
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}

.about-cta__btn-outline:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .4);
    color: var(--white, #fff);
}


/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .about-story__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-why__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-mvv__grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-story__visual {
        display: none;
    }

    /* masquer le bloc image sur tablette */
}

@media (max-width: 768px) {
    .about-hero {
        padding: 28px 0 32px;
    }

    .about-mvv__grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-cta__inner {
        padding: 40px 24px;
    }

    .about-team__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story__badge-float {
        display: none;
    }

    .about-why__cta-float {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-team__grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .about-cta__btns {
        flex-direction: column;
    }
}

/* REALIZATIONS PAge style */

/* =================================================================
   realizations.css — Pages Réalisations MEGATECH SARL
================================================================= */

/* ══════════════════════════════════════════════════════════════
   1. HERO LISTE
══════════════════════════════════════════════════════════════ */
.real-hero {
    position: relative;
    padding: var(--hero-pt, 80px) 0 0;
    background: var(--navy, #0a192f);
    overflow: hidden;
    color: var(--white, #fff);
}

.real-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.real-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.real-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.real-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red, #D30707);
    top: -120px;
    right: -100px;
}

.real-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue, #1C8DD4);
    bottom: -100px;
    left: -80px;
}

.real-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding-bottom: 40px;
}

.real-hero__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1.15;
    margin: 14px 0 18px;
}

.real-hero__accent {
    color: var(--red-light, #F22525);
    position: relative;
    display: inline-block;
}

.real-hero__accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red, #D30707);
    border-radius: 2px;
}

.real-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.real-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.real-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .2s;
}

.real-hero__breadcrumb a:hover {
    color: var(--white, #fff);
}

.real-hero__breadcrumb i {
    font-size: .7rem;
}

.real-hero__breadcrumb span {
    color: var(--red-light, #F22525);
}

/* Stats bar dans le hero */
.real-hero__stats-wrap {
    position: relative;
    z-index: 1;
}

.real-hero__stats {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-bottom: none;
    border-radius: var(--radius-lg, 16px) var(--radius-lg, 16px) 0 0;
    padding: 20px 40px;
    gap: 0;
}

.real-hero__stat {
    flex: 1;
    text-align: center;
}

.real-hero__stat-num {
    display: block;
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1;
}

.real-hero__stat-label {
    display: block;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.real-hero__stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════════
   2. SECTION PRINCIPALE (filtres + grille)
══════════════════════════════════════════════════════════════ */
.real-main {
    background: var(--gray-50, #f8fafc);
}

/* ── Filtres — scroll horizontal ─────────────────────────────── */
.real-filters-wrap {
    margin-bottom: 36px;
}

/* Conteneur scrollable */
.real-filters-scroller {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    /* Fade droit sur mobile */
    -webkit-mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%);
    padding-bottom: 4px;
    /* évite que box-shadow soit coupé */
}

.real-filters-scroller::-webkit-scrollbar {
    display: none;
}

/* Ligne de chips */
.real-filters {
    display: flex;
    flex-wrap: nowrap;
    /* jamais de retour à la ligne */
    gap: 8px;
    padding-right: 40px;
    /* espace pour le fade droit */
    width: max-content;
    /* largeur naturelle des chips */
}

/* Chip individuelle */
.real-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    background: var(--white, #fff);
    border: 1.5px solid var(--gray-200, #e2e8f0);
    border-radius: 25rem;
    font-size: .82rem;
    font-weight: 700;
    color: var(--gray-600, #475569);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: border-color .2s, color .2s, background .2s, box-shadow .2s;
}

.real-filter-btn:hover {
    border-color: var(--red, #D30707);
    color: var(--red, #D30707);
}

.real-filter-btn.is-active {
    background: var(--red, #D30707);
    border-color: var(--red, #D30707);
    color: var(--white, #fff);
    box-shadow: 0 4px 14px rgba(211, 7, 7, .25);
}

.real-filter-btn__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .08);
    border-radius: 20px;
    font-size: .68rem;
    font-weight: 800;
    padding: 0 5px;
}

.real-filter-btn.is-active .real-filter-btn__count {
    background: rgba(255, 255, 255, .25);
}

/* Indicateur filtre actif (mobile uniquement) */
.real-filters-active-label {
    display: none;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--red, #D30707);
}

.real-filters-active-label i:first-child {
    font-size: .75rem;
}

.real-filters-active-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: var(--red-soft, rgba(211, 7, 7, .08));
    border-radius: 50%;
    color: var(--red, #D30707);
    font-size: .6rem;
    text-decoration: none;
    transition: background .2s;
}

.real-filters-active-clear:hover {
    background: var(--red, #D30707);
    color: #fff;
}

/* Sur desktop : wrap normal, pas de scroll */
@media (min-width: 769px) {
    .real-filters-scroller {
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .real-filters {
        flex-wrap: wrap;
        width: auto;
        padding-right: 0;
    }

    .real-filters-active-label {
        display: none !important;
    }
}

/* Sur mobile : indicateur visible si filtre actif */
@media (max-width: 768px) {
    .real-filters-active-label {
        display: flex;
    }
}


/* ══════════════════════════════════════════════════════════════
   3. GRILLE RÉALISATIONS
══════════════════════════════════════════════════════════════ */
.real-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.real-card {
    background: var(--white, #fff);
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    border: 1px solid var(--gray-200, #e2e8f0);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
}

.real-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
}

.real-card__img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.real-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.real-card:hover .real-card__img {
    transform: scale(1.06);
}

.real-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gray-100, #f1f5f9) 0%, var(--gray-200, #e2e8f0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--gray-400, #94a3b8);
}

/* Overlay hover */
.real-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 47, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}

.real-card:hover .real-card__overlay {
    opacity: 1;
}

.real-card__overlay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--red, #D30707);
    color: var(--white, #fff);
    border-radius: 50%;
    font-size: 1.1rem;
    transform: translateY(8px);
    transition: transform .3s;
}

.real-card:hover .real-card__overlay-btn {
    transform: translateY(0);
}

.real-card__featured {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: var(--yellow, #EAC435);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
}

/* Corps card */
.real-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.real-card__service {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--red, #D30707);
}

.real-card__title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

.real-card__title a {
    color: var(--gray-800, #1e293b);
    text-decoration: none;
    transition: color .2s;
}

.real-card__title a:hover {
    color: var(--red, #D30707);
}

.real-card__excerpt {
    font-size: .85rem;
    color: var(--gray-500, #64748b);
    line-height: 1.7;
    flex: 1;
}

.real-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--gray-100, #f1f5f9);
}

.real-card__client,
.real-card__date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .75rem;
    color: var(--gray-400, #94a3b8);
    font-weight: 500;
}

.real-card__client i,
.real-card__date i {
    font-size: .7rem;
}

/* Vide */
.real-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 80px 20px;
    text-align: center;
    color: var(--gray-400, #94a3b8);
}

.real-empty i {
    font-size: 3rem;
}

/* Pagination */
.real-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.real-pagination .page-link {
    border-radius: var(--radius, 12px) !important;
    border-color: var(--gray-200, #e2e8f0);
    color: var(--gray-700, #334155);
    font-size: .85rem;
    font-weight: 600;
}

.real-pagination .page-item.active .page-link {
    background: var(--red, #D30707);
    border-color: var(--red, #D30707);
}


/* ══════════════════════════════════════════════════════════════
   4. CTA SECTION LISTE
══════════════════════════════════════════════════════════════ */
.real-cta__inner {
    position: relative;
    background: linear-gradient(145deg, var(--navy, #0a192f) 0%, #0d2d52 100%);
    border-radius: var(--radius-lg, 16px);
    padding: 56px 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.real-cta__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.real-cta__glow--1 {
    width: 300px;
    height: 300px;
    background: var(--red, #D30707);
    opacity: .18;
    top: -80px;
    right: -60px;
}

.real-cta__glow--2 {
    width: 250px;
    height: 250px;
    background: var(--blue, #1C8DD4);
    opacity: .12;
    bottom: -60px;
    left: -40px;
}

.real-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.real-cta__icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--red, #D30707), var(--red-light, #F22525));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white, #fff);
    box-shadow: 0 8px 24px rgba(211, 7, 7, .35);
    position: relative;
    z-index: 1;
}

.real-cta__content {
    flex: 1;
    min-width: 200px;
    position: relative;
    z-index: 1;
}

.real-cta__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--white, #fff);
    margin-bottom: 10px;
}

.real-cta__text {
    font-size: .92rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
}

.real-cta__btns {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.real-cta__btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 20px;
    background: rgba(37, 211, 102, .12);
    border: 1.5px solid rgba(37, 211, 102, .3);
    color: #4ade80;
    border-radius: var(--radius, 12px);
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}

.real-cta__btn-wa:hover {
    background: rgba(37, 211, 102, .2);
    color: #4ade80;
}


/* ══════════════════════════════════════════════════════════════
   5. PAGE DÉTAIL — HERO
══════════════════════════════════════════════════════════════ */
.real-show-hero {
    position: relative;
    padding: var(--hero-pt, 80px) 0 40px;
    background: var(--navy, #0a192f);
    overflow: hidden;
    color: var(--white, #fff);
}

.real-show-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--real-bg, none) center/cover no-repeat;
    z-index: 0;
    opacity: .12;
    filter: blur(6px);
    transform: scale(1.05);
}

.real-show-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, rgba(10, 25, 47, .97) 0%, rgba(10, 25, 47, .82) 60%, rgba(10, 25, 47, .55) 100%);
}

.real-show-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    padding-bottom: 20px;
}

.real-show-hero__service {
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red-light, #F22525);
    background: rgba(211, 7, 7, .12);
    border: 1px solid rgba(211, 7, 7, .25);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.real-show-hero__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1.2;
    margin-bottom: 20px;
}

.real-show-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.real-show-hero__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    color: rgba(255, 255, 255, .55);
}

.real-show-hero__url {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--yellow, #EAC435);
    text-decoration: none;
    transition: opacity .2s;
}

.real-show-hero__url:hover {
    opacity: .8;
    color: var(--yellow, #EAC435);
}

.real-show-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
}

.real-show-hero__breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s;
}

.real-show-hero__breadcrumb a:hover {
    color: var(--white, #fff);
}

.real-show-hero__breadcrumb i {
    font-size: .65rem;
}

.real-show-hero__breadcrumb span {
    color: var(--red-light, #F22525);
}

/* Image flottante bas du hero */
.real-show-hero__img-wrap {
    position: relative;
    z-index: 3;
}

.real-show-hero__img-inner {
    position: relative;
    max-width: 860px;
    border-radius: var(--radius-lg, 16px) var(--radius-lg, 16px) 0 0;
    overflow: hidden;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, .4);
    aspect-ratio: 21/9;
}

.real-show-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.real-show-hero__featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--yellow, #EAC435);
    color: #000;
    font-size: .75rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}


/* ══════════════════════════════════════════════════════════════
   6. PAGE DÉTAIL — CORPS
══════════════════════════════════════════════════════════════ */
.real-show-body {
    background: var(--gray-50, #f8fafc);
}

.real-show-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.real-show-content {
    min-width: 0;
}

.real-show-block {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 32px 36px;
    margin-bottom: 24px;
}

.real-show-block__title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--gray-100, #f1f5f9);
}

.real-show-block__title i {
    color: var(--red, #D30707);
    font-size: 1.05rem;
}

.real-show-prose {
    font-size: .95rem;
    color: var(--gray-600, #475569);
    line-height: 1.85;
}

.real-show-prose--highlight {
    background: var(--gray-50, #f8fafc);
    border-left: 4px solid var(--blue, #1C8DD4);
    padding: 16px 20px;
    border-radius: 0 var(--radius, 12px) var(--radius, 12px) 0;
    color: var(--gray-700, #334155);
}

/* Conclusion */
.real-show-block--conclusion {
    background: var(--gray-50, #f8fafc);
    border-color: var(--gray-200, #e2e8f0);
}

.real-show-conclusion {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.real-show-conclusion__icon {
    font-size: 1.6rem;
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.real-show-conclusion__title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 8px;
}

.real-show-conclusion__text {
    font-size: .9rem;
    color: var(--gray-500, #64748b);
    line-height: 1.8;
    margin: 0;
}

.real-show-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}


/* ══════════════════════════════════════════════════════════════
   7. SIDEBAR DÉTAIL
══════════════════════════════════════════════════════════════ */
.real-show-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.real-widget {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 24px;
    margin-top: 30px;
}

.real-widget__title {
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-600, #475569);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.real-widget__title i {
    color: var(--red, #D30707);
}

.real-widget__info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.real-widget__info-list li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-100, #f1f5f9);
}

.real-widget__info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.real-widget__info-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--gray-400, #94a3b8);
}

.real-widget__info-value {
    font-size: .9rem;
    font-weight: 600;
    color: var(--gray-700, #334155);
}

.real-widget__info-link {
    color: var(--red, #D30707);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .85rem;
}

.real-widget__info-link:hover {
    text-decoration: underline;
    color: var(--red, #D30707);
}

.real-widget__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.real-widget__item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: flex-start;
    transition: opacity .2s;
}

.real-widget__item:hover {
    opacity: .75;
}

.real-widget__thumb {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.real-widget__thumb--placeholder {
    background: var(--gray-100, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400, #94a3b8);
    font-size: 1.1rem;
}

.real-widget__item-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.real-widget__item-title {
    font-size: .82rem;
    font-weight: 700;
    color: var(--gray-800, #1e293b);
    line-height: 1.4;
}

.real-widget__item-sub {
    font-size: .72rem;
    color: var(--red, #D30707);
    font-weight: 600;
}

.real-widget__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--red, #D30707);
    text-decoration: none;
    transition: gap .2s;
}

.real-widget__more:hover {
    gap: 10px;
}


/* ══════════════════════════════════════════════════════════════
   8. RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .real-widget {
        display: none;
    }

    .real-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .real-show-layout {
        grid-template-columns: 1fr;
    }

    .real-show-sidebar {
        position: static;
    }

    .real-cta__inner {
        padding: 36px 28px;
    }
}

@media (max-width: 768px) {
    .real-widget {
        display: none;
    }

    .real-hero {
        padding-top: 28px;
    }

    .real-hero__stats {
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .real-hero__stat-divider {
        display: none;
    }

    .real-hero__stat {
        flex: 1 1 40%;
    }

    .real-show-hero {
        padding-top: 28px;
    }

    .real-show-hero__img-inner {
        aspect-ratio: 16/9;
        border-radius: var(--radius, 12px) var(--radius, 12px) 0 0;
    }

    .real-show-block {
        padding: 24px 20px;
    }

    .real-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .real-cta__icon {
        display: none;
    }

    .real-cta__btns {
        justify-content: center;
    }

    .real-show-nav {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .real-widget {
        display: none;
    }

    .real-grid {
        grid-template-columns: 1fr;
    }

    .real-hero__stat-num {
        font-size: 1.4rem;
    }
}

/* SERVICE PAGE STYLE */

/* ══════════════════════════════════════════════════════════════
   1. HERO LISTE
══════════════════════════════════════════════════════════════ */
.srv-hero {
    position: relative;
    padding: var(--hero-pt, 80px) 0 var(--hero-pb, 52px);
    background: var(--navy, #0a192f);
    overflow: hidden;
    color: var(--white, #fff);
}

.srv-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.srv-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.srv-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.srv-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red, #D30707);
    top: -120px;
    right: -100px;
}

.srv-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue, #1C8DD4);
    bottom: -100px;
    left: -80px;
}

.srv-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.srv-hero__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1.15;
    margin: 14px 0 18px;
}

.srv-hero__accent {
    color: var(--red-light, #F22525);
    position: relative;
    display: inline-block;
}

.srv-hero__accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red, #D30707);
    border-radius: 2px;
}

.srv-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.srv-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
}

.srv-hero__breadcrumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .2s;
}

.srv-hero__breadcrumb a:hover {
    color: var(--white, #fff);
}

.srv-hero__breadcrumb i {
    font-size: .7rem;
}

.srv-hero__breadcrumb span {
    color: var(--red-light, #F22525);
}


/* ══════════════════════════════════════════════════════════════
   2. TITRES COMMUNS
══════════════════════════════════════════════════════════════ */
.srv-section-title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--gray-900, #0f172a);
    line-height: 1.2;
    margin-bottom: 12px;
}

.srv-section-title span {
    color: var(--red, #D30707);
}

.srv-section-sub {
    font-size: 1rem;
    color: var(--gray-500, #64748b);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ══════════════════════════════════════════════════════════════
   3. GRILLE SERVICES
══════════════════════════════════════════════════════════════ */
.srv-main {
    background: var(--white, #fff);
}

.srv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.srv-card {
    position: relative;
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 36px 28px 40px 36px;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
    display: flex;
    flex-direction: column;
}

.srv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
}

/* Motif points */
.srv-card__dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    background-image: radial-gradient(var(--gray-200, #e2e8f0) 1.3px, transparent 1.3px);
    background-size: 10px 10px;
    opacity: .6;
    pointer-events: none;
}

/* Icône / image */
.srv-card__icon-wrap {
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.srv-card__img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: var(--radius, 12px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, .08));
}

.srv-card__icon-circle {
    width: 56px;
    height: 56px;
    background: var(--red-soft, rgba(211, 7, 7, .08));
    border-radius: var(--radius, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--red, #D30707);
    transition: background .3s, color .3s;
}

.srv-card:hover .srv-card__icon-circle {
    background: var(--red, #D30707);
    color: var(--white, #fff);
}

/* Badge featured */
.srv-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(234, 196, 53, .15);
    color: var(--gold-dark, #B6B300);
    border: 1px solid rgba(234, 196, 53, .3);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* Corps */
.srv-card__body {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.srv-card__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color .2s;
}

.srv-card:hover .srv-card__title {
    color: var(--red, #D30707);
}

.srv-card__text {
    font-size: .88rem;
    color: var(--gray-500, #64748b);
    line-height: 1.75;
    flex: 1;
    margin-bottom: 20px;
    /* Limiter à 3 lignes */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Lien */
.srv-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    color: var(--gray-700, #334155);
    text-decoration: none;
    margin-top: auto;
    transition: gap .2s, color .2s;
}

.srv-card:hover .srv-card__link {
    color: var(--red, #D30707);
    gap: 12px;
}

.srv-card__link-icon {
    width: 26px;
    height: 26px;
    background: var(--gray-100, #f1f5f9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: background .2s, color .2s;
}

.srv-card:hover .srv-card__link-icon {
    background: var(--red, #D30707);
    color: var(--white, #fff);
}

/* Cercle décoratif */
.srv-card__deco-circle {
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 200px;
    height: 200px;
    background: var(--gray-50, #f8fafc);
    border-radius: 50%;
    transition: background .35s;
    pointer-events: none;
}

.srv-card:hover .srv-card__deco-circle {
    background: rgba(211, 7, 7, .05);
}

/* Vide */
.srv-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 80px 20px;
    text-align: center;
    color: var(--gray-400, #94a3b8);
}

.srv-empty i {
    font-size: 3rem;
}


/* ══════════════════════════════════════════════════════════════
   4. STATS BAR — NOUVEAU
══════════════════════════════════════════════════════════════ */
.srv-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    overflow: hidden;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, .08));
}

.srv-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 20px;
    background: var(--white, #fff);
    border-right: 1px solid var(--gray-100, #f1f5f9);
    text-align: center;
    transition: background .2s;
}

.srv-stats__item:last-child {
    border-right: none;
}

.srv-stats__item:hover {
    background: var(--gray-50, #f8fafc);
}

.srv-stats__number {
    display: block;
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--red, #D30707);
    line-height: 1;
    margin-bottom: 8px;
}

.srv-stats__label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--gray-500, #64748b);
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.4;
}


/* ══════════════════════════════════════════════════════════════
   5. POURQUOI NOS SERVICES
══════════════════════════════════════════════════════════════ */
.srv-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.srv-why__item {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 28px 22px;
    text-align: center;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.srv-why__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
    border-color: var(--red, #D30707);
}

.srv-why__icon {
    width: 52px;
    height: 52px;
    background: var(--red-soft, rgba(211, 7, 7, .08));
    color: var(--red, #D30707);
    border-radius: var(--radius, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 16px;
    transition: background .2s, color .2s;
}

.srv-why__item:hover .srv-why__icon {
    background: var(--red, #D30707);
    color: var(--white, #fff);
}

.srv-why__title {
    font-size: .95rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 8px;
}

.srv-why__text {
    font-size: .82rem;
    color: var(--gray-500, #64748b);
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════════════════════════════════════
   6. PROCESSUS — NOUVEAU
══════════════════════════════════════════════════════════════ */
.srv-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

/* Ligne de connexion entre les étapes */
.srv-process__steps::before {
    content: '';
    position: absolute;
    top: 52px;
    /* centre des icônes */
    left: calc(12.5% + 14px);
    right: calc(12.5% + 14px);
    height: 2px;
    background: linear-gradient(to right, var(--red, #D30707), var(--blue, #1C8DD4));
    opacity: .2;
    z-index: 0;
    pointer-events: none;
}

.srv-process__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.srv-process__step-icon {
    width: 64px;
    height: 64px;
    background: var(--white, #fff);
    border: 2px solid var(--gray-200, #e2e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--red, #D30707);
    margin-bottom: 16px;
    transition: background .3s, border-color .3s, color .3s, box-shadow .3s;
    box-shadow: var(--shadow, 0 1px 3px rgba(0, 0, 0, .06));
}

.srv-process__step:hover .srv-process__step-icon {
    background: var(--red, #D30707);
    border-color: var(--red, #D30707);
    color: var(--white, #fff);
    box-shadow: 0 8px 24px rgba(211, 7, 7, .25);
}

.srv-process__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--red-soft, rgba(211, 7, 7, .08));
    color: var(--red, #D30707);
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 800;
    margin-bottom: 10px;
    transition: background .2s, color .2s;
}

.srv-process__step:hover .srv-process__step-num {
    background: var(--red, #D30707);
    color: var(--white, #fff);
}

.srv-process__step-title {
    font-size: .95rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    margin-bottom: 8px;
}

.srv-process__step-text {
    font-size: .82rem;
    color: var(--gray-500, #64748b);
    line-height: 1.7;
    margin: 0;
}

/* Flèche entre les étapes */
.srv-process__step-arrow {
    position: absolute;
    top: 50px;
    /* au milieu de l'icône (64/2 - 7) */
    right: -14px;
    width: 28px;
    height: 28px;
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: var(--gray-400, #94a3b8);
    z-index: 2;
    transform: translateX(50%);
}


/* ══════════════════════════════════════════════════════════════
   7. CTA LISTE
══════════════════════════════════════════════════════════════ */
.srv-cta__inner {
    position: relative;
    background: linear-gradient(145deg, var(--navy, #0a192f) 0%, #0d2d52 100%);
    border-radius: var(--radius-lg, 16px);
    padding: 64px 56px;
    overflow: hidden;
    text-align: center;
}

.srv-cta__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.srv-cta__glow--1 {
    width: 300px;
    height: 300px;
    background: var(--red, #D30707);
    opacity: .18;
    top: -80px;
    right: -60px;
}

.srv-cta__glow--2 {
    width: 250px;
    height: 250px;
    background: var(--blue, #1C8DD4);
    opacity: .12;
    bottom: -60px;
    left: -40px;
}

.srv-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.srv-cta__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
}

.srv-cta__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: var(--white, #fff);
    margin-bottom: 14px;
}

.srv-cta__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
}

.srv-cta__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Bouton contour blanc — WhatsApp ou secondaire */
.srv-cta__btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: rgba(37, 211, 102, .1);
    color: #4ade80;
    border: 1.5px solid rgba(37, 211, 102, .3);
    border-radius: 50rem;
    /* pill — uniforme avec .btn-red */
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}

.srv-cta__btn-outline:hover {
    background: rgba(37, 211, 102, .2);
    border-color: rgba(37, 211, 102, .5);
    color: #4ade80;
}

/* Correction : btn-red pill dans les CTA hero dark */
.srv-cta__inner .btn-red {
    border-radius: 50rem !important;
    padding: 13px 28px !important;
    color: #fff !important;
}

.srv-cta__inner .btn-red:hover {
    color: #fff !important;
}


/* ══════════════════════════════════════════════════════════════
   8. PAGE DÉTAIL — HERO
══════════════════════════════════════════════════════════════ */
.srv-show-hero {
    position: relative;
    padding: var(--hero-pt, 80px) 0 52px;
    background: var(--navy, #0a192f);
    overflow: hidden;
    color: var(--white, #fff);
}

.srv-show-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--srv-bg, none) center/cover no-repeat;
    z-index: 0;
    opacity: .1;
    filter: blur(6px);
    transform: scale(1.05);
}

.srv-show-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgba(10, 25, 47, .97) 0%, rgba(10, 25, 47, .80) 100%);
}

.srv-show-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.srv-show-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: rgba(234, 196, 53, .15);
    color: var(--yellow, #EAC435);
    border: 1px solid rgba(234, 196, 53, .25);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.srv-show-hero__title {
    font-family: var(--font-display, 'Syne', sans-serif);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: var(--white, #fff);
    line-height: 1.15;
    margin-bottom: 24px;
}

.srv-show-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
}

.srv-show-hero__breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s;
}

.srv-show-hero__breadcrumb a:hover {
    color: var(--white, #fff);
}

.srv-show-hero__breadcrumb i {
    font-size: .65rem;
}

.srv-show-hero__breadcrumb span {
    color: var(--red-light, #F22525);
}


/* ══════════════════════════════════════════════════════════════
   9. PAGE DÉTAIL — CORPS
══════════════════════════════════════════════════════════════ */
.srv-show-body {
    background: var(--gray-50, #f8fafc);
}

.srv-show-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.srv-show-content {
    min-width: 0;
}

.srv-show-block {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 32px 36px;
    margin-bottom: 24px;
}

.srv-show-block__title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-800, #1e293b);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--gray-100, #f1f5f9);
}

.srv-show-block__title i {
    color: var(--red, #D30707);
}

.srv-show-prose {
    font-size: .95rem;
    color: var(--gray-600, #475569);
    line-height: 1.85;
}

/* Mini grille réalisations liées */
.srv-show-reals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.srv-real-card {
    position: relative;
    border-radius: var(--radius, 12px);
    overflow: hidden;
    aspect-ratio: 16/10;
    display: block;
    text-decoration: none;
}

.srv-real-card__img,
.srv-real-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.srv-real-card__placeholder {
    background: var(--gray-100, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--gray-400, #94a3b8);
}

.srv-real-card:hover .srv-real-card__img {
    transform: scale(1.06);
}

.srv-real-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 25, 47, .85) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    opacity: 0;
    transition: opacity .3s;
}

.srv-real-card:hover .srv-real-card__overlay {
    opacity: 1;
}

.srv-real-card__name {
    font-size: .82rem;
    font-weight: 700;
    color: var(--white, #fff);
    line-height: 1.3;
}

.srv-real-card__client {
    font-size: .72rem;
    color: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
}

.srv-show-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--red, #D30707);
    text-decoration: none;
    transition: gap .2s;
}

.srv-show-more-link:hover {
    gap: 10px;
}

.srv-show-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}


/* ══════════════════════════════════════════════════════════════
   10. SIDEBAR DÉTAIL
══════════════════════════════════════════════════════════════ */
.srv-show-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.srv-widget {
    background: var(--white, #fff);
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: var(--radius-lg, 16px);
    padding: 24px;
}

.srv-widget__title {
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gray-600, #475569);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.srv-widget__title i {
    color: var(--red, #D30707);
}

.srv-widget__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.srv-widget__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: var(--radius-sm, 8px);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 600;
    color: var(--gray-700, #334155);
    transition: background .2s, color .2s;
}

.srv-widget__link:hover,
.srv-widget__link.is-active {
    background: var(--red-soft, rgba(211, 7, 7, .07));
    color: var(--red, #D30707);
}

.srv-widget__link.is-active {
    font-weight: 800;
}

.srv-widget__thumb {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.srv-widget__thumb--icon {
    background: var(--gray-100, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: var(--gray-400, #94a3b8);
}

.srv-widget__arrow {
    margin-left: auto;
    font-size: .7rem;
    color: var(--gray-400, #94a3b8);
}

.srv-widget__link.is-active .srv-widget__arrow {
    color: var(--red, #D30707);
}


/* ══════════════════════════════════════════════════════════════
   11. RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .srv-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .srv-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .srv-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .srv-process__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .srv-process__steps::before {
        display: none;
    }

    .srv-process__step-arrow {
        display: none;
    }

    .srv-show-layout {
        grid-template-columns: 1fr;
    }

    .srv-show-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .srv-show-sidebar .srv-widget {
        display: none;
    }

    .srv-hero {
        padding-top: 28px;
    }

    .srv-show-hero {
        padding-top: 28px;
    }

    .srv-show-block {
        padding: 24px 20px;
    }

    .srv-cta__inner {
        padding: 40px 24px;
    }

    .srv-cta__btns {
        flex-direction: column;
        align-items: center;
    }

    .srv-show-reals {
        grid-template-columns: 1fr;
    }

    .srv-show-nav {
        flex-direction: column;
    }

    .srv-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .srv-process__steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .srv-show-sidebar .srv-widget {
        display: none;
    }

    .srv-grid {
        grid-template-columns: 1fr;
    }

    .srv-why__grid {
        grid-template-columns: 1fr;
    }

    .srv-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================================================================
   PAGES LÉGALES (mentions, CGU, cookies, sitemap)
================================================================= */

/* ── Hero ──────────────────────────────────────────────────────── */
.legal-hero {
    position: relative;
    padding: 120px 0 80px;
    background: var(--navy);
    overflow: hidden;
    color: var(--white);
}

.legal-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.legal-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
}

.legal-hero__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.legal-hero__shape--1 {
    width: 500px;
    height: 500px;
    background: var(--red);
    top: -120px;
    right: -100px;
}

.legal-hero__shape--2 {
    width: 400px;
    height: 400px;
    background: var(--blue);
    bottom: -100px;
    left: -80px;
}

.legal-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.legal-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white);
    margin: 12px 0 18px;
    line-height: 1.1;
}

.legal-hero__title-accent {
    color: var(--red-light);
    display: inline-block;
    position: relative;
}

.legal-hero__title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
}

.legal-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

.legal-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    color: rgba(255, 255, 255, .55);
}

.legal-hero__breadcrumb a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.legal-hero__breadcrumb a:hover {
    color: var(--white);
}

/* ── Corps ─────────────────────────────────────────────────────── */
.legal-body__wrap {
    max-width: 780px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-200);
}

.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal-section__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 14px;
}

.legal-section p {
    color: var(--dark-text-color);
    line-height: 1.75;
    margin-bottom: 12px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section a {
    color: var(--second-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-list {
    padding-left: 20px;
    color: var(--dark-text-color);
    line-height: 1.75;
}

.legal-list li {
    margin-bottom: 8px;
}

/* ── Plan du site (sitemap grid) ───────────────────────────────── */
.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.sitemap-group__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sitemap-group__title i {
    color: var(--second-color);
    font-size: .95rem;
}

.sitemap-group__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-group__list li {
    padding: 5px 0;
    border-bottom: 1px solid var(--gray-100);
}

.sitemap-group__list li:last-child {
    border-bottom: none;
}

.sitemap-group__list a {
    color: var(--dark-text-color);
    text-decoration: none;
    font-size: .9rem;
    transition: color .15s, padding-left .15s;
    display: block;
}

.sitemap-group__list a:hover {
    color: var(--second-color);
    padding-left: 6px;
}

@media (max-width: 991px) {
    .sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sitemap-grid {
        grid-template-columns: 1fr;
    }
}